[U-Boot] [PATCH v2 00/15] env: Multiple env support and env transition for sunxi

Tom Rini trini at konsulko.com
Tue Jan 16 21:56:49 UTC 2018


On Tue, Jan 16, 2018 at 10:16:36AM +0100, Maxime Ripard wrote:
> Hi,
> 
> Here is a second attempt at transitioning away from the MMC raw environment
> to a FAT-based one for Allwinner SoCs. Since the RFC was quite well
> received, I actually tested it and fixed a few rough edges.
> 
> You'll find the first RFC here for reference:
> https://lists.denx.de/pipermail/u-boot/2017-October/310111.html
> 
> And the second that originated in this series:
> https://lists.denx.de/pipermail/u-boot/2017-November/311608.html
> 
> I gave it a travis run, and one test seems to fail in one test:
> https://travis-ci.org/mripard/u-boot/jobs/329229382
> 
> I really cannot really make any sense of why a change in the way the
> environment loads could affect the operation of a DHCP client. Is there a
> way to reproduce locally?

In this case, roughly, clone https://github.com/swarren/uboot-test-hooks
and then:
$ export PATH=${PATH}:/path/to/uboot-test-hooks/bin
$ export PYTHONPATH=/path/to/uboot-test-hooks/py/travis-ci:${PYTHONPATH}
$ export UBOOT_TRAVIS_BUILD_DIR=`cd .. && pwd`/.bm-work/$1
$ ./test/py/test.py --bd vexpress_ca15_tc2 --build-dir "$UBOOT_TRAVIS_BUILD_DIR" -k 'net'

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180116/51484971/attachment.sig>


More information about the U-Boot mailing list