Automated DT boot report for various ARM defconfigs.
Tree/Branch: mainline Git describe: v3.14-rc4-60-g86c7654 Failed boot tests (console logs at the end) =========================================== legacy,3730xm: FAIL: omap2plus_defconfig omap3-beagle-xm: FAIL: omap2plus_defconfig da850-evm: FAIL: davinci_all_defconfig
Full Report ===========
da8xx_omapl_defconfig --------------------- da850-evm PASS: 0 min 15.4 sec
omap2plus_defconfig ------------------- legacy,3730xm FAIL: 0 min 44.4 sec am335x-boneblack PASS: 0 min 26.0 sec omap3-beagle-xm FAIL: 0 min 31.4 sec legacy,3530beagle PASS: 0 min 37.5 sec omap4-panda PASS: 1 min 13.5 sec omap3-overo-tobi PASS: 0 min 23.3 sec am335x-bone PASS: 0 min 37.5 sec omap3-overo-storm-tobi PASS: 0 min 25.3 sec omap5-uevm PASS: 0 min 58.0 sec omap4-panda-es PASS: 1 min 8.6 sec legacy,3730storm PASS: 0 min 24.1 sec legacy,3530overo PASS: 0 min 21.4 sec
multi_lpae_defconfig -------------------- omap5-uevm PASS: 1 min 43.8 sec sun7i-a20-cubieboard2 PASS: 0 min 14.2 sec
tegra_defconfig --------------- tegra30-beaver PASS: 0 min 17.1 sec
imx_v6_v7_defconfig ------------------- imx6dl-wandboard,wand-dual PASS: 0 min 18.9 sec imx6dl-wandboard,wand-solo PASS: 0 min 18.6 sec imx6q-wandboard PASS: 0 min 17.2 sec
msm_defconfig ------------- qcom-apq8074-dragonboard PASS: 1 min 14.6 sec
bcm_defconfig ------------- bcm28155-ap PASS: 0 min 59.1 sec
sunxi_defconfig --------------- sun7i-a20-cubieboard2 PASS: 0 min 12.9 sec sun4i-a10-cubieboard PASS: 0 min 17.7 sec
exynos_defconfig ---------------- exynos5250-arndale PASS: 0 min 30.1 sec
multi_v7_defconfig ------------------ ste-snowball PASS: 1 min 20.4 sec tegra30-beaver PASS: 0 min 16.9 sec am335x-boneblack PASS: 0 min 23.3 sec omap3-beagle-xm PASS: 0 min 47.7 sec sun7i-a20-cubieboard2 PASS: 0 min 14.4 sec armada-370-mirabox PASS: 0 min 22.1 sec omap4-panda PASS: 0 min 52.5 sec armada-xp-openblocks-ax3-4 PASS: 0 min 25.9 sec sun4i-a10-cubieboard PASS: 0 min 22.1 sec bcm28155-ap PASS: 0 min 59.0 sec omap3-overo-tobi PASS: 0 min 24.8 sec imx6dl-wandboard,wand-solo PASS: 0 min 17.9 sec am335x-bone PASS: 0 min 26.0 sec omap3-overo-storm-tobi PASS: 0 min 24.0 sec omap5-uevm PASS: 1 min 48.6 sec imx6q-wandboard PASS: 0 min 17.2 sec omap4-panda-es PASS: 0 min 54.1 sec imx6dl-wandboard,wand-dual PASS: 0 min 20.9 sec
u8500_defconfig --------------- ste-snowball PASS: 0 min 33.3 sec
sama5_defconfig --------------- sama5d35ek PASS: 0 min 16.9 sec
davinci_all_defconfig --------------------- legacy,dm365evm PASS: 0 min 16.8 sec da850-evm FAIL: 0 min 20.8 sec
mvebu_defconfig --------------- armada-xp-openblocks-ax3-4 PASS: 0 min 22.1 sec armada-370-mirabox PASS: 0 min 20.1 sec
Console logs for failures =========================
omap2plus_defconfig -------------------
legacy,3730xm: FAIL: last 80 lines of boot log: -----------------------------------------------
U-Boot 2013.04 (Jan 17 2014 - 10:48:29) arm-linux-gnueabi-gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3 GNU ld (GNU Binutils for Ubuntu) 2.23.2 OMAP3 beagleboard.org # setenv usbethaddr 2a:45:34:6d:b4:5d setenv usbethaddr 2a:45:34:6d:b4:5d OMAP3 beagleboard.org # setenv preboot "usb start" # For USB net setenv preboot "usb start" # For USB net OMAP3 beagleboard.org # setenv bootargs console=ttyO2,115200n8 earlyprintk rw root=/dev/mmcblk0p2 rootwait rootfstype=ext4 setenv bootargs console=ttyO2,115200n8 earlyprintk rw root=/dev/mmcblk0p2 rootwait rootfstype=ext4 OMAP3 beagleboard.org # setenv netargs 'setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}::::192.168.1.254:none' setenv netargs 'setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}::::192.168.1.254:none' OMAP3 beagleboard.org # if test -n ${initenv}; then run initenv; fi if test -n ${initenv}; then run initenv; fi OMAP3 beagleboard.org # if test -n ${preboot}; then run preboot; fi if test -n ${preboot}; then run preboot; fi (Re)start USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found scanning usb for ethernet devices... 1 Ethernet Device(s) found OMAP3 beagleboard.org #setenv autoload no; setenv autoboot no setenv autoload no; setenv autoboot no OMAP3 beagleboard.org # dhcp dhcp ERROR: Need valid 'usbnet_devaddr' to be set at ether.c:2369/usb_eth_init() Waiting for Ethernet connection... done. BOOTP broadcast 1 BOOTP broadcast 2 DHCP client bound to address 192.168.1.190 OMAP3 beagleboard.org # setenv serverip 192.168.1.2 setenv serverip 192.168.1.2 OMAP3 beagleboard.org # if test -n ${netargs}; then run netargs; fi if test -n ${netargs}; then run netargs; fi OMAP3 beagleboard.org # tftp 0x80200000 192.168.1.2:tmp/3730xm-z6yLcg/zImage tftp 0x80200000 192.168.1.2:tmp/3730xm-z6yLcg/zImage Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.1.2; our IP address is 192.168.1.190 Filename 'tmp/3730xm-z6yLcg/zImage'. Load address: 0x80200000 Loading: *T ################################################################# ################################################################# ################################################################# ################################################################# ################################ 470.7 KiB/s done Bytes transferred = 4277392 (414490 hex) OMAP3 beagleboard.org # tftp 0x81000000 192.168.1.2:buildroot.cpio.gz.uboot tftp 0x81000000 192.168.1.2:buildroot.cpio.gz.uboot Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.1.2; our IP address is 192.168.1.190 Filename 'buildroot.cpio.gz.uboot'. Load address: 0x81000000 Loading: *EHCI timed out on TD - token=0x88008d80 T ############################################ 80.1 KiB/s done Bytes transferred = 642602 (9ce2a hex) OMAP3 beagleboard.org # printenv bootargs printenv bootargs bootargs=console=ttyO2,115200n8 earlyprintk rw root=/dev/mmcblk0p2 rootwait rootfstype=ext4 ip=192.168.1.190:192.168.1.2:192.168.1.254:255.255.255.0::::192.168.1.254:none OMAP3 beagleboard.org # bootz 0x80200000 0x81000000 bootz 0x80200000 0x81000000 ## Loading init Ramdisk from Legacy Image at 81000000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 642538 Bytes = 627.5 KiB Load Address: 00000000 Entry Point: 00000000
Starting kernel ...
~$off # PYBOOT: Exception: kernel: ERROR: did not start booting. # PYBOOT: Time: 44.43 seconds. # PYBOOT: Result: FAIL
omap3-beagle-xm: FAIL: last 80 lines of boot log: -------------------------------------------------
Connected to 3730xm console [channel connected] (~$quit to exit) (user:khilman) is already connected
~$hardreset
Command(3730xm console)> hardreset (user:khilman) Reboot 3730xm Reboot: 3730xm ; phidget 0 2 : off, sleep, on 2 0 OMAP3 beagleboard.org # ~$off # PYBOOT: Exception: ERROR: Could not break into autoboot. # PYBOOT: Time: 31.38 seconds. # PYBOOT: Result: FAIL
davinci_all_defconfig ---------------------
da850-evm: FAIL: last 80 lines of boot log: -------------------------------------------
Err: serial SF: Detected M25P64 with page size 256 Bytes, erase size 64 KiB, total 8 MiB Net: DaVinci-EMAC Hit any key to stop autoboot: 3 0 U-Boot > U-Boot > version version
U-Boot 2014.01-dirty (Feb 27 2014 - 15:12:48) arm-linux-gnueabi-gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3 GNU ld (GNU Binutils for Ubuntu) 2.23.52.20130913 U-Boot > setenv bootargs console=ttyS2,115200n8 debug earlyprintk setenv bootargs console=ttyS2,115200n8 debug earlyprintk U-Boot >if test -n ${initenv}; then run initenv; fi if test -n ${initenv}; then run initenv; fi U-Boot >if test -n ${preboot}; then run preboot; fi if test -n ${preboot}; then run preboot; fi U-Boot > setenv autoload no; setenv autoboot no setenv autoload no; setenv autoboot no U-Boot > dhcp dhcp BOOTP broadcast 1 DHCP client bound to address 192.168.1.194 U-Boot > setenv serverip 192.168.1.2 setenv serverip 192.168.1.2 U-Boot > if test -n ${netargs}; then run netargs; fi if test -n ${netargs}; then run netargs; fi U-Boot >tftp 0xc0800000 192.168.1.2:tmp/da850evm-56Ufpp/zImage tftp 0xc0800000 192.168.1.2:tmp/da850evm-56Ufpp/zImage Using DaVinci-EMAC device TFTP from server 192.168.1.2; our IP address is 192.168.1.194 Filename 'tmp/da850evm-56Ufpp/zImage'. Load address: 0xc0800000 Loading: *################################################################# ################################################################# ############### 1.7 MiB/s done Bytes transferred = 2120760 (205c38 hex) U-Boot > tftp 0xc0c00000 192.168.1.2:buildroot.cpio.gz.uboot tftp 0xc0c00000 192.168.1.2:buildroot.cpio.gz.uboot Using DaVinci-EMAC device TFTP from server 192.168.1.2; our IP address is 192.168.1.194 Filename 'buildroot.cpio.gz.uboot'. Load address: 0xc0c00000 Loading: *############################################ 1.7 MiB/s done Bytes transferred = 642602 (9ce2a hex) U-Boot > tftp 0xc07f0000 192.168.1.2:tmp/da850evm-56Ufpp/da850-evm.dtb tftp 0xc07f0000 192.168.1.2:tmp/da850evm-56Ufpp/da850-evm.dtb Using DaVinci-EMAC device TFTP from server 192.168.1.2; our IP address is 192.168.1.194 Filename 'tmp/da850evm-56Ufpp/da850-evm.dtb'. Load address: 0xc07f0000 Loading: *# 1.1 MiB/s done Bytes transferred = 6935 (1b17 hex) U-Boot > printenv bootargs printenv bootargs bootargs=console=ttyS2,115200n8 debug earlyprintk U-Boot >bootz 0xc0800000 0xc0c00000 0xc07f0000 bootz 0xc0800000 0xc0c00000 0xc07f0000 Kernel image @ 0xc0800000 [ 0x000000 - 0x205c38 ] ## Loading init Ramdisk from Legacy Image at c0c00000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 642538 Bytes = 627.5 KiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK
Starting kernel ...
~$off # PYBOOT: Exception: kernel: ERROR: did not start booting. # PYBOOT: Time: 20.76 seconds. # PYBOOT: Result: FAIL