parallella / parallella-flash

Flash scripts / instructions for Parallella board
6 stars 9 forks source link

Unknown command 'saveenv' after flashing #2

Open ThorodanBrom opened 5 years ago

ThorodanBrom commented 5 years ago

There may be a problem with the flashed version of U-Boot, it may have been compiled without saveenv @olajep . Was that on purpose?

ThorodanBrom commented 5 years ago

Is this because all environment variables are just loaded from uEnv.txt?

MatthiasPopp commented 5 years ago

I just updated my board from the 2014.1 (preinstalled) to parallella-next (latest version) Both uboot instances came with the saveenv command.
Best regards Matthias

MatthiasPopp commented 5 years ago

I had to redo it because some environment parameter are missing. You are right the make target from the uboot is lacking the features. I do not see how this is compiled in afterwards.

ThorodanBrom commented 5 years ago

Yeah, without saveenv, the only option as far as I remember is to redo everything