Hi,
looking in "source" code wandboard.h, I note that uenv.txt load and import has been removed ?
Is it an error or not ?
is Uenv.txt never used for Wandboard Solo or quad ?
those lines exists for picosom and others boards:
"if run loadbootenv; then " \
"echo Loaded environment from ${bootenv};" \
"run importbootenv;" \
"fi;" \
"if test -n $uenvcmd; then " \
"echo Running uenvcmd ...;" \
"run uenvcmd;" \