-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
up_squared: Couldn't get testcase log from console for all testcases. #31566
Comments
git bisect and found the first bad commit is 5c47bbc |
Please re-test. This should have already been fixed by #31564 |
@dcpleung how do you run tests on up_squared board, using usb disk, is it good to get log? for QA automation test, it used network to transfer image, nothing in the output. |
I compile the app on UP2, copy them into boot partition, then boot. |
@dcpleung you could use the remote up_squared in SH lab, it could always reproduce this issue |
I have the same issue, and a git bisect points to commit 5c47bbc @dcpleung so you use the efi way, not the multiboot (with grub)? |
I could only constantly boot with GRUB, and it still works with latest master. EFI boots on my Atom UP2 if I disable |
@dcpleung ok, again some difference between atom and celeron then. Because on my side both EFI and GRUB fail. |
My suggestion is to try with |
Could you try #31634 and see if that fixes the issue? |
tested with the #31634 , when building testcase on up_squared, it will report a new build error as below: cmd: west build -b up_squared -p auto samples/hello_world/ |
This is caused by the SDK. You need SDK 0.12.2. |
thanks, it's good now with sdk 0.12.2. |
Description
with the latest mainline branch, when running tests on up_squared board, couldn't get testcase log from serial for all testcases, there is nothing in console output.
the commit 6ec4ff2 is good to get log.
To Reproduce
Steps to reproduce the behavior:
Logs and console output
nothing in console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: