cross/i686-linux-glibc/buildroot/buildroot-2025.05/board/beagleboard/beagleboneai64
Jessica 79f05960bf added i686 2026-07-07 11:25:11 -04:00
..
patches added i686 2026-07-07 11:25:11 -04:00
extlinux.conf added i686 2026-07-07 11:25:11 -04:00
genimage.cfg added i686 2026-07-07 11:25:11 -04:00
post-build.sh added i686 2026-07-07 11:25:11 -04:00
readme.txt added i686 2026-07-07 11:25:11 -04:00

readme.txt

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