-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing saveenv
command
#18
Comments
The partition-sheme has such partition yes,but activating saveenv alone is not enough. You have to set at least the offset and size for it and afair it is different for nand/nor. My current way is using the uEnv.txt on BPI-boot partition which can be easily written on linux userspace which is loaded before menu is shown and overriding/extending builtin env. So i have not needed the saveenv command...but it you need it you can test it and if it is working for all devices i can add missing options |
Hi, I did see the options to read I only have R4 hardware to test, but I'm happy to test any pull requests! |
Uboot can only started from mmc (where the default partition sheme has a p5 for kernel) and spi (loads also from mmc). If you can get saveenv working i can add it :) |
Hi, I just wrote this to the eMMC on my R4 and while it works, I noticed it is missing the
saveenv
command, so I cannot make changes persistent. I see that it creates a partition labeledu-boot-env
so presumably there is space on the eMMC which is used for storing the environment. Could this be enabled please?The text was updated successfully, but these errors were encountered: