mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 18:04:48 +00:00

The Acer Iconia A500 is a tablet computer designed, developed and marketed by Acer Inc. It is powered by 1 GHz Nvidia Tegra 2 processor and 1GB DDR2 RAM. The A500 is sold with 64 GB, although both 16 GB and 32 GB models are available. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
18 lines
578 B
Bash
18 lines
578 B
Bash
#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_block_size_r=0x100000
|
|
boot_block_size=0x800
|
|
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
|