mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
There was a previous attempt in commit [1] to bump the kernel to 6.18
but the SD card failed at boot. It seems the actual issue is related to
the "cheap" (or fake?) SD card with SD UHS SDR50 speed.
This offending SD card come from a lot recently purchased in order to
fix my “Too many boards, not enough SD cards” issue.
[1] 4abb8a98b2
Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Julien Olivain <ju.o@free.fr>
BeagleBoard.org BeagleBone AI-64 Development Board Description =========== This configuration will build a basic image for the BeagleBoard.org BeagleBone AI-64. For more details about the board, visit: https://www.beagleboard.org/boards/beaglebone-ai-64 How to Build ============ Select the default configuration for the target: $ make beagleboneai64_defconfig Optional: modify the configuration: $ make menuconfig Build: $ make To copy the resultimg output image file to an SD card use dd: $ dd if=output/images/sdcard.img of=/dev/sdX bs=1M How to Run ========== Insert the SD card into the BeagleBone AI-64 board, and power it up through the USB Type-C connector. The system should come up (make sure to boot from the SD card not from the eMMC). You can use a USB to serial adapter to connect to the connector labeled UART0 (J3) to communicate with the board. https://docs.beagleboard.org/latest/boards/beaglebone/ai-64/02-quick-start.html