readme.bamboo
来自「u-boot-1.1.6 源码包」· BAMBOO 代码 · 共 16 行
BAMBOO
16 行
The configuration for the AMCC 440EP eval board "Bamboo" was changedto only use 384 kbytes of FLASH for the U-Boot image. This way theredundant environment can be saved in the remaining 2 sectors of thesame flash chip.Caution: With an upgrade from an earlier U-Boot version the currentenvironment will be erased since the environment is now saved indifferent sectors. By using the following command the environment canbe saved after upgrading the U-Boot image and *before* resetting theboard:setenv recover_env 'prot off FFF80000 FFF9FFFF;era FFF80000 FFF9FFFF;' \ 'cp.b FFF60000 FFF80000 20000'2006-07-27, Stefan Roese <sr@denx.de>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?