[U-Boot] u-boot-dm crashes on NVIDIA Jetson TX1 running "version"

Simon,
With the latest code in u-boot-dm.git/master, the "version" command crashes on p2371-2180 (NVIDIA Jetson TX1); see log below. Preliminary results show complete failure on Beaver and Jetson TK1 (the tests are running so I can't see the full logs yet, but every py.test test that's completed so far results in an error, so perhaps the same issue or perhaps something else)
U-Boot 2017.07-rc1-19807-g9fb9a18fd8 (Jun 08 2017 - 18:22:11 -0600), Build: jenkins-u-boot-denx_uboot_dm-master-buildTEGRA210 Model: NVIDIA P2371-2180 Board: NVIDIA P2371-2180 DRAM: 3.5 GiB MMC: sdhci@700b0000: 1, sdhci@700b0600: 0 *** Warning - bad CRC, using default environment
In: serial Out: serial Err: serial Net: No ethernet found. Hit any key to stop autoboot: 2 %08%08%08 0 Tegra210 (P2371-2180) # [-] Stream: console Tegra210 (P2371-2180) # version U-Boot 2017.07-rc1-19807-g9fb9a18fd8 (Jun 08 2017 - 18:22:11 -0600), Build: jenkins-u-boot-denx_uboot_dm-master-build-Uaarch64-linux-gnu-gcc (Ubuntu/Linaro 4.8.4-2ubuntu1~14.04.1) 4.8.4 GNU ld (GNU Binutils for Ubuntu) 2.24 "Synchronous Abort" handler, esr 0x96000021 ELR: dff437b0 LR: dff43d94 x0 : 000000000000000b x1 : 0000000000000000 x2 : 0000000000000001 x3 : 0000000000000002 x4 : 0000000070006000 x5 : ffffff80ffffffc8 x6 : 0000000000000000 x7 : 00000000dda27360 x8 : 0000000000000001 x9 : 0000000000000008 x10: 000000000000000d x11: 0000000000000006 x12: 00000000dff86000 x13: 0000000000000040 x14: 0000000000000001 x15: 00000000dff31404 x16: 00000000000ffff0 x17: 0000000000010000 x18: 00000000dda2cdf0 x19: 000000000000000b x20: ffffffffffffffff x21: 0000000000000000 x22: 0000000000000000 x23: 0000000000000000 x24: 0000000000000000 x25: 0000000000000000 x26: 0000000000000001 x27: 000000000000000b x28: 0000000000000000 x29: 00000000dda27460
Resetting CPU ...

On 06/08/2017 07:02 PM, Stephen Warren wrote:
Simon,
With the latest code in u-boot-dm.git/master, the "version" command crashes on p2371-2180 (NVIDIA Jetson TX1); see log below. Preliminary results show complete failure on Beaver and Jetson TK1 (the tests are running so I can't see the full logs yet, but every py.test test that's completed so far results in an error, so perhaps the same issue or perhaps something else)
Beaver and Jetson never even get to the prompt:
U-Boot SPL 2017.07-rc1-19807-g9fb9a18 (Jun 08 2017 - 17:17:22) Trying to boot from RAM
U-Boot 2017.07-rc1-19807-g9fb9a18 (Jun 08 2017 - 17:17:22 -0700), Build: jenkins-u-boot-denx_uboot_dm-master-build-U_TEGRA30 Model: NVIDIA Beaver Board: NVIDIA Beaver DRAM: 2 GiB <<nothing else printed>>
U-Boot SPL 2017.07-rc1-19807-g9fb9a18 (Jun 08 2017 - 17:18:14) Trying to boot from RAM
U-Boot 2017.07-rc1-19807-g9fb9a18 (Jun 08 2017 - 17:18:14 -0700), Build: jenkins-u-boot-denx_uboot_dm-master-build-U_TEGRA124 Model: NVIDIA Jetson TK1 Board: NVIDIA Jetson TK1 DRAM: 2 GiB <<nothing else printed>>

Hi Stephen,
On 8 June 2017 at 19:15, Stephen Warren swarren@wwwdotorg.org wrote:
On 06/08/2017 07:02 PM, Stephen Warren wrote:
Simon,
With the latest code in u-boot-dm.git/master, the "version" command crashes on p2371-2180 (NVIDIA Jetson TX1); see log below. Preliminary results show complete failure on Beaver and Jetson TK1 (the tests are running so I can't see the full logs yet, but every py.test test that's completed so far results in an error, so perhaps the same issue or perhaps something else)
Beaver and Jetson never even get to the prompt:
U-Boot SPL 2017.07-rc1-19807-g9fb9a18 (Jun 08 2017 - 17:17:22) Trying to boot from RAM
U-Boot 2017.07-rc1-19807-g9fb9a18 (Jun 08 2017 - 17:17:22 -0700), Build: jenkins-u-boot-denx_uboot_dm-master-build-U_TEGRA30 Model: NVIDIA Beaver Board: NVIDIA Beaver DRAM: 2 GiB <<nothing else printed>>
U-Boot SPL 2017.07-rc1-19807-g9fb9a18 (Jun 08 2017 - 17:18:14) Trying to boot from RAM
U-Boot 2017.07-rc1-19807-g9fb9a18 (Jun 08 2017 - 17:18:14 -0700), Build: jenkins-u-boot-denx_uboot_dm-master-build-U_TEGRA124 Model: NVIDIA Jetson TK1 Board: NVIDIA Jetson TK1 DRAM: 2 GiB <<nothing else printed>>
Can you try without BUILD_TAG?
Regards, Simon
participants (2)
-
Simon Glass
-
Stephen Warren