Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:general_information:tutorial:uboot_tools [2022/05/27 14:03] – [Edit U-Boot Environment] Command updated franzwesselmannen:general_information:tutorial:uboot_tools [2022/05/27 14:46] – [Edit U-Boot Environment] update command franzwesselmann
Line 108: Line 108:
 == Read U-Boot Environment == == Read U-Boot Environment ==
 <code> <code>
-printenv+fw_printenv
 </code> </code>
  
Line 114: Line 114:
 == Edit U-Boot Environment == == Edit U-Boot Environment ==
 <code> <code>
-setenv [parameter] [value]+fw_setenv [parameter] [value]
 </code> </code>
  
Line 121: Line 121:
 This sets the value of the bootdelay paramter in your environment to 3  This sets the value of the bootdelay paramter in your environment to 3 
 <code> <code>
-setenv bootdelay 3+fw_setenv bootdelay 3
 </code>++++ </code>++++
  
  
  • Last modified: 2022/08/04 15:02