Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

User:Pau pajuelo

54 bytes removed, 09:19, 1 February 2013
m
Backup
* Boot your IGEP Board using a microSD card
* Get a remote terminal
* Log as a root user
* Mount flash memory partition using the following commands:
mount -t jffs2 /dev/mtdblock1 /tmp/mtdblock1
mount -t jffs2 /dev/mtdblock2 /tmp/mtdblock2</pre>
* Create a backup directory and backup Backup your flash memory:
<pre>mkdir /home/root/backup
tar -cvf /home/root/backup/igepinikernel.tar /tmp/mtdblock1/
4,199
edits