This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| usbboot [2010/02/10 00:30] – 78.250.174.11 | usbboot [2011/01/24 23:13] (current) – 82.234.233.9 | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| You could initialize your USB disk or key with the raw image | You could initialize your USB disk or key with the raw image | ||
| - | [[ftp:// | + | [[ftp:// |
| This disk image embeds two partitions. The first contains a kernel uImage and the second a Debian (unstable flavour) ARM rootfs. | This disk image embeds two partitions. The first contains a kernel uImage and the second a Debian (unstable flavour) ARM rootfs. | ||
| Line 22: | Line 22: | ||
| zcat usb_boot_kw_sid_arm.img.gz > / | zcat usb_boot_kw_sid_arm.img.gz > / | ||
| - | Please keep in mind that any kind of data that might reside on the target drive would be irremediably lost, so proceed with extreme | + | Please keep in mind that any kind of data that might reside on the target drive would be irremediably lost, so proceed with caution. |
| ===== U-Boot and USB boot ===== | ===== U-Boot and USB boot ===== | ||
| Line 32: | Line 32: | ||
| Here is a [[CLUNC|clunc]] command line example: | Here is a [[CLUNC|clunc]] command line example: | ||
| | | ||
| - | echo -e ' | + | echo -e ' |
| usb reset | usb reset | ||
| usbboot 0x800000 0:1 | usbboot 0x800000 0:1 | ||
| usb stop | usb stop | ||
| - | bootm' | ./clunc -i < | + | bootm' | ./clunc -i < |
| '' | '' | ||
| Line 133: | Line 133: | ||
| ===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
| - | * CLUNC doesn' | + | * CLUNC doesn' |
| * U-Boot fails to scan the USB bus: retry. | * U-Boot fails to scan the USB bus: retry. | ||
| - | * How to get my system IP ? use a tool like dhcpdump or set the NAS IP by configuring your dhcp server. | + | * How to get the system IP ? use a tool like dhcpdump or set the NAS IP by configuring your dhcp server. |
| * rootfs not found: the SCSI device name for USB key depends on a lots of parameters. On the majority of LaCie products the kernel command line argument "'' | * rootfs not found: the SCSI device name for USB key depends on a lots of parameters. On the majority of LaCie products the kernel command line argument "'' | ||