Rescue System 1.2 August 03, 2012 10:53PM |
Admin Registered: 14 years ago Posts: 304 |
wget http://download.doozan.com/a10/a10_base-1.2.1.zip unzip a10_base-1.2.1.zipinsert flash drive
dmesgfind drive id (sdb, in my case, using a USB SD card reader)
fdisk -l /dev/sdb Disk /dev/sdb: 7948 MB, 7948206080 bytes 245 heads, 62 sectors/track, 1021 cylinders Units = cylinders of 15190 * 512 = 7777280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x5d02e879 Device Boot Start End Blocks Id System /dev/sdb1 1 1021 7754464 b W95 FAT32
dd if=a10_base-1.2.1.img of=/dev/sdb bs=4096 fdisk -lu /dev/sdb Disk /dev/sdb: 7948 MB, 7948206080 bytes 245 heads, 62 sectors/track, 1021 cylinders Units = cylinders of 15190 * 512 = 7777280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x5d02e879 Device Boot Start End Blocks Id System /dev/sdb1 2048 63489 30721 b W95 FAT32
ssh root@192.168.0.2 (use the ip address that you found here)
[root@rescue ~]# uname -a Linux rescue 3.0.36 #1 PREEMPT Fri Aug 3 22:30:56 EDT 2012 armv7l GNU/Linux
Building the Rescue System 1.2 August 03, 2012 10:53PM |
Admin Registered: 14 years ago Posts: 304 |
cd ~/src wget http://buildroot.uclibc.org/downloads/buildroot-2012.05.tar.gz tar -xzvf buildroot-2012.05.tar.gz cd buildroot-2012.05 git clone https://github.com/doozan/a10-rescue.git custom cd custom git checkout v1.2 cd .. cp custom/buildroot-config .config make sudo custom/make_image.sh
Re: Building the Rescue System 1.2 August 09, 2012 09:51AM |
Registered: 13 years ago Posts: 5 |
onfigure Loopback auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp
Re: Rescue System 1.2 August 11, 2012 10:05AM |
Admin Registered: 14 years ago Posts: 304 |
Re: Rescue System 1.2 August 12, 2012 07:54AM |
Registered: 12 years ago Posts: 1 |
Re: Rescue System 1.2 August 12, 2012 11:49AM |
Admin Registered: 14 years ago Posts: 304 |
Andrew
FBCON driver fixed by pull request 66? August 21, 2012 03:15PM |
Re: FBCON driver fixed by pull request 66? August 21, 2012 04:58PM |
Admin Registered: 14 years ago Posts: 304 |
Rob van der Hoeven
Re: Rescue System 1.2 August 22, 2012 12:41PM |
Andrew
Re: Rescue System 1.2 August 23, 2012 06:29PM |
Andrew
Re: FBCON driver fixed by pull request 66? August 24, 2012 01:56AM |