Accessing U-Boot Environment Variables in RK3588 Linux
We are using the RK3588 SmartHub SDK to compile the Buildroot Linux system, with the following versions of U-Boot and Linux Kernel: U-Boot 2017.09Linux version 6.1.115 The U-Boot environment variables are stored in memory by default in the source code provided by RK, with the corresponding configuration as follows: CONFIG_ENV_IS_NOWHERE=y Executing the saveenv command in … Read more