README.bamboo 647 B

123456789101112131415
  1. The configuration for the AMCC 440EP eval board "Bamboo" was changed
  2. to only use 384 kbytes of FLASH for the U-Boot image. This way the
  3. redundant environment can be saved in the remaining 2 sectors of the
  4. same flash chip.
  5. Caution: With an upgrade from an earlier U-Boot version the current
  6. environment will be erased since the environment is now saved in
  7. different sectors. By using the following command the environment can
  8. be saved after upgrading the U-Boot image and *before* resetting the
  9. board:
  10. setenv recover_env 'prot off FFF80000 FFF9FFFF;era FFF80000 FFF9FFFF;' \
  11. 'cp.b FFF60000 FFF80000 20000'
  12. 2006-07-27, Stefan Roese <sr@denx.de>