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
en:general_information:tutorial:uboot_tools [2022/05/27 14:45] – [Read U-Boot Environment] update command franzwesselmannen:general_information:tutorial:uboot_tools [2022/08/04 15:02] (current) – external edit 127.0.0.1
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:04