| 1 | == RedBoot == |
| 2 | |
| 3 | === Start atftp server === |
| 4 | {{{ |
| 5 | sudo atftpd -v --daemon --no-fork --user root --bind-address 192.168.1.2 --logfile - bin/<target-dir>/ |
| 6 | }}} |
| 7 | |
| 8 | === Load kernel over tftp === |
| 9 | |
| 10 | {{{ |
| 11 | ADM6996FC PHY found on MAC0 |
| 12 | ADM6996FC PHY found on MAC1 |
| 13 | Ethernet eth0: MAC address 00:15:6d:c1:2a:ec |
| 14 | IP: 192.168.1.20/255.255.255.0, Gateway: 0.0.0.0 |
| 15 | Default server: 192.168.1.42 |
| 16 | |
| 17 | RedBoot(tm) bootstrap and debug environment [ROMRAM] |
| 18 | Ubiquiti Networks certified release, version 0.9.9.07 - built 14:01:39, Apr 23 2009 |
| 19 | |
| 20 | Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc. |
| 21 | |
| 22 | Board: Ubiquiti RouterStation |
| 23 | RAM: 0x80000000-0x84000000, [0x8003ba50-0x83fe1000] available |
| 24 | FLASH: 0xbf000000 - 0xc0000000, 256 blocks of 0x00010000 bytes each. |
| 25 | == Executing boot script in 1.000 seconds - enter ^C to abort |
| 26 | ^C |
| 27 | RedBoot> load -m tftp -h 192.168.1.2 openwrt-ar71xx-generic-vmlinux.elf |
| 28 | RedBoot> exec -c "console=ttyS0,115200 init=/bin/sh" |
| 29 | }}} |