kumquat-buildroot/board/ti/am62x-sk
Dario Binacchi 415835567b board/ti/am62x-sk: move post-build.sh to board/ti/common/am6xx
The patch makes it clear that the moved script can be used by the
am6{2,4}x platforms.

Reviewed-by: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
2024-04-09 14:12:00 +02:00
..
patches configs/ti_am62x_sk_defconfig: bump Linux version to 6.6.18 2024-04-09 14:11:56 +02:00
genimage.cfg configs/ti_am62x_sk_defconfig: bump U-Boot version to 2024.01 2024-04-09 14:11:50 +02:00
readme.txt

Texas Instuments SK-AM62 Test and Development Board

Description
===========

This configuration will build a complete image for the TI SK-AM62
board: https://www.ti.com/tool/SK-AM62.

How to Build
============

Select the default configuration for the target:

$ make ti_am62x_sk_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 SK-AM62 board, and power it up through the
USB Type-C connector. The system should come up. You can use a
micro-USB cable to connect to the connector labeled UART to
communicate with the board.