diff options
| author | Svyatoslav Ryhel <[email protected]> | 2024-06-24 20:13:47 +0300 |
|---|---|---|
| committer | Svyatoslav Ryhel <[email protected]> | 2024-10-13 17:20:26 +0300 |
| commit | 5e13730fc6f562873dc5b8262ffdc0fc43c89cec (patch) | |
| tree | 2f43e7910b445e8e882757a2b2caa62a348c673a /board/wexler | |
| parent | 83b5f6367941f0f1c1904e4fde895fceedb75437 (diff) | |
board: tegra: convert boards to text env
Convert boards to use text based env. This is the first stage of
conversion, common inclusions should be converted next.
Acked-by: Francesco Dolcini <[email protected]> # Toradex Apalis TK1
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Svyatoslav Ryhel <[email protected]>
Diffstat (limited to 'board/wexler')
| -rw-r--r-- | board/wexler/qc750/qc750.env | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/wexler/qc750/qc750.env b/board/wexler/qc750/qc750.env new file mode 100644 index 00000000000..f2bf298a997 --- /dev/null +++ b/board/wexler/qc750/qc750.env @@ -0,0 +1,15 @@ +#include <env/nvidia/prod_upd.env> + +button_cmd_0_name=Volume Down +button_cmd_0=bootmenu +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 |
