[U-Boot] test.py and tftp crc32 test?

Stephen Warren swarren at wwwdotorg.org
Tue Aug 16 00:59:02 CEST 2016


On 08/15/2016 04:49 PM, Tom Rini wrote:
> Hey guys,
>
> Is anyone else running the crc32 tftp tests with test.py?  I'm trying to
> do it locally but even with a 2MiB file it looks like somehow the crc32
> is never captured in the output.  I've already made sure that the crc32
> value is in lowercase to match the U-Boot output and running the test
> steps in console gives me the expected output.  And the rest of the
> network tests pass, any ideas?  Thanks!

I'm not certain that anyone other than myself is running test.py on real 
HW (vs. sandbox where it's trivial).

If you look at test-log.html it should show what U-Boot outputs on the 
console, and where any error was detected in the test. Alternativeluy, 
add "-s" to the invocation and U-Boot output should show up on stdout 
while the tests are running. What's the error reported there; just a 
timeout waiting for the CRC? Here's an example of what test_net_tftpboot 
looks like for me:

> Tegra210 (P2371-2180) # tftpboot 80000000 ubtest-readable.bin
> Using eth_rtl8169 device
> TFTP from server 10.20.204.51; our IP address is 10.20.204.52
> Filename 'ubtest-readable.bin'.
> Load address: 0x80000000
> Loading: *%08#################################################################
> 	 #################################################################
> 	 #################################################################
> 	 #################################################################
> 	 #################################################################
> 	 ####################
> 	 2.9 MiB/s
> done
> Bytes transferred = 5058624 (4d3040 hex)
> Tegra210 (P2371-2180) # crc32 80000000 $filesize
> crc32 for 80000000 ... 804d303f ==> c2244b26
> Tegra210 (P2371-2180) #

In the past, I have seen tests pass when run manually but not under 
test.py, e.g. due to heap fragmentation, state, or corrupted memory due 
to earlier tests, which weren't run in the manual case. Might that be 
the issue?


More information about the U-Boot mailing list