
Hi Tom,
On Sat, Oct 15, 2016 at 7:32 AM, Tom Rini trini@konsulko.com wrote:
Hey guys,
After making Stephen's scripts work with qemu today, I've started testing out what platforms I can test out via qemu. I've found two problems with qemu-x86. First, there's a real problem with the network. I run qemu with "-nographic -cpu qemu32 -netdev user,id=net0,tftp=/tftpboot -device e1000,netdev=net0" so that I can tftpboot things in and I'm getting crc32 mismatches.
I just tried QEMU v2.6.1 with u-boot.rom built from the master head, but did not see such issue.
Second, the sleep command is not at all accurate. It's returning the 3 second test in less than 1 second.
Typical emulation target issue :) Did you see similar issue on other QEMU platform with U-Boot?
Any ideas, or places I should try poking to solve these issues? I'm going to kludge around this for now by disabling these tests locally. Thanks!
Regards, Bin