init
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| init [2012/04/18 15:26] – add r15 sec | init [2013/07/31 21:28] (current) – Change according to Sven Neuhaus sec | ||
|---|---|---|---|
| Line 83: | Line 83: | ||
| - Download the firmware pack here: {{: | - Download the firmware pack here: {{: | ||
| - | - Download and compile keys.c from https:// | + | - Download and compile keys.c from https:// |
| - Write the following script to a file. Extract the firmware. Execute the script with the directory containing the new firmware as parameter. The script will guide you through the process. | - Write the following script to a file. Extract the firmware. Execute the script with the directory containing the new firmware as parameter. The script will guide you through the process. | ||
| - Example | - Example | ||
| Line 113: | Line 113: | ||
| function flashFirmware { | function flashFirmware { | ||
| - | myMount=" | + | myMount=" |
| if [ -z " | if [ -z " | ||
| DIE "Could not flash firmware. Could not find mountpoint $myMount" | DIE "Could not flash firmware. Could not find mountpoint $myMount" | ||
| Line 121: | Line 121: | ||
| sync | sync | ||
| sleep 2 | sleep 2 | ||
| - | myroket="/ | + | myroket="/ |
| PRINT Unmounting the rocket $myroket. Please enter your password: | PRINT Unmounting the rocket $myroket. Please enter your password: | ||
| sudo umount " | sudo umount " | ||
| Line 153: | Line 153: | ||
| cd $myTmpdir/ | cd $myTmpdir/ | ||
| cp -v * $myTmpdir/ | cp -v * $myTmpdir/ | ||
| - | ls pubx.key puby.key priv.key || ( echo " | + | ls pubx.key puby.key priv.key || ( echo " |
| cd /tmp | cd /tmp | ||
| PRINT Unmounting the rocket $myroket. Please enter your password: | PRINT Unmounting the rocket $myroket. Please enter your password: | ||
init.1334755602.txt.gz · Last modified: by sec
