[U-Boot] is the sandbox FIT image demo broken?
Robert P. J. Day
rpjday at crashcourse.ca
Wed Mar 29 14:21:16 UTC 2017
i'm following along the instructions to use the sandbox to demo a
FIT image:
$ make O=sandbox sandbox_config
$ make O=sandbox
$ ./test/image/test-fit.py -u sandbox/u-boot
but running that last command produces only:
FIT Tests
=========
Warning (unit_address_vs_reg): Node /reset at 0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /images/kernel at 1 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /images/kernel at 2 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /images/fdt at 1 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /images/fdt at 1/signature at 1 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /images/ramdisk at 1 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /images/ramdisk at 2 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /configurations/conf at 1 has a unit name, but no reg property
Kernel load
Traceback (most recent call last):
File "./test/image/test-fit.py", line 481, in <module>
run_tests()
File "./test/image/test-fit.py", line 470, in run_tests
run_fit_test(mkimage, options.u_boot)
File "./test/image/test-fit.py", line 385, in run_fit_test
stdout = command.Output(u_boot, '-d', control_dtb, '-c', cmd)
File "./test/image/../../tools/patman/command.py", line 109, in Output
return RunPipe([cmd], capture=True, raise_on_error=raise_on_error).stdout
File "./test/image/../../tools/patman/command.py", line 91, in RunPipe
raise Exception("Error running '%s': %s" % (user_pipestr, str))
Exception: Error running 'sandbox/u_boot -d /tmp/tmp7Cs2dr/u-boot.dtb -c
sb load hostfs 0 1000 /tmp/tmp7Cs2dr/test.fit
fdt addr 1000
bootm start 1000
bootm loados
sb save hostfs 0 40000 /tmp/tmp7Cs2dr/kernel-out.bin da3
sb save hostfs 0 80000 /tmp/tmp7Cs2dr/fdt-out.dtb c1
sb save hostfs 0 c0000 /tmp/tmp7Cs2dr/ramdisk-out.bin 11ef
sb save hostfs 0 100000 /tmp/tmp7Cs2dr/loadables1-out.bin da3
sb save hostfs 0 140000 /tmp/tmp7Cs2dr/loadables2-out.bin 11ef
reset
': <type 'str'>
$
i could have sworn that, once upon a time, there was more output
than this. am i misremembering? is this what i should expect?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
More information about the U-Boot
mailing list