U-Boot SPL 2017.11 (Nov 23 2017 - 20:31:14) DRAM: 512 MiB Trying to boot from MMC1 NOTICE: BL3-1: Running on H5 (1718) in SRAM A2 (@0x44000) NOTICE: Configuring SPC Controller NOTICE: BL3-1: v1.0(debug):aa75c8da415158a94b82a430b2b40000778e851f NOTICE: BL3-1: Built : 19:31:38, Oct 23 2017 INFO: BL3-1: Initializing runtime services INFO: BL3-1: Preparing for EL3 exit to normal world INFO: BL3-1: Next image address: 0x4a000000, SPSR: 0x3c9 U-Boot 2017.11 (Nov 23 2017 - 20:31:14 +0900) Allwinner Technology CPU: Allwinner H5 (SUN50I) Model: FriendlyARM NanoPi NEO 2 DRAM: 512 MiB MMC: SUNXI SD/MMC: 0 *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: No ethernet found. starting USB... No controllers found Hit any key to stop autoboot: 2  1  0 switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot.scr reading /boot.scr 952 bytes read in 24 ms (38.1 KiB/s) ## Executing script at 4fc00000 reading netbsd-SUNXI.ub 6854868 bytes read in 357 ms (18.3 MiB/s) reading sun50i-h5-nanopi-neo2.dtb 21386 bytes read in 32 ms (652.3 KiB/s) libfdt fdt_path_offset() returned FDT_ERR_BADPATH ## Booting kernel from Legacy Image at 46000000 ... Image Name: NetBSD/sunxi 8.99.2 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 6854804 Bytes = 6.5 MiB Load Address: 40008000 Entry Point: 40008000 Verifying Checksum ... OK ERROR: Did not find a cmdline Flattened Device Tree Could not find a valid device tree SCRIPT FAILED: continuing... reading /sun50i-h5-nanopi-neo2.dtb 21386 bytes read in 31 ms (672.9 KiB/s) starting USB... No controllers found USB is stopped. Please issue 'usb start' first. starting USB... No controllers found No ethernet found. missing environment variable: pxeuuid missing environment variable: bootfile Retrieving file: pxelinux.cfg/00000000 No ethernet found. missing environment variable: bootfile Retrieving file: pxelinux.cfg/0000000 No ethernet found. missing environment variable: bootfile Retrieving file: pxelinux.cfg/000000 No ethernet found. missing environment variable: bootfile Retrieving file: pxelinux.cfg/00000 No ethernet found. missing environment variable: bootfile Retrieving file: pxelinux.cfg/0000 No ethernet found. missing environment variable: bootfile Retrieving file: pxelinux.cfg/000 No ethernet found. missing environment variable: bootfile Retrieving file: pxelinux.cfg/00 No ethernet found. missing environment variable: bootfile Retrieving file: pxelinux.cfg/0 No ethernet found. missing environment variable: bootfile Retrieving file: pxelinux.cfg/default-arm-sunxi No ethernet found. missing environment variable: bootfile Retrieving file: pxelinux.cfg/default-arm No ethernet found. missing environment variable: bootfile Retrieving file: pxelinux.cfg/default No ethernet found. Config file not found starting USB... No controllers found No ethernet found. No ethernet found. => 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=if fdt addr ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr ${fdtcontroladdr};fi;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 ${kernel_addr_r} ${fdtcontroladdr};fi boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}extlinux/extlinux.conf boot_net_usb_start=usb start boot_prefixes=/ /boot/ boot_script_dhcp=boot.scr.uimg boot_scripts=boot.scr.uimg boot.scr boot_targets=fel mmc0 usb0 pxe dhcp bootcmd=run distro_bootcmd bootcmd_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_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci; bootcmd_fel=if test -n ${fel_booted} && test -n ${fel_scriptaddr}; then echo '(FEL boot)'; source ${fel_scriptaddr}; fi bootcmd_mmc0=setenv devnum 0; run mmc_boot bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi bootcmd_usb0=setenv devnum 0; run usb_boot bootdelay=2 bootfstype=fat bootm_size=0xa000000 console=ttyS0,115200 cpu=armv8 devnum=0 devplist=1 devtype=mmc dfu_alt_info_ram=kernel ram 0x40080000 0x1000000;fdt ram 0x4FA00000 0x100000;ramdisk ram 0x4FE00000 0x4000000 distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done dtb_addr=0x48000000 efi_dtb_prefixes=/ /dtb/ /dtb/current/ env_addr=0x45000000 ethaddr=02:01:7c:3f:c3:ee fdt_addr_r=0x4FA00000 fdtaddr=48000000 fdtcontroladdr=59f2b818 fdtfile=sun50i-h5-nanopi-neo2.dtb fileaddr=4fa00000 filesize=538a kernel=netbsd-SUNXI.ub kernel_addr=0x46000000 kernel_addr_r=0x40080000 load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile} mmc_boot=if mmc dev ${devnum}; then setenv devtype mmc; run scan_dev_for_boot_part; fi mmc_bootdev=0 preboot=usb start pxefile_addr_r=0x4FD00000 ramdisk_addr_r=0x4FE00000 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}:${distro_bootpart} bootfstype; then run scan_dev_for_boot; fi; done 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;done;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}extlinux/extlinux.conf; then echo Found ${prefix}extlinux/extlinux.conf; run boot_extlinux; echo SCRIPT FAILED: continuing...; fi 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_script; echo SCRIPT FAILED: continuing...; fi; done scriptaddr=0x4FC00000 serial#=828000017c3fc3ee soc=sunxi stderr=serial,vidconsole stdin=serial,usbkbd stdout=serial,vidconsole usb_boot=usb start; if usb dev ${devnum}; then setenv devtype usb; run scan_dev_for_boot_part; fi Environment size: 4195/131068 bytes => fatls mmc 0:1   5582868 netbsd-BEAGLEBOARD.ub 5142228 netbsd-BEAGLEBONE.ub 7020692 netbsd-BPI.ub 7026708 netbsd-CUBIEBOARD.ub 7059860 netbsd-CUBIETRUCK.ub 6854868 netbsd-SUNXI.ub 6679444 netbsd-ODROID-C1.ub 8909912 netbsd-TEGRA.ub 6959316 kernel7.img 19043 sun5i-a13-difrnce-dit4350.dtb 18508 sun5i-a13-empire-electronix-d709.dtb 19067 sun5i-a13-empire-electronix-m712.dtb 18224 sun5i-a13-hsg-h702.dtb 19047 sun5i-a13-inet-98v-rev2.dtb 18150 sun5i-a13-licheepi-one.dtb 17253 sun5i-a13-olinuxino-micro.dtb 18428 sun5i-a13-olinuxino.dtb 19489 sun5i-a13-q8-tablet.dtb 19654 sun5i-a13-utoo-p66.dtb 20369 sun5i-gr8-evb.dtb 18970 sun5i-gr8-chip-pro.dtb 19081 sun5i-r8-chip.dtb 19627 sun5i-r8-pocketchip.dtb 21335 sun6i-a31-app4-evb1.dtb 22389 sun6i-a31-colombus.dtb 25935 sun6i-a31-hummingbird.dtb 22592 sun6i-a31-i7.dtb 24057 sun6i-a31-m9.dtb 24109 sun6i-a31-mele-a1000g-quad.dtb 15410 sun8i-h2-plus-orangepi-zero.dtb 15851 sun8i-h3-bananapi-m2-plus.dtb 15544 sun8i-h3-beelink-x2.dtb 15194 sun8i-h3-nanopi-m1.dtb 16127 sun8i-h3-nanopi-neo.dtb 14666 sun8i-h3-nanopi-neo-air.dtb 16045 sun8i-h3-orangepi-2.dtb 15409 sun8i-h3-orangepi-lite.dtb 16187 sun8i-h3-orangepi-one.dtb 15814 sun8i-h3-orangepi-pc-plus.dtb 15457 sun8i-h3-orangepi-pc.dtb 16551 sun8i-h3-orangepi-plus.dtb 17068 sun8i-h3-orangepi-plus2e.dtb 9052 sun50i-a64-bananapi-m64.dtb 10041 sun50i-a64-pine64-plus.dtb 8649 sun50i-a64-pine64.dtb 9864 sun50i-a64-pinebook.dtb 68370 tegra124-apalis-eval.dtb 68157 tegra124-jetson-tk1.dtb 69179 tegra124-nyan-big.dtb 69366 tegra124-nyan-blaze.dtb 42896 tegra124-venice2.dtb 46166 tegra210-p2371-0000.dtb 54522 tegra210-p2371-2180.dtb 46654 tegra210-p2571.dtb 53972 tegra210-smaug.dtb 654 uEnv.txt 135 cmdline.txt 329 config.txt 1494 LICENCE.broadcom 17932 bootcode.bin 6624 fixup.dat 2533 fixup_cd.dat 2823716 start.elf 634948 start_cd.elf 184 boot.ini 177 boot-TEGRA.txt 880 boot.cmd 952 boot.scr .fseventsd/ .Spotlight-V100/ 21386 sun50i-h5-nanopi-neo2.dtb 249 boot.scr.org 70 file(s), 2 dir(s) =>