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