+Looking for PHY for MAC unit 0 Eth ADM6996FC found. Looking for PHY for MAC unit 1 Eth ADM6996FC found. Ethernet eth0: MAC address 00:15:6d:c1:28:2e IP: 192.168.1.20/255.255.255.0, Gateway: 192.168.10.1 Default server: 192.168.10.1 RedBoot(tm) bootstrap and debug environment [ROMRAM] Ubiquiti Networks certified release, version 0.9.7.00 - built 18:07:09, Nov 18 2008 Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc. Board: Ubiquiti AR71xx-based board RAM: 0x80000000-0x84000000, [0x8003ae00-0x80fe1000] available FLASH: 0xbf000000 - 0xc0000000, 256 blocks of 0x00010000 bytes each. == Executing boot script in 1.000 seconds - enter ^C to abort RedBoot> ip -h 192.168.10.1 -l 192.168.10.99 IP: 192.168.10.99/255.255.255.0, Gateway: 192.168.10.1 Default server: 192.168.10.1 RedBoot> load kernel Using default protocol (TFTP) Entry point: 0x8007c3a0, address range: 0x80050000-0x802a05b0 RedBoot> exec Now booting linux kernel: Base address 0x80050000 Entry 0x8007c3a0 Cmdline : console=ttyS0,115200 init=/init arguments: a0 = 00000002 a1 = 80050020 a2 = 80050000 a3 = 0000001b picache_stride = 4096 picache_loopcount = 16 pdcache_stride = 4096 pdcache_loopcount = 8 cpu0: MIPS Technologies processor v116.147 MMU: Standard TLB, 16 entries L1 i-cache: 4 ways of 512 sets, 32 bytes per line L1 d-cache: 4 ways of 256 sets, 32 bytes per line Config1=0x9ee3519e Config3=0x20 Va=0xc0000000 Ve=ffffc000 init kernel_segmap va >> = 768 nkpt:120 avail_start:0x49dbe0 avail_end:0x4000000 KDB: debugger backends: ddb KDB: current backend: ddb Copyright (c) 1992-2009 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 8.0-CURRENT #364: Thu Apr 30 21:01:26 PDT 2009 gonzo@figaro.bluezbox.com:/src/FreeBSD/obj/mips/mips/src/FreeBSD/mips/sys/AR71XX WARNING: WITNESS option enabled, expect reduced performance. real memory = 67108864 (65536K bytes) Physical memory chunk(s): 0x0049e000 - 0x03ea6fff, 60854272 bytes (14857 pages) avail memory = 60174336 (57MB) null: mem: nfslock: pseudo-device nexus0: clock0: on nexus0 Establish HARD IRQ 5: filt 0x8023b4d8 handler 0 arg 0 clock0: [FILTER] apb0 at irq 4 on nexus0 Establish HARD IRQ 4: filt 0x80246cb0 handler 0 arg 0xc082d300 apb0: [FILTER] not pass through not pass through not pass through not pass through uart0: <16550 or compatible> on apb0 not pass through not pass through uart0: [FILTER] uart0: fast interrupt uart0: console (115200,n,8,1) arge0: at mem 0x19000000-0x19000fff irq 2 on nexus0 arge0: No PHY specified, using 4 miibus0: on arge0 ukphy0: PHY 4 on miibus0 ukphy0: OUI 0x00c098, model 0x0007, rev. 1 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto arge0: Ethernet address: 00:15:6d:c1:28:2e Establish HARD IRQ 2: filt 0x80247924 handler 0x8024851c arg 0xc0858000 arge0: [MPSAFE] arge0: [FILTER+ITHREAD] Device configuration finished. Timecounter "MIPS32" frequency 680000000 Hz quality 800 Timecounters tick every 10.000 msec bootpc_init: wired to interface 'arge0' Implement me: SIOCSIFFLAGS Implement me: SIOCDELMULTI Sending DHCP Discover packet from interface arge0 (00:15:6d:c1:28:2e) arge0: link state changed to DOWN arge0: link state changed to UP Received DHCP Offer packet on arge0 from 0.0.0.0 (accepted) (no root path) Sending DHCP Request packet from interface arge0 (00:15:6d:c1:28:2e) Received DHCP Ack packet on arge0 from 0.0.0.0 (accepted) (got root path) arge0 at 192.168.10.197 server 0.0.0.0 subnet mask 255.255.255.0 rootfs 192.168.10.1:/src/FreeBSD/tftproot/ Adjusted interface arge0 WARNING: WITNESS option enabled, expect reduced performance. Trying to mount root from nfs: NFS ROOT: 192.168.10.1:/src/FreeBSD/tftproot/ warning: no time-of-day clock registered, system time will not be set accurately warning: no time-of-day clock registered, system time will not be set accurately start_init: trying /sbin/init Jan 1 00:00:14 init: NSSWITCH(_nsdispatch): nis, passwd_compat, endpwent, not found, and no fallback provided Enter full pathname of shell or RETURN for /bin/sh: # uname -a FreeBSD 8.0-CURRENT FreeBSD 8.0-CURRENT #364: Thu Apr 30 21:01:26 PDT 2009 gonzo@figaro.bluezbox.com:/src/FreeBSD/obj/mips/mips/src/FreeBSD/mips/sys/AR71XX mips # mount -o rw / mount_nfs: can't update /var/db/mounttab for 192.168.10.1:/src/FreeBSD/tftproot # cd /tmp # echo test > test .c # cat > test.c #include int main(int argc, char **argv) { printf("Hello world!"); exit(0); } ^D # # # cc test.c ^C# # # ls test.c # ls -la total 12 drwxrwxrwt 2 root wheel 512 May 1 2009 . drwxr-xr-x 17 root wheel 512 May 1 2009 .. -rw-r--r-- 1 1001 wheel 112 May 1 2009 test.c