Changes between Version 16 and Version 17 of newport/bootloader
- Timestamp:
- 07/18/2019 07:16:56 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/bootloader
v16 v17 16 16 17 17 Source code is located here: [https://github.com/Gateworks/uboot-newport] 18 19 [=#default] 20 == Restoring defaults 21 To restore default bootloader environment variables: 22 23 - At the "Hit any key to stop autoboot:" prompt press any key. 24 25 - Execute the following command: 26 {{{ 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 36 }}} 18 37 19 38 [=#hwconfig]