
2 Apr
2023
2 Apr
'23
7:22 a.m.
Hi Tom,
On Thu, 16 Mar 2023 at 05:01, Tom Rini trini@konsulko.com wrote:
This reverts commit 9f62a472dfb26ec14408a27938ddd2a25700009d.
The changes here aren't quite right, and on platforms such as Raspberry Pi where we can have both serial and video output, the change above causes output to change. This can be seen as the hush tests we have now fail.
I took at look at sorting this out. I gave it a crack with:
CROSS_COMPILE=/home/sglass/.buildman-toolchains/gcc-7.3.0-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- ./test/py/test.py --bd rpi_3_32b --build-dir /tmp/b/rpi3 --build --id sjg-rpi_3b -k hush ================ 67 passed, 1 skipped, 322 deselected in 13.02s ================
Do you know which rpi and which test?
Regards, Simon [..]