Skip to content

Commit

Permalink
configs: visionfive2: enable SPL_YMODEM_SUPPORT
Browse files Browse the repository at this point in the history
We can use U-Boot for recovering JH7110 based boards via UART
if CONFIG_SPL_YMODEM_SUPPORT=y.

* Send u-boot-spl.normal.out via XMODEM.
* Send u-boot.itb via YMODEM.

Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: E. Shattow <[email protected]>
  • Loading branch information
xypron authored and Leo Yu-Chi Liang committed May 14, 2024
1 parent 5b3a9fb commit 215dc02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/starfive_visionfive2_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ CONFIG_SPL_I2C=y
CONFIG_SPL_DM_SPI_FLASH=y
CONFIG_SPL_DM_RESET=y
CONFIG_SPL_SPI_LOAD=y
CONFIG_SPL_YMODEM_SUPPORT=y
CONFIG_SYS_PROMPT="StarFive # "
CONFIG_CMD_EEPROM=y
CONFIG_SYS_EEPROM_SIZE=512
Expand Down

0 comments on commit 215dc02

Please sign in to comment.