mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Replace OP-TEE TEE binary file tee-pager_v2.bin by tee-raw.bin using the new option BR2_TARGET_UBOOT_NEEDS_OPTEE_TEE_RAW_BIN. Remove unsued linux-headers.hash since we use a prebuilt toolchain. Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Julien Olivain <ju.o@free.fr>
BeagleBoard.org BeagleY-AI Development Board Description =========== This configuration will build a basic image for the BeagleBoard.org BeagleY-AI. For more details about the board, visit: https://www.beagleboard.org/boards/beagley-ai How to Build ============ Select the default configuration for the target: $ make beagley_ai_defconfig Optional: modify the configuration: $ make menuconfig Build: $ make To copy the resulting 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 BeagleY-AI board, and power it up through the USB Type-C connector. The system should come up. You can use a USB to serial adapter to connect to the connector labeled UART0 (J13) to communicate with the board. https://docs.beagle.cc/boards/beagley/ai/02-quick-start.html