configs/beaglev: enable host jh71xx-tools
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 14 May 2021 22:03:16 +0000 (00:03 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 15 May 2021 12:12:17 +0000 (14:12 +0200)
This host utility is useful to recover the bootloader.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
board/beaglev/readme.txt
configs/beaglev_defconfig

index bbdb9b12efec793508472c13f2b724ff85500850..60678059e159e5bd359d8ed6ac1c6af8c1047dcb 100644 (file)
@@ -119,4 +119,6 @@ bootloaders, so if you flash non-working versions, you'll have to go
 through a recovery process. This requires wiring up to a separate
 debug UART, which pins are located near the HDMI connector. See
 https://wiki.seeedstudio.com/BeagleV-Update-bootloader-ddr-init-boot-uboot-Recover-bootloader/
-section "Recover the bootloader" for more details.
+section "Recover the bootloader" for more details. The instructions
+make use of a jh7100-recover tool, which Buildroot has built as part
+of this defconfig: it is available as output/host/bin/jh7100-recover.
index 8943ce9c340b971c61d5a47494f191491e75d3f6..bbb69ca2681406cd27805be7508b847964152e79 100644 (file)
@@ -35,3 +35,4 @@ BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
 BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,starfive-tech,u-boot,3f3ac01a29ad1cd5fa519d86f81daead2447f1d4)/uboot-3f3ac01a29ad1cd5fa519d86f81daead2447f1d4.tar.gz"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="starfive_vic7100_beagle_v_smode"
 BR2_PACKAGE_HOST_GENIMAGE=y
+BR2_PACKAGE_HOST_JH71XX_TOOLS=y