Setting up test.py for a platform with 2 U-Boots?

Tom Rini trini at konsulko.com
Mon May 11 21:18:43 CEST 2020


On Thu, May 07, 2020 at 05:17:15PM -0600, Stephen Warren wrote:
> On 5/7/20 12:48 PM, Tom Rini wrote:
> > Hey,
> > 
> > So I'm trying to enable our test.py framework on am65x_evm_r5 +
> > am65x_evm_a53.  The short version is this platform has an R5 core that
> > sets things up and fires off the A53 cores.  So there's two U-Boots and
> > the console log looks like this (I used SOURCE_DATE_EPOCH to give both
> > binaries the same timestamp):
> ...
> > And that's even with:
> > env__spl_skipped = True
> > in u_boot_boardenv_am65x_evm_a53_na.py for the platform.  Any ideas on what to
> > do here?  I even tried turning off serial support in the R5 side of things, but
> > it still failed.  Thanks!
> 
> It's odd that disabling serial support on the R5 didn't fix this; are
> you sure that patch actually prevented the serial output from appearing,
> and the board still booted without issue?

So, I thought I had disabled serial in r5 case but I guess I hadn't
really.  I got it going now with a combination of disabling serial there
AND telling pytest to not do the SPL test.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200511/94435ec5/attachment.sig>


More information about the U-Boot mailing list