You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the other hand, I found that u-boot running on top of the D0 core which is built for buildroot (https://github.com/openbouffalo/buildroot_bouffalo) can correctly detect the SD card. Therefore, my Ox64 board and SD card seem fine.
=> mmc list
mmc@20060000: 0 (SD)
=> mmc info
Device: mmc@20060000
Manufacturer ID: 2
OEM: 544d
Name: SA04G
Bus Speed: 50000000
Mode: SD High Speed (50MHz)
Rd Block Len: 512
SD version 3.0
High Capacity: Yes
Capacity: 3.6 GiB
Bus Width: 4-bit
Erase Group Size: 512 Bytes
Many thanks,
--
Takayuki
The text was updated successfully, but these errors were encountered:
Hi,
Thanks a lot for providing this u-boot porting to BL808.
I have followed the instruction described in https://github.com/openbouffalo/u-boot/releases/tag/bl808-2023-02-19 to use this u-boot porting on my Ox64 board.
(A compiler I used can be found at https://musl.cc/riscv32-linux-musl-cross.tgz.)
However, u-boot running on top of the M0 core cannot detect an inserted SD card on my board.
I have enabled the logging functionality of u-boot, and an obtained result indicates that mmc commands with "SD_CMD_APP_SEND_SCR" return some errors.
On the other hand, I found that u-boot running on top of the D0 core which is built for buildroot (https://github.com/openbouffalo/buildroot_bouffalo) can correctly detect the SD card. Therefore, my Ox64 board and SD card seem fine.
Many thanks,
--
Takayuki
The text was updated successfully, but these errors were encountered: