Changes between Version 20 and Version 21 of newport/bootloader
- Timestamp:
- 01/22/2020 09:59:55 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/bootloader
v20 v21 19 19 [=#default] 20 20 == Restoring defaults 21 The Newport boot firmware has a copy of the original U-Boot env that was created during build time. 22 21 23 To restore default bootloader environment variables: 22 24 … … 25 27 - Execute the following command: 26 28 {{{ 27 env default -f -a 28 }}} 29 - Because the bootloader queries the EEPROM for the contents of the variable "prompt" and defaults have been restored there will be no "GW6xxx-xx>" prompt until the EEPROM is queried again on reboot, this results in a blank line with no prompt. On the blank line type: 30 {{{ 31 saveenv 32 }}} 33 - Reboot the board 34 {{{ 35 reset 29 run restore_env && reset 36 30 }}} 37 31