radxa-build / radxa-cm3-io

Radxa ROCK 3 Compute Module IO Board
https://wiki.radxa.com/Rock3/CM3/radxacm3io
4 stars 0 forks source link

U-boot prompt console #9

Open annadm99 opened 4 months ago

annadm99 commented 4 months ago

Hi, I've encountered an issue while attempting to make changes in U-Boot. I found that I cannot save the environment variables because the command saveenv is not recognized. Would it be possible for future releases to include U-Boot builds with the saveenv command enabled by default? This would be helpful so that users like me don't have to recompile U-Boot to enable this feature. Release: radxa-cm3-io_debian_bullseye_kde_b27

RadxaYuntian commented 4 months ago

We will consider this, but it will take a while, since this feature should work on all supported products in all supported boot media, before we can release it.

annadm99 commented 3 months ago

Ok, thank you. Can you help me activate saveenv on the CM3? My intention was to save it in the flash memory, but I'm unable to find the partition table for the CM3, and I don't know what ENV_ADDR should be set to.

RadxaYuntian commented 3 months ago

Currently it is not supported, so there is no "activation". Development time will be needed to bring this feature online.

annadm99 commented 3 months ago

I understand. Thanks for the update. I managed to find the solution on my own; I enabled saveenv and successfully saved the environment variables to MMC.