diff options
author | James Maki <jmaki@multitech.com> | 2010-04-23 14:27:29 -0500 |
---|---|---|
committer | James Maki <jmaki@multitech.com> | 2010-04-23 14:27:29 -0500 |
commit | 2134e864c823b456d6de0a128bb6c55d1a04aba7 (patch) | |
tree | 5f03b2c7015ea878b4b112ccdc615c6f8eefeb7d /README | |
download | u-boot-linux-utils-2134e864c823b456d6de0a128bb6c55d1a04aba7.tar.gz u-boot-linux-utils-2134e864c823b456d6de0a128bb6c55d1a04aba7.tar.bz2 u-boot-linux-utils-2134e864c823b456d6de0a128bb6c55d1a04aba7.zip |
initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +U-Boot utilities for Linux + +This is an alternative to U-Boot's fw_{print,set}env which in the version +of U-boot that we are using (1.3.4), did not work with our NAND flash. + +The partitions, sizes, and default environment are configurable at compile time. + +The code assumes that you have a redundant environment partition. + +There are probably bugs. |