I work with the linux built-in suite that runs u-boot. In order for everything to load correctly, I had to change some environment variables and save them with the "saveenv" command.
Now I would like to go back and see what the default is, check that I know exactly what has been changed, and find out how to change these default values ββso that each unit in production does not need to be individually downloaded and modified.
Is there a way to tell u-boot to clear the stored data so that I can see what are the default values ββagain? The flash type is QSPI, if that matters.
environment-variables u-boot
Kylel
source share