Replies: 1 comment
-
See How to flash Raspberry Pi OS onto the Compute Module 4 eMMC with usbboot. You'll need to use Raspberry Pi's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was following this article to cross compile raspberry pi for additional drivers but go stuck.
https://github.com/geerlingguy/raspberry-pi-pcie-devices/tree/master/extras/cross-compile/legacy-vagrant
I see that the instructions say to remove the SD card from the CM4 and mount it on another device to load the new kernel files and DTBs. My CM4 has eMMC on it and I haven't been able to ever disable eMMC boot and mount the eMMC as an accessible storage device. Actually it never even shows up in fdisk even though I see it being detected in dmesg. Is there a trick or way to be able to mount an eMMC to push the new files over?
Beta Was this translation helpful? Give feedback.
All reactions