mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 22:16:03 +01:00
Use board revision detection mechanism to choose correct DTB. Adjust documentation and build setup accordingly. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
18 lines
622 B
Bash
18 lines
622 B
Bash
#include <env/nvidia/prod_upd.env>
|
|
|
|
button_cmd_0_name=Volume Down
|
|
button_cmd_0=if spiflash; then run update_spi; else bootmenu; fi
|
|
button_cmd_1_name=Lid sensor
|
|
button_cmd_1=poweroff
|
|
partitions=name=emmc,start=0,size=-,uuid=${uuid_gpt_rootfs}
|
|
boot_dev=1
|
|
|
|
bootmenu_0=mount internal storage=usb start && ums 0 mmc 0; bootmenu
|
|
bootmenu_1=mount external storage=usb start && ums 0 mmc 1; bootmenu
|
|
bootmenu_2=fastboot=echo Starting Fastboot protocol ...; fastboot usb 0; bootmenu
|
|
bootmenu_3=update bootloader=run flash_uboot
|
|
bootmenu_4=reboot RCM=enterrcm
|
|
bootmenu_5=reboot=reset
|
|
bootmenu_6=power off=poweroff
|
|
bootmenu_delay=-1
|