Domanda

In U-Boot how should we configure an environment variable during boot up that would be just read-only. IOW setenv on this variable (in the U-Boot console or pragmatically) should not be allowed.

È stato utile?

Soluzione

You probably have to modify U-Boot source code.
ethaddr has a similar characteristic; once set, ethaddr cannot be modified. This characteristic is hardcoded.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top