Differences
This shows you the differences between two versions of the page.
|
toh:at91:netusg20 [2012/05/07 14:20] claudyus moved from toh/acme.systems |
toh:at91:netusg20 [2012/12/24 15:18] (current) claudyus |
||
|---|---|---|---|
| Line 54: | Line 54: | ||
| ===== Boot from SdCard ===== | ===== Boot from SdCard ===== | ||
| By default the FoxBoardG20 is shipped with rootfs and kernel in two different partition on microsd card.\\ | By default the FoxBoardG20 is shipped with rootfs and kernel in two different partition on microsd card.\\ | ||
| - | I don't like this division. | ||
| - | To use boot from sdcars you should format it like **ext2** :!: then uncompress the rootfs on it and copy the kernel inside the root of sdcard. | + | To be compliant with AcmeBoot 1.22 and above follow this steps. |
| - | Command version: | ||
| <code> | <code> | ||
| wget http://downloads.openwrt.org/snapshots/trunk/at91/openwrt-at91-uImage or <openwrt-trunk>/bin/at91/ | wget http://downloads.openwrt.org/snapshots/trunk/at91/openwrt-at91-uImage or <openwrt-trunk>/bin/at91/ | ||
| wget http://downloads.openwrt.org/snapshots/trunk/at91/openwrt-at91-rootfs.tar.gz or <openwrt-trunk>/bin/at91/ | wget http://downloads.openwrt.org/snapshots/trunk/at91/openwrt-at91-rootfs.tar.gz or <openwrt-trunk>/bin/at91/ | ||
| sudo tar xvzf openwrt-at91-rootfs.tar.gz -C /media/<ext2> | sudo tar xvzf openwrt-at91-rootfs.tar.gz -C /media/<ext2> | ||
| - | mv openwrt-at91-uImage /media/<ext2> | + | mkimage -A arm -O linux -T kernel -C none -a 0x20008000 -e 0x20008000 -d openwrt-at91-uImage openwrt-at91-tagged |
| + | mv openwrt-at91-tagged /media/<fat32> | ||
| umount /media/<ext2> | umount /media/<ext2> | ||
| </code> | </code> | ||
toh/at91/netusg20.txt · Last modified: 2012/12/24 15:18 by claudyus
