This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

NFS fails to load root file system

I am trying to boot a beaglebone xM following as closely as is possible the hands on with the SDK lab.

I am using this uEnv.txt

    usbethaddr=00:E0:4C:53:44:58
    ethaddr=00:E0:4C:53:44:58
    autoload=no
    hostname=BBxM
    serverip=192.168.1.105
    ipaddr=192.168.1.141
    netmask=255.255.255.0
    getway=192.168.0.1
    console=ttyO2,115200n8
    mpurate=auto
    buddy=none
    vram=12M
    dvimode=1280x720MR-16@60
    defaultdisplay=dvi
    bootfile=uImage-beagleboard.bin
    root=/dev/nfs rw
    nfsroot=192.168.1.105:/home/beagle/ti-sdk-beagleboard-05.05.00.00/targenfs nolock rsize=1024 wsize=1024,v3
   printenv; ip=192.168.1.141:192.168.1.105:192.168.1.1:255.255.255.0:BBxM:eth0:off
    nfsargs=setenv bootargs console=${console} ${optargs} mpurate=${mpurate} buddy=${buddy} camera=${camera} vram=${vram} mapfb.mode=dvi:${dvimode} omapdss.def_disp=${defaultdisplay} root=${root} nfsroot=${nfsroot} ip=${ip}
    loadkernel=dcache off; icache off;run nfsargs; usb reset; tftpboot  ${bootfile}
    uenvcmd=run loadkernel;run nfsargs;bootm ${loadaddr}

I am able to confirm over wireshark that nfs boot never hits the server.

Any thoughts?

  • This is what was loaded in the minicom window.

    U-Boot SPL 2012.04.01 (Jul 26 2012 - 16:23:10)
    Texas Instruments Revision detection unimplemented
    OMAP SD/MMC: 0
    timed out in wait_for_bb: I2C_STAT=1000
    reading u-boot.img
    reading u-boot.img


    U-Boot 2012.04.01 (Jul 26 2012 - 16:11:15)

    OMAP36XX/37XX-GP ES1.2, CPU-OPP2, L3-165MHz, Max CPU Clock 1 Ghz
    OMAP3 Beagle board + LPDDR/NAND
    I2C: ready
    DRAM: 512 MiB
    NAND: 0 MiB
    MMC: OMAP SD/MMC: 0
    *** Warning - readenv() failed, using default environment

    In: serial
    Out: serial
    Err: serial
    Beagle xM Rev C
    No EEPROM on expansion board
    Die ID #343a00029ff80000016830101001b011
    Net: Net Initialization Skipped
    No ethernet found.
    Hit any key to stop autoboot: 0
    gpio: pin 173 (gpio 173) value is 0
    gpio: pin 4 (gpio 4) value is 0
    SD/MMC found on device 0
    reading uEnv.txt

    941 bytes read
    Loaded environment from uEnv.txt
    Importing environment from mmc ...
    Running uenvcmd ...
    Data (writethrough) Cache is OFF
    Instruction Cache is OFF
    (Re)start USB...
    USB: Register 1313 NbrPorts 3
    USB EHCI 1.00
    scanning bus for devices... 5 USB Device(s) found
    scanning bus for storage devices... 0 Storage Device(s) found
    scanning bus for ethernet devices... 1 Ethernet Device(s) found
    Waiting for Ethernet connection... done.
    Using sms0 device
    TFTP from server 192.168.1.105; our IP address is 192.168.1.141
    Filename 'uImage-beagleboard.bin'.
    Load address: 0x80200000
    Loading: #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    ####################
    done
    Bytes transferred = 3425968 (3446b0 hex)
    ## Booting kernel from Legacy Image at 80200000 ...
    Image Name: Arago/3.3.7/beagleboard
    Image Type: ARM Linux Kernel Image (uncompressed)
    Data Size: 3425904 Bytes = 3.3 MiB
    Load Address: 80008000
    Entry Point: 80008000
    Verifying Checksum ... OK
    Loading Kernel Image ... OK
    OK

    Starting kernel ...

    Uncompressing Linux... done, booting the kernel.
    [ 0.000000] Booting Linux on physical CPU 0
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.3.7 (jenkins@sdit-build01) (gcc version 4.5.3 201
    10311 (prerelease) (GCC) ) #1 Thu Jul 26 16:14:16 CDT 2012
    [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instructio
    n cache
    [ 0.000000] Machine: OMAP3 Beagle Board
    [ 0.000000] Reserving 12582912 bytes SDRAM for VRAM
    [ 0.000000] Memory policy: ECC disabled, Data cache writeback
    [ 0.000000] OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
    [ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/400/800 MHz
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pag
    es: 126720
    [ 0.000000] Kernel command line: console=ttyO2,115200n8 mpurate=auto buddy=no
    ne camera=none vram=12M mapfb.mode=dvi:1280x720MR-16@60 omapdss.def_disp=dvi roo
    t=/dev/nfs rw nfsroot=192.168.1.105:/home/beagle/ti-sdk-beagleboard-05.05.00.00/
    targenfs nolock rsize=1024 wsize=1024,v3 ip=
    [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] allocated 1048576 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memor
    y cgroups
    [ 0.000000] Memory: 499MB = 499MB total
    [ 0.000000] Memory: 498364k/498364k available, 25924k reserved, 0K highmem
    [ 0.000000] Virtual kernel memory layout:
    [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
    [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
    [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
    [ 0.000000] .text : 0xc0008000 - 0xc061fa78 (6239 kB)
    [ 0.000000] .init : 0xc0620000 - 0xc0657000 ( 220 kB)
    [ 0.000000] .data : 0xc0658000 - 0xc06a87c0 ( 322 kB)
    [ 0.000000] .bss : 0xc06a87e4 - 0xc06e2074 ( 231 kB)
    [ 0.000000] NR_IRQS:474
    [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupt
    s
    [ 0.000000] Total of 96 interrupts on 1 active controller
    [ 0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz
    [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 13
    1071999ms
    [ 0.000000] Console: colour dummy device 80x30
    [ 0.000152] Calibrating delay loop... 680.61 BogoMIPS (lpj=2658304)
    [ 0.033355] pid_max: default: 32768 minimum: 301
    [ 0.033508] Mount-cache hash table entries: 512
    [ 0.033782] Initializing cgroup subsys cpuacct
    [ 0.033782] Initializing cgroup subsys memory
    [ 0.033843] Initializing cgroup subsys devices
    [ 0.033843] Initializing cgroup subsys freezer
    [ 0.033843] Initializing cgroup subsys blkio
    [ 0.033874] Initializing cgroup subsys perf_event
    [ 0.033935] CPU: Testing write buffer coherency: ok
    [ 0.034149] Setting up static identity map for 0x804699d0 - 0x80469a28
    [ 0.034698] devtmpfs: initialized
    [ 0.035980] omap_hwmod: usbtll_fck: missing clockdomain for usbtll_fck.
    [ 0.066833] print_constraints: dummy:
    [ 0.067016] NET: Registered protocol family 16
    [ 0.067169] GPMC revision 5.0
    [ 0.068267] gpiochip_add: registered GPIOs 0 to 31 on device: gpio
    [ 0.068328] OMAP GPIO hardware version 2.5
    [ 0.068420] gpiochip_add: registered GPIOs 32 to 63 on device: gpio
    [ 0.068572] gpiochip_add: registered GPIOs 64 to 95 on device: gpio
    [ 0.068725] gpiochip_add: registered GPIOs 96 to 127 on device: gpio
    [ 0.068847] gpiochip_add: registered GPIOs 128 to 159 on device: gpio
    [ 0.069000] gpiochip_add: registered GPIOs 160 to 191 on device: gpio
    [ 0.069396] omap_mux_init: Add partition: #1: core, flags: 0
    [ 0.070281] OMAP3 Beagle Rev: xM C
    [ 0.071899] Reprogramming SDRC clock to 400000000 Hz
    [ 0.071929] dpll3_m2_clk rate change failed: -22
    [ 0.073272] usbhs_omap: alias fck already exists
    [ 0.073394] Found NAND on CS0
    [ 0.073394] Registering NAND on CS0
    [ 0.073760] hw-breakpoint: debug architecture 0x4 unsupported.
    [ 0.076385] omap-mcbsp.2: alias fck already exists
    [ 0.076538] omap-mcbsp.3: alias fck already exists
    [ 0.077392] OMAP DMA hardware revision 5.0
    [ 0.083648] bio: create slab <bio-0> at 0
    [ 0.084442] SCSI subsystem initialized
    [ 0.085662] usbcore: registered new interface driver usbfs
    [ 0.085754] usbcore: registered new interface driver hub
    [ 0.085876] usbcore: registered new device driver usb
    [ 0.086395] omap_i2c omap_i2c.1: bus 1 rev1.4.0 at 2600 kHz
    [ 0.088592] twl4030: PIH (irq 7) chaining IRQs 368..375
    [ 0.088684] twl4030: power (irq 373) chaining IRQs 376..383
    [ 0.089111] twl4030: gpio (irq 368) chaining IRQs 384..401
    [ 0.089355] gpiochip_add: registered GPIOs 192 to 211 on device: twl4030
    [ 0.091186] print_constraints: VUSB1V5: 1500 mV normal standby
    [ 0.091522] print_constraints: VUSB1V8: 1800 mV normal standby
    [ 0.091796] print_constraints: VUSB3V1: 3100 mV normal standby
    [ 0.093231] twl4030_usb twl4030_usb: Initialized TWL4030 USB module
    [ 0.093750] print_constraints: VMMC1: 1850 <--> 3150 mV at 3150 mV normal sta
    ndby
    [ 0.094146] print_constraints: VDAC: 1800 mV normal standby
    [ 0.094512] print_constraints: VDVI: 1800 mV normal standby
    [ 0.094970] print_constraints: VSIM: 1800 <--> 3000 mV at 1800 mV normal stan
    dby
    [ 0.095306] omap_i2c omap_i2c.3: bus 3 rev1.4.0 at 100 kHz
    [ 0.095947] omap-iommu omap-iommu.0: isp registered
    [ 0.096069] Advanced Linux Sound Architecture Driver Version 1.0.24.
    [ 0.096588] Bluetooth: Core ver 2.16
    [ 0.096618] NET: Registered protocol family 31
    [ 0.096649] Bluetooth: HCI device and connection manager initialized
    [ 0.096649] Bluetooth: HCI socket layer initialized
    [ 0.096649] Bluetooth: L2CAP socket layer initialized
    [ 0.096679] Bluetooth: SCO socket layer initialized
    [ 0.096893] Switching to clocksource 32k_counter
    [ 0.106079] usbhs_omap usbhs_omap: xclk60mhsp1_ck set parentfailed error:-22
    [ 0.106079] usbhs_omap usbhs_omap: xclk60mhsp2_ck set parentfailed error:-22
    [ 0.106475] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
    [ 0.116210] musb-hdrc musb-hdrc: USB OTG mode controller at fa0ab000 using DM
    A, IRQ 92
    [ 0.116485] NET: Registered protocol family 2
    [ 0.116699] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.116973] TCP established hash table entries: 16384 (order: 5, 131072 bytes
    )
    [ 0.117248] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
    [ 0.117401] TCP: Hash tables configured (established 16384 bind 16384)
    [ 0.117431] TCP reno registered
    [ 0.117431] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.117462] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.117645] NET: Registered protocol family 1
    [ 0.117950] RPC: Registered named UNIX socket transport module.
    [ 0.117950] RPC: Registered udp transport module.
    [ 0.117950] RPC: Registered tcp transport module.
    [ 0.117980] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.120880] VFS: Disk quotas dquot_6.5.2
    [ 0.120941] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.121368] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.121643] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 0.121643] JFFS2 version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
    [ 0.122131] msgmni has been set to 973
    [ 0.123260] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2
    53)
    [ 0.123321] io scheduler noop registered
    [ 0.123352] io scheduler deadline registered
    [ 0.123382] io scheduler cfq registered (default)
    [ 0.123992] OMAP DSS rev 2.0
    [ 0.125640] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 0.126739] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
    [ 0.127044] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
    [ 0.127441] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
    [ 0.890197] console [ttyO2] enabled
    [ 0.894287] omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3
    [ 0.908111] brd: module loaded
    [ 0.914611] loop: module loaded
    [ 0.919494] No NAND device found
    [ 0.923065] No NAND device found
    [ 0.927246] usbcore: registered new interface driver catc
    [ 0.933013] usbcore: registered new interface driver kaweth
    [ 0.938781] pegasus: v0.6.14 (2006/09/27), Pegasus/Pegasus II USB Ethernet dr
    iver
    [ 0.946716] usbcore: registered new interface driver pegasus
    [ 0.952728] usbcore: registered new interface driver rtl8150
    [ 0.958740] usbcore: registered new interface driver asix
    [ 0.964447] usbcore: registered new interface driver cdc_ether
    [ 0.970581] usbcore: registered new interface driver dm9601
    [ 0.976501] usbcore: registered new interface driver smsc95xx
    [ 0.982604] usbcore: registered new interface driver gl620a
    [ 0.988525] usbcore: registered new interface driver net1080
    [ 0.994445] usbcore: registered new interface driver plusb
    [ 1.000274] usbcore: registered new interface driver rndis_host
    [ 1.006530] usbcore: registered new interface driver cdc_subset
    [ 1.012817] usbcore: registered new interface driver zaurus
    [ 1.018707] usbcore: registered new interface driver MOSCHIP usb-ethernet dri
    ver
    [ 1.026947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.033874] _regulator_get: ehci-omap.0 supply hsusb0 not found, using dummy
    regulator
    [ 1.042236] _regulator_get: ehci-omap.0 supply hsusb1 not found, using dummy
    regulator
    [ 3.065979] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
    [ 3.072235] ehci-omap ehci-omap.0: new USB bus registered, assigned bus numbe
    r 1
    [ 3.080139] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
    [ 3.097259] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
    [ 3.103332] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 3.110504] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=
    1
    [ 3.118133] usb usb1: Product: OMAP-EHCI Host Controller
    [ 3.123779] usb usb1: Manufacturer: Linux 3.3.7 ehci_hcd
    [ 3.129394] usb usb1: SerialNumber: ehci-omap.0
    [ 3.134643] hub 1-0:1.0: USB hub found
    [ 3.138671] hub 1-0:1.0: 3 ports detected
    [ 3.167541] Initializing USB Mass Storage driver...
    [ 3.172729] usbcore: registered new interface driver usb-storage
    [ 3.179077] USB Mass Storage support registered.
    [ 3.184234] mousedev: PS/2 mouse device common for all mice
    [ 3.191650] input: twl4030_pwrbutton as /devices/platform/omap/omap_i2c.1/i2c
    -1/1-0049/twl4030_pwrbutton/input/input0
    [ 3.203186] i2c /dev entries driver
    [ 3.207214] Linux media interface: v0.10
    [ 3.211334] Linux video capture interface: v2.00
    [ 3.216766] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
    [ 3.223205] Bluetooth: HCI UART driver ver 2.2
    [ 3.227844] Bluetooth: HCI H4 protocol initialized
    [ 3.232940] Bluetooth: HCI BCSP protocol initialized
    [ 3.238220] Bluetooth: HCILL protocol initialized
    [ 3.243103] Bluetooth: HCIATH3K protocol initialized
    [ 3.248413] usbcore: registered new interface driver btusb
    [ 3.254425] cpuidle: using governor ladder
    [ 3.258697] cpuidle: using governor menu
    [ 3.483673] usbcore: registered new interface driver usbhid
    [ 3.489593] usbhid: USB HID core driver
    [ 3.493713] usb 1-2: new high-speed USB device number 2 using ehci-omap
    [ 3.501098] usbcore: registered new interface driver snd-usb-audio
    [ 3.508270] OMAP3 Beagle/Devkit8000 SoC init
    [ 3.594085] asoc: twl4030-hifi <-> omap-mcbsp-dai.1 mapping ok
    [ 3.602935] ALSA device list:
    [ 3.606140] #0: omap3beagle
    [ 3.609222] oprofile: hardware counters not available
    [ 3.614593] oprofile: using timer interrupt.
    [ 3.619262] TCP cubic registered
    [ 3.622772] NET: Registered protocol family 17
    [ 3.627410] NET: Registered protocol family 15
    [ 3.632171] lib80211: common routines for IEEE802.11 drivers
    [ 3.638183] Registering the dns_resolver key type
    [ 3.643188] VFP support v0.3: implementor 41 architecture 3 part 30 variant c
    rev 3
    [ 3.651397] ThumbEE CPU extension supported.
    [ 3.659820] sr_init: No PMIC hook to init smartreflex
    [ 3.665252] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver init
    ialized
    [ 3.673522] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver init
    ialized
    [ 3.681732] SmartReflex Class3 initialized
    [ 3.689788] clock: disabling unused clocks to save power
    [ 3.696289] registered taskstats version 1
    [ 3.715148] usb 1-2: New USB device found, idVendor=0424, idProduct=9514
    [ 3.722259] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 3.730102] Unimplemented SVD code 4
    [ 3.733856] Unimplemented SVD code 2
    [ 3.738708] hub 1-2:1.0: USB hub found
    [ 3.743530] hub 1-2:1.0: 5 ports detected
    [ 3.821258] Console: switching to colour frame buffer device 240x67
    [ 3.861907] omapdss DPI: Could not find exact pixel clock. Requested 148500 k
    Hz, got 144000 kHz
    [ 3.873352] regulator_init_complete: VDAC: incomplete constraints, leaving on
    [ 3.881713] input: gpio-keys as /devices/platform/gpio-keys/input/input1
    [ 3.889251] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
    [ 3.908599] mmc0: host does not support reading read-only switch. assuming wr
    ite-enable.
    [ 3.919586] mmc0: new high speed SDHC card at address 0007
    [ 3.925903] mmcblk0: mmc0:0007 SD04G 3.67 GiB
    [ 3.933044] mmcblk0: p1 p2
    [ 4.074249] usb 1-2.1: new high-speed USB device number 3 using ehci-omap
    [ 4.199676] usb 1-2.1: New USB device found, idVendor=0424, idProduct=ec00
    [ 4.206909] usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber
    =0
    [ 4.217803] smsc95xx v1.0.4
    [ 4.301757] smsc95xx 1-2.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-
    2.1, smsc95xx USB 2.0 Ethernet, de:79:3a:ff:81:db
    [ 4.394470] usb 1-2.2: new low-speed USB device number 4 using ehci-omap
    [ 4.526062] usb 1-2.2: New USB device found, idVendor=413c, idProduct=2005
    [ 4.533325] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber
    =0
    [ 4.541107] usb 1-2.2: Product: DELL USB Keyboard
    [ 4.546112] usb 1-2.2: Manufacturer: DELL
    [ 4.557037] input: DELL DELL USB Keyboard as /devices/platform/omap/usbhs_oma
    p/ehci-omap.0/usb1/1-2/1-2.2/1-2.2:1.0/input/input2
    [ 4.569580] generic-usb 0003:413C:2005.0001: input: USB HID v1.10 Keyboard [D
    ELL DELL USB Keyboard] on usb-ehci-omap.0-2.2/input0
    [ 4.668121] usb 1-2.3: new low-speed USB device number 5 using ehci-omap
    [ 4.797424] usb 1-2.3: New USB device found, idVendor=0461, idProduct=4d22
    [ 4.804718] usb 1-2.3: New USB device strings: Mfr=0, Product=2, SerialNumber
    =0
    [ 4.812500] usb 1-2.3: Product: USB Optical Mouse
    [ 4.822601] input: USB Optical Mouse as /devices/platform/omap/usbhs_omap/ehc
    i-omap.0/usb1/1-2/1-2.3/1-2.3:1.0/input/input3
    [ 4.834716] generic-usb 0003:0461:4D22.0002: input: USB HID v1.11 Mouse [USB
    Optical Mouse] on usb-ehci-omap.0-2.3/input0
    [ 98.933929] VFS: Unable to mount root fs via NFS, trying floppy.
    [ 98.940917] VFS: Cannot open root device "nfs" or unknown-block(2,0)
    [ 98.947631] Please append a correct "root=" boot option; here are the availab
    le partitions:
    [ 98.956451] b300 3858432 mmcblk0 driver: mmcblk
    [ 98.962005] b301 819200 mmcblk0p1 00000000-0000-0000-0000-00000000
    0mmcblk0p1
    [ 98.970458] b302 3038208 mmcblk0p2 00000000-0000-0000-0000-00000000
    0mmcblk0p2
    [ 98.978912] Kernel panic - not syncing: VFS: Unable to mount root fs on unkno
    wn-block(2,0)

  • Your nfsroot should look like this

    nfsroot=192.168.1.105:/home/beagle/ti-sdk-beagleboard-05.05.00.00/targenfs,nolock,rsize=1024,wsize=1024,v3

    Steve K.