You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the same code to fetch the environmental variables in U-boot using env
with two different boards one with U-Boot 2023.07.02 and U-Boot 2020.04 respectively.
Can you please rerun your testcases on the second board with channel debugging active so we can see in more detail where it is going wrong? If you are using the pytest integration, change this line:
- with tbot.log.with_verbosity(tbot.log.Verbosity.STDOUT, nesting=1):+ with tbot.log.with_verbosity(tbot.log.Verbosity.CHANNEL, nesting=1):
Hi @Rahix
I am using the same code to fetch the environmental variables in U-boot using
env
with two different boards one with
U-Boot 2023.07.02
andU-Boot 2020.04
respectively.code:
and I have noticed an inconsistency with the result
First board:
second board:
The text was updated successfully, but these errors were encountered: