Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- => printenv
- arch=arm
- baudrate=115200
- board=sunxi
- board_name=sunxi
- boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
- boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kei
- boot_efi_bootmgr=if fdt addr ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
- boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
- boot_net_usb_start=usb start
- boot_prefixes=/ /boot/
- boot_script_dhcp=boot.scr.uimg
- boot_scripts=boot.scr.uimg boot.scr
- boot_syslinux_conf=extlinux/extlinux.conf
- boot_targets=fel mmc0 usb0 pxe dhcp
- bootcmd=run distro_bootcmd
- bootcmd_dhcp=setenv devtype dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_;
- bootcmd_fel=if test -n ${fel_booted} && test -n ${fel_scriptaddr}; then echo '(FEL boot)'; source ${fel_scriptaddr}; fi
- bootcmd_mmc0=devnum=0; run mmc_boot
- bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
- bootcmd_usb0=devnum=0; run usb_boot
- bootdelay=2
- bootm_size=0xa000000
- console=ttyS0,115200
- cpu=armv8
- dfu_alt_info_ram=kernel ram 0x40080000 0x1000000;fdt ram 0x4FA00000 0x100000;ramdisk ram 0x4FF00000 0x4000000
- distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done
- efi_dtb_prefixes=/ /dtb/ /dtb/current/
- ethaddr=02:00:f6:00:9b:b7
- fdt_addr_r=0x4FA00000
- fdtcontroladdr=7bf3cde0
- fdtfile=allwinner/sun50i-h616-orangepi-zero3.dtb
- fdtoverlay_addr_r=0x4FE00000
- kernel_addr_r=0x40080000
- kernel_comp_addr_r=0x44000000
- kernel_comp_size=0xb000000
- load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
- loadsplash= for prefix in ${boot_prefixes}; do if test -e mmc 0 ${prefix}boot.bmp; then load mmc 0 ${splashimage} ${prefix}boot.bmp; bmp d ${splashimage}; fi; done
- mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
- mmc_bootdev=0
- partitions=name=loader1,start=8k,size=32k,uuid=${uuid_gpt_loader1};name=loader2,size=984k,uuid=${uuid_gpt_loader2};name=esp,size=128M,bootable,uuid=${uuid_gpt_esp};name=system,size=-,uuid=$;
- preboot=usb start
- pxefile_addr_r=0x4FD00000
- ramdisk_addr_r=0x4FF00000
- scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
- scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${dt
- scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;de
- scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo SCRIPT FAILEi
- scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_sce
- scriptaddr=0x4FC00000
- serial#=33802000f6009bb7
- soc=sunxi
- splashimage=66000000
- splashpos=m,m
- stderr=serial@5000000
- stdin=serial@5000000
- stdout=serial@5000000
- usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
- uuid_gpt_esp=c12a7328-f81f-11d2-ba4b-00a0c93ec93b
- uuid_gpt_system=b921b045-1df0-41c3-af44-4c6f280d3fae
- Environment size: 4570/131068 bytes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement