-
I am trying to use the addon "SDCard" EMMC device to access the sdcard in my RPi4. I do NOT have USE_SDHOST eanbled as the SDCard addon won't compile with that option turned on. In my kernel, all I am doing so far is Initializing the CEMMCDevice. Initialization fails: logger: Circle 45.2 started on Raspberry Pi 4 Model B (AArch64) Not sure what I am doing wrong. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Appears to have the same problem when I compiled it for and ran it on my RPi3b+ logger: Circle 45.2 started on Raspberry Pi 3 Model B+ (AArch64) |
Beta Was this translation helpful? Give feedback.
-
I found that USE_EMBEDDED_MMC_CM was enabled. Disabled that, and it seems to work fine on both RPi3b+ and RPi4b |
Beta Was this translation helpful? Give feedback.
-
For info: |
Beta Was this translation helpful? Give feedback.
I found that USE_EMBEDDED_MMC_CM was enabled. Disabled that, and it seems to work fine on both RPi3b+ and RPi4b