Skip to content

Commit 89b7535

Browse files
committed
feat(linux): add BeaglePlay U-Boot build instructions
BeaglePlay has custom defconfigs (am62x_beagleplay_a53_defconfig and am62x_beagleplay_r5_defconfig) just like other community boards already documented (e.g. BeagleBadge), so it should be included in the build guide. Signed-off-by: Yiyoung Liu <y-liu20@ti.com>
1 parent 1157977 commit 89b7535

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

source/linux/Foundational_Components/U-Boot/BG-Build-K3.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ All of these binaries are available in the SDK at :file:`<path to tisdk>/board-s
286286
| AM62SIP SK | ``am6254atl_evm_r5_defconfig`` | ``am6254atl_evm_r5_defconfig am62x_r5_usbdfu.config`` | ``am6254atl_evm_r5_defconfig am62x_r5_usbmsc.config`` |
287287
| | ``am6254atl_evm_a53_defconfig`` | ``am6254atl_evm_a53_defconfig`` | ``am6254atl_evm_a53_defconfig`` |
288288
+---------------+------------------------------------+----------------------------------------------------------+----------------------------------------------------------+
289+
| BeaglePlay | ``am62x_beagleplay_r5_defconfig`` | ``am62x_beagleplay_r5_defconfig am62x_r5_usbdfu.config`` | ``am62x_beagleplay_r5_defconfig am62x_r5_usbmsc.config`` |
290+
| | ``am62x_beagleplay_a53_defconfig`` | ``am62x_beagleplay_a53_defconfig`` | ``am62x_beagleplay_a53_defconfig`` |
291+
+---------------+------------------------------------+----------------------------------------------------------+----------------------------------------------------------+
289292

290293
.. note::
291294

@@ -346,6 +349,18 @@ All of these binaries are available in the SDK at :file:`<path to tisdk>/board-s
346349
$ make ARCH=arm CROSS_COMPILE="$CROSS_COMPILE_64" am6254atl_evm_a53_defconfig O=$UBOOT_DIR/out/a53
347350
$ make ARCH=arm CROSS_COMPILE="$CROSS_COMPILE_64" CC="$CC_64" BL31=$TFA_DIR/build/k3/lite/release/bl31.bin TEE=$OPTEE_DIR/out/arm-plat-k3/core/tee-pager_v2.bin O=$UBOOT_DIR/out/a53 BINMAN_INDIRS=$TI_LINUX_FW_DIR
348351
352+
.. rubric:: BeaglePlay
353+
354+
.. code-block:: console
355+
356+
R5
357+
$ make ARCH=arm CROSS_COMPILE="$CROSS_COMPILE_32" am62x_beagleplay_r5_defconfig O=$UBOOT_DIR/out/r5
358+
$ make ARCH=arm CROSS_COMPILE="$CROSS_COMPILE_32" O=$UBOOT_DIR/out/r5 BINMAN_INDIRS=$TI_LINUX_FW_DIR
359+
360+
A53
361+
$ make ARCH=arm CROSS_COMPILE="$CROSS_COMPILE_64" am62x_beagleplay_a53_defconfig O=$UBOOT_DIR/out/a53
362+
$ make ARCH=arm CROSS_COMPILE="$CROSS_COMPILE_64" CC="$CC_64" BL31=$TFA_DIR/build/k3/lite/release/bl31.bin TEE=$OPTEE_DIR/out/arm-plat-k3/core/tee-pager_v2.bin O=$UBOOT_DIR/out/a53 BINMAN_INDIRS=$TI_LINUX_FW_DIR
363+
349364
350365
.. ifconfig:: CONFIG_part_variant in ('AM62AX')
351366

0 commit comments

Comments
 (0)