User Tools

Site Tools


tutorials:common:edit_the_system_configuration

Differences

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

Link to this comparison view

tutorials:common:edit_the_system_configuration [2013/10/05 02:47]
george [Liunx]
tutorials:common:edit_the_system_configuration [2013/12/23 14:50] (current)
Line 25: Line 25:
 Now, you can edit the script.fex. Don't forget saving the file when you leave it. Now, you can edit the script.fex. Don't forget saving the file when you leave it.
  
-Finally,​convert the script.fex to script.bin and push it back to the CB+Finally,​convert the script.fex to script.bin and push it back to the CB
   $ ./fex2bin script.fex > ./​script.bin   $ ./fex2bin script.fex > ./​script.bin
   $ adb push script.bin /mnt/tmp   $ adb push script.bin /mnt/tmp
Line 60: Line 60:
 It will restart the CB. The new script.bin will come into effect. It will restart the CB. The new script.bin will come into effect.
  
- +**Note**:​When the script.bin is invalid.You must enter the u-boot command line and input 
 +  ​$setenv boot_normal fatload nand 0 43000000 script.bin\;​boota 40007800 
 +  $saveenv 
 +  $reset
  
tutorials/common/edit_the_system_configuration.txt · Last modified: 2013/12/23 14:50 (external edit)