Backup

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Initial edit)
 
(Added rootfs sample output)
Line 2: Line 2:
  
 
As when [[Flashing_the_Neo_FreeRunner|flashing]], you will need to be in [[FreeRunner/Buttons_and_LEDs#Basic_Button_Usage|U-Boot in the NOR Flash]].
 
As when [[Flashing_the_Neo_FreeRunner|flashing]], you will need to be in [[FreeRunner/Buttons_and_LEDs#Basic_Button_Usage|U-Boot in the NOR Flash]].
 +
 +
THIS WILL TAKE AWHILE.  The rootfs will take significantly longer than the kernel.
  
 
<pre>
 
<pre>
Line 25: Line 27:
 
Claiming USB DFU Interface...
 
Claiming USB DFU Interface...
 
Setting Alternate Setting ...
 
Setting Alternate Setting ...
 +
Determining device status: state = dfuIDLE, status = 0
 +
dfuIDLE, continuing
 +
Transfer Size = 0x1000
 +
Resetting USB to switch back to runtime mode
 +
$ sudo ./dfu-util -a rootfs -R -U good-rootfs.jffs2
 +
dfu-util - (C) 2007 by OpenMoko Inc.
 +
This program is Free Software and has ABSOLUTELY NO WARRANTY
 +
 +
Opening USB Device 0x0000:0x0000...
 +
Found Runtime: [0x1d50:0x5119] devnum=16, cfg=0, intf=0, alt=6, name="rootfs"
 +
Claiming USB DFU Interface...
 +
Setting Alternate Setting ...
 +
Determining device status: state = dfuERROR, status = 14
 +
dfuERROR, clearing status
 
Determining device status: state = dfuIDLE, status = 0
 
Determining device status: state = dfuIDLE, status = 0
 
dfuIDLE, continuing
 
dfuIDLE, continuing
Line 30: Line 46:
 
Resetting USB to switch back to runtime mode
 
Resetting USB to switch back to runtime mode
 
</pre>
 
</pre>
 +
 +
Despite the fact that there was a device status with state=dfuERROR, everything seems to have worked.
  
 
on the FreeRunner:
 
on the FreeRunner:
Line 37: Line 55:
 
Starting DFU Upload of partition 'kernel'
 
Starting DFU Upload of partition 'kernel'
 
DEVICE_CONFIGURED: 1
 
DEVICE_CONFIGURED: 1
 +
Starting DFU Upload of partition 'rootfs'
 
</pre>
 
</pre>

Revision as of 21:52, 20 July 2008

You will need the Dfu-util to make a backup of your existing image.

As when flashing, you will need to be in U-Boot in the NOR Flash.

THIS WILL TAKE AWHILE. The rootfs will take significantly longer than the kernel.

./dfu-util -a kernel -B -U good-kernel.bin
./dfu-util -a rootfs -R -U good-rootfs.jffs2

Here is what my successful output looked like...

on the host PC:

$ sudo ./dfu-util -a kernel -R -U good-kernel.img
dfu-util - (C) 2007 by OpenMoko Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTY

Opening USB Device 0x0000:0x0000...
Claiming USB DFU Runtime Interface...
Determining device status: state = appIDLE, status = 0
Device really in Runtime Mode, send DFU detach request...
Resetting USB...
Opening USB Device...
Found Runtime: [0x1d50:0x5119] devnum=12, cfg=0, intf=0, alt=3, name="kernel"
Claiming USB DFU Interface...
Setting Alternate Setting ...
Determining device status: state = dfuIDLE, status = 0
dfuIDLE, continuing
Transfer Size = 0x1000
Resetting USB to switch back to runtime mode
$ sudo ./dfu-util -a rootfs -R -U good-rootfs.jffs2
dfu-util - (C) 2007 by OpenMoko Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTY

Opening USB Device 0x0000:0x0000...
Found Runtime: [0x1d50:0x5119] devnum=16, cfg=0, intf=0, alt=6, name="rootfs"
Claiming USB DFU Interface...
Setting Alternate Setting ...
Determining device status: state = dfuERROR, status = 14
dfuERROR, clearing status
Determining device status: state = dfuIDLE, status = 0
dfuIDLE, continuing
Transfer Size = 0x1000
Resetting USB to switch back to runtime mode

Despite the fact that there was a device status with state=dfuERROR, everything seems to have worked.

on the FreeRunner:

DFU: Switching to DFU Mode
DEVICE_CONFIGURED: 1
Starting DFU Upload of partition 'kernel'
DEVICE_CONFIGURED: 1
Starting DFU Upload of partition 'rootfs'
Personal tools

You will need the Dfu-util to make a backup of your existing image.

As when flashing, you will need to be in U-Boot in the NOR Flash.

./dfu-util -a kernel -B -U good-kernel.bin
./dfu-util -a rootfs -R -U good-rootfs.jffs2

Here is what my successful output looked like...

on the host PC:

$ sudo ./dfu-util -a kernel -R -U good-kernel.img
dfu-util - (C) 2007 by OpenMoko Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTY

Opening USB Device 0x0000:0x0000...
Claiming USB DFU Runtime Interface...
Determining device status: state = appIDLE, status = 0
Device really in Runtime Mode, send DFU detach request...
Resetting USB...
Opening USB Device...
Found Runtime: [0x1d50:0x5119] devnum=12, cfg=0, intf=0, alt=3, name="kernel"
Claiming USB DFU Interface...
Setting Alternate Setting ...
Determining device status: state = dfuIDLE, status = 0
dfuIDLE, continuing
Transfer Size = 0x1000
Resetting USB to switch back to runtime mode

on the FreeRunner:

DFU: Switching to DFU Mode
DEVICE_CONFIGURED: 1
Starting DFU Upload of partition 'kernel'
DEVICE_CONFIGURED: 1