lawik
Nerves Core Team
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
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
The obligatory hello world thread!
Who are you and where are you from? :stuck_out_tongue:
New
@chrismccord : I just saw the Extract AGENTS.md from Phoenix.new into phx.new generator commit to the phoenix project.
My initial shotgu...
New
I was working on an Ecto migration and I needed a timestamp. So, for the nth time, I looked up the different data types for timestamps, a...
New
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog
It says that Fly is going all-in on sprites, which is a worry ...
New
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using.
We’re particularly inte...
New
Is there a word for the ~> symbol used in Version strings?
Do you also just call it a Squiggle Arrow™ ?!
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
Latest Nerves Threads
Chat & Discussions>Discussions
Latest on Elixir Forum
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #ai
- #genstage
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex











Showing Posts 1 to 3- Show Best Posts
- Show All Posts (oldest first)
- Show All Posts (newest first)
lawik
Now to do the install steps and run it again.
lawik
After going through this instruction: https://www.raspberrypi.com/documentation/accessories/ai-kit.html
fhunleth
Thanks. It looks like this will be involved than just enabling a kernel option. I see the
hailo_pcientry and everything else looked expected.