Changes between Version 16 and Version 17 of newport/bootloader


Ignore:
Timestamp:
07/18/2019 07:16:56 PM (5 years ago)
Author:
Cale Collins
Comment:

added restoring defaults section

Legend:

Unmodified
Added
Removed
Modified
  • newport/bootloader

    v16 v17  
    1616
    1717Source code is located here: [https://github.com/Gateworks/uboot-newport]
     18
     19[=#default]
     20== Restoring defaults
     21To 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{{{
     27env 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{{{
     31saveenv
     32}}} 
     33- Reboot the board
     34{{{
     35reset
     36}}}
    1837
    1938[=#hwconfig]