Re: Raspberry PI enabling MMC1
chuck kamas
Raj,
I found out how to debug the boot process of the PI from: https://github.com/raspberrypi/documentation/blob/master/hardware/raspberrypi/bootmodes/README.md by turning on the boot code debug. sed -i -e "s/BOOT_UART=0/BOOT_UART=1/" bootcode.bin
I found out that the sdio overlay does not exist!
So what am I missing on how to turn on the sdio on GPIO22-27? Is
it not an overlay and instead a driver/other code/linux config
that needs to be set?
Chuck
On 11/17/20 4:29 PM, chuck kamas via
lists.yoctoproject.org wrote:
Raj,
|
|