Skip to content
Snippets Groups Projects
Commit 8040fa51 authored by Ariel D'Alessandro's avatar Ariel D'Alessandro
Browse files

rcar-gen3_setup: Fix wrong u-boot environment command


The right command to reset the default environment is `env`, not
`setenv`. Fix this.

Signed-off-by: default avatarAriel D'Alessandro <ariel.dalessandro@collabora.com>
parent ebfa6dbb
No related branches found
No related tags found
1 merge request!422rcar-gen3_setup: Fix wrong u-boot environment command
Pipeline #376778 passed with warnings
......@@ -127,7 +127,7 @@ and reset the board. To do this on the boards currently available to us:
It is recommended to reset the U-Boot environment after flashing new version of bootloader.
Stop in U-Boot prompt and execute commands:
setenv default -a
env default -a
saveenv
After reset the board should now boot Apertis from SD card automatically.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment