[U-Boot] Test Environment

1. Try to build the u-boot test environment with the command: ./test/py/test.py --bd sandbox --build
Get the error ../include/image.h:1019:27: fatal error: openssl/evp.h: No such file or directory # include <openssl/evp.h> 2. Does the Sandbox support the dhcp, tftp and nfs commands so they can go over the network? Thanks Duncan Hare
714 931 7952

+Joe (net maintainer) and Stephen (who has done a lot of work on testing)
Hi Duncan,
On 13 August 2017 at 14:40, Duncan Hare dh@synoia.com wrote:
- Try to build the u-boot test environment with the command:
./test/py/test.py --bd sandbox --build
Get the error ../include/image.h:1019:27: fatal error: openssl/evp.h: No such file or directory # include <openssl/evp.h>
For me this needs the package libssl-dev
- Does the Sandbox support the dhcp, tftp and nfs commands so they can go over the network?
Not fully, but see README.sandbox which explains what is there at present. It can run network tests.
Thanks Duncan Hare
714 931 7952
Regards, Simon
participants (2)
-
Duncan Hare
-
Simon Glass