lawik

lawik

Nerves Core Team

RPi5 Raspbian lsmod for Nerves support

Brief context. The Raspberry Pi 5 works with Nerves. They recently released the AI kit, a kind of cool Hailo 8L if memory serves. This thing should be a fair bit faster than the Coral USB dongles people commonly use.

Anyway, @fhunleth asked for an lsmod from a Raspbian running on this so I’m providing and the forum is better than Slack for posterity:

pi@raspberrypi:~ $ lsmod
Module                  Size  Used by
rfcomm                 81920  4
snd_seq_dummy          49152  0
snd_hrtimer            49152  1
snd_seq                98304  7 snd_seq_dummy
snd_seq_device         49152  1 snd_seq
algif_hash             49152  1
algif_skcipher         49152  1
af_alg                 49152  6 algif_hash,algif_skcipher
bnep                   49152  2
binfmt_misc            49152  1
brcmfmac_wcc           49152  0
brcmfmac              360448  1 brcmfmac_wcc
brcmutil               49152  1 brcmfmac
hci_uart               65536  0
btbcm                  49152  1 hci_uart
bluetooth             622592  33 hci_uart,btbcm,bnep,rfcomm
cfg80211             1032192  1 brcmfmac
aes_ce_blk             49152  4
aes_ce_cipher          49152  1 aes_ce_blk
ghash_ce               49152  0
rpivid_hevc            65536  0
gf128mul               49152  1 ghash_ce
sha2_ce                49152  0
pisp_be                49152  0
sha256_arm64           49152  1 sha2_ce
ecdh_generic           49152  2 bluetooth
sha1_ce                49152  0
ecc                    65536  1 ecdh_generic
v4l2_mem2mem           65536  1 rpivid_hevc
rfkill                 49152  6 bluetooth,cfg80211
libaes                 49152  4 aes_ce_cipher,bluetooth,ghash_ce,aes_ce_blk
videobuf2_dma_contig    49152  2 pisp_be,rpivid_hevc
videobuf2_memops       49152  1 videobuf2_dma_contig
videobuf2_v4l2         49152  3 pisp_be,rpivid_hevc,v4l2_mem2mem
hailo_pci              98304  0
videodev              344064  4 pisp_be,videobuf2_v4l2,rpivid_hevc,v4l2_mem2mem
raspberrypi_hwmon      49152  0
videobuf2_common       98304  6 pisp_be,videobuf2_dma_contig,videobuf2_v4l2,rpivid_hevc,v4l2_mem2mem,videobuf2_memops
mc                     81920  6 videodev,pisp_be,videobuf2_v4l2,videobuf2_common,rpivid_hevc,v4l2_mem2mem
pwm_fan                49152  0
nvmem_rmem             49152  0
rp1_adc                49152  0
raspberrypi_gpiomem    49152  0
uio_pdrv_genirq        49152  0
uio                    49152  1 uio_pdrv_genirq
i2c_dev                49152  0
fuse                  147456  5
dm_mod                163840  0
ip_tables              65536  0
x_tables               81920  1 ip_tables
ipv6                  589824  42
spidev                 49152  0
vc4                   409600  10
snd_soc_hdmi_codec     49152  2
v3d                   114688  4
drm_display_helper     49152  1 vc4
cec                    65536  1 vc4
drm_dma_helper         49152  2 vc4
drm_kms_helper        262144  2 drm_dma_helper,vc4
gpu_sched              98304  1 v3d
snd_soc_core          327680  2 vc4,snd_soc_hdmi_codec
spi_bcm2835            49152  0
snd_compress           49152  1 snd_soc_core
i2c_brcmstb            49152  0
snd_pcm_dmaengine      49152  1 snd_soc_core
snd_pcm               163840  4 snd_soc_hdmi_codec,snd_compress,snd_soc_core,snd_pcm_dmaengine
drm_shmem_helper       49152  1 v3d
gpio_keys              49152  0
drm                   720896  17 gpu_sched,drm_kms_helper,drm_dma_helper,v3d,vc4,drm_shmem_helper,drm_display_helper
snd_timer              65536  3 snd_seq,snd_hrtimer,snd_pcm
snd                   147456  9 snd_seq,snd_seq_device,snd_soc_hdmi_codec,snd_timer,snd_compress,snd_soc_core,snd_pcm
drm_panel_orientation_quirks    49152  1 drm
backlight              49152  2 drm_kms_helper,drm

Most Liked

fhunleth

fhunleth

Co-author of Nerves

Thanks. It looks like this will be involved than just enabling a kernel option. I see the hailo_pci entry and everything else looked expected.

Where Next?

Popular in Discussions Top

jswny
I would like to better understand what the advantages/disadvantages of umbrella applications are compared to structuring your app as as s...
New
blackode
Elixir Upgrading is so Simple in Ubuntu and It worked for me Ubuntu 16.04 git clone https://github.com/elixir-lang/elixir.git cd elixir...
New
mikl
I wanted to capitalize a string, and tried using String.capitalize(). That generally works well, until you try to capitalize a word like...
New
Rustixir
Hi everyone, im working on find best language/framework/system for high concurrency, high performance and stable performance after wor...
New
AstonJ
If a newbie asked you about Phoenix Contexts, how would you explain the basics to them? Feel free to be as concise or in-depth as you li...
New
AstonJ
Are there any Elixir or Erlang libraries that help with this? I’ve been thinking how streaming services like twitch have exploded recentl...
New
ben-pr-p
In general I’ve been sticking to this community style guide GitHub - christopheradams/elixir_style_guide: A community driven style guide ...
New
100phlecs
Are there any downsides, like perf issues, to putting all functional components in CoreComponents as long as you prefix it with the conte...
New
scouten
I’m looking for a host for the server part of a small (personal) side project that I’m working on. It’s currently written in Node.js and ...
New
Fl4m3Ph03n1x
Background A few days ago I was listening to The future of Elixir from Elixir Talks, with Dave Thomas (@pragdave ) and Brian Mitchell. I...
New

Other popular topics Top

malloryerik
Hi, this is for people who, like me, have had some friction using .html.heex templates in VSCode. The solution seems to be, in a hyphena...
New
lastday4you
I wanted to check elixir version in phoenix because i found that my elixir is 1.5 but when i use Enum.chunk_by it said the function is un...
New
TunkShif
This post is an instruction guide to help you setup your Neovim for Elixir development from scratch. It includes general information on h...
274 41989 114
New
albydarned
Hello all! I am typing this post from my new MacBook Pro with the M1 chip. I’m loving it so far, and will probably use it as my daily dr...
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
electic
Hi, I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
komlanvi
Hi everyone, I was playing with phoenix liveView but I run into an issue. I have a form and want to validate each input text when the te...
New
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => ...
New
vegabook
I’m brand new to Phoenix and I have stripped one of the demo applications to the bone. I just want to get an svg up on the screen. Here i...
New
sergio
Kind of like when jquery came out, it was super necessary. Existing drag and drop libraries have a bunch of baggage to support old browse...
New

Latest on Elixir Forum

Elixir Forum

We're in Beta

About us Mission Statement