saveenv not working
Posted: Sat Mar 18, 2017 10:31 am
Dear Friendlyarm,
apparently setenv and saveenv are not working.
Once I´ve set the bootargs via UART interface via a serial terminal:
I type:
this has no effect. Once rebooting the device and checking with:
there is no change and the default values are still there.
Please let me know how to make the changes to the bootargs permanent.
BR
apparently setenv and saveenv are not working.
Once I´ve set the bootargs via UART interface via a serial terminal:
Code: Select all
setenv bootargs console=ttyAMA0,115200n8 androidboot.console=ttyAMA0 androidboot.serialno=0123456789abcdef initrd=0x49000000,0x100000 lcd=HDMI1080P60 bootdev=2
I type:
Code: Select all
saveenv
this has no effect. Once rebooting the device and checking with:
Code: Select all
printenv
there is no change and the default values are still there.
Please let me know how to make the changes to the bootargs permanent.
BR