e1aacc3049
ARM_TRUSTED_FIRMWARE_SITE is currently pointing to the deprecated ARM-software github read-only mirror[0] which is no longer publishing new tags. They do have a newer github mirror under the TrustedFirmware-A organization[1] which continues to receive tag updates we could use however because of the way github generates tarballs changing the SITE to point to TrustedFormware-A changes the pre-calculated hash values for every version for everyone. Without much way around changing all hash values if we want these latest tags, lets drop the github mirrors and move to the official git source[2] so we can download real tarballs which shouldn't change even if the ARM_TRUSTED_FIRMWARE_SITE moves again and hopefully preventing this from ever happening again. [2] https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/ [1] https://github.com/TrustedFirmware-A/trusted-firmware-a [0] https://github.com/ARM-software/arm-trusted-firmware Signed-off-by: Bryan Brattlof <bb@ti.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |
||
---|---|---|
.. | ||
patches | ||
extlinux.conf | ||
genimage.cfg | ||
post-build.sh | ||
readme.txt |
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