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.

uEnv.txt for SD-Card; TFTP BootUp Sequence for v07.00 SDK

I am using the AM335x StarterKit...

I have a couple of issues:

1. I am interested to put together an uEnv.txt to provide the following BootUp sequence:

SD-Card and if that fails to fall back to TFTP ( no NAND; no Flash; nothing extra

if all else fails the CCCC for Serial I/O is just fine but that is gonna come up as a default anyhow )

Using v07.00 SDK with ALL of its components...
via SD-Card BootUp works...
via TFTP it was failing...
so I tried the virgin out the box v07.00 TFTP boot up setup via ./setup-uboot-env.sh
to see that it works sure enough I see that there is a problem

Just for sanity check I tried same exact procedures and setups
on v05.05 result TFTP BootUp works fine
on v06.00 result TFTP BootUp works fine

Same AM335x StarterKit... same cables... same everything in fact hardware is not being touched...
there must be something about v07.00

2. If there is already a proven uEnv.txt for SD-Card; TFTP setup available
it would be appreciated....

I am attaching three traces for v07.00; v06.00; v05.05
and three uEnv.txt built by corresponding ./setup-uboot-env.sh  version scripts.

Thanks,

Naum

5852.AM335x-SK_TFTP_BootUp_v07.00.txt
root@Latitude3540:~/ti-sdk-am335x-evm-07.00.00.00/bin# ./setup-uboot-env.sh

--------------------------------------------------------------------------------
This step will set up the u-boot variables for booting the EVM.
Becuase the not all AM335x devices have a NAND, the u-boot variables will
be stored in uEnv.txt on the boot partition. U-boot will read this
file on boot.

Autodetected the following ip address of your host, correct it if necessary
[ 10.5.5.86 ] 

Select Linux kernel location:
 1: TFTP
 2: SD card

[ 1 ] 1

Select root file system location:
 1: NFS
 2: SD card

[ 1 ] 1

Available kernel images in /tftproot:
    am335x-bone.dtb
    am335x-boneblack.dtb
    am335x-evm.dtb
    am335x-evmsk.dtb
    uImage
    uImage-am335x-evm.bin
    uImage-am335x-evm.bin.01282015_17.27
    uImage-am335x-evm.bin.01282015_17.34
    uImage-am335x-evm.bin.01292015_10.46
    uImage-am335x-evm.bin.01292015_11.16
    uImage-am335x-evm.bin.01292015_11.35
    uImage-am335x-evm.bin.01292015_11.44
    zImage
    zImage-am335x-evm.bin
    zImage-am335x-evm.bin.01292015_10.51
    zImage-am335x-evm.bin.01292015_10.57

Which kernel image do you want to boot from TFTP?
[ zImage-am335x-evm.bin ] 


This SDK supports both the AM335x EVM and the BeagleBone/EVM-SK.
A BeagleBone/EVM-SK has been detected as attached to your host system
Are you wanting to configure u-boot for this device?  An
answer of 'n' will configure u-boot for the AM335x EVM instead
(y/n) y
Copying uEnv.txt to boot partition...
Detecting connection to board...


--------------------------------------------------------------------------------
uEnv.text has been saved to the boot partition. uEnv.txt contains:
serverip=10.5.5.86
rootpath=/home/ngrutman/ti-sdk-am335x-evm-07.00.00.00/targetNFS
bootfile=zImage-am335x-evm.bin
ip_method=dhcp
tftp_nfs_boot=run findfdt; setenv autoload no;dhcp; tftp ${loadaddr} zImage-am335x-evm.bin; run findfdt; tftp ${fdtaddr} ${fdtfile};  run netargs; bootz ${loadaddr} - ${fdtaddr}
uenvcmd=run tftp_nfs_boot

On the next boot, the BeagleBone will boot with these settings.
Would you like to restart now (y/n)?
[ y ]y


Welcome to minicom 2.5

OPTIONS: I18n 
Compiled on May  2 2011, 00:39:27.
Port /dev/ttyUSB1

Press CTRL-A Z for help on special keys

bigger 50

 _____                    _____           _         _   
|  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
|     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
|__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
              |___|                    |___|            

Arago Project http://arago-project.org am335x-evm ttyO0

Arago 2013.12 am335x-evm ttyO0

am335x-evm login: init 6
INIT: Sending processes the TERM signal
INIT: SenUIM SYSFS Node Not Found
Stopping Dropbear SSH server: stopped /usr/sbin/dropbear (pid 1304)
dropbear.
Stopping telnet daemon.
Stopping system message bus: Stopping syslogd/klogd: stopped syslogd (pid 1316)
stopped klogd (pid 1319)
done
Stopping thttpd.
ALSA: Storing mixer settings...
Deconfiguring network interfaces... ifdown: interface eth0 not configured
done.
Stopping PVR
Stopping Lighttpd Web Server: stopped /usr/sbin/lighttpd (pid 1379)
lighttpd.
Stopping Matrix GUI application.
***************************************************************
***************************************************************
NOTICE: This file system contains the followin GPLv3 packages:
        binutils-symlinks
        binutils
        gdbserver

If you do not wish to distribute GPLv3 components please remove
the above packages prior to distribution.  This can be done using
the opkg remove command.  i.e.:
    opkg remove <package>
Where <package> is the name printed in the list above

NOTE: If the package is a dependency of another package you
      will be notified of the dependent packages.  You should
      use the --force-removal-of-dependent-packages option to
      also remove the dependent packages as well
***************************************************************
***************************************************************
Sending all processes the TERM signal...
Error VT_WAITACTIVE failed
: Interrupted system call
Sending all processes the KILL signal...
Unmounting remote filesystems...
Deactivating swap...
Unmounting local filesystems...
[  248.055042] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered
Rebooting... [  250.441402] reboot: Restarting system

U-Boot SPL 2013.10-g78d8ebd (Mar 30 2014 - 20:46:34)
reading args
spl: error reading image args, err - -1
reading u-boot.img
reading u-boot.img


U-Boot 2013.10-g78d8ebd (Mar 30 2014 - 20:46:34)

I2C:   ready
DRAM:  256 MiB
NAND:  0 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Error - No Valid Environment Area found
*** Warning - bad CRC, using default environment

Net:   <ethaddr> not set. Validating first E-fuse MAC
cpsw, usb_ether
Hit any key to stop autoboot:  0 
mmc0 is current device
Scanning mmc 0...
4117616 bytes read in 287 ms (13.7 MiB/s)
38048 bytes read in 43 ms (863.3 KiB/s)
mmc0 is current device
SD/MMC found on device 0
reading uEnv.txt
333 bytes read in 5 ms (64.5 KiB/s)
Loaded environment from uEnv.txt
Importing environment from mmc ...
Running uenvcmd ...
link up on port 0, speed 100, full duplex
BOOTP broadcast 1
DHCP client bound to address 10.5.5.93
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 10.5.5.86; our IP address is 10.5.5.93
Filename 'zImage-am335x-evm.bin'.
Load address: 0x80200000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #########################
         2.9 MiB/s
done
Bytes transferred = 4117616 (3ed470 hex)
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 10.5.5.86; our IP address is 10.5.5.93
Filename 'am335x-evmsk.dtb'.
Load address: 0x80f80000
Loading: ########
         2.4 MiB/s
done
Bytes transferred = 38048 (94a0 hex)
Kernel image @ 0x80200000 [ 0x000000 - 0x3ed470 ]
## Flattened Device Tree blob at 80f80000
   Booting using the fdt blob at 0x80f80000
   Loading Device Tree to 8f320000, end 8f32c49f ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.12.10-ti2013.12.01 (jenkins@sdit-build02) (gcc version 4.7.3 20130226 (prerelease) 
(crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) ) #1 Sun Mar 30 20:55:31 CDT 2014
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x EVM-SK
[    0.000000] cma: CMA: reserved 24 MiB at 8d800000
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] CPU: All CPU(s) started in SVC mode.
[    0.000000] AM335X ES1.0 (sgx neon )
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64256
[    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs nfsroot=10.5.5.86:/home/ngrutman/ti-sdk-a
m335x-evm-07.00.00.00/targetNFS,nolock rw ip=dhcp
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Memory: 223444K/259072K available (5555K kernel code, 559K rwdata, 1876K rodata, 345K init, 225K bs
s, 35628K 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 : 0xd0800000 - 0xff000000   ( 744 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc074a04c   (7433 kB)
[    0.000000]       .init : 0xc074b000 - 0xc07a15f0   ( 346 kB)
[    0.000000]       .data : 0xc07a2000 - 0xc082ddd8   ( 560 kB)
[    0.000000]        .bss : 0xc082ddd8 - 0xc0866400   ( 226 kB)
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[    0.000000] Total of 128 interrupts on 1 active controller
[    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
[    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[    0.000000] OMAP clocksource: timer1 at 24000000 Hz
[    0.000000] Console: colour dummy device 80x30
[    0.000316] Calibrating delay loop... 479.23 BogoMIPS (lpj=2396160)
[    0.119738] pid_max: default: 32768 minimum: 301
[    0.119843] Security Framework initialized
[    0.119894] Mount-cache hash table entries: 512
[    0.128295] CPU: Testing write buffer coherency: ok
[    0.128704] Setting up static identity map for 0xc0572e68 - 0xc0572ed8
[    0.129596] devtmpfs: initialized
[    0.131388] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    0.193328] omap_hwmod: debugss: _wait_target_disable failed
[    0.194060] pinctrl core: initialized pinctrl subsystem
[    0.194941] regulator-dummy: no parameters
[    0.197381] NET: Registered protocol family 16
[    0.199627] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.202383] cpuidle: using governor ladder
[    0.202400] cpuidle: using governor menu
[    0.211140] platform mpu.1: FIXME: clock-name 'fck' DOES NOT exist in dt!
[    0.212218] platform 49000000.edma: FIXME: clock-name 'fck' DOES NOT exist in dt!
[    0.213468] OMAP GPIO hardware version 0.1
[    0.221783] platform 56000000.sgx: FIXME: clock-name 'fck' DOES NOT exist in dt!
[    0.224815] DSS not supported on this SoC
[    0.224835] No ATAGs?
[    0.224846] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.248922] bio: create slab <bio-0> at 0
[    0.263744] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
[    0.264572] vbat: 5000 mV 
[    0.264964] lis3_reg: no parameters
[    0.267845] vgaarb: loaded
[    0.269130] SCSI subsystem initialized
[    0.270554] usbcore: registered new interface driver usbfs
[    0.270739] usbcore: registered new interface driver hub
[    0.270935] usbcore: registered new device driver usb
[    0.271912] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring
 probe
[    0.271944] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
[    0.272176] media: Linux media interface: v0.10
[    0.272358] Linux video capture interface: v2.00
[    0.272621] pps_core: LinuxPPS API ver. 1 registered
[    0.272631] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.272781] PTP clock support registered
[    0.275355] Switched to clocksource timer1
[    0.294246] NET: Registered protocol family 2
[    0.294918] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[    0.294971] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[    0.295002] TCP: Hash tables configured (established 2048 bind 2048)
[    0.295072] TCP: reno registered
[    0.295086] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.295107] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.295311] NET: Registered protocol family 1
[    0.295789] RPC: Registered named UNIX socket transport module.
[    0.295802] RPC: Registered udp transport module.
[    0.295809] RPC: Registered tcp transport module.
[    0.295816] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.296732] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.297357] PM: Loading am335x-pm-firmware.bin
[    0.453015] VFS: Disk quotas dquot_6.5.2
[    0.453098] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.453721] NFS: Registering the id_resolver key type
[    0.453818] Key type id_resolver registered
[    0.453828] Key type id_legacy registered
[    0.453871] jffs2: version 2.2. (NAND) (SUMMARY)  �© 2001-2006 Red Hat, Inc.
[    0.454066] msgmni has been set to 484
[    0.455779] NET: Registered protocol family 38
[    0.455821] io scheduler noop registered
[    0.455831] io scheduler deadline registered
[    0.455854] io scheduler cfq registered (default)
[    0.457877] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    0.497114] Console: switching to colour frame buffer device 60x34
[    0.500842] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.503689] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UART0
[    1.114817] console [ttyO0] enabled
[    1.119986] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
[    1.137153] brd: module loaded
[    1.145676] loop: module loaded
[    1.153371] mtdoops: mtd device (mtddev=name/number) must be supplied
[    1.163833] usbcore: registered new interface driver asix
[    1.169793] usbcore: registered new interface driver ax88179_178a
[    1.176442] usbcore: registered new interface driver cdc_ether
[    1.182794] usbcore: registered new interface driver r815x
[    1.188775] usbcore: registered new interface driver smsc95xx
[    1.195032] usbcore: registered new interface driver net1080
[    1.201169] usbcore: registered new interface driver cdc_subset
[    1.207606] usbcore: registered new interface driver zaurus
[    1.213759] usbcore: registered new interface driver cdc_ncm
[    1.220272] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.227206] ehci-pci: EHCI PCI platform driver
[    1.232106] ehci-omap: OMAP-EHCI Host Controller driver
[    1.238537] usbcore: registered new interface driver cdc_wdm
[    1.244730] usbcore: registered new interface driver usb-storage
[    1.252158] mousedev: PS/2 mouse device common for all mice
[    1.259963] input: ti-tsc as /devices/ocp.2/44e0d000.tscadc/TI-am335x-tsc/input/input0
[    1.270503] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
[    1.278101] 44e3e000.rtc: already running
[    1.283098] i2c /dev entries driver
[    1.287401] Driver for 1-wire Dallas network protocol.
[    1.295173] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    1.304387] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
[    1.311721] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
[    1.318982] omap_hsmmc 48060000.mmc: unable to get vmmc regulator -517
[    1.325928] edma-dma-engine edma-dma-engine.0: freeing channel for 24
[    1.332744] edma-dma-engine edma-dma-engine.0: freeing channel for 25
[    1.339678] platform 48060000.mmc: Driver omap_hsmmc requests probe deferral
[    1.349162] ledtrig-cpu: registered to indicate activity on CPUs
[    1.355928] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
[    1.363168] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[    1.370509] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[    1.376711] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
[    1.383813] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
[    1.392248] usbcore: registered new interface driver usbhid
[    1.398185] usbhid: USB HID core driver
[    1.404455] oprofile: no performance counters
[    1.409516] oprofile: using timer interrupt.
[    1.414333] TCP: cubic registered
[    1.417881] Initializing XFRM netlink socket
[    1.422461] NET: Registered protocol family 17
[    1.427229] NET: Registered protocol family 15
[    1.431986] 8021q: 802.1Q VLAN Support v1.8
[    1.439584] omap_hwmod: gpio1: _wait_target_disable failed
[    1.445522] Key type dns_resolver registered
[    1.450721] cpu cpu0: cpu0 regulator not ready, retry
[    1.456121] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
[    1.464475] ThumbEE CPU extension supported.
[    1.472621] tps65910 0-002d: No interrupt support, no core IRQ
[    1.480884] vrtc: 1800 mV 
[    1.484006] vrtc: supplied by vbat
[    1.488961] vio: at 1500 mV 
[    1.492086] vio: supplied by vbat
[    1.496980] vdd_mpu: 912 <--> 1375 mV at 1137 mV 
[    1.502012] vdd_mpu: supplied by vbat
[    1.507255] vdd_core: 912 <--> 1150 mV at 1137 mV 
[    1.512375] vdd_core: supplied by vbat
[    1.517411] vdd3: 5000 mV 
[    1.521385] vdig1: at 1800 mV 
[    1.524689] vdig1: supplied by vbat
[    1.529559] vdig2: at 1800 mV 
[    1.532852] vdig2: supplied by vbat
[    1.537713] vpll: at 1800 mV 
[    1.540907] vpll: supplied by vbat
[    1.545691] vdac: at 1800 mV 
[    1.548884] vdac: supplied by vbat
[    1.553632] vaux1: at 1800 mV 
[    1.556944] vaux1: supplied by vbat
[    1.561793] vaux2: at 3300 mV 
[    1.565080] vaux2: supplied by vbat
[    1.569951] vaux33: at 3300 mV 
[    1.573331] vaux33: supplied by vbat
[    1.578292] vmmc: 1800 <--> 3300 mV at 3300 mV 
[    1.583148] vmmc: supplied by vbat
[    1.588532] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    1.595433] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
[    1.602639] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
[    1.693299] mmc0: host does not support reading read-only switch. assuming write-enable.
[    1.705379] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[    1.711843] davinci_mdio 4a101000.mdio: detected phy mask fffffffc
[    1.719182] mmc0: new high speed SD card at address 1234
[    1.726275] libphy: 4a101000.mdio: probed
[    1.730546] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver Atheros 8031 ethernet
[    1.740321] davinci_mdio 4a101000.mdio: phy[1]: device 4a101000.mdio:01, driver Atheros 8031 ethernet
[    1.750171] mmcblk0: mmc0:1234 SA02G 1.83 GiB 
[    1.756622] Missing dual_emac_res_vlan in DT.
[    1.761292] Using 1 as Reserved VLAN for 0 slave
[    1.766238] Missing dual_emac_res_vlan in DT.
[    1.770847] Using 2 as Reserved VLAN for 1 slave
[    1.775742] Detected MACID = d4:94:a1:83:0f:8c
[    1.780547]  mmcblk0: p1 p2
[    1.786111] cpsw: Detected MACID = d4:94:a1:83:0f:8d
[    1.793544] input: gpio_buttons.7 as /devices/gpio_buttons.7/input/input1
[    1.801538] omap_rtc 44e3e000.rtc: setting system clock to 2014-03-31 02:40:14 UTC (1396233614)
[    1.814146] net eth0: initializing cpsw version 1.12 (0)
[    1.822940] net eth0: phy found : id is : 0x4dd074
[    1.832628] 8021q: adding VLAN 0 to HW filter on device eth0
[    1.839055] net eth1: initializing cpsw version 1.12 (0)
[    1.847834] net eth1: phy found : id is : 0x4dd074
[    1.856415] 8021q: adding VLAN 0 to HW filter on device eth1
[    3.816243] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
[    3.835375] Sending DHCP requests .....[   44.517480] DHCP/BOOTP: Reply not for us, op[2] xid[b849180]
[   45.810378] DHCP/BOOTP: Reply not for us, op[2] xid[82e4567]
.[   60.325795] PM: request_firmware failed
 timed out!
[   90.381267] IP-Config: Retrying forever (NFS root)...
[   90.386717] net eth0: initializing cpsw version 1.12 (0)
[   90.395383] net eth0: phy found : id is : 0x4dd074
[   90.404921] 8021q: adding VLAN 0 to HW filter on device eth0
[   90.411200] net eth1: initializing cpsw version 1.12 (0)
[   90.419953] net eth1: phy found : id is : 0x4dd074
[   90.428514] 8021q: adding VLAN 0 to HW filter on device eth1
[   92.396292] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
[   92.425367] Sending DHCP requests ......[  148.543879] DHCP/BOOTP: Reply not for us, op[2] xid[72496e0e]
 timed out!
[  172.861241] IP-Config: Retrying forever (NFS root)...
[  172.866691] net eth0: initializing cpsw version 1.12 (0)
[  172.875378] net eth0: phy found : id is : 0x4dd074
[  172.884884] 8021q: adding VLAN 0 to HW filter on device eth0
[  172.891218] net eth1: initializing cpsw version 1.12 (0)
[  172.899949] net eth1: phy found : id is : 0x4dd074
[  172.908506] 8021q: adding VLAN 0 to HW filter on device eth1
[  174.876288] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
[  174.905366] Sending DHCP requests ..

0576.uEnv_for_v07.00.txt
serverip=10.5.5.86
rootpath=/home/ngrutman/ti-sdk-am335x-evm-07.00.00.00/targetNFS
bootfile=zImage-am335x-evm.bin
ip_method=dhcp
tftp_nfs_boot=run findfdt; setenv autoload no;dhcp; tftp ${loadaddr} zImage-am335x-evm.bin; run findfdt; tftp ${fdtaddr} ${fdtfile};  run netargs; bootz ${loadaddr} - ${fdtaddr}
uenvcmd=run tftp_nfs_boot
7028.AM335x-SK_TFTP_BootUp_v06.00.txt
 0 
mmc0 is current device
SD/MMC found on device 0
reading uEnv.txt
260 bytes read in 3 ms (84 KiB/s)
Loaded environment from uEnv.txt
Importing environment from mmc ...
Running uenvcmd ...
Booting from network...
cpsw Waiting for PHY auto negotiation to complete. done
link up on port 0, speed 100, full duplex
BOOTP broadcast 1
DHCP client bound to address 10.5.5.93
Using cpsw device
TFTP from server 10.5.5.86; our IP address is 10.5.5.93
Filename 'uImage-am335x-evm.bin'.
Load address: 0x80200000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################
         144.5 KiB/s
done
Bytes transferred = 3163680 (304620 hex)
## Booting kernel from Legacy Image at 80200000 ...
   Image Name:   Arago/3.2.0-psp04.06.00.08.sdk/a
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3163616 Bytes = 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] Linux version 3.2.0 (jenkins@sdit-build01) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #1 Thu Jul 26 17:16:27 CDT 
2012
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: am335xevm
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] AM335X ES1.0 (sgx neon )
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
[    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs nfsroot=10.5.5.86:/home/ngrutman/ti-sdk-am335x-evm-06.00.00.0
0/targetNFS,nolock rw ip=dhcp
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Memory: 256MB = 256MB total
[    0.000000] Memory: 253256k/253256k available, 8888k 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 : 0xd0800000 - 0xff000000   ( 744 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc059d000   (5716 kB)
[    0.000000]       .init : 0xc059d000 - 0xc05db000   ( 248 kB)
[    0.000000]       .data : 0xc05dc000 - 0xc0644198   ( 417 kB)
[    0.000000]        .bss : 0xc06441bc - 0xc0671024   ( 180 kB)
[    0.000000] NR_IRQS:396
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[    0.000000] Total of 128 interrupts on 1 active controller
[    0.000000] OMAP clockevent source: GPTIMER2 at 24000000 Hz
[    0.000000] OMAP clocksource: GPTIMER1 at 32768 Hz
[    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
[    0.000000] Console: colour dummy device 80x30
[    0.000152] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)
[    0.058959] pid_max: default: 32768 minimum: 301
[    0.059082] Security Framework initialized
[    0.059173] Mount-cache hash table entries: 512
[    0.059539] CPU: Testing write buffer coherency: ok
[    0.079437] omap_hwmod: pruss: failed to hardreset
[    0.080535] print_constraints: dummy: 
[    0.080871] NET: Registered protocol family 16
[    0.083007] OMAP GPIO hardware version 0.1
[    0.085540] omap_mux_init: Add partition: #1: core, flags: 0
[    0.087738]  omap_i2c.1: alias fck already exists
[    0.088623]  omap2_mcspi.1: alias fck already exists
[    0.088836]  omap2_mcspi.2: alias fck already exists
[    0.089630]  edma.0: alias fck already exists
[    0.089660]  edma.0: alias fck already exists
[    0.089691]  edma.0: alias fck already exists
[    0.116210] bio: create slab <bio-0> at 0
[    0.118408] SCSI subsystem initialized
[    0.120086] usbcore: registered new interface driver usbfs
[    0.120391] usbcore: registered new interface driver hub
[    0.120574] usbcore: registered new device driver usb
[    0.120727] musb-ti81xx musb-ti81xx: musb0, board_mode=0x13, plat_mode=0x3
[    0.121032] musb-ti81xx musb-ti81xx: musb1, board_mode=0x13, plat_mode=0x1
[    0.139007] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz
[    0.140899] tps65910 1-002d: JTAGREVNUM 0x0
[    0.143310] print_constraints: VRTC: 
[    0.144744] print_constraints: VIO: at 1500 mV 
[    0.147064] print_constraints: VDD1: 600 <--> 1500 mV at 1262 mV normal 
[    0.149353] print_constraints: VDD2: 600 <--> 1500 mV at 1137 mV normal 
[    0.150360] print_constraints: VDD3: 5000 mV 
[    0.151763] print_constraints: VDIG1: at 1800 mV 
[    0.153198] print_constraints: VDIG2: at 1800 mV 
[    0.154602] print_constraints: VPLL: at 1800 mV 
[    0.156036] print_constraints: VDAC: at 1800 mV 
[    0.157440] print_constraints: VAUX1: at 1800 mV 
[    0.158874] print_constraints: VAUX2: at 3300 mV 
[    0.160308] print_constraints: VAUX33: at 3300 mV 
[    0.161743] print_constraints: VMMC: at 3300 mV 
[    0.162231] tps65910 1-002d: No interrupt support, no core IRQ
[    0.163482] Advanced Linux Sound Architecture Driver Version 1.0.24.
[    0.164611] Switching to clocksource gp timer
[    0.179962] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[    0.180145] musb-hdrc musb-hdrc.0: dma type: pio
[    0.180450] MUSB0 controller's USBSS revision = 4ea20800
[    0.180999] musb-hdrc musb-hdrc.0: USB OTG mode controller at d083c000 using PIO, IRQ 18
[    0.181152] musb-hdrc musb-hdrc.1: dma type: pio
[    0.181457] MUSB1 controller's USBSS revision = 4ea20800
[    0.181549] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[    0.181640] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
[    0.181762] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.181793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.181793] usb usb1: Product: MUSB HDRC host driver
[    0.181823] usb usb1: Manufacturer: Linux 3.2.0 musb-hcd
[    0.181823] usb usb1: SerialNumber: musb-hdrc.1
[    0.182617] hub 1-0:1.0: USB hub found
[    0.182647] hub 1-0:1.0: 1 port detected
[    0.183166] musb-hdrc musb-hdrc.1: USB Host mode controller at d083e800 using PIO, IRQ 19
[    0.183593] NET: Registered protocol family 2
[    0.183776] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.184082] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.184234] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[    0.184326] TCP: Hash tables configured (established 8192 bind 8192)
[    0.184356] TCP reno registered
[    0.184356] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.184387] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.184570] NET: Registered protocol family 1
[    0.184906] RPC: Registered named UNIX socket transport module.
[    0.184906] RPC: Registered udp transport module.
[    0.184936] RPC: Registered tcp transport module.
[    0.184936] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.185180] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.196441] VFS: Disk quotas dquot_6.5.2
[    0.196502] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.197052] msgmni has been set to 494
[    0.200164] alg: No test for stdrng (krng)
[    0.200836] io scheduler noop registered
[    0.200866] io scheduler deadline registered
[    0.200927] io scheduler cfq registered (default)
[    0.202087] Could not set LED4 to fully on
[    0.203826] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
[    0.827758] console [ttyO0] enabled
[    0.832000] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1
[    0.839843] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2
[    0.847625] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3
[    0.855438] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4
[    0.863189] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5
[    0.880279] brd: module loaded
[    0.888336] loop: module loaded
[    0.891784] i2c-core: driver [tsl2550] using legacy suspend method
[    0.898254] i2c-core: driver [tsl2550] using legacy resume method
[    0.904693] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[    0.965209] No daughter card found
[    0.968780] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[    0.983978] Board name: A335X_SK
[    0.987335] Board version: 1.2B
[    0.990600] The board is a AM335x Starter Kit.
[    0.995513]  omap_hsmmc.0: alias fck already exists
[    1.001037]  omap_hsmmc.1: alias fck already exists
[    1.007049]  da8xx_lcdc.0: alias fck already exists
[    1.012542] da8xx_lcdc da8xx_lcdc.0: GLCD: Found NHD-4.3-ATXI#-T-1 panel
[    1.027832] Console: switching to colour frame buffer device 60x34
[    1.040679]  davinci-mcasp.1: alias fck already exists
[    1.046600] Configure Bluetooth Enable pin...
[    1.052062] registered am33xx_sr device
[    1.056335] _regulator_get: 1-0018 supply Vdd not found, using dummy regulator
[    1.063934] _regulator_get: 1-0018 supply Vdd_IO not found, using dummy regulator
[    1.092407] lis3lv02d: 8 bits 3DLH sensor found
[    1.185638] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input0
[    1.196502] mtdoops: mtd device (mtddev=name/number) must be supplied
[    1.203643] omap2-nand driver initializing
[    1.208129] OneNAND driver initializing
[    1.213378] CAN device driver interface
[    1.217437] CAN bus driver for Bosch D_CAN controller 1.0
[    1.265258] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
[    1.271728] davinci_mdio davinci_mdio.0: detected phy mask fffffffc
[    1.279937] davinci_mdio.0: probed
[    1.283508] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown
[    1.290893] davinci_mdio davinci_mdio.0: phy[1]: device 0:01, driver unknown
[    1.298583] usbcore: registered new interface driver zd1201
[    1.304595] usbcore: registered new interface driver cdc_ether
[    1.310852] usbcore: registered new interface driver cdc_eem
[    1.316925] usbcore: registered new interface driver dm9601
[    1.322784] cdc_ncm: 04-Aug-2011
[    1.326354] usbcore: registered new interface driver cdc_ncm
[    1.332244] Initializing USB Mass Storage driver...
[    1.337585] usbcore: registered new interface driver usb-storage
[    1.343841] USB Mass Storage support registered.
[    1.349121] mousedev: PS/2 mouse device common for all mice
[    1.356292] input: ti-tsc-adcc as /devices/platform/omap/tsc/input/input1
[    1.364715] omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
[    1.371398] omap_rtc: already running
[    1.375427] i2c /dev entries driver
[    1.379455] Linux video capture interface: v2.00
[    1.384582] usbcore: registered new interface driver uvcvideo
[    1.390594] USB Video Class driver (1.1.1)
[    1.396881] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    1.405426] cpuidle: using governor ladder
[    1.410186] cpuidle: using governor menu
[    1.419036] omap4_aes_mod_init: loading AM33X AES driver
[    1.424682] omap4-aes omap4-aes: AM33X AES hw accel rev: 3.02
[    1.431243] omap4_aes_probe: probe() done
[    1.435882] omap4_sham_mod_init: loading AM33X SHA/MD5 driver
[    1.442016] omap4-sham omap4-sham: AM33X SHA/MD5 hw accel rev: 4.03
[    1.453491] omap4_sham_probe: probe() done
[    1.463500] usbcore: registered new interface driver usbhid
[    1.469390] usbhid: USB HID core driver
[    1.474029] usbcore: registered new interface driver snd-usb-audio
[    1.485595] _regulator_get: 1-001b supply IOVDD not found, using dummy regulator
[    1.493377] _regulator_get: 1-001b supply DVDD not found, using dummy regulator
[    1.501068] _regulator_get: 1-001b supply AVDD not found, using dummy regulator
[    1.508728] _regulator_get: 1-001b supply DRVDD not found, using dummy regulator
[    1.519195] asoc: tlv320aic3x-hifi <-> davinci-mcasp.1 mapping ok
[    1.526947] ALSA device list:
[    1.530059]   #0: AM335X EVM
[    1.533050] oprofile: hardware counters not available
[    1.538330] oprofile: using timer interrupt.
[    1.542816] nf_conntrack version 0.5.0 (3957 buckets, 15828 max)
[    1.549591] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.555267] TCP cubic registered
[    1.558654] NET: Registered protocol family 17
[    1.563293] can: controller area network core (rev 20090105 abi 8)
[    1.569824] NET: Registered protocol family 29
[    1.574462] can: raw protocol (rev 20090105)
[    1.578918] can: broadcast manager protocol (rev 20090105 t)
[    1.584869] Registering the dns_resolver key type
[    1.589843] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    1.597869] ThumbEE CPU extension supported.
[    1.602355] mux: Failed to setup hwmod io irq -22
[    1.607910] Power Management for AM33XX family
[    1.612731] Trying to load am335x-pm-firmware.bin (60 secs timeout)
[    1.619445] Copied the M3 firmware to UMEM
[    1.623901] smartreflex smartreflex: am33xx_sr_probe: Zero NValue read from EFUSE
[    1.631744] smartreflex: probe of smartreflex failed with error -22
[    1.638854] sr_init: platform driver register failed
[    1.649017] clock: disabling unused clocks to save power
[    1.667907] Detected MACID=d4:94:a1:83:f:8c
[    1.672943] mmc0: host does not support reading read-only switch. assuming write-enable.
[    1.681884] cpsw: Detected MACID = d4:94:a1:83:0f:8d
[    1.687683] mmc0: new high speed SDHC card at address 15bd
[    1.694854] mmcblk0: mmc0:15bd SD04G 3.69 GiB 
[    1.701019] input: gpio-keys as /devices/platform/gpio-keys/input/input2
[    1.708465]  mmcblk0: p1 p2
[    1.712402] omap_rtc omap_rtc: setting system clock to 2013-06-25 23:14:19 UTC (1372202059)
[    1.796356] net eth0: CPSW phy found : id is : 0x4dd074
[    1.806365] net eth1: CPSW phy found : id is : 0x4dd074
[    1.829895] mmc1: card claims to support voltages below the defined range. These will be ignored.
[    1.848999] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    1.855651] mmc1: new SDIO card at address 0001
[    3.796813] PHY: 0:00 - Link is Up - 100/Full
[    3.825836] Sending DHCP requests ., OK
[    3.846313] IP-Config: Got DHCP answer from 0.0.0.0, my address is 10.5.5.93
[    3.854431] IP-Config: Complete:
[    3.857818]      device=eth0, addr=10.5.5.93, mask=255.255.254.0, gw=10.5.4.254,
[    3.865264]      host=10.5.5.93, domain=adsi.aitech.ent, nis-domain=(none),
[    3.872558]      bootserver=0.0.0.0, rootserver=10.5.5.86, rootpath=
[    3.886322] VFS: Mounted root (nfs filesystem) on device 0:14.
[    3.892791] Freeing init memory: 248K
INIT: version 2.88 booting
Starting udev
[    6.980468] wl12xx_sdio: disagrees about version of symbol module_layout
[    6.988952] wl12xx_sdio: disagrees about version of symbol module_layout
[    7.711791] wl12xx_sdio: disagrees about version of symbol module_layout
[    7.760772] wl12xx_sdio: disagrees about version of symbol module_layout
[    8.783020] kjournald starting.  Commit interval 5 seconds
[    9.034729] EXT3-fs (mmcblk0p2): using internal journal
[    9.040252] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file or directory
bootlogd.
ALSA: Restoring mixer settings...
No state is present for card EVM
Found hardware: "AM335X_EVM" "" "" "" ""
Hardware is initialized using a generic method
No state is present for card EVM
NOT configuring network interfaces: / is an NFS mount
INIT: Entering runlevel: 5
Starting system message bus: dbus.
Starting Dropbear SSH server: dropbear.
Starting telnet daemon.
Performing wifi calibration...
Error: Module wl12xx_sdio is not currently loaded
nl80211 not found.
[   10.763366] wl12xx_sdio: disagrees about version of symbol module_layout
ERROR: could not insert 'wl12xx_sdio': Exec format error
Starting network benchmark server: netserver.
Starting syslogd/klogd: done
Starting thttpd.
Starting PVR
[   11.546630] pvrsrvkm: disagrees about version of symbol module_layout
Error: could not insert module /lib/modules/3.2.0/kernel/drivers/gpu/pvr/pvrsrvkm.ko: Invalid module format
Could not find pvrsrvkm driver
Starting Lighttpd Web Server: lighttpd.
2013-06-25 23:14:28: (log.c.166) server started 
/
Starting Matrix GUI application.
[   12.431823] g_mass_storage: disagrees about version of symbol module_layout
ERROR: could not insert 'g_mass_storage': Exec format error
***************************************************************
***************************************************************
NOTICE: This file system contains the followin GPLv3 packages:
        binutils-symlinks
        binutils
        gdbserver

If you do not wish to distribute GPLv3 components please remove
the above packages prior to distribution.  This can be done using
the opkg remove command.  i.e.:
    opkg remove <package>
Where <package> is the name printed in the list above

NOTE: If the package is a dependency of another package you
      will be notified of the dependent packages.  You should
      use the --force-removal-of-dependent-packages option to
      also remove the dependent packages as well
***************************************************************
***************************************************************
Stopping Bootlog daemon: bootlogd.

 _____                    _____           _         _   
|  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
|     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
|__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
              |___|                    |___|            

Arago Project http://arago-project.org am335x-evm ttyO0

Arago 2013.05 am335x-evm ttyO0

am335x-evm login:
7028.uEnv_for_v06.00.txt
serverip=10.5.5.86
rootpath=/home/ngrutman/ti-sdk-am335x-evm-06.00.00.00/targetNFS
bootfile=uImage-am335x-evm.bin
ip_method=dhcp
tftp_nfs_boot=echo Booting from network...; dhcp ${loadaddr} ${bootfile}; run netargs; bootm ${loadaddr}
uenvcmd=run tftp_nfs_boot
1643.AM335x-SK_TFTP_BootUp_v05.05.txt
U-Boot SPL 2011.09 (Jul 26 2012 - 17:18:20)
Texas Instruments Revision detection unimplemented
No daughter card present
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img


U-Boot 2011.09 (Jul 26 2012 - 17:13:38)

I2C:   ready
DRAM:  256 MiB
WARNING: Caches not enabled
No daughter card present
NAND:  HW ECC Hamming Code selected
No NAND device found!!!
0 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - readenv() failed, using default environment

Net:   cpsw
Hit any key to stop autoboot:  0 
SD/MMC found on device 0
reading uEnv.txt

261 bytes read
Loaded environment from uEnv.txt
Importing environment from mmc ...
Running uenvcmd ...
Booting from network...
Auto Negotitation failed for port 1
link up on port 0, speed 100, full duplex
BOOTP broadcast 1
DHCP client bound to address 10.5.5.93
Using cpsw device
TFTP from server 10.5.5.86; our IP address is 10.5.5.93
Filename 'uImage-am335x-evm.bin'.
Load address: 0x82000000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################
done
Bytes transferred = 3163680 (304620 hex)
## Booting kernel from Legacy Image at 82000000 ...
   Image Name:   Arago/3.2.0-psp04.06.00.08.sdk/a
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3163616 Bytes = 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] Linux version 3.2.0 (jenkins@sdit-build01) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #1 Thu Jul 26 17:16:27 CDT
 2012
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: am335xevm
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] AM335X ES1.0 (sgx neon )
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
[    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs nfsroot=10.5.5.86:/home/ngrutman/ti-sdk-am335x-evm-05.05.00.
00/targetNFS,nolock rw ip=dhcp
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Memory: 256MB = 256MB total
[    0.000000] Memory: 253256k/253256k available, 8888k 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 : 0xd0800000 - 0xff000000   ( 744 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc059d000   (5716 kB)
[    0.000000]       .init : 0xc059d000 - 0xc05db000   ( 248 kB)
[    0.000000]       .data : 0xc05dc000 - 0xc0644198   ( 417 kB)
[    0.000000]        .bss : 0xc06441bc - 0xc0671024   ( 180 kB)
[    0.000000] NR_IRQS:396
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[    0.000000] Total of 128 interrupts on 1 active controller
[    0.000000] OMAP clockevent source: GPTIMER2 at 24000000 Hz
[    0.000000] OMAP clocksource: GPTIMER1 at 32768 Hz
[    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
[    0.000000] Console: colour dummy device 80x30
[    0.000122] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)
[    0.058532] pid_max: default: 32768 minimum: 301
[    0.058654] Security Framework initialized
[    0.058776] Mount-cache hash table entries: 512
[    0.059143] CPU: Testing write buffer coherency: ok
[    0.079040] omap_hwmod: pruss: failed to hardreset
[    0.080139] print_constraints: dummy: 
[    0.080505] NET: Registered protocol family 16
[    0.082580] OMAP GPIO hardware version 0.1
[    0.085144] omap_mux_init: Add partition: #1: core, flags: 0
[    0.087341]  omap_i2c.1: alias fck already exists
[    0.088195]  omap2_mcspi.1: alias fck already exists
[    0.088409]  omap2_mcspi.2: alias fck already exists
[    0.089172]  edma.0: alias fck already exists
[    0.089202]  edma.0: alias fck already exists
[    0.089202]  edma.0: alias fck already exists
[    0.115783] bio: create slab <bio-0> at 0
[    0.117950] SCSI subsystem initialized
[    0.119628] usbcore: registered new interface driver usbfs
[    0.119934] usbcore: registered new interface driver hub
[    0.120117] usbcore: registered new device driver usb
[    0.120300] musb-ti81xx musb-ti81xx: musb0, board_mode=0x13, plat_mode=0x3
[    0.120574] musb-ti81xx musb-ti81xx: musb1, board_mode=0x13, plat_mode=0x1
[    0.138610] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz
[    0.140472] tps65910 1-002d: JTAGREVNUM 0x0
[    0.142883] print_constraints: VRTC: 
[    0.144317] print_constraints: VIO: at 1500 mV 
[    0.146636] print_constraints: VDD1: 600 <--> 1500 mV at 1262 mV normal 
[    0.148925] print_constraints: VDD2: 600 <--> 1500 mV at 1137 mV normal 
[    0.149932] print_constraints: VDD3: 5000 mV 
[    0.151336] print_constraints: VDIG1: at 1800 mV 
[    0.152770] print_constraints: VDIG2: at 1800 mV 
[    0.154174] print_constraints: VPLL: at 1800 mV 
[    0.155609] print_constraints: VDAC: at 1800 mV 
[    0.157012] print_constraints: VAUX1: at 1800 mV 
[    0.158447] print_constraints: VAUX2: at 3300 mV 
[    0.159881] print_constraints: VAUX33: at 3300 mV 
[    0.161315] print_constraints: VMMC: at 3300 mV 
[    0.161804] tps65910 1-002d: No interrupt support, no core IRQ
[    0.163024] Advanced Linux Sound Architecture Driver Version 1.0.24.
[    0.164154] Switching to clocksource gp timer
[    0.179504] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[    0.179687] musb-hdrc musb-hdrc.0: dma type: pio
[    0.179992] MUSB0 controller's USBSS revision = 4ea20800
[    0.180541] musb-hdrc musb-hdrc.0: USB OTG mode controller at d083c000 using PIO, IRQ 18
[    0.180725] musb-hdrc musb-hdrc.1: dma type: pio
[    0.180999] MUSB1 controller's USBSS revision = 4ea20800
[    0.181121] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[    0.181182] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
[    0.181335] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.181335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.181365] usb usb1: Product: MUSB HDRC host driver
[    0.181365] usb usb1: Manufacturer: Linux 3.2.0 musb-hcd
[    0.181365] usb usb1: SerialNumber: musb-hdrc.1
[    0.182159] hub 1-0:1.0: USB hub found
[    0.182189] hub 1-0:1.0: 1 port detected
[    0.182708] musb-hdrc musb-hdrc.1: USB Host mode controller at d083e800 using PIO, IRQ 19
[    0.183105] NET: Registered protocol family 2
[    0.183319] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.183593] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.183746] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[    0.183837] TCP: Hash tables configured (established 8192 bind 8192)
[    0.183868] TCP reno registered
[    0.183868] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.183898] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.184082] NET: Registered protocol family 1
[    0.184417] RPC: Registered named UNIX socket transport module.
[    0.184417] RPC: Registered udp transport module.
[    0.184448] RPC: Registered tcp transport module.
[    0.184448] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.184692] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.196014] VFS: Disk quotas dquot_6.5.2
[    0.196075] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.196624] msgmni has been set to 494
[    0.199707] alg: No test for stdrng (krng)
[    0.200378] io scheduler noop registered
[    0.200378] io scheduler deadline registered
[    0.200469] io scheduler cfq registered (default)
[    0.201629] Could not set LED4 to fully on
[    0.203399] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
[    0.827301] console [ttyO0] enabled
[    0.831542] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1
[    0.839416] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2
[    0.847198] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3
[    0.854980] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4
[    0.862731] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5
[    0.879821] brd: module loaded
[    0.887878] loop: module loaded
[    0.891326] i2c-core: driver [tsl2550] using legacy suspend method
[    0.897827] i2c-core: driver [tsl2550] using legacy resume method
[    0.904235] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[    0.964721] No daughter card found
[    0.968322] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[    0.983520] Board name: A335X_SK
[    0.986877] Board version: 1.2B
[    0.990173] The board is a AM335x Starter Kit.
[    0.995056]  omap_hsmmc.0: alias fck already exists
[    1.000579]  omap_hsmmc.1: alias fck already exists
[    1.006591]  da8xx_lcdc.0: alias fck already exists
[    1.012054] da8xx_lcdc da8xx_lcdc.0: GLCD: Found NHD-4.3-ATXI#-T-1 panel
[    1.027313] Console: switching to colour frame buffer device 60x34
[    1.040191]  davinci-mcasp.1: alias fck already exists
[    1.046081] Configure Bluetooth Enable pin...
[    1.051544] registered am33xx_sr device
[    1.055816] _regulator_get: 1-0018 supply Vdd not found, using dummy regulator
[    1.063415] _regulator_get: 1-0018 supply Vdd_IO not found, using dummy regulator
[    1.091857] lis3lv02d: 8 bits 3DLH sensor found
[    1.185180] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input0
[    1.196044] mtdoops: mtd device (mtddev=name/number) must be supplied
[    1.203216] omap2-nand driver initializing
[    1.207702] OneNAND driver initializing
[    1.212921] CAN device driver interface
[    1.216979] CAN bus driver for Bosch D_CAN controller 1.0
[    1.264801] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
[    1.271240] davinci_mdio davinci_mdio.0: detected phy mask fffffffc
[    1.279479] davinci_mdio.0: probed
[    1.283050] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown
[    1.290435] davinci_mdio davinci_mdio.0: phy[1]: device 0:01, driver unknown
[    1.298126] usbcore: registered new interface driver zd1201
[    1.304138] usbcore: registered new interface driver cdc_ether
[    1.310394] usbcore: registered new interface driver cdc_eem
[    1.316467] usbcore: registered new interface driver dm9601
[    1.322326] cdc_ncm: 04-Aug-2011
[    1.325866] usbcore: registered new interface driver cdc_ncm
[    1.331787] Initializing USB Mass Storage driver...
[    1.337097] usbcore: registered new interface driver usb-storage
[    1.343383] USB Mass Storage support registered.
[    1.348663] mousedev: PS/2 mouse device common for all mice
[    1.355834] input: ti-tsc-adcc as /devices/platform/omap/tsc/input/input1
[    1.364257] omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
[    1.370941] omap_rtc: already running
[    1.374938] i2c /dev entries driver
[    1.378997] Linux video capture interface: v2.00
[    1.384094] usbcore: registered new interface driver uvcvideo
[    1.390106] USB Video Class driver (1.1.1)
[    1.396423] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    1.404968] cpuidle: using governor ladder
[    1.409729] cpuidle: using governor menu
[    1.418579] omap4_aes_mod_init: loading AM33X AES driver
[    1.424224] omap4-aes omap4-aes: AM33X AES hw accel rev: 3.02
[    1.430786] omap4_aes_probe: probe() done
[    1.435424] omap4_sham_mod_init: loading AM33X SHA/MD5 driver
[    1.441558] omap4-sham omap4-sham: AM33X SHA/MD5 hw accel rev: 4.03
[    1.453002] omap4_sham_probe: probe() done
[    1.463104] usbcore: registered new interface driver usbhid
[    1.468963] usbhid: USB HID core driver
[    1.473602] usbcore: registered new interface driver snd-usb-audio
[    1.485168] _regulator_get: 1-001b supply IOVDD not found, using dummy regulator
[    1.492950] _regulator_get: 1-001b supply DVDD not found, using dummy regulator
[    1.500640] _regulator_get: 1-001b supply AVDD not found, using dummy regulator
[    1.508300] _regulator_get: 1-001b supply DRVDD not found, using dummy regulator
[    1.518768] asoc: tlv320aic3x-hifi <-> davinci-mcasp.1 mapping ok
[    1.526611] ALSA device list:
[    1.529724]   #0: AM335X EVM
[    1.532714] oprofile: hardware counters not available
[    1.537994] oprofile: using timer interrupt.
[    1.542480] nf_conntrack version 0.5.0 (3957 buckets, 15828 max)
[    1.549255] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.554931] TCP cubic registered
[    1.558288] NET: Registered protocol family 17
[    1.562927] can: controller area network core (rev 20090105 abi 8)
[    1.569488] NET: Registered protocol family 29
[    1.574096] can: raw protocol (rev 20090105)
[    1.578582] can: broadcast manager protocol (rev 20090105 t)
[    1.584503] Registering the dns_resolver key type
[    1.589508] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    1.597503] ThumbEE CPU extension supported.
[    1.602020] mux: Failed to setup hwmod io irq -22
[    1.607543] Power Management for AM33XX family
[    1.612365] Trying to load am335x-pm-firmware.bin (60 secs timeout)
[    1.619079] Copied the M3 firmware to UMEM
[    1.623535] smartreflex smartreflex: am33xx_sr_probe: Zero NValue read from EFUSE
[    1.631378] smartreflex: probe of smartreflex failed with error -22
[    1.638519] sr_init: platform driver register failed
[    1.648681] clock: disabling unused clocks to save power
[    1.665679] mmc0: host does not support reading read-only switch. assuming write-enable.
[    1.676025] Detected MACID=d4:94:a1:83:f:8c
[    1.681243] mmc0: new high speed SD card at address 1234
[    1.687408] cpsw: Detected MACID = d4:94:a1:83:0f:8d
[    1.693420] mmcblk0: mmc0:1234 SA02G 1.83 GiB 
[    1.700378] input: gpio-keys as /devices/platform/gpio-keys/input/input2
[    1.707824]  mmcblk0: p1 p2
[    1.782257] omap_rtc omap_rtc: setting system clock to 2012-07-27 10:34:38 UTC (1343385278)
[    1.795654] net eth0: CPSW phy found : id is : 0x4dd074
[    1.805725] net eth1: CPSW phy found : id is : 0x4dd074
[    1.829376] mmc1: card claims to support voltages below the defined range. These will be ignored.
[    1.848480] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    1.855133] mmc1: new SDIO card at address 0001
[    4.796234] PHY: 0:00 - Link is Up - 100/Full
[    4.825408] Sending DHCP requests ., OK
[    4.845886] IP-Config: Got DHCP answer from 0.0.0.0, my address is 10.5.5.93
[    4.854003] IP-Config: Complete:
[    4.857421]      device=eth0, addr=10.5.5.93, mask=255.255.254.0, gw=10.5.4.254,
[    4.864868]      host=10.5.5.93, domain=adsi.aitech.ent, nis-domain=(none),
[    4.872222]      bootserver=0.0.0.0, rootserver=10.5.5.86, rootpath=
[    4.885742] VFS: Mounted root (nfs filesystem) on device 0:14.
[    4.892181] Freeing init memory: 248K
INIT: version 2.86 booting
Please wait: booting...
Starting udev
[    6.034301] Disabling lock debugging due to kernel taint
[    7.109588] cfg80211: Calling CRDA to update world regulatory domain
[    7.592041] cfg80211: World regulatory domain updated:
[    7.597930] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    7.606658] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    7.614929] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    7.623199] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    7.631439] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    7.639801] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    8.248504] wl12xx: driver version: ol_R5.00.17
[    8.253234] wl12xx: compilation time: Thu May 17 05:25:00 2012
[    8.641998] wl12xx: loaded
[    8.783477] alignment: ignoring faults is unsafe on this CPU.  Defaulting to fixup mode.
Root filesystem already rw, not remounting
Caching udev devnodes
ALSA: Restoring mixer settings...
No state is present for card EVM
Found hardware: "AM335X_EVM" "" "" "" ""
Hardware is initialized using a generic method
No state is present for card EVM
NOT configuring network interfaces: / is an NFS mount
INIT: Entering runlevel: 5
Starting system message bus: dbus.
Starting Hardware abstraction layer hald
Starting Dropbear SSH server: dropbear.
Starting telnet daemon.
Starting network benchmark server: netserver.
Starting syslogd/klogd: done
Starting thttpd.
Starting PVR
Starting Lighttpd Web Server: lighttpd.
2012-07-27 10:34:48: (log.c.166) server started 
[   12.648132] kjournald starting.  Commit interval 5 seconds
[   12.660614] EXT3-fs (mmcblk0p2): using internal journal
[   12.666137] EXT3-fs (mmcblk0p2): recovery complete
[   12.671112] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
/
Starting Matrix GUI application.
[   13.418975]  gadget: Mass Storage Function, version: 2009/09/11
[   13.426361]  gadget: Number of LUNs=1
[   13.430206]  lun0: LUN: removable file: /dev/mmcblk0p1
[   13.435607]  gadget: Mass Storage Gadget, version: 2009/09/11
[   13.441619]  gadget: userspace failed to provide iSerialNumber
[   13.447723]  gadget: g_mass_storage ready
[   13.451904] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
[   13.457519] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2
[   13.465332] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   13.472442] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.479980] usb usb2: Product: MUSB HDRC host driver
[   13.485137] usb usb2: Manufacturer: Linux 3.2.0 musb-hcd
[   13.490692] usb usb2: SerialNumber: musb-hdrc.0
[   13.496063] hub 2-0:1.0: USB hub found
[   13.499969] hub 2-0:1.0: 1 port detected
[   13.504119] musb_g_ep0_irq 720: SetupEnd came in a wrong ep0stage setup
[   14.000183]  gadget: high-speed config #1: Linux File-Backed Storage
***************************************************************
***************************************************************
NOTICE: This file system contains the followin GPLv3 packages:
        binutils-symlinks
        binutils
        gdbserver

If you do not wish to distribute GPLv3 components please remove
the above packages prior to distribution.  This can be done using
the opkg remove command.  i.e.:
    opkg remove <package>
Where <package> is the name printed in the list above

NOTE: If the package is a dependency of another package you
      will be notified of the dependent packages.  You should
      use the --force-removal-of-dependent-packages option to
      also remove the dependent packages as well
***************************************************************
***************************************************************

 _____                    _____           _         _   
|  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
|     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
|__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
              |___|                    |___|            

Arago Project http://arago-project.org am335x-evm ttyO0

Arago 2011.09 am335x-evm ttyO0

am335x-evm login: 

0184.uEnv_for_v05.05.txt
serverip=10.5.5.86
rootpath=/home/ngrutman/ti-sdk-am335x-evm-05.05.00.00/targetNFS
bootfile=uImage-am335x-evm.bin
ip_method=dhcp
tftp_nfs_boot=echo Booting from network...; dhcp ${loadaddr} ${bootfile}; run net_args; bootm ${loadaddr}
uenvcmd=run tftp_nfs_boot

  • Hi Naum,

    I will ask the SW team to look at this.

  • Hi Naum,

    1. Boot order is depend how are the SYSBOOT[4:0] pins are powered. For more information please see the Table 26-7. SYSBOOT Configuration Pins from the "AM335x Sitara™ Processors" TRM. From this table I didn't see exactly what you are looking for, but the closest are:
    - SYSBOOT[4:0] - 10101b (NANDI2C -> MMC0 -> EMAC1 -> UART0). This mean that on the Nand should never have a MLO, because the boot ROM first will look for MLO on the NAND.
    - SYSBOOT[4:0] - 11001b (SPI0 -> MMC0 -> EMAC1 -> UART0). Here the same situation, but if you have SPI0, you should never have a MLO.

    2. I'm looked at attached uEvm.txt files and I think that these files are correct.

    BR
    Ivan
  • First of all let me reiterate that I am using AM335x Starter Kit

    The point of my forum message is a simple fact that TFTP transfer using the components provided within v07.00 does not work:

    I perform the following steps:

    1. Out of the box installation of v07.00 SDK

    2. Build bootable SDcard using ./create-sdcard.sh.

    3. Booting the AM335x Starter Kit using the SDcard created in above step 2… Boot up works beautiful…

    4. Now I utilize a script provided by TI within ti-sdk-am335x-evm-07.00.00.00/bin called

    ./setup-uboot-env.sh to set up future BootUps via TFTP and that is where the problem is…

    BootUps via TFTP get initiated but do not complete… Boot Up chokes up…

    I gave you a benefit of the doubt and reinstalled v07.00 again from scratch performed above 4 steps again from scratch and the problem still repeats…

    Now I will reiterate again… I do the same exact above 4 steps with v05.05 SDK or v06.00 SDK

    and everything works fine…  

    Boot via TFTP gets setup and works fine using v05.05 Boot Up does not choke up… I get Linux Arago prompt

    Boot via TFTP gets setup and works fine using v06.00 Boot Up does not choke up… I get Linux Arago prompt

    Please review and compare the trace provided for v07.00 and for v06.00 Boot Up at around 3.8 seconds mark…!!!!

    Remember there is no intervention of any kind on my part... I use components as they are provided... within ZIPed SDK

    and images and scripts within those... Again this process works the way I perform it within v05.05 and also within

    v06.00... My logic says it should perform in the same fashion within v07.00

    v07.00_Trace_of_BootUp.txt
    U-Boot SPL 2013.10-g78d8ebd (Mar 30 2014 - 20:46:34)
    reading args
    spl: error reading image args, err - -1
    reading u-boot.img
    reading u-boot.img
    
    
    U-Boot 2013.10-g78d8ebd (Mar 30 2014 - 20:46:34)
    
    I2C:   ready
    DRAM:  256 MiB
    NAND:  0 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Error - No Valid Environment Area found
    *** Warning - bad CRC, using default environment
    
    Net:   <ethaddr> not set. Validating first E-fuse MAC
    cpsw, usb_ether
    Hit any key to stop autoboot:  0
    mmc0 is current device
    Scanning mmc 0...
    4117616 bytes read in 284 ms (13.8 MiB/s)
    38048 bytes read in 40 ms (928.7 KiB/s)
    mmc0 is current device
    SD/MMC found on device 0
    reading uEnv.txt
    333 bytes read in 3 ms (108.4 KiB/s)
    Loaded environment from uEnv.txt
    Importing environment from mmc ...
    Running uenvcmd ...
    link up on port 0, speed 100, full duplex
    BOOTP broadcast 1
    DHCP client bound to address 10.5.5.93
    link up on port 0, speed 100, full duplex
    Using cpsw device
    TFTP from server 10.5.5.86; our IP address is 10.5.5.93
    Filename 'zImage-am335x-evm.bin'.
    Load address: 0x80200000
    Loading: #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #########################
             3 MiB/s
    done
    Bytes transferred = 4117616 (3ed470 hex)
    link up on port 0, speed 100, full duplex
    Using cpsw device
    TFTP from server 10.5.5.86; our IP address is 10.5.5.93
    Filename 'am335x-evmsk.dtb'.
    Load address: 0x80f80000
    Loading: ########
             2.3 MiB/s
    done
    Bytes transferred = 38048 (94a0 hex)
    Kernel image @ 0x80200000 [ 0x000000 - 0x3ed470 ]
    ## Flattened Device Tree blob at 80f80000
       Booting using the fdt blob at 0x80f80000
       Loading Device Tree to 8f320000, end 8f32c49f ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 3.12.10-ti2013.12.01 (jenkins@sdit-build02) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro                                 GCC 2013.03) ) #1 Sun Mar 30 20:55:31 CDT 2014
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x EVM-SK
    [    0.000000] cma: CMA: reserved 24 MiB at 8d800000
    [    0.000000] Memory policy: ECC disabled, Data cache writeback
    [    0.000000] CPU: All CPU(s) started in SVC mode.
    [    0.000000] AM335X ES1.0 (sgx neon )
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64256
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs nfsroot=10.5.5.86:/home/ngrutman/ti-sdk-am335x-evm-07.00.00.00/targetNFS,nolock rw ip=dhcp
    [    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
    [    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
    [    0.000000] Memory: 223444K/259072K available (5555K kernel code, 559K rwdata, 1876K rodata, 345K init, 225K bss, 35628K 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 : 0xd0800000 - 0xff000000   ( 744 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc074a04c   (7433 kB)
    [    0.000000]       .init : 0xc074b000 - 0xc07a15f0   ( 346 kB)
    [    0.000000]       .data : 0xc07a2000 - 0xc082ddd8   ( 560 kB)
    [    0.000000]        .bss : 0xc082ddd8 - 0xc0866400   ( 226 kB)
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [    0.000000] Total of 128 interrupts on 1 active controller
    [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
    [    0.000000] OMAP clocksource: timer1 at 24000000 Hz
    [    0.000000] Console: colour dummy device 80x30
    [    0.000316] Calibrating delay loop... 479.23 BogoMIPS (lpj=2396160)
    [    0.119738] pid_max: default: 32768 minimum: 301
    [    0.119843] Security Framework initialized
    [    0.119895] Mount-cache hash table entries: 512
    [    0.128282] CPU: Testing write buffer coherency: ok
    [    0.128690] Setting up static identity map for 0xc0572e68 - 0xc0572ed8
    [    0.129573] devtmpfs: initialized
    [    0.131362] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    0.193437] omap_hwmod: debugss: _wait_target_disable failed
    [    0.194174] pinctrl core: initialized pinctrl subsystem
    [    0.195045] regulator-dummy: no parameters
    [    0.197505] NET: Registered protocol family 16
    [    0.199824] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.202516] cpuidle: using governor ladder
    [    0.202534] cpuidle: using governor menu
    [    0.211274] platform mpu.1: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.212356] platform 49000000.edma: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.213609] OMAP GPIO hardware version 0.1
    [    0.221903] platform 56000000.sgx: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.224915] DSS not supported on this SoC
    [    0.224935] No ATAGs?
    [    0.224947] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.249020] bio: create slab <bio-0> at 0
    [    0.263840] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
    [    0.264672] vbat: 5000 mV
    [    0.265061] lis3_reg: no parameters
    [    0.267920] vgaarb: loaded
    [    0.269210] SCSI subsystem initialized
    [    0.270625] usbcore: registered new interface driver usbfs
    [    0.270809] usbcore: registered new interface driver hub
    [    0.271006] usbcore: registered new device driver usb
    [    0.271978] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring probe
    [    0.272008] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
    [    0.272245] media: Linux media interface: v0.10
    [    0.272423] Linux video capture interface: v2.00
    [    0.272685] pps_core: LinuxPPS API ver. 1 registered
    [    0.272694] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.272843] PTP clock support registered
    [    0.275436] Switched to clocksource timer1
    [    0.294299] NET: Registered protocol family 2
    [    0.294964] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
    [    0.295018] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.295049] TCP: Hash tables configured (established 2048 bind 2048)
    [    0.295119] TCP: reno registered
    [    0.295135] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [    0.295156] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [    0.295355] NET: Registered protocol family 1
    [    0.295839] RPC: Registered named UNIX socket transport module.
    [    0.295851] RPC: Registered udp transport module.
    [    0.295858] RPC: Registered tcp transport module.
    [    0.295866] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.296783] NetWinder Floating Point Emulator V0.97 (double precision)
    [    0.297411] PM: Loading am335x-pm-firmware.bin
    [    0.453036] VFS: Disk quotas dquot_6.5.2
    [    0.453113] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.453735] NFS: Registering the id_resolver key type
    [    0.453885] Key type id_resolver registered
    [    0.453894] Key type id_legacy registered
    [    0.453937] jffs2: version 2.2. (NAND) (SUMMARY)  � 2001-2006 Red Hat, Inc.
    [    0.454131] msgmni has been set to 484
    [    0.455845] NET: Registered protocol family 38
    [    0.455891] io scheduler noop registered
    [    0.455900] io scheduler deadline registered
    [    0.455924] io scheduler cfq registered (default)
    [    0.457914] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [    0.497130] Console: switching to colour frame buffer device 60x34
    [    0.500833] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.503678] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UART0
    [    1.114799] console [ttyO0] enabled
    [    1.119976] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
    [    1.137201] brd: module loaded
    [    1.145690] loop: module loaded
    [    1.153382] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    1.163864] usbcore: registered new interface driver asix
    [    1.169823] usbcore: registered new interface driver ax88179_178a
    [    1.176481] usbcore: registered new interface driver cdc_ether
    [    1.182828] usbcore: registered new interface driver r815x
    [    1.188809] usbcore: registered new interface driver smsc95xx
    [    1.195059] usbcore: registered new interface driver net1080
    [    1.201192] usbcore: registered new interface driver cdc_subset
    [    1.207624] usbcore: registered new interface driver zaurus
    [    1.213768] usbcore: registered new interface driver cdc_ncm
    [    1.220281] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    1.227212] ehci-pci: EHCI PCI platform driver
    [    1.232107] ehci-omap: OMAP-EHCI Host Controller driver
    [    1.238540] usbcore: registered new interface driver cdc_wdm
    [    1.244732] usbcore: registered new interface driver usb-storage
    [    1.252162] mousedev: PS/2 mouse device common for all mice
    [    1.259943] input: ti-tsc as /devices/ocp.2/44e0d000.tscadc/TI-am335x-tsc/input/input0
    [    1.270496] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
    [    1.278095] 44e3e000.rtc: already running
    [    1.283120] i2c /dev entries driver
    [    1.287436] Driver for 1-wire Dallas network protocol.
    [    1.295215] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    1.304451] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
    [    1.311786] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
    [    1.319044] omap_hsmmc 48060000.mmc: unable to get vmmc regulator -517
    [    1.325991] edma-dma-engine edma-dma-engine.0: freeing channel for 24
    [    1.332810] edma-dma-engine edma-dma-engine.0: freeing channel for 25
    [    1.339743] platform 48060000.mmc: Driver omap_hsmmc requests probe deferral
    [    1.349241] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.356006] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
    [    1.363244] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [    1.370595] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [    1.376798] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
    [    1.383904] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
    [    1.392341] usbcore: registered new interface driver usbhid
    [    1.398278] usbhid: USB HID core driver
    [    1.404536] oprofile: no performance counters
    [    1.409603] oprofile: using timer interrupt.
    [    1.414424] TCP: cubic registered
    [    1.417972] Initializing XFRM netlink socket
    [    1.422557] NET: Registered protocol family 17
    [    1.427327] NET: Registered protocol family 15
    [    1.432085] 8021q: 802.1Q VLAN Support v1.8
    [    1.439682] omap_hwmod: gpio1: _wait_target_disable failed
    [    1.445608] Key type dns_resolver registered
    [    1.450805] cpu cpu0: cpu0 regulator not ready, retry
    [    1.456214] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
    [    1.464569] ThumbEE CPU extension supported.
    [    1.472686] tps65910 0-002d: No interrupt support, no core IRQ
    [    1.480948] vrtc: 1800 mV
    [    1.484070] vrtc: supplied by vbat
    [    1.489027] vio: at 1500 mV
    [    1.492156] vio: supplied by vbat
    [    1.497064] vdd_mpu: 912 <--> 1375 mV at 1137 mV
    [    1.502104] vdd_mpu: supplied by vbat
    [    1.507343] vdd_core: 912 <--> 1150 mV at 1137 mV
    [    1.512464] vdd_core: supplied by vbat
    [    1.517605] vdd3: 5000 mV
    [    1.521594] vdig1: at 1800 mV
    [    1.524897] vdig1: supplied by vbat
    [    1.529772] vdig2: at 1800 mV
    [    1.533065] vdig2: supplied by vbat
    [    1.537927] vpll: at 1800 mV
    [    1.541120] vpll: supplied by vbat
    [    1.545887] vdac: at 1800 mV
    [    1.549079] vdac: supplied by vbat
    [    1.553828] vaux1: at 1800 mV
    [    1.557142] vaux1: supplied by vbat
    [    1.561992] vaux2: at 3300 mV
    [    1.565278] vaux2: supplied by vbat
    [    1.570146] vaux33: at 3300 mV
    [    1.573526] vaux33: supplied by vbat
    [    1.578498] vmmc: 1800 <--> 3300 mV at 3300 mV
    [    1.583354] vmmc: supplied by vbat
    [    1.588741] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [    1.595651] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
    [    1.602855] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
    [    1.705471] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
    [    1.711926] davinci_mdio 4a101000.mdio: detected phy mask fffffffc
    [    1.719934] libphy: 4a101000.mdio: probed
    [    1.724184] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver Atheros 8031 ethernet
    [    1.733977] davinci_mdio 4a101000.mdio: phy[1]: device 4a101000.mdio:01, driver Atheros 8031 ethernet
    [    1.744568] Missing dual_emac_res_vlan in DT.
    [    1.749221] Using 1 as Reserved VLAN for 0 slave
    [    1.754119] Missing dual_emac_res_vlan in DT.
    [    1.758744] Using 2 as Reserved VLAN for 1 slave
    [    1.763622] Detected MACID = d4:94:a1:83:0f:8c
    [    1.769600] cpsw: Detected MACID = d4:94:a1:83:0f:8d
    [    1.777133] input: gpio_buttons.7 as /devices/gpio_buttons.7/input/input1
    [    1.785044] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:26 UTC (946684826)
    [    1.797764] net eth0: initializing cpsw version 1.12 (0)
    [    1.806582] net eth0: phy found : id is : 0x4dd074
    [    1.816432] 8021q: adding VLAN 0 to HW filter on device eth0
    [    1.822856] net eth1: initializing cpsw version 1.12 (0)
    [    1.831671] net eth1: phy found : id is : 0x4dd074
    [    1.840368] 8021q: adding VLAN 0 to HW filter on device eth1
    [    1.848981] mmc0: host does not support reading read-only switch. assuming write-enable.
    [    1.859627] mmc0: new high speed SDHC card at address 15bd
    [    1.866196] mmcblk0: mmc0:15bd SD04G 3.69 GiB
    [    1.872506]  mmcblk0: p1 p2
    [    3.806389] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [    3.845457] Sending DHCP requests .[    4.754475] DHCP/BOOTP: Reply not for us, op[2] xid[5cf6e1c4]
    .....[   60.325867] PM: request_firmware failed
    [   63.759946] DHCP/BOOTP: Reply not for us, op[2] xid[c87ec6a6]
     timed out!
    [   81.341378] IP-Config: Retrying forever (NFS root)...
    [   81.346825] net eth0: initializing cpsw version 1.12 (0)
    [   81.355529] net eth0: phy found : id is : 0x4dd074
    [   81.365076] 8021q: adding VLAN 0 to HW filter on device eth0
    [   81.371341] net eth1: initializing cpsw version 1.12 (0)
    [   81.380033] net eth1: phy found : id is : 0x4dd074
    [   81.388588] 8021q: adding VLAN 0 to HW filter on device eth1
    [   83.356371] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [   83.385446] Sending DHCP requests .....[  119.507679] DHCP/BOOTP: Reply not for us, op[2] xid[8e8ee411]
    [  127.116942] DHCP/BOOTP: Reply not for us, op[2] xid[4ed1d307]
    . timed out!
    [  162.491353] IP-Config: Retrying forever (NFS root)...
    [  162.496802] net eth0: initializing cpsw version 1.12 (0)
    [  162.505494] net eth0: phy found : id is : 0x4dd074
    [  162.515004] 8021q: adding VLAN 0 to HW filter on device eth0
    [  162.521288] net eth1: initializing cpsw version 1.12 (0)
    [  162.529998] net eth1: phy found : id is : 0x4dd074
    [  162.538564] 8021q: adding VLAN 0 to HW filter on device eth1
    [  164.506337] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  164.535447] Sending DHCP requests ...... timed out!
    [  246.851329] IP-Config: Retrying forever (NFS root)...
    [  246.856778] net eth0: initializing cpsw version 1.12 (0)
    [  246.865482] net eth0: phy found : id is : 0x4dd074
    [  246.874972] 8021q: adding VLAN 0 to HW filter on device eth0
    [  246.881264] net eth1: initializing cpsw version 1.12 (0)
    [  246.889990] net eth1: phy found : id is : 0x4dd074
    [  246.898555] 8021q: adding VLAN 0 to HW filter on device eth1
    [  248.866326] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  248.895450] Sending DHCP requests .....[  288.926305] DHCP/BOOTP: Reply not for us, op[2] xid[6f35cd34]
    . timed out!
    [  341.611348] IP-Config: Retrying forever (NFS root)...
    [  341.616792] net eth0: initializing cpsw version 1.12 (0)
    [  341.625473] net eth0: phy found : id is : 0x4dd074
    [  341.634976] 8021q: adding VLAN 0 to HW filter on device eth0
    [  341.641245] net eth1: initializing cpsw version 1.12 (0)
    [  341.649978] net eth1: phy found : id is : 0x4dd074
    [  341.658533] 8021q: adding VLAN 0 to HW filter on device eth1
    [  343.626317] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  343.655447] Sending DHCP requests ...[  357.724147] DHCP/BOOTP: Reply not for us, op[2] xid[fb2f446]
    ..[  377.803235] DHCP/BOOTP: Reply not for us, op[2] xid[7e8dbf9b]
    .[  407.783284] DHCP/BOOTP: Reply not for us, op[2] xid[7e6bb589]
     timed out!
    [  423.021325] IP-Config: Retrying forever (NFS root)...
    [  423.026784] net eth0: initializing cpsw version 1.12 (0)
    [  423.035503] net eth0: phy found : id is : 0x4dd074
    [  423.044986] 8021q: adding VLAN 0 to HW filter on device eth0
    [  423.051282] net eth1: initializing cpsw version 1.12 (0)
    [  423.060008] net eth1: phy found : id is : 0x4dd074
    [  423.068564] 8021q: adding VLAN 0 to HW filter on device eth1
    [  425.036347] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  425.065446] Sending DHCP requests ....[  443.380698] DHCP/BOOTP: Reply not for us, op[2] xid[95ef6a92]
    .[  466.787675] DHCP/BOOTP: Reply not for us, op[2] xid[ed0caae4]
    .[  488.561579] DHCP/BOOTP: Reply not for us, op[2] xid[c5ab6288]
     timed out!
    [  500.531337] IP-Config: Retrying forever (NFS root)...
    [  500.536785] net eth0: initializing cpsw version 1.12 (0)
    [  500.545469] net eth0: phy found : id is : 0x4dd074
    [  500.554967] 8021q: adding VLAN 0 to HW filter on device eth0
    [  500.561248] net eth1: initializing cpsw version 1.12 (0)
    [  500.569973] net eth1: phy found : id is : 0x4dd074
    [  500.578527] 8021q: adding VLAN 0 to HW filter on device eth1
    [  502.546311] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  502.575446] Sending DHCP requests .....[  552.705960] DHCP/BOOTP: Reply not for us, op[2] xid[766f5cac]
    . timed out!
    [  584.021343] IP-Config: Retrying forever (NFS root)...
    [  584.026782] net eth0: initializing cpsw version 1.12 (0)
    [  584.035498] net eth0: phy found : id is : 0x4dd074
    [  584.044975] 8021q: adding VLAN 0 to HW filter on device eth0
    [  584.051268] net eth1: initializing cpsw version 1.12 (0)
    [  584.060001] net eth1: phy found : id is : 0x4dd074
    [  584.068545] 8021q: adding VLAN 0 to HW filter on device eth1
    [  586.036341] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  586.065446] Sending DHCP requests ...... timed out!
    [  668.731353] IP-Config: Retrying forever (NFS root)...
    [  668.736800] net eth0: initializing cpsw version 1.12 (0)
    [  668.745513] net eth0: phy found : id is : 0x4dd074
    [  668.755005] 8021q: adding VLAN 0 to HW filter on device eth0
    [  668.761288] net eth1: initializing cpsw version 1.12 (0)
    [  668.770017] net eth1: phy found : id is : 0x4dd074
    [  668.778572] 8021q: adding VLAN 0 to HW filter on device eth1
    [  670.746355] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  670.775446] Sending DHCP requests ......[  729.404571] DHCP/BOOTP: Reply not for us, op[2] xid[4db617bf]
     timed out!
    [  759.741300] IP-Config: Retrying forever (NFS root)...
    [  759.746744] net eth0: initializing cpsw version 1.12 (0)
    [  759.755458] net eth0: phy found : id is : 0x4dd074
    [  759.764930] 8021q: adding VLAN 0 to HW filter on device eth0
    [  759.771199] net eth1: initializing cpsw version 1.12 (0)
    [  759.779898] net eth1: phy found : id is : 0x4dd074
    [  759.788446] 8021q: adding VLAN 0 to HW filter on device eth1
    [  761.756364] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  761.785447] Sending DHCP requests .....[  808.808399] DHCP/BOOTP: Reply not for us, op[2] xid[c693c33]
    .[  833.779969] DHCP/BOOTP: Reply not for us, op[2] xid[77ddf40c]
    [  851.876014] DHCP/BOOTP: Reply not for us, op[2] xid[3808b9d3]
     timed out!
    [  855.111317] IP-Config: Retrying forever (NFS root)...
    [  855.116758] net eth0: initializing cpsw version 1.12 (0)
    [  855.125473] net eth0: phy found : id is : 0x4dd074
    [  855.134940] 8021q: adding VLAN 0 to HW filter on device eth0
    [  855.141220] net eth1: initializing cpsw version 1.12 (0)
    [  855.149913] net eth1: phy found : id is : 0x4dd074
    [  855.158462] 8021q: adding VLAN 0 to HW filter on device eth1
    [  857.126315] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  857.155448] Sending DHCP requests ...[  866.813365] DHCP/BOOTP: Reply not for us, op[2] xid[1d34a014]
    ..[  891.249743] DHCP/BOOTP: Reply not for us, op[2] xid[2bef7173]
    . timed out!
    [  937.331292] IP-Config: Retrying forever (NFS root)...
    [  937.336733] net eth0: initializing cpsw version 1.12 (0)
    [  937.345401] net eth0: phy found : id is : 0x4dd074
    [  937.354895] 8021q: adding VLAN 0 to HW filter on device eth0
    [  937.361172] net eth1: initializing cpsw version 1.12 (0)
    [  937.369908] net eth1: phy found : id is : 0x4dd074
    [  937.378449] 8021q: adding VLAN 0 to HW filter on device eth1
    [  939.336365] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  939.355458] Sending DHCP requests ....[  960.300545] DHCP/BOOTP: Reply not for us, op[2] xid[df754d68]
    .[  980.440096] DHCP/BOOTP: Reply not for us, op[2] xid[99d1c58]
    . timed out!
    [ 1028.581306] IP-Config: Retrying forever (NFS root)...
    [ 1028.586748] net eth0: initializing cpsw version 1.12 (0)
    [ 1028.595457] net eth0: phy found : id is : 0x4dd074
    [ 1028.604927] 8021q: adding VLAN 0 to HW filter on device eth0
    [ 1028.611196] net eth1: initializing cpsw version 1.12 (0)
    [ 1028.619899] net eth1: phy found : id is : 0x4dd074
    [ 1028.628452] 8021q: adding VLAN 0 to HW filter on device eth1
    [ 1030.596368] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [ 1030.625447] Sending DHCP requests ...[ 1045.656503] DHCP/BOOTP: Reply not for us, op[2] xid[6e8a51eb]
    ..[ 1090.877639] DHCP/BOOTP: Reply not for us, op[2] xid[4d98a3d7]
    . timed out!
    [ 1125.021301] IP-Config: Retrying forever (NFS root)...
    [ 1125.026745] net eth0: initializing cpsw version 1.12 (0)
    [ 1125.035454] net eth0: phy found : id is : 0x4dd074
    [ 1125.044919] 8021q: adding VLAN 0 to HW filter on device eth0
    [ 1125.051198] net eth1: initializing cpsw version 1.12 (0)
    [ 1125.059943] net eth1: phy found : id is : 0x4dd074
    [ 1125.068492] 8021q: adding VLAN 0 to HW filter on device eth1
    [ 1127.036345] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [ 1127.065447] Sending DHCP requests .....[ 1155.296380] DHCP/BOOTP: Reply not for us, op[2] xid[96d94852]
    .[ 1200.835052] DHCP/BOOTP: Reply not for us, op[2] xid[a747f083]
     timed out!
    [ 1202.331297] IP-Config: Retrying forever (NFS root)...
    [ 1202.336739] net eth0: initializing cpsw version 1.12 (0)
    [ 1202.345396] net eth0: phy found : id is : 0x4dd074
    [ 1202.354890] 8021q: adding VLAN 0 to HW filter on device eth0
    [ 1202.361163] net eth1: initializing cpsw version 1.12 (0)
    [ 1202.369902] net eth1: phy found : id is : 0x4dd074
    [ 1202.378448] 8021q: adding VLAN 0 to HW filter on device eth1
    [ 1204.336361] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [ 1204.355463] Sending DHCP requests ......[ 1260.839672] DHCP/BOOTP: Reply not for us, op[2] xid[6878256b]
     timed out!
    [ 1279.621313] IP-Config: Retrying forever (NFS root)...
    [ 1279.626754] net eth0: initializing cpsw version 1.12 (0)
    [ 1279.635468] net eth0: phy found : id is : 0x4dd074
    [ 1279.644933] 8021q: adding VLAN 0 to HW filter on device eth0
    [ 1279.651200] net eth1: initializing cpsw version 1.12 (0)
    [ 1279.659908] net eth1: phy found : id is : 0x4dd074
    [ 1279.668452] 8021q: adding VLAN 0 to HW filter on device eth1
    [ 1281.636314]
    v06.00_Trace_of_BootUp.txt
    USB Host mode controller at 47401800 using PIO, IRQ 0
    OMAP SD/MMC: 0
    reading u-boot.img
    reading u-boot.img
    
    
    U-Boot 2013.01.01 (Jun 25 2013 - 16:42:52)
    
    I2C:   ready
    DRAM:  256 MiB
    WARNING: Caches not enabled
    NAND:  No NAND device found!!!
    0 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Warning - readenv() failed, using default environment
    
    musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
    musb-hdrc: MHDRC RTL version 2.0
    musb-hdrc: setup fifo_mode 4
    musb-hdrc: 28/31 max ep, 16384/16384 memory
    USB Peripheral mode controller at 47401000 using PIO, IRQ 0
    musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
    musb-hdrc: MHDRC RTL version 2.0
    musb-hdrc: setup fifo_mode 4
    musb-hdrc: 28/31 max ep, 16384/16384 memory
    USB Host mode controller at 47401800 using PIO, IRQ 0
    Net:   <ethaddr> not set. Validating first E-fuse MAC
    cpsw, usb_ether
    Hit any key to stop autoboot:  0
    mmc0 is current device
    SD/MMC found on device 0
    reading uEnv.txt
    260 bytes read in 3 ms (84 KiB/s)
    Loaded environment from uEnv.txt
    Importing environment from mmc ...
    Running uenvcmd ...
    Booting from network...
    cpsw Waiting for PHY auto negotiation to complete. done
    link up on port 0, speed 100, full duplex
    BOOTP broadcast 1
    DHCP client bound to address 10.5.5.93
    Using cpsw device
    TFTP from server 10.5.5.86; our IP address is 10.5.5.93
    Filename 'uImage-am335x-evm.bin'.
    Load address: 0x80200000
    Loading: #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################
             144.5 KiB/s
    done
    Bytes transferred = 3163680 (304620 hex)
    ## Booting kernel from Legacy Image at 80200000 ...
       Image Name:   Arago/3.2.0-psp04.06.00.08.sdk/a
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    3163616 Bytes = 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] Linux version 3.2.0 (jenkins@sdit-build01) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #1 Thu Jul 26 17:16:27 CDT 2012
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: am335xevm
    [    0.000000] Memory policy: ECC disabled, Data cache writeback
    [    0.000000] AM335X ES1.0 (sgx neon )
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs nfsroot=10.5.5.86:/home/ngrutman/ti-sdk-am335x-evm-06.00.00.00/targetNFS,nolock rw ip=dhcp
    [    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
    [    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
    [    0.000000] Memory: 256MB = 256MB total
    [    0.000000] Memory: 253256k/253256k available, 8888k 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 : 0xd0800000 - 0xff000000   ( 744 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
    [    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc059d000   (5716 kB)
    [    0.000000]       .init : 0xc059d000 - 0xc05db000   ( 248 kB)
    [    0.000000]       .data : 0xc05dc000 - 0xc0644198   ( 417 kB)
    [    0.000000]        .bss : 0xc06441bc - 0xc0671024   ( 180 kB)
    [    0.000000] NR_IRQS:396
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [    0.000000] Total of 128 interrupts on 1 active controller
    [    0.000000] OMAP clockevent source: GPTIMER2 at 24000000 Hz
    [    0.000000] OMAP clocksource: GPTIMER1 at 32768 Hz
    [    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
    [    0.000000] Console: colour dummy device 80x30
    [    0.000152] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)
    [    0.058532] pid_max: default: 32768 minimum: 301
    [    0.058654] Security Framework initialized
    [    0.058776] Mount-cache hash table entries: 512
    [    0.059143] CPU: Testing write buffer coherency: ok
    [    0.079071] omap_hwmod: pruss: failed to hardreset
    [    0.080139] print_constraints: dummy:
    [    0.080505] NET: Registered protocol family 16
    [    0.082611] OMAP GPIO hardware version 0.1
    [    0.085144] omap_mux_init: Add partition: #1: core, flags: 0
    [    0.087341]  omap_i2c.1: alias fck already exists
    [    0.088226]  omap2_mcspi.1: alias fck already exists
    [    0.088439]  omap2_mcspi.2: alias fck already exists
    [    0.089233]  edma.0: alias fck already exists
    [    0.089233]  edma.0: alias fck already exists
    [    0.089263]  edma.0: alias fck already exists
    [    0.115875] bio: create slab <bio-0> at 0
    [    0.118041] SCSI subsystem initialized
    [    0.119750] usbcore: registered new interface driver usbfs
    [    0.120025] usbcore: registered new interface driver hub
    [    0.120239] usbcore: registered new device driver usb
    [    0.120391] musb-ti81xx musb-ti81xx: musb0, board_mode=0x13, plat_mode=0x3
    [    0.120666] musb-ti81xx musb-ti81xx: musb1, board_mode=0x13, plat_mode=0x1
    [    0.138610] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz
    [    0.140502] tps65910 1-002d: JTAGREVNUM 0x0
    [    0.142913] print_constraints: VRTC:
    [    0.144348] print_constraints: VIO: at 1500 mV
    [    0.146636] print_constraints: VDD1: 600 <--> 1500 mV at 1262 mV normal
    [    0.148956] print_constraints: VDD2: 600 <--> 1500 mV at 1137 mV normal
    [    0.149963] print_constraints: VDD3: 5000 mV
    [    0.151367] print_constraints: VDIG1: at 1800 mV
    [    0.152801] print_constraints: VDIG2: at 1800 mV
    [    0.154205] print_constraints: VPLL: at 1800 mV
    [    0.155639] print_constraints: VDAC: at 1800 mV
    [    0.157043] print_constraints: VAUX1: at 1800 mV
    [    0.158477] print_constraints: VAUX2: at 3300 mV
    [    0.159912] print_constraints: VAUX33: at 3300 mV
    [    0.161346] print_constraints: VMMC: at 3300 mV
    [    0.161834] tps65910 1-002d: No interrupt support, no core IRQ
    [    0.163024] Advanced Linux Sound Architecture Driver Version 1.0.24.
    [    0.164184] Switching to clocksource gp timer
    [    0.179504] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
    [    0.179687] musb-hdrc musb-hdrc.0: dma type: pio
    [    0.179992] MUSB0 controller's USBSS revision = 4ea20800
    [    0.180541] musb-hdrc musb-hdrc.0: USB OTG mode controller at d083c000 using PIO, IRQ 18
    [    0.180694] musb-hdrc musb-hdrc.1: dma type: pio
    [    0.180999] MUSB1 controller's USBSS revision = 4ea20800
    [    0.181121] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
    [    0.181182] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
    [    0.181304] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    0.181335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    0.181335] usb usb1: Product: MUSB HDRC host driver
    [    0.181365] usb usb1: Manufacturer: Linux 3.2.0 musb-hcd
    [    0.181365] usb usb1: SerialNumber: musb-hdrc.1
    [    0.182128] hub 1-0:1.0: USB hub found
    [    0.182159] hub 1-0:1.0: 1 port detected
    [    0.182708] musb-hdrc musb-hdrc.1: USB Host mode controller at d083e800 using PIO, IRQ 19
    [    0.183105] NET: Registered protocol family 2
    [    0.183288] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.183593] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.183746] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.183837] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.183868] TCP reno registered
    [    0.183868] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [    0.183898] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [    0.184082] NET: Registered protocol family 1
    [    0.184417] RPC: Registered named UNIX socket transport module.
    [    0.184417] RPC: Registered udp transport module.
    [    0.184448] RPC: Registered tcp transport module.
    [    0.184448] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.184692] NetWinder Floating Point Emulator V0.97 (double precision)
    [    0.195983] VFS: Disk quotas dquot_6.5.2
    [    0.196044] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.196594] msgmni has been set to 494
    [    0.199676] alg: No test for stdrng (krng)
    [    0.200347] io scheduler noop registered
    [    0.200378] io scheduler deadline registered
    [    0.200439] io scheduler cfq registered (default)
    [    0.201599] Could not set LED4 to fully on
    [    0.203338] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
    [    0.827239] console [ttyO0] enabled
    [    0.831481] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1
    [    0.839324] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2
    [    0.847137] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3
    [    0.854919] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4
    [    0.862701] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5
    [    0.879760] brd: module loaded
    [    0.887817] loop: module loaded
    [    0.891265] i2c-core: driver [tsl2550] using legacy suspend method
    [    0.897766] i2c-core: driver [tsl2550] using legacy resume method
    [    0.904174] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
    [    0.964721] No daughter card found
    [    0.968322] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
    [    0.983520] Board name: A335X_SK
    [    0.986877] Board version: 1.2B
    [    0.990142] The board is a AM335x Starter Kit.
    [    0.995056]  omap_hsmmc.0: alias fck already exists
    [    1.000579]  omap_hsmmc.1: alias fck already exists
    [    1.006591]  da8xx_lcdc.0: alias fck already exists
    [    1.012054] da8xx_lcdc da8xx_lcdc.0: GLCD: Found NHD-4.3-ATXI#-T-1 panel
    [    1.027343] Console: switching to colour frame buffer device 60x34
    [    1.040191]  davinci-mcasp.1: alias fck already exists
    [    1.046081] Configure Bluetooth Enable pin...
    [    1.051544] registered am33xx_sr device
    [    1.055816] _regulator_get: 1-0018 supply Vdd not found, using dummy regulator
    [    1.063415] _regulator_get: 1-0018 supply Vdd_IO not found, using dummy regulator
    [    1.091888] lis3lv02d: 8 bits 3DLH sensor found
    [    1.185180] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input0
    [    1.196044] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    1.203186] omap2-nand driver initializing
    [    1.207702] OneNAND driver initializing
    [    1.212921] CAN device driver interface
    [    1.216949] CAN bus driver for Bosch D_CAN controller 1.0
    [    1.264801] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
    [    1.271240] davinci_mdio davinci_mdio.0: detected phy mask fffffffc
    [    1.279510] davinci_mdio.0: probed
    [    1.283081] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown
    [    1.290466] davinci_mdio davinci_mdio.0: phy[1]: device 0:01, driver unknown
    [    1.298156] usbcore: registered new interface driver zd1201
    [    1.304168] usbcore: registered new interface driver cdc_ether
    [    1.310424] usbcore: registered new interface driver cdc_eem
    [    1.316497] usbcore: registered new interface driver dm9601
    [    1.322357] cdc_ncm: 04-Aug-2011
    [    1.325897] usbcore: registered new interface driver cdc_ncm
    [    1.331817] Initializing USB Mass Storage driver...
    [    1.337158] usbcore: registered new interface driver usb-storage
    [    1.343414] USB Mass Storage support registered.
    [    1.348724] mousedev: PS/2 mouse device common for all mice
    [    1.355895] input: ti-tsc-adcc as /devices/platform/omap/tsc/input/input1
    [    1.364349] omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
    [    1.371032] omap_rtc: already running
    [    1.375030] i2c /dev entries driver
    [    1.379089] Linux video capture interface: v2.00
    [    1.384216] usbcore: registered new interface driver uvcvideo
    [    1.390228] USB Video Class driver (1.1.1)
    [    1.396514] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    1.405090] cpuidle: using governor ladder
    [    1.409851] cpuidle: using governor menu
    [    1.418670] omap4_aes_mod_init: loading AM33X AES driver
    [    1.424316] omap4-aes omap4-aes: AM33X AES hw accel rev: 3.02
    [    1.430877] omap4_aes_probe: probe() done
    [    1.435546] omap4_sham_mod_init: loading AM33X SHA/MD5 driver
    [    1.441680] omap4-sham omap4-sham: AM33X SHA/MD5 hw accel rev: 4.03
    [    1.453155] omap4_sham_probe: probe() done
    [    1.463165] usbcore: registered new interface driver usbhid
    [    1.469055] usbhid: USB HID core driver
    [    1.473693] usbcore: registered new interface driver snd-usb-audio
    [    1.485260] _regulator_get: 1-001b supply IOVDD not found, using dummy regulator
    [    1.493011] _regulator_get: 1-001b supply DVDD not found, using dummy regulator
    [    1.500701] _regulator_get: 1-001b supply AVDD not found, using dummy regulator
    [    1.508392] _regulator_get: 1-001b supply DRVDD not found, using dummy regulator
    [    1.518829] asoc: tlv320aic3x-hifi <-> davinci-mcasp.1 mapping ok
    [    1.526611] ALSA device list:
    [    1.529724]   #0: AM335X EVM
    [    1.532714] oprofile: hardware counters not available
    [    1.537994] oprofile: using timer interrupt.
    [    1.542480] nf_conntrack version 0.5.0 (3957 buckets, 15828 max)
    [    1.549255] ip_tables: (C) 2000-2006 Netfilter Core Team
    [    1.554931] TCP cubic registered
    [    1.558288] NET: Registered protocol family 17
    [    1.562927] can: controller area network core (rev 20090105 abi 8)
    [    1.569488] NET: Registered protocol family 29
    [    1.574127] can: raw protocol (rev 20090105)
    [    1.578582] can: broadcast manager protocol (rev 20090105 t)
    [    1.584503] Registering the dns_resolver key type
    [    1.589508] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    1.597503] ThumbEE CPU extension supported.
    [    1.602020] mux: Failed to setup hwmod io irq -22
    [    1.607543] Power Management for AM33XX family
    [    1.612396] Trying to load am335x-pm-firmware.bin (60 secs timeout)
    [    1.619079] Copied the M3 firmware to UMEM
    [    1.623565] smartreflex smartreflex: am33xx_sr_probe: Zero NValue read from EFUSE
    [    1.631408] smartreflex: probe of smartreflex failed with error -22
    [    1.638519] sr_init: platform driver register failed
    [    1.648651] clock: disabling unused clocks to save power
    [    1.667205] mmc0: host does not support reading read-only switch. assuming write-enable.
    [    1.676086] Detected MACID=d4:94:a1:83:f:8c
    [    1.681488] cpsw: Detected MACID = d4:94:a1:83:0f:8d
    [    1.687225] mmc0: new high speed SDHC card at address 15bd
    [    1.694671] input: gpio-keys as /devices/platform/gpio-keys/input/input2
    [    1.702301] mmcblk0: mmc0:15bd SD04G 3.69 GiB
    [    1.708221] omap_rtc omap_rtc: setting system clock to 2013-06-25 23:09:46 UTC (1372201786)
    [    1.717468]  mmcblk0: p1 p2
    [    1.725341] net eth0: CPSW phy found : id is : 0x4dd074
    [    1.735412] net eth1: CPSW phy found : id is : 0x4dd074
    [    1.849426] mmc1: card claims to support voltages below the defined range. These will be ignored.
    [    1.868560] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
    [    1.875183] mmc1: new SDIO card at address 0001
    [    3.726318] PHY: 0:00 - Link is Up - 100/Full
    [    3.765380] Sending DHCP requests ., OK
    [    3.785858] IP-Config: Got DHCP answer from 0.0.0.0, my address is 10.5.5.93
    [    3.793945] IP-Config: Complete:
    [    3.797363]      device=eth0, addr=10.5.5.93, mask=255.255.254.0, gw=10.5.4.254,
    [    3.804840]      host=10.5.5.93, domain=adsi.aitech.ent, nis-domain=(none),
    [    3.812103]      bootserver=0.0.0.0, rootserver=10.5.5.86, rootpath=
    [    3.826049] VFS: Mounted root (nfs filesystem) on device 0:14.
    [    3.832519] Freeing init memory: 248K
    INIT: version 2.88 booting
    Starting udev
    [    6.630432] wl12xx_sdio: disagrees about version of symbol module_layout
    [    6.637573] wl12xx_sdio: disagrees about version of symbol module_layout
    [    7.410217] wl12xx_sdio: disagrees about version of symbol module_layout
    [    7.439331] wl12xx_sdio: disagrees about version of symbol module_layout
    [    8.431396] kjournald starting.  Commit interval 5 seconds
    [    8.689575] EXT3-fs (mmcblk0p2): using internal journal
    [    8.695037] EXT3-fs (mmcblk0p2): recovery complete
    [    8.700073] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
    Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file or directory
    bootlogd.
    ALSA: Restoring mixer settings...
    No state is present for card EVM
    Found hardware: "AM335X_EVM" "" "" "" ""
    Hardware is initialized using a generic method
    No state is present for card EVM
    NOT configuring network interfaces: / is an NFS mount
    INIT: Entering runlevel: 5
    Starting system message bus: dbus.
    Starting Dropbear SSH server: dropbear.
    Starting telnet daemon.
    Performing wifi calibration...
    rm: can't remove '/lib/firmware/ti-connectivity/wl1271-nvs.bin': No such file or directory
    Error: Module wl12xx_sdio is not currently loaded
    nl80211 not found.
    [   10.250244] wl12xx_sdio: disagrees about version of symbol module_layout
    ERROR: could not insert 'wl12xx_sdio': Exec format error
    Starting network benchmark server: netserver.
    Starting syslogd/klogd: done
    Starting thttpd.
    Starting PVR
    [   10.961273] pvrsrvkm: disagrees about version of symbol module_layout
    Error: could not insert module /lib/modules/3.2.0/kernel/drivers/gpu/pvr/pvrsrvkm.ko: Invalid module format
    Could not find pvrsrvkm driver
    Starting Lighttpd Web Server: lighttpd.
    2013-06-25 23:09:54: (log.c.166) server started
    /
    Starting Matrix GUI application.
    [   11.920501] g_mass_storage: disagrees about version of symbol module_layout
    ERROR: could not insert 'g_mass_storage': Exec format error
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the followin GPLv3 packages:
            binutils-symlinks
            binutils
            gdbserver
    
    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    Stopping Bootlog daemon: bootlogd.
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project http://arago-project.org am335x-evm ttyO0
    
    Arago 2013.05 am335x-evm ttyO0
    
    am335x-evm login:

  • Naum,

    Do you connect the board to the tftp server through a Ethernet hub/switch? If so, can you please remove the hub and directly connect the board to the PC to see if the DHCP request go through?

  • I need somebody within your SW team to look at and respond to the heart of the problem  which is TFTP Boot Up chokes up under v07.00

    TFTP Boot Up works fine with v05.05 and 06.00....!!!! Please review traces provided at approx 3.8 seconds mark....

    First of all let me reiterate that I am using AM335x Starter Kit

    The point of my forum message is a simple fact that TFTP transfer using the components provided within v07.00 does not work:

    I perform the following steps:

    1. Out of the box installation of v07.00 SDK

    2. Build bootable SDcard using ./create-sdcard.sh.

    3. Booting the AM335x Starter Kit using the SDcard created in above step 2… Boot up works beautiful…

    4. Now I utilize a script provided by TI within ti-sdk-am335x-evm-07.00.00.00/bin called

    ./setup-uboot-env.sh to set up future BootUps via TFTP and that is where the problem is…

    BootUps via TFTP get initiated but do not complete… Boot Up chokes up…

    I gave you a benefit of the doubt and reinstalled v07.00 again from scratch performed above 4 steps again from scratch and the problem still repeats…

    Now I will reiterate again… I do the same exact above 4 steps with v05.05 SDK or v06.00 SDK

    and everything works fine…  

    Boot via TFTP gets setup and works fine using v05.05 Boot Up does not choke up… I get Linux Arago prompt

    Boot via TFTP gets setup and works fine using v06.00 Boot Up does not choke up… I get Linux Arago prompt

    Please review and compare the trace provided for v07.00 and for v06.00 Boot Up at around 3.8 seconds mark…!!!!

    Remember there is no intervention of any kind on my part... I use components as they are provided... within ZIPed SDK

    and images and scripts within those... Again this process works the way I perform it within v05.05 and also within

    v06.00... My logic says it should perform in the same fashion within v07.00

    1754.v07.00_Trace_of_BootUp.txt
    U-Boot SPL 2013.10-g78d8ebd (Mar 30 2014 - 20:46:34)
    reading args
    spl: error reading image args, err - -1
    reading u-boot.img
    reading u-boot.img
    
    
    U-Boot 2013.10-g78d8ebd (Mar 30 2014 - 20:46:34)
    
    I2C:   ready
    DRAM:  256 MiB
    NAND:  0 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Error - No Valid Environment Area found
    *** Warning - bad CRC, using default environment
    
    Net:   <ethaddr> not set. Validating first E-fuse MAC
    cpsw, usb_ether
    Hit any key to stop autoboot:  0
    mmc0 is current device
    Scanning mmc 0...
    4117616 bytes read in 284 ms (13.8 MiB/s)
    38048 bytes read in 40 ms (928.7 KiB/s)
    mmc0 is current device
    SD/MMC found on device 0
    reading uEnv.txt
    333 bytes read in 3 ms (108.4 KiB/s)
    Loaded environment from uEnv.txt
    Importing environment from mmc ...
    Running uenvcmd ...
    link up on port 0, speed 100, full duplex
    BOOTP broadcast 1
    DHCP client bound to address 10.5.5.93
    link up on port 0, speed 100, full duplex
    Using cpsw device
    TFTP from server 10.5.5.86; our IP address is 10.5.5.93
    Filename 'zImage-am335x-evm.bin'.
    Load address: 0x80200000
    Loading: #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #########################
             3 MiB/s
    done
    Bytes transferred = 4117616 (3ed470 hex)
    link up on port 0, speed 100, full duplex
    Using cpsw device
    TFTP from server 10.5.5.86; our IP address is 10.5.5.93
    Filename 'am335x-evmsk.dtb'.
    Load address: 0x80f80000
    Loading: ########
             2.3 MiB/s
    done
    Bytes transferred = 38048 (94a0 hex)
    Kernel image @ 0x80200000 [ 0x000000 - 0x3ed470 ]
    ## Flattened Device Tree blob at 80f80000
       Booting using the fdt blob at 0x80f80000
       Loading Device Tree to 8f320000, end 8f32c49f ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 3.12.10-ti2013.12.01 (jenkins@sdit-build02) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro                                 GCC 2013.03) ) #1 Sun Mar 30 20:55:31 CDT 2014
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x EVM-SK
    [    0.000000] cma: CMA: reserved 24 MiB at 8d800000
    [    0.000000] Memory policy: ECC disabled, Data cache writeback
    [    0.000000] CPU: All CPU(s) started in SVC mode.
    [    0.000000] AM335X ES1.0 (sgx neon )
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64256
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs nfsroot=10.5.5.86:/home/ngrutman/ti-sdk-am335x-evm-07.00.00.00/targetNFS,nolock rw ip=dhcp
    [    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
    [    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
    [    0.000000] Memory: 223444K/259072K available (5555K kernel code, 559K rwdata, 1876K rodata, 345K init, 225K bss, 35628K 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 : 0xd0800000 - 0xff000000   ( 744 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc074a04c   (7433 kB)
    [    0.000000]       .init : 0xc074b000 - 0xc07a15f0   ( 346 kB)
    [    0.000000]       .data : 0xc07a2000 - 0xc082ddd8   ( 560 kB)
    [    0.000000]        .bss : 0xc082ddd8 - 0xc0866400   ( 226 kB)
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [    0.000000] Total of 128 interrupts on 1 active controller
    [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
    [    0.000000] OMAP clocksource: timer1 at 24000000 Hz
    [    0.000000] Console: colour dummy device 80x30
    [    0.000316] Calibrating delay loop... 479.23 BogoMIPS (lpj=2396160)
    [    0.119738] pid_max: default: 32768 minimum: 301
    [    0.119843] Security Framework initialized
    [    0.119895] Mount-cache hash table entries: 512
    [    0.128282] CPU: Testing write buffer coherency: ok
    [    0.128690] Setting up static identity map for 0xc0572e68 - 0xc0572ed8
    [    0.129573] devtmpfs: initialized
    [    0.131362] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    0.193437] omap_hwmod: debugss: _wait_target_disable failed
    [    0.194174] pinctrl core: initialized pinctrl subsystem
    [    0.195045] regulator-dummy: no parameters
    [    0.197505] NET: Registered protocol family 16
    [    0.199824] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.202516] cpuidle: using governor ladder
    [    0.202534] cpuidle: using governor menu
    [    0.211274] platform mpu.1: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.212356] platform 49000000.edma: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.213609] OMAP GPIO hardware version 0.1
    [    0.221903] platform 56000000.sgx: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.224915] DSS not supported on this SoC
    [    0.224935] No ATAGs?
    [    0.224947] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.249020] bio: create slab <bio-0> at 0
    [    0.263840] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
    [    0.264672] vbat: 5000 mV
    [    0.265061] lis3_reg: no parameters
    [    0.267920] vgaarb: loaded
    [    0.269210] SCSI subsystem initialized
    [    0.270625] usbcore: registered new interface driver usbfs
    [    0.270809] usbcore: registered new interface driver hub
    [    0.271006] usbcore: registered new device driver usb
    [    0.271978] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring probe
    [    0.272008] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
    [    0.272245] media: Linux media interface: v0.10
    [    0.272423] Linux video capture interface: v2.00
    [    0.272685] pps_core: LinuxPPS API ver. 1 registered
    [    0.272694] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.272843] PTP clock support registered
    [    0.275436] Switched to clocksource timer1
    [    0.294299] NET: Registered protocol family 2
    [    0.294964] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
    [    0.295018] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.295049] TCP: Hash tables configured (established 2048 bind 2048)
    [    0.295119] TCP: reno registered
    [    0.295135] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [    0.295156] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [    0.295355] NET: Registered protocol family 1
    [    0.295839] RPC: Registered named UNIX socket transport module.
    [    0.295851] RPC: Registered udp transport module.
    [    0.295858] RPC: Registered tcp transport module.
    [    0.295866] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.296783] NetWinder Floating Point Emulator V0.97 (double precision)
    [    0.297411] PM: Loading am335x-pm-firmware.bin
    [    0.453036] VFS: Disk quotas dquot_6.5.2
    [    0.453113] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.453735] NFS: Registering the id_resolver key type
    [    0.453885] Key type id_resolver registered
    [    0.453894] Key type id_legacy registered
    [    0.453937] jffs2: version 2.2. (NAND) (SUMMARY)  � 2001-2006 Red Hat, Inc.
    [    0.454131] msgmni has been set to 484
    [    0.455845] NET: Registered protocol family 38
    [    0.455891] io scheduler noop registered
    [    0.455900] io scheduler deadline registered
    [    0.455924] io scheduler cfq registered (default)
    [    0.457914] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [    0.497130] Console: switching to colour frame buffer device 60x34
    [    0.500833] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.503678] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UART0
    [    1.114799] console [ttyO0] enabled
    [    1.119976] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
    [    1.137201] brd: module loaded
    [    1.145690] loop: module loaded
    [    1.153382] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    1.163864] usbcore: registered new interface driver asix
    [    1.169823] usbcore: registered new interface driver ax88179_178a
    [    1.176481] usbcore: registered new interface driver cdc_ether
    [    1.182828] usbcore: registered new interface driver r815x
    [    1.188809] usbcore: registered new interface driver smsc95xx
    [    1.195059] usbcore: registered new interface driver net1080
    [    1.201192] usbcore: registered new interface driver cdc_subset
    [    1.207624] usbcore: registered new interface driver zaurus
    [    1.213768] usbcore: registered new interface driver cdc_ncm
    [    1.220281] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    1.227212] ehci-pci: EHCI PCI platform driver
    [    1.232107] ehci-omap: OMAP-EHCI Host Controller driver
    [    1.238540] usbcore: registered new interface driver cdc_wdm
    [    1.244732] usbcore: registered new interface driver usb-storage
    [    1.252162] mousedev: PS/2 mouse device common for all mice
    [    1.259943] input: ti-tsc as /devices/ocp.2/44e0d000.tscadc/TI-am335x-tsc/input/input0
    [    1.270496] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
    [    1.278095] 44e3e000.rtc: already running
    [    1.283120] i2c /dev entries driver
    [    1.287436] Driver for 1-wire Dallas network protocol.
    [    1.295215] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    1.304451] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
    [    1.311786] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
    [    1.319044] omap_hsmmc 48060000.mmc: unable to get vmmc regulator -517
    [    1.325991] edma-dma-engine edma-dma-engine.0: freeing channel for 24
    [    1.332810] edma-dma-engine edma-dma-engine.0: freeing channel for 25
    [    1.339743] platform 48060000.mmc: Driver omap_hsmmc requests probe deferral
    [    1.349241] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.356006] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
    [    1.363244] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [    1.370595] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [    1.376798] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
    [    1.383904] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
    [    1.392341] usbcore: registered new interface driver usbhid
    [    1.398278] usbhid: USB HID core driver
    [    1.404536] oprofile: no performance counters
    [    1.409603] oprofile: using timer interrupt.
    [    1.414424] TCP: cubic registered
    [    1.417972] Initializing XFRM netlink socket
    [    1.422557] NET: Registered protocol family 17
    [    1.427327] NET: Registered protocol family 15
    [    1.432085] 8021q: 802.1Q VLAN Support v1.8
    [    1.439682] omap_hwmod: gpio1: _wait_target_disable failed
    [    1.445608] Key type dns_resolver registered
    [    1.450805] cpu cpu0: cpu0 regulator not ready, retry
    [    1.456214] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
    [    1.464569] ThumbEE CPU extension supported.
    [    1.472686] tps65910 0-002d: No interrupt support, no core IRQ
    [    1.480948] vrtc: 1800 mV
    [    1.484070] vrtc: supplied by vbat
    [    1.489027] vio: at 1500 mV
    [    1.492156] vio: supplied by vbat
    [    1.497064] vdd_mpu: 912 <--> 1375 mV at 1137 mV
    [    1.502104] vdd_mpu: supplied by vbat
    [    1.507343] vdd_core: 912 <--> 1150 mV at 1137 mV
    [    1.512464] vdd_core: supplied by vbat
    [    1.517605] vdd3: 5000 mV
    [    1.521594] vdig1: at 1800 mV
    [    1.524897] vdig1: supplied by vbat
    [    1.529772] vdig2: at 1800 mV
    [    1.533065] vdig2: supplied by vbat
    [    1.537927] vpll: at 1800 mV
    [    1.541120] vpll: supplied by vbat
    [    1.545887] vdac: at 1800 mV
    [    1.549079] vdac: supplied by vbat
    [    1.553828] vaux1: at 1800 mV
    [    1.557142] vaux1: supplied by vbat
    [    1.561992] vaux2: at 3300 mV
    [    1.565278] vaux2: supplied by vbat
    [    1.570146] vaux33: at 3300 mV
    [    1.573526] vaux33: supplied by vbat
    [    1.578498] vmmc: 1800 <--> 3300 mV at 3300 mV
    [    1.583354] vmmc: supplied by vbat
    [    1.588741] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [    1.595651] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
    [    1.602855] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
    [    1.705471] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
    [    1.711926] davinci_mdio 4a101000.mdio: detected phy mask fffffffc
    [    1.719934] libphy: 4a101000.mdio: probed
    [    1.724184] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver Atheros 8031 ethernet
    [    1.733977] davinci_mdio 4a101000.mdio: phy[1]: device 4a101000.mdio:01, driver Atheros 8031 ethernet
    [    1.744568] Missing dual_emac_res_vlan in DT.
    [    1.749221] Using 1 as Reserved VLAN for 0 slave
    [    1.754119] Missing dual_emac_res_vlan in DT.
    [    1.758744] Using 2 as Reserved VLAN for 1 slave
    [    1.763622] Detected MACID = d4:94:a1:83:0f:8c
    [    1.769600] cpsw: Detected MACID = d4:94:a1:83:0f:8d
    [    1.777133] input: gpio_buttons.7 as /devices/gpio_buttons.7/input/input1
    [    1.785044] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:26 UTC (946684826)
    [    1.797764] net eth0: initializing cpsw version 1.12 (0)
    [    1.806582] net eth0: phy found : id is : 0x4dd074
    [    1.816432] 8021q: adding VLAN 0 to HW filter on device eth0
    [    1.822856] net eth1: initializing cpsw version 1.12 (0)
    [    1.831671] net eth1: phy found : id is : 0x4dd074
    [    1.840368] 8021q: adding VLAN 0 to HW filter on device eth1
    [    1.848981] mmc0: host does not support reading read-only switch. assuming write-enable.
    [    1.859627] mmc0: new high speed SDHC card at address 15bd
    [    1.866196] mmcblk0: mmc0:15bd SD04G 3.69 GiB
    [    1.872506]  mmcblk0: p1 p2
    [    3.806389] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [    3.845457] Sending DHCP requests .[    4.754475] DHCP/BOOTP: Reply not for us, op[2] xid[5cf6e1c4]
    .....[   60.325867] PM: request_firmware failed
    [   63.759946] DHCP/BOOTP: Reply not for us, op[2] xid[c87ec6a6]
     timed out!
    [   81.341378] IP-Config: Retrying forever (NFS root)...
    [   81.346825] net eth0: initializing cpsw version 1.12 (0)
    [   81.355529] net eth0: phy found : id is : 0x4dd074
    [   81.365076] 8021q: adding VLAN 0 to HW filter on device eth0
    [   81.371341] net eth1: initializing cpsw version 1.12 (0)
    [   81.380033] net eth1: phy found : id is : 0x4dd074
    [   81.388588] 8021q: adding VLAN 0 to HW filter on device eth1
    [   83.356371] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [   83.385446] Sending DHCP requests .....[  119.507679] DHCP/BOOTP: Reply not for us, op[2] xid[8e8ee411]
    [  127.116942] DHCP/BOOTP: Reply not for us, op[2] xid[4ed1d307]
    . timed out!
    [  162.491353] IP-Config: Retrying forever (NFS root)...
    [  162.496802] net eth0: initializing cpsw version 1.12 (0)
    [  162.505494] net eth0: phy found : id is : 0x4dd074
    [  162.515004] 8021q: adding VLAN 0 to HW filter on device eth0
    [  162.521288] net eth1: initializing cpsw version 1.12 (0)
    [  162.529998] net eth1: phy found : id is : 0x4dd074
    [  162.538564] 8021q: adding VLAN 0 to HW filter on device eth1
    [  164.506337] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  164.535447] Sending DHCP requests ...... timed out!
    [  246.851329] IP-Config: Retrying forever (NFS root)...
    [  246.856778] net eth0: initializing cpsw version 1.12 (0)
    [  246.865482] net eth0: phy found : id is : 0x4dd074
    [  246.874972] 8021q: adding VLAN 0 to HW filter on device eth0
    [  246.881264] net eth1: initializing cpsw version 1.12 (0)
    [  246.889990] net eth1: phy found : id is : 0x4dd074
    [  246.898555] 8021q: adding VLAN 0 to HW filter on device eth1
    [  248.866326] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  248.895450] Sending DHCP requests .....[  288.926305] DHCP/BOOTP: Reply not for us, op[2] xid[6f35cd34]
    . timed out!
    [  341.611348] IP-Config: Retrying forever (NFS root)...
    [  341.616792] net eth0: initializing cpsw version 1.12 (0)
    [  341.625473] net eth0: phy found : id is : 0x4dd074
    [  341.634976] 8021q: adding VLAN 0 to HW filter on device eth0
    [  341.641245] net eth1: initializing cpsw version 1.12 (0)
    [  341.649978] net eth1: phy found : id is : 0x4dd074
    [  341.658533] 8021q: adding VLAN 0 to HW filter on device eth1
    [  343.626317] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  343.655447] Sending DHCP requests ...[  357.724147] DHCP/BOOTP: Reply not for us, op[2] xid[fb2f446]
    ..[  377.803235] DHCP/BOOTP: Reply not for us, op[2] xid[7e8dbf9b]
    .[  407.783284] DHCP/BOOTP: Reply not for us, op[2] xid[7e6bb589]
     timed out!
    [  423.021325] IP-Config: Retrying forever (NFS root)...
    [  423.026784] net eth0: initializing cpsw version 1.12 (0)
    [  423.035503] net eth0: phy found : id is : 0x4dd074
    [  423.044986] 8021q: adding VLAN 0 to HW filter on device eth0
    [  423.051282] net eth1: initializing cpsw version 1.12 (0)
    [  423.060008] net eth1: phy found : id is : 0x4dd074
    [  423.068564] 8021q: adding VLAN 0 to HW filter on device eth1
    [  425.036347] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  425.065446] Sending DHCP requests ....[  443.380698] DHCP/BOOTP: Reply not for us, op[2] xid[95ef6a92]
    .[  466.787675] DHCP/BOOTP: Reply not for us, op[2] xid[ed0caae4]
    .[  488.561579] DHCP/BOOTP: Reply not for us, op[2] xid[c5ab6288]
     timed out!
    [  500.531337] IP-Config: Retrying forever (NFS root)...
    [  500.536785] net eth0: initializing cpsw version 1.12 (0)
    [  500.545469] net eth0: phy found : id is : 0x4dd074
    [  500.554967] 8021q: adding VLAN 0 to HW filter on device eth0
    [  500.561248] net eth1: initializing cpsw version 1.12 (0)
    [  500.569973] net eth1: phy found : id is : 0x4dd074
    [  500.578527] 8021q: adding VLAN 0 to HW filter on device eth1
    [  502.546311] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  502.575446] Sending DHCP requests .....[  552.705960] DHCP/BOOTP: Reply not for us, op[2] xid[766f5cac]
    . timed out!
    [  584.021343] IP-Config: Retrying forever (NFS root)...
    [  584.026782] net eth0: initializing cpsw version 1.12 (0)
    [  584.035498] net eth0: phy found : id is : 0x4dd074
    [  584.044975] 8021q: adding VLAN 0 to HW filter on device eth0
    [  584.051268] net eth1: initializing cpsw version 1.12 (0)
    [  584.060001] net eth1: phy found : id is : 0x4dd074
    [  584.068545] 8021q: adding VLAN 0 to HW filter on device eth1
    [  586.036341] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  586.065446] Sending DHCP requests ...... timed out!
    [  668.731353] IP-Config: Retrying forever (NFS root)...
    [  668.736800] net eth0: initializing cpsw version 1.12 (0)
    [  668.745513] net eth0: phy found : id is : 0x4dd074
    [  668.755005] 8021q: adding VLAN 0 to HW filter on device eth0
    [  668.761288] net eth1: initializing cpsw version 1.12 (0)
    [  668.770017] net eth1: phy found : id is : 0x4dd074
    [  668.778572] 8021q: adding VLAN 0 to HW filter on device eth1
    [  670.746355] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  670.775446] Sending DHCP requests ......[  729.404571] DHCP/BOOTP: Reply not for us, op[2] xid[4db617bf]
     timed out!
    [  759.741300] IP-Config: Retrying forever (NFS root)...
    [  759.746744] net eth0: initializing cpsw version 1.12 (0)
    [  759.755458] net eth0: phy found : id is : 0x4dd074
    [  759.764930] 8021q: adding VLAN 0 to HW filter on device eth0
    [  759.771199] net eth1: initializing cpsw version 1.12 (0)
    [  759.779898] net eth1: phy found : id is : 0x4dd074
    [  759.788446] 8021q: adding VLAN 0 to HW filter on device eth1
    [  761.756364] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  761.785447] Sending DHCP requests .....[  808.808399] DHCP/BOOTP: Reply not for us, op[2] xid[c693c33]
    .[  833.779969] DHCP/BOOTP: Reply not for us, op[2] xid[77ddf40c]
    [  851.876014] DHCP/BOOTP: Reply not for us, op[2] xid[3808b9d3]
     timed out!
    [  855.111317] IP-Config: Retrying forever (NFS root)...
    [  855.116758] net eth0: initializing cpsw version 1.12 (0)
    [  855.125473] net eth0: phy found : id is : 0x4dd074
    [  855.134940] 8021q: adding VLAN 0 to HW filter on device eth0
    [  855.141220] net eth1: initializing cpsw version 1.12 (0)
    [  855.149913] net eth1: phy found : id is : 0x4dd074
    [  855.158462] 8021q: adding VLAN 0 to HW filter on device eth1
    [  857.126315] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  857.155448] Sending DHCP requests ...[  866.813365] DHCP/BOOTP: Reply not for us, op[2] xid[1d34a014]
    ..[  891.249743] DHCP/BOOTP: Reply not for us, op[2] xid[2bef7173]
    . timed out!
    [  937.331292] IP-Config: Retrying forever (NFS root)...
    [  937.336733] net eth0: initializing cpsw version 1.12 (0)
    [  937.345401] net eth0: phy found : id is : 0x4dd074
    [  937.354895] 8021q: adding VLAN 0 to HW filter on device eth0
    [  937.361172] net eth1: initializing cpsw version 1.12 (0)
    [  937.369908] net eth1: phy found : id is : 0x4dd074
    [  937.378449] 8021q: adding VLAN 0 to HW filter on device eth1
    [  939.336365] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  939.355458] Sending DHCP requests ....[  960.300545] DHCP/BOOTP: Reply not for us, op[2] xid[df754d68]
    .[  980.440096] DHCP/BOOTP: Reply not for us, op[2] xid[99d1c58]
    . timed out!
    [ 1028.581306] IP-Config: Retrying forever (NFS root)...
    [ 1028.586748] net eth0: initializing cpsw version 1.12 (0)
    [ 1028.595457] net eth0: phy found : id is : 0x4dd074
    [ 1028.604927] 8021q: adding VLAN 0 to HW filter on device eth0
    [ 1028.611196] net eth1: initializing cpsw version 1.12 (0)
    [ 1028.619899] net eth1: phy found : id is : 0x4dd074
    [ 1028.628452] 8021q: adding VLAN 0 to HW filter on device eth1
    [ 1030.596368] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [ 1030.625447] Sending DHCP requests ...[ 1045.656503] DHCP/BOOTP: Reply not for us, op[2] xid[6e8a51eb]
    ..[ 1090.877639] DHCP/BOOTP: Reply not for us, op[2] xid[4d98a3d7]
    . timed out!
    [ 1125.021301] IP-Config: Retrying forever (NFS root)...
    [ 1125.026745] net eth0: initializing cpsw version 1.12 (0)
    [ 1125.035454] net eth0: phy found : id is : 0x4dd074
    [ 1125.044919] 8021q: adding VLAN 0 to HW filter on device eth0
    [ 1125.051198] net eth1: initializing cpsw version 1.12 (0)
    [ 1125.059943] net eth1: phy found : id is : 0x4dd074
    [ 1125.068492] 8021q: adding VLAN 0 to HW filter on device eth1
    [ 1127.036345] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [ 1127.065447] Sending DHCP requests .....[ 1155.296380] DHCP/BOOTP: Reply not for us, op[2] xid[96d94852]
    .[ 1200.835052] DHCP/BOOTP: Reply not for us, op[2] xid[a747f083]
     timed out!
    [ 1202.331297] IP-Config: Retrying forever (NFS root)...
    [ 1202.336739] net eth0: initializing cpsw version 1.12 (0)
    [ 1202.345396] net eth0: phy found : id is : 0x4dd074
    [ 1202.354890] 8021q: adding VLAN 0 to HW filter on device eth0
    [ 1202.361163] net eth1: initializing cpsw version 1.12 (0)
    [ 1202.369902] net eth1: phy found : id is : 0x4dd074
    [ 1202.378448] 8021q: adding VLAN 0 to HW filter on device eth1
    [ 1204.336361] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [ 1204.355463] Sending DHCP requests ......[ 1260.839672] DHCP/BOOTP: Reply not for us, op[2] xid[6878256b]
     timed out!
    [ 1279.621313] IP-Config: Retrying forever (NFS root)...
    [ 1279.626754] net eth0: initializing cpsw version 1.12 (0)
    [ 1279.635468] net eth0: phy found : id is : 0x4dd074
    [ 1279.644933] 8021q: adding VLAN 0 to HW filter on device eth0
    [ 1279.651200] net eth1: initializing cpsw version 1.12 (0)
    [ 1279.659908] net eth1: phy found : id is : 0x4dd074
    [ 1279.668452] 8021q: adding VLAN 0 to HW filter on device eth1
    [ 1281.636314]

    4478.v06.00_Trace_of_BootUp.txt
    USB Host mode controller at 47401800 using PIO, IRQ 0
    OMAP SD/MMC: 0
    reading u-boot.img
    reading u-boot.img
    
    
    U-Boot 2013.01.01 (Jun 25 2013 - 16:42:52)
    
    I2C:   ready
    DRAM:  256 MiB
    WARNING: Caches not enabled
    NAND:  No NAND device found!!!
    0 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Warning - readenv() failed, using default environment
    
    musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
    musb-hdrc: MHDRC RTL version 2.0
    musb-hdrc: setup fifo_mode 4
    musb-hdrc: 28/31 max ep, 16384/16384 memory
    USB Peripheral mode controller at 47401000 using PIO, IRQ 0
    musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
    musb-hdrc: MHDRC RTL version 2.0
    musb-hdrc: setup fifo_mode 4
    musb-hdrc: 28/31 max ep, 16384/16384 memory
    USB Host mode controller at 47401800 using PIO, IRQ 0
    Net:   <ethaddr> not set. Validating first E-fuse MAC
    cpsw, usb_ether
    Hit any key to stop autoboot:  0
    mmc0 is current device
    SD/MMC found on device 0
    reading uEnv.txt
    260 bytes read in 3 ms (84 KiB/s)
    Loaded environment from uEnv.txt
    Importing environment from mmc ...
    Running uenvcmd ...
    Booting from network...
    cpsw Waiting for PHY auto negotiation to complete. done
    link up on port 0, speed 100, full duplex
    BOOTP broadcast 1
    DHCP client bound to address 10.5.5.93
    Using cpsw device
    TFTP from server 10.5.5.86; our IP address is 10.5.5.93
    Filename 'uImage-am335x-evm.bin'.
    Load address: 0x80200000
    Loading: #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################
             144.5 KiB/s
    done
    Bytes transferred = 3163680 (304620 hex)
    ## Booting kernel from Legacy Image at 80200000 ...
       Image Name:   Arago/3.2.0-psp04.06.00.08.sdk/a
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    3163616 Bytes = 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] Linux version 3.2.0 (jenkins@sdit-build01) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #1 Thu Jul 26 17:16:27 CDT 2012
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: am335xevm
    [    0.000000] Memory policy: ECC disabled, Data cache writeback
    [    0.000000] AM335X ES1.0 (sgx neon )
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs nfsroot=10.5.5.86:/home/ngrutman/ti-sdk-am335x-evm-06.00.00.00/targetNFS,nolock rw ip=dhcp
    [    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
    [    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
    [    0.000000] Memory: 256MB = 256MB total
    [    0.000000] Memory: 253256k/253256k available, 8888k 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 : 0xd0800000 - 0xff000000   ( 744 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
    [    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc059d000   (5716 kB)
    [    0.000000]       .init : 0xc059d000 - 0xc05db000   ( 248 kB)
    [    0.000000]       .data : 0xc05dc000 - 0xc0644198   ( 417 kB)
    [    0.000000]        .bss : 0xc06441bc - 0xc0671024   ( 180 kB)
    [    0.000000] NR_IRQS:396
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [    0.000000] Total of 128 interrupts on 1 active controller
    [    0.000000] OMAP clockevent source: GPTIMER2 at 24000000 Hz
    [    0.000000] OMAP clocksource: GPTIMER1 at 32768 Hz
    [    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
    [    0.000000] Console: colour dummy device 80x30
    [    0.000152] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)
    [    0.058532] pid_max: default: 32768 minimum: 301
    [    0.058654] Security Framework initialized
    [    0.058776] Mount-cache hash table entries: 512
    [    0.059143] CPU: Testing write buffer coherency: ok
    [    0.079071] omap_hwmod: pruss: failed to hardreset
    [    0.080139] print_constraints: dummy:
    [    0.080505] NET: Registered protocol family 16
    [    0.082611] OMAP GPIO hardware version 0.1
    [    0.085144] omap_mux_init: Add partition: #1: core, flags: 0
    [    0.087341]  omap_i2c.1: alias fck already exists
    [    0.088226]  omap2_mcspi.1: alias fck already exists
    [    0.088439]  omap2_mcspi.2: alias fck already exists
    [    0.089233]  edma.0: alias fck already exists
    [    0.089233]  edma.0: alias fck already exists
    [    0.089263]  edma.0: alias fck already exists
    [    0.115875] bio: create slab <bio-0> at 0
    [    0.118041] SCSI subsystem initialized
    [    0.119750] usbcore: registered new interface driver usbfs
    [    0.120025] usbcore: registered new interface driver hub
    [    0.120239] usbcore: registered new device driver usb
    [    0.120391] musb-ti81xx musb-ti81xx: musb0, board_mode=0x13, plat_mode=0x3
    [    0.120666] musb-ti81xx musb-ti81xx: musb1, board_mode=0x13, plat_mode=0x1
    [    0.138610] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz
    [    0.140502] tps65910 1-002d: JTAGREVNUM 0x0
    [    0.142913] print_constraints: VRTC:
    [    0.144348] print_constraints: VIO: at 1500 mV
    [    0.146636] print_constraints: VDD1: 600 <--> 1500 mV at 1262 mV normal
    [    0.148956] print_constraints: VDD2: 600 <--> 1500 mV at 1137 mV normal
    [    0.149963] print_constraints: VDD3: 5000 mV
    [    0.151367] print_constraints: VDIG1: at 1800 mV
    [    0.152801] print_constraints: VDIG2: at 1800 mV
    [    0.154205] print_constraints: VPLL: at 1800 mV
    [    0.155639] print_constraints: VDAC: at 1800 mV
    [    0.157043] print_constraints: VAUX1: at 1800 mV
    [    0.158477] print_constraints: VAUX2: at 3300 mV
    [    0.159912] print_constraints: VAUX33: at 3300 mV
    [    0.161346] print_constraints: VMMC: at 3300 mV
    [    0.161834] tps65910 1-002d: No interrupt support, no core IRQ
    [    0.163024] Advanced Linux Sound Architecture Driver Version 1.0.24.
    [    0.164184] Switching to clocksource gp timer
    [    0.179504] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
    [    0.179687] musb-hdrc musb-hdrc.0: dma type: pio
    [    0.179992] MUSB0 controller's USBSS revision = 4ea20800
    [    0.180541] musb-hdrc musb-hdrc.0: USB OTG mode controller at d083c000 using PIO, IRQ 18
    [    0.180694] musb-hdrc musb-hdrc.1: dma type: pio
    [    0.180999] MUSB1 controller's USBSS revision = 4ea20800
    [    0.181121] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
    [    0.181182] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
    [    0.181304] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    0.181335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    0.181335] usb usb1: Product: MUSB HDRC host driver
    [    0.181365] usb usb1: Manufacturer: Linux 3.2.0 musb-hcd
    [    0.181365] usb usb1: SerialNumber: musb-hdrc.1
    [    0.182128] hub 1-0:1.0: USB hub found
    [    0.182159] hub 1-0:1.0: 1 port detected
    [    0.182708] musb-hdrc musb-hdrc.1: USB Host mode controller at d083e800 using PIO, IRQ 19
    [    0.183105] NET: Registered protocol family 2
    [    0.183288] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.183593] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.183746] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.183837] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.183868] TCP reno registered
    [    0.183868] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [    0.183898] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [    0.184082] NET: Registered protocol family 1
    [    0.184417] RPC: Registered named UNIX socket transport module.
    [    0.184417] RPC: Registered udp transport module.
    [    0.184448] RPC: Registered tcp transport module.
    [    0.184448] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.184692] NetWinder Floating Point Emulator V0.97 (double precision)
    [    0.195983] VFS: Disk quotas dquot_6.5.2
    [    0.196044] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.196594] msgmni has been set to 494
    [    0.199676] alg: No test for stdrng (krng)
    [    0.200347] io scheduler noop registered
    [    0.200378] io scheduler deadline registered
    [    0.200439] io scheduler cfq registered (default)
    [    0.201599] Could not set LED4 to fully on
    [    0.203338] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
    [    0.827239] console [ttyO0] enabled
    [    0.831481] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1
    [    0.839324] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2
    [    0.847137] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3
    [    0.854919] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4
    [    0.862701] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5
    [    0.879760] brd: module loaded
    [    0.887817] loop: module loaded
    [    0.891265] i2c-core: driver [tsl2550] using legacy suspend method
    [    0.897766] i2c-core: driver [tsl2550] using legacy resume method
    [    0.904174] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
    [    0.964721] No daughter card found
    [    0.968322] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
    [    0.983520] Board name: A335X_SK
    [    0.986877] Board version: 1.2B
    [    0.990142] The board is a AM335x Starter Kit.
    [    0.995056]  omap_hsmmc.0: alias fck already exists
    [    1.000579]  omap_hsmmc.1: alias fck already exists
    [    1.006591]  da8xx_lcdc.0: alias fck already exists
    [    1.012054] da8xx_lcdc da8xx_lcdc.0: GLCD: Found NHD-4.3-ATXI#-T-1 panel
    [    1.027343] Console: switching to colour frame buffer device 60x34
    [    1.040191]  davinci-mcasp.1: alias fck already exists
    [    1.046081] Configure Bluetooth Enable pin...
    [    1.051544] registered am33xx_sr device
    [    1.055816] _regulator_get: 1-0018 supply Vdd not found, using dummy regulator
    [    1.063415] _regulator_get: 1-0018 supply Vdd_IO not found, using dummy regulator
    [    1.091888] lis3lv02d: 8 bits 3DLH sensor found
    [    1.185180] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input0
    [    1.196044] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    1.203186] omap2-nand driver initializing
    [    1.207702] OneNAND driver initializing
    [    1.212921] CAN device driver interface
    [    1.216949] CAN bus driver for Bosch D_CAN controller 1.0
    [    1.264801] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
    [    1.271240] davinci_mdio davinci_mdio.0: detected phy mask fffffffc
    [    1.279510] davinci_mdio.0: probed
    [    1.283081] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown
    [    1.290466] davinci_mdio davinci_mdio.0: phy[1]: device 0:01, driver unknown
    [    1.298156] usbcore: registered new interface driver zd1201
    [    1.304168] usbcore: registered new interface driver cdc_ether
    [    1.310424] usbcore: registered new interface driver cdc_eem
    [    1.316497] usbcore: registered new interface driver dm9601
    [    1.322357] cdc_ncm: 04-Aug-2011
    [    1.325897] usbcore: registered new interface driver cdc_ncm
    [    1.331817] Initializing USB Mass Storage driver...
    [    1.337158] usbcore: registered new interface driver usb-storage
    [    1.343414] USB Mass Storage support registered.
    [    1.348724] mousedev: PS/2 mouse device common for all mice
    [    1.355895] input: ti-tsc-adcc as /devices/platform/omap/tsc/input/input1
    [    1.364349] omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
    [    1.371032] omap_rtc: already running
    [    1.375030] i2c /dev entries driver
    [    1.379089] Linux video capture interface: v2.00
    [    1.384216] usbcore: registered new interface driver uvcvideo
    [    1.390228] USB Video Class driver (1.1.1)
    [    1.396514] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    1.405090] cpuidle: using governor ladder
    [    1.409851] cpuidle: using governor menu
    [    1.418670] omap4_aes_mod_init: loading AM33X AES driver
    [    1.424316] omap4-aes omap4-aes: AM33X AES hw accel rev: 3.02
    [    1.430877] omap4_aes_probe: probe() done
    [    1.435546] omap4_sham_mod_init: loading AM33X SHA/MD5 driver
    [    1.441680] omap4-sham omap4-sham: AM33X SHA/MD5 hw accel rev: 4.03
    [    1.453155] omap4_sham_probe: probe() done
    [    1.463165] usbcore: registered new interface driver usbhid
    [    1.469055] usbhid: USB HID core driver
    [    1.473693] usbcore: registered new interface driver snd-usb-audio
    [    1.485260] _regulator_get: 1-001b supply IOVDD not found, using dummy regulator
    [    1.493011] _regulator_get: 1-001b supply DVDD not found, using dummy regulator
    [    1.500701] _regulator_get: 1-001b supply AVDD not found, using dummy regulator
    [    1.508392] _regulator_get: 1-001b supply DRVDD not found, using dummy regulator
    [    1.518829] asoc: tlv320aic3x-hifi <-> davinci-mcasp.1 mapping ok
    [    1.526611] ALSA device list:
    [    1.529724]   #0: AM335X EVM
    [    1.532714] oprofile: hardware counters not available
    [    1.537994] oprofile: using timer interrupt.
    [    1.542480] nf_conntrack version 0.5.0 (3957 buckets, 15828 max)
    [    1.549255] ip_tables: (C) 2000-2006 Netfilter Core Team
    [    1.554931] TCP cubic registered
    [    1.558288] NET: Registered protocol family 17
    [    1.562927] can: controller area network core (rev 20090105 abi 8)
    [    1.569488] NET: Registered protocol family 29
    [    1.574127] can: raw protocol (rev 20090105)
    [    1.578582] can: broadcast manager protocol (rev 20090105 t)
    [    1.584503] Registering the dns_resolver key type
    [    1.589508] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    1.597503] ThumbEE CPU extension supported.
    [    1.602020] mux: Failed to setup hwmod io irq -22
    [    1.607543] Power Management for AM33XX family
    [    1.612396] Trying to load am335x-pm-firmware.bin (60 secs timeout)
    [    1.619079] Copied the M3 firmware to UMEM
    [    1.623565] smartreflex smartreflex: am33xx_sr_probe: Zero NValue read from EFUSE
    [    1.631408] smartreflex: probe of smartreflex failed with error -22
    [    1.638519] sr_init: platform driver register failed
    [    1.648651] clock: disabling unused clocks to save power
    [    1.667205] mmc0: host does not support reading read-only switch. assuming write-enable.
    [    1.676086] Detected MACID=d4:94:a1:83:f:8c
    [    1.681488] cpsw: Detected MACID = d4:94:a1:83:0f:8d
    [    1.687225] mmc0: new high speed SDHC card at address 15bd
    [    1.694671] input: gpio-keys as /devices/platform/gpio-keys/input/input2
    [    1.702301] mmcblk0: mmc0:15bd SD04G 3.69 GiB
    [    1.708221] omap_rtc omap_rtc: setting system clock to 2013-06-25 23:09:46 UTC (1372201786)
    [    1.717468]  mmcblk0: p1 p2
    [    1.725341] net eth0: CPSW phy found : id is : 0x4dd074
    [    1.735412] net eth1: CPSW phy found : id is : 0x4dd074
    [    1.849426] mmc1: card claims to support voltages below the defined range. These will be ignored.
    [    1.868560] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
    [    1.875183] mmc1: new SDIO card at address 0001
    [    3.726318] PHY: 0:00 - Link is Up - 100/Full
    [    3.765380] Sending DHCP requests ., OK
    [    3.785858] IP-Config: Got DHCP answer from 0.0.0.0, my address is 10.5.5.93
    [    3.793945] IP-Config: Complete:
    [    3.797363]      device=eth0, addr=10.5.5.93, mask=255.255.254.0, gw=10.5.4.254,
    [    3.804840]      host=10.5.5.93, domain=adsi.aitech.ent, nis-domain=(none),
    [    3.812103]      bootserver=0.0.0.0, rootserver=10.5.5.86, rootpath=
    [    3.826049] VFS: Mounted root (nfs filesystem) on device 0:14.
    [    3.832519] Freeing init memory: 248K
    INIT: version 2.88 booting
    Starting udev
    [    6.630432] wl12xx_sdio: disagrees about version of symbol module_layout
    [    6.637573] wl12xx_sdio: disagrees about version of symbol module_layout
    [    7.410217] wl12xx_sdio: disagrees about version of symbol module_layout
    [    7.439331] wl12xx_sdio: disagrees about version of symbol module_layout
    [    8.431396] kjournald starting.  Commit interval 5 seconds
    [    8.689575] EXT3-fs (mmcblk0p2): using internal journal
    [    8.695037] EXT3-fs (mmcblk0p2): recovery complete
    [    8.700073] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
    Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file or directory
    bootlogd.
    ALSA: Restoring mixer settings...
    No state is present for card EVM
    Found hardware: "AM335X_EVM" "" "" "" ""
    Hardware is initialized using a generic method
    No state is present for card EVM
    NOT configuring network interfaces: / is an NFS mount
    INIT: Entering runlevel: 5
    Starting system message bus: dbus.
    Starting Dropbear SSH server: dropbear.
    Starting telnet daemon.
    Performing wifi calibration...
    rm: can't remove '/lib/firmware/ti-connectivity/wl1271-nvs.bin': No such file or directory
    Error: Module wl12xx_sdio is not currently loaded
    nl80211 not found.
    [   10.250244] wl12xx_sdio: disagrees about version of symbol module_layout
    ERROR: could not insert 'wl12xx_sdio': Exec format error
    Starting network benchmark server: netserver.
    Starting syslogd/klogd: done
    Starting thttpd.
    Starting PVR
    [   10.961273] pvrsrvkm: disagrees about version of symbol module_layout
    Error: could not insert module /lib/modules/3.2.0/kernel/drivers/gpu/pvr/pvrsrvkm.ko: Invalid module format
    Could not find pvrsrvkm driver
    Starting Lighttpd Web Server: lighttpd.
    2013-06-25 23:09:54: (log.c.166) server started
    /
    Starting Matrix GUI application.
    [   11.920501] g_mass_storage: disagrees about version of symbol module_layout
    ERROR: could not insert 'g_mass_storage': Exec format error
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the followin GPLv3 packages:
            binutils-symlinks
            binutils
            gdbserver
    
    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    Stopping Bootlog daemon: bootlogd.
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project http://arago-project.org am335x-evm ttyO0
    
    Arago 2013.05 am335x-evm ttyO0
    
    am335x-evm login:

  • Yes, the AM335x is connected via J6 to the Ethernet switch

    Disconnecting Ethernet cable from the switch and connecting

    it directly to PC does not make sense to me, but since you asked

    I have performed exactly that... connected J6 to PC's ethernet port..

    Here is the resulting trace:

    .

    v07.00_Trace_ConnectedDirect.txt
    U-Boot SPL 2013.10-g78d8ebd (Mar 30 2014 - 20:46:34)
    reading args
    spl: error reading image args, err - -1
    reading u-boot.img
    reading u-boot.img
    
    
    U-Boot 2013.10-g78d8ebd (Mar 30 2014 - 20:46:34)
    
    I2C:   ready
    DRAM:  256 MiB
    NAND:  0 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Error - No Valid Environment Area found
    *** Warning - bad CRC, using default environment
    
    Net:   <ethaddr> not set. Validating first E-fuse MAC
    cpsw, usb_ether
    Hit any key to stop autoboot:  0 
    mmc0 is current device
    Scanning mmc 0...
    4117616 bytes read in 284 ms (13.8 MiB/s)
    38048 bytes read in 40 ms (928.7 KiB/s)
    mmc0 is current device
    SD/MMC found on device 0
    reading uEnv.txt
    333 bytes read in 3 ms (108.4 KiB/s)
    Loaded environment from uEnv.txt
    Importing environment from mmc ...
    Running uenvcmd ...
    link up on port 0, speed 1000, full duplex
    BOOTP broadcast 1
    BOOTP broadcast 2
    BOOTP broadcast 3
    BOOTP broadcast 4
    BOOTP broadcast 5
    BOOTP broadcast 6
    BOOTP broadcast 7
    BOOTP broadcast 8
    BOOTP broadcast 9
    BOOTP broadcast 10
    
    Retry count exceeded; starting again
    using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
    MAC d4:94:a1:83:0f:8d
    HOST MAC de:ad:be:af:00:00
    RNDIS ready
    musb-hdrc: peripheral reset irq lost!
    high speed config #2: 2 mA, Ethernet Gadget, using RNDIS
    USB RNDIS network up!
    BOOTP broadcast 1
    BOOTP broadcast 2
    BOOTP broadcast 3
    BOOTP broadcast 4
    BOOTP broadcast 5
    BOOTP broadcast 6
    BOOTP broadcast 7
    BOOTP broadcast 8
    BOOTP broadcast 9
    BOOTP broadcast 10
    

  • I asked to test without the switch, because I heard that some cheap switches cause failures, and wanted to narrow down if that was the issue.

    ftfp boot & nfs always works for me. Here is my uEnv.txt for sdk7.0 for your reference.

    svrip=192.168.2.108
    ipaddr=192.168.2.103
    image=zImage.am335x
    
    rootpath=/home/lb/am335x/filesys
    
    netargs=setenv bootargs console=${console} ${optargs} root=/dev/nfs nfsroot=${serverip}:${rootpath},nolock rw ip=${ipaddr}:::::eth0
    
    netboot=run findfdt; tftp ${loadaddr} ${bootfile}; tftp ${fdtaddr} ${fdtfile}; run netargs; bootz ${loadaddr} - ${fdtaddr}
    
    uenvcmd=setenv serverip ${svrip}; setenv ipaddr ${ipaddr}; setenv bootfile ${image}; run netboot
    
    

  • Hello Bin,

    Everybody that is responding to my concern seems to be missing my point...

    The TFTP Boot and NFS works for me with v05.05 SDK and with v06.00 SDK thru
    1. the same switch;
    2. same cables;
    3. same PC;
    4. same AM335x etc...etc...

    it is the v07.00 SDK release that looks like is having an issue... it is either:
    1. the script that whatever ./setup-uboot-env.sh spits out into uEnv.txt has an issue
    ( even though it looks pretty much the same same as the script from v06.00 ) or
    2. the zImage that v07.00 is OK for SDcard Boot up but when it comes to TFTP there is something internally within zImage a screwed up...

    To me it looks like more like the zImage since TFTP gets initiated but chokes up...
    Look at the traces for v07.00 and v06.00 at around 3.8 seconds mark within attached trace/text files...

    Would it be possible for you to ZIP up your zImage.am335x and either email or make it available on some cloud for me to download and try with it...

    Thanks,

    Naum

    4834.v07.00_Trace_of_BootUp.txt
    U-Boot SPL 2013.10-g78d8ebd (Mar 30 2014 - 20:46:34)
    reading args
    spl: error reading image args, err - -1
    reading u-boot.img
    reading u-boot.img
    
    
    U-Boot 2013.10-g78d8ebd (Mar 30 2014 - 20:46:34)
    
    I2C:   ready
    DRAM:  256 MiB
    NAND:  0 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Error - No Valid Environment Area found
    *** Warning - bad CRC, using default environment
    
    Net:   <ethaddr> not set. Validating first E-fuse MAC
    cpsw, usb_ether
    Hit any key to stop autoboot:  0
    mmc0 is current device
    Scanning mmc 0...
    4117616 bytes read in 284 ms (13.8 MiB/s)
    38048 bytes read in 40 ms (928.7 KiB/s)
    mmc0 is current device
    SD/MMC found on device 0
    reading uEnv.txt
    333 bytes read in 3 ms (108.4 KiB/s)
    Loaded environment from uEnv.txt
    Importing environment from mmc ...
    Running uenvcmd ...
    link up on port 0, speed 100, full duplex
    BOOTP broadcast 1
    DHCP client bound to address 10.5.5.93
    link up on port 0, speed 100, full duplex
    Using cpsw device
    TFTP from server 10.5.5.86; our IP address is 10.5.5.93
    Filename 'zImage-am335x-evm.bin'.
    Load address: 0x80200000
    Loading: #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #########################
             3 MiB/s
    done
    Bytes transferred = 4117616 (3ed470 hex)
    link up on port 0, speed 100, full duplex
    Using cpsw device
    TFTP from server 10.5.5.86; our IP address is 10.5.5.93
    Filename 'am335x-evmsk.dtb'.
    Load address: 0x80f80000
    Loading: ########
             2.3 MiB/s
    done
    Bytes transferred = 38048 (94a0 hex)
    Kernel image @ 0x80200000 [ 0x000000 - 0x3ed470 ]
    ## Flattened Device Tree blob at 80f80000
       Booting using the fdt blob at 0x80f80000
       Loading Device Tree to 8f320000, end 8f32c49f ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 3.12.10-ti2013.12.01 (jenkins@sdit-build02) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro                                 GCC 2013.03) ) #1 Sun Mar 30 20:55:31 CDT 2014
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x EVM-SK
    [    0.000000] cma: CMA: reserved 24 MiB at 8d800000
    [    0.000000] Memory policy: ECC disabled, Data cache writeback
    [    0.000000] CPU: All CPU(s) started in SVC mode.
    [    0.000000] AM335X ES1.0 (sgx neon )
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64256
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs nfsroot=10.5.5.86:/home/ngrutman/ti-sdk-am335x-evm-07.00.00.00/targetNFS,nolock rw ip=dhcp
    [    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
    [    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
    [    0.000000] Memory: 223444K/259072K available (5555K kernel code, 559K rwdata, 1876K rodata, 345K init, 225K bss, 35628K 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 : 0xd0800000 - 0xff000000   ( 744 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc074a04c   (7433 kB)
    [    0.000000]       .init : 0xc074b000 - 0xc07a15f0   ( 346 kB)
    [    0.000000]       .data : 0xc07a2000 - 0xc082ddd8   ( 560 kB)
    [    0.000000]        .bss : 0xc082ddd8 - 0xc0866400   ( 226 kB)
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [    0.000000] Total of 128 interrupts on 1 active controller
    [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
    [    0.000000] OMAP clocksource: timer1 at 24000000 Hz
    [    0.000000] Console: colour dummy device 80x30
    [    0.000316] Calibrating delay loop... 479.23 BogoMIPS (lpj=2396160)
    [    0.119738] pid_max: default: 32768 minimum: 301
    [    0.119843] Security Framework initialized
    [    0.119895] Mount-cache hash table entries: 512
    [    0.128282] CPU: Testing write buffer coherency: ok
    [    0.128690] Setting up static identity map for 0xc0572e68 - 0xc0572ed8
    [    0.129573] devtmpfs: initialized
    [    0.131362] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    0.193437] omap_hwmod: debugss: _wait_target_disable failed
    [    0.194174] pinctrl core: initialized pinctrl subsystem
    [    0.195045] regulator-dummy: no parameters
    [    0.197505] NET: Registered protocol family 16
    [    0.199824] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.202516] cpuidle: using governor ladder
    [    0.202534] cpuidle: using governor menu
    [    0.211274] platform mpu.1: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.212356] platform 49000000.edma: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.213609] OMAP GPIO hardware version 0.1
    [    0.221903] platform 56000000.sgx: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.224915] DSS not supported on this SoC
    [    0.224935] No ATAGs?
    [    0.224947] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.249020] bio: create slab <bio-0> at 0
    [    0.263840] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
    [    0.264672] vbat: 5000 mV
    [    0.265061] lis3_reg: no parameters
    [    0.267920] vgaarb: loaded
    [    0.269210] SCSI subsystem initialized
    [    0.270625] usbcore: registered new interface driver usbfs
    [    0.270809] usbcore: registered new interface driver hub
    [    0.271006] usbcore: registered new device driver usb
    [    0.271978] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring probe
    [    0.272008] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
    [    0.272245] media: Linux media interface: v0.10
    [    0.272423] Linux video capture interface: v2.00
    [    0.272685] pps_core: LinuxPPS API ver. 1 registered
    [    0.272694] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.272843] PTP clock support registered
    [    0.275436] Switched to clocksource timer1
    [    0.294299] NET: Registered protocol family 2
    [    0.294964] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
    [    0.295018] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.295049] TCP: Hash tables configured (established 2048 bind 2048)
    [    0.295119] TCP: reno registered
    [    0.295135] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [    0.295156] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [    0.295355] NET: Registered protocol family 1
    [    0.295839] RPC: Registered named UNIX socket transport module.
    [    0.295851] RPC: Registered udp transport module.
    [    0.295858] RPC: Registered tcp transport module.
    [    0.295866] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.296783] NetWinder Floating Point Emulator V0.97 (double precision)
    [    0.297411] PM: Loading am335x-pm-firmware.bin
    [    0.453036] VFS: Disk quotas dquot_6.5.2
    [    0.453113] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.453735] NFS: Registering the id_resolver key type
    [    0.453885] Key type id_resolver registered
    [    0.453894] Key type id_legacy registered
    [    0.453937] jffs2: version 2.2. (NAND) (SUMMARY)  � 2001-2006 Red Hat, Inc.
    [    0.454131] msgmni has been set to 484
    [    0.455845] NET: Registered protocol family 38
    [    0.455891] io scheduler noop registered
    [    0.455900] io scheduler deadline registered
    [    0.455924] io scheduler cfq registered (default)
    [    0.457914] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [    0.497130] Console: switching to colour frame buffer device 60x34
    [    0.500833] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.503678] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UART0
    [    1.114799] console [ttyO0] enabled
    [    1.119976] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
    [    1.137201] brd: module loaded
    [    1.145690] loop: module loaded
    [    1.153382] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    1.163864] usbcore: registered new interface driver asix
    [    1.169823] usbcore: registered new interface driver ax88179_178a
    [    1.176481] usbcore: registered new interface driver cdc_ether
    [    1.182828] usbcore: registered new interface driver r815x
    [    1.188809] usbcore: registered new interface driver smsc95xx
    [    1.195059] usbcore: registered new interface driver net1080
    [    1.201192] usbcore: registered new interface driver cdc_subset
    [    1.207624] usbcore: registered new interface driver zaurus
    [    1.213768] usbcore: registered new interface driver cdc_ncm
    [    1.220281] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    1.227212] ehci-pci: EHCI PCI platform driver
    [    1.232107] ehci-omap: OMAP-EHCI Host Controller driver
    [    1.238540] usbcore: registered new interface driver cdc_wdm
    [    1.244732] usbcore: registered new interface driver usb-storage
    [    1.252162] mousedev: PS/2 mouse device common for all mice
    [    1.259943] input: ti-tsc as /devices/ocp.2/44e0d000.tscadc/TI-am335x-tsc/input/input0
    [    1.270496] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
    [    1.278095] 44e3e000.rtc: already running
    [    1.283120] i2c /dev entries driver
    [    1.287436] Driver for 1-wire Dallas network protocol.
    [    1.295215] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    1.304451] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
    [    1.311786] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
    [    1.319044] omap_hsmmc 48060000.mmc: unable to get vmmc regulator -517
    [    1.325991] edma-dma-engine edma-dma-engine.0: freeing channel for 24
    [    1.332810] edma-dma-engine edma-dma-engine.0: freeing channel for 25
    [    1.339743] platform 48060000.mmc: Driver omap_hsmmc requests probe deferral
    [    1.349241] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.356006] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
    [    1.363244] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [    1.370595] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [    1.376798] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
    [    1.383904] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
    [    1.392341] usbcore: registered new interface driver usbhid
    [    1.398278] usbhid: USB HID core driver
    [    1.404536] oprofile: no performance counters
    [    1.409603] oprofile: using timer interrupt.
    [    1.414424] TCP: cubic registered
    [    1.417972] Initializing XFRM netlink socket
    [    1.422557] NET: Registered protocol family 17
    [    1.427327] NET: Registered protocol family 15
    [    1.432085] 8021q: 802.1Q VLAN Support v1.8
    [    1.439682] omap_hwmod: gpio1: _wait_target_disable failed
    [    1.445608] Key type dns_resolver registered
    [    1.450805] cpu cpu0: cpu0 regulator not ready, retry
    [    1.456214] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
    [    1.464569] ThumbEE CPU extension supported.
    [    1.472686] tps65910 0-002d: No interrupt support, no core IRQ
    [    1.480948] vrtc: 1800 mV
    [    1.484070] vrtc: supplied by vbat
    [    1.489027] vio: at 1500 mV
    [    1.492156] vio: supplied by vbat
    [    1.497064] vdd_mpu: 912 <--> 1375 mV at 1137 mV
    [    1.502104] vdd_mpu: supplied by vbat
    [    1.507343] vdd_core: 912 <--> 1150 mV at 1137 mV
    [    1.512464] vdd_core: supplied by vbat
    [    1.517605] vdd3: 5000 mV
    [    1.521594] vdig1: at 1800 mV
    [    1.524897] vdig1: supplied by vbat
    [    1.529772] vdig2: at 1800 mV
    [    1.533065] vdig2: supplied by vbat
    [    1.537927] vpll: at 1800 mV
    [    1.541120] vpll: supplied by vbat
    [    1.545887] vdac: at 1800 mV
    [    1.549079] vdac: supplied by vbat
    [    1.553828] vaux1: at 1800 mV
    [    1.557142] vaux1: supplied by vbat
    [    1.561992] vaux2: at 3300 mV
    [    1.565278] vaux2: supplied by vbat
    [    1.570146] vaux33: at 3300 mV
    [    1.573526] vaux33: supplied by vbat
    [    1.578498] vmmc: 1800 <--> 3300 mV at 3300 mV
    [    1.583354] vmmc: supplied by vbat
    [    1.588741] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [    1.595651] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
    [    1.602855] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
    [    1.705471] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
    [    1.711926] davinci_mdio 4a101000.mdio: detected phy mask fffffffc
    [    1.719934] libphy: 4a101000.mdio: probed
    [    1.724184] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver Atheros 8031 ethernet
    [    1.733977] davinci_mdio 4a101000.mdio: phy[1]: device 4a101000.mdio:01, driver Atheros 8031 ethernet
    [    1.744568] Missing dual_emac_res_vlan in DT.
    [    1.749221] Using 1 as Reserved VLAN for 0 slave
    [    1.754119] Missing dual_emac_res_vlan in DT.
    [    1.758744] Using 2 as Reserved VLAN for 1 slave
    [    1.763622] Detected MACID = d4:94:a1:83:0f:8c
    [    1.769600] cpsw: Detected MACID = d4:94:a1:83:0f:8d
    [    1.777133] input: gpio_buttons.7 as /devices/gpio_buttons.7/input/input1
    [    1.785044] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:26 UTC (946684826)
    [    1.797764] net eth0: initializing cpsw version 1.12 (0)
    [    1.806582] net eth0: phy found : id is : 0x4dd074
    [    1.816432] 8021q: adding VLAN 0 to HW filter on device eth0
    [    1.822856] net eth1: initializing cpsw version 1.12 (0)
    [    1.831671] net eth1: phy found : id is : 0x4dd074
    [    1.840368] 8021q: adding VLAN 0 to HW filter on device eth1
    [    1.848981] mmc0: host does not support reading read-only switch. assuming write-enable.
    [    1.859627] mmc0: new high speed SDHC card at address 15bd
    [    1.866196] mmcblk0: mmc0:15bd SD04G 3.69 GiB
    [    1.872506]  mmcblk0: p1 p2
    [    3.806389] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [    3.845457] Sending DHCP requests .[    4.754475] DHCP/BOOTP: Reply not for us, op[2] xid[5cf6e1c4]
    .....[   60.325867] PM: request_firmware failed
    [   63.759946] DHCP/BOOTP: Reply not for us, op[2] xid[c87ec6a6]
     timed out!
    [   81.341378] IP-Config: Retrying forever (NFS root)...
    [   81.346825] net eth0: initializing cpsw version 1.12 (0)
    [   81.355529] net eth0: phy found : id is : 0x4dd074
    [   81.365076] 8021q: adding VLAN 0 to HW filter on device eth0
    [   81.371341] net eth1: initializing cpsw version 1.12 (0)
    [   81.380033] net eth1: phy found : id is : 0x4dd074
    [   81.388588] 8021q: adding VLAN 0 to HW filter on device eth1
    [   83.356371] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [   83.385446] Sending DHCP requests .....[  119.507679] DHCP/BOOTP: Reply not for us, op[2] xid[8e8ee411]
    [  127.116942] DHCP/BOOTP: Reply not for us, op[2] xid[4ed1d307]
    . timed out!
    [  162.491353] IP-Config: Retrying forever (NFS root)...
    [  162.496802] net eth0: initializing cpsw version 1.12 (0)
    [  162.505494] net eth0: phy found : id is : 0x4dd074
    [  162.515004] 8021q: adding VLAN 0 to HW filter on device eth0
    [  162.521288] net eth1: initializing cpsw version 1.12 (0)
    [  162.529998] net eth1: phy found : id is : 0x4dd074
    [  162.538564] 8021q: adding VLAN 0 to HW filter on device eth1
    [  164.506337] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  164.535447] Sending DHCP requests ...... timed out!
    [  246.851329] IP-Config: Retrying forever (NFS root)...
    [  246.856778] net eth0: initializing cpsw version 1.12 (0)
    [  246.865482] net eth0: phy found : id is : 0x4dd074
    [  246.874972] 8021q: adding VLAN 0 to HW filter on device eth0
    [  246.881264] net eth1: initializing cpsw version 1.12 (0)
    [  246.889990] net eth1: phy found : id is : 0x4dd074
    [  246.898555] 8021q: adding VLAN 0 to HW filter on device eth1
    [  248.866326] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  248.895450] Sending DHCP requests .....[  288.926305] DHCP/BOOTP: Reply not for us, op[2] xid[6f35cd34]
    . timed out!
    [  341.611348] IP-Config: Retrying forever (NFS root)...
    [  341.616792] net eth0: initializing cpsw version 1.12 (0)
    [  341.625473] net eth0: phy found : id is : 0x4dd074
    [  341.634976] 8021q: adding VLAN 0 to HW filter on device eth0
    [  341.641245] net eth1: initializing cpsw version 1.12 (0)
    [  341.649978] net eth1: phy found : id is : 0x4dd074
    [  341.658533] 8021q: adding VLAN 0 to HW filter on device eth1
    [  343.626317] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  343.655447] Sending DHCP requests ...[  357.724147] DHCP/BOOTP: Reply not for us, op[2] xid[fb2f446]
    ..[  377.803235] DHCP/BOOTP: Reply not for us, op[2] xid[7e8dbf9b]
    .[  407.783284] DHCP/BOOTP: Reply not for us, op[2] xid[7e6bb589]
     timed out!
    [  423.021325] IP-Config: Retrying forever (NFS root)...
    [  423.026784] net eth0: initializing cpsw version 1.12 (0)
    [  423.035503] net eth0: phy found : id is : 0x4dd074
    [  423.044986] 8021q: adding VLAN 0 to HW filter on device eth0
    [  423.051282] net eth1: initializing cpsw version 1.12 (0)
    [  423.060008] net eth1: phy found : id is : 0x4dd074
    [  423.068564] 8021q: adding VLAN 0 to HW filter on device eth1
    [  425.036347] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  425.065446] Sending DHCP requests ....[  443.380698] DHCP/BOOTP: Reply not for us, op[2] xid[95ef6a92]
    .[  466.787675] DHCP/BOOTP: Reply not for us, op[2] xid[ed0caae4]
    .[  488.561579] DHCP/BOOTP: Reply not for us, op[2] xid[c5ab6288]
     timed out!
    [  500.531337] IP-Config: Retrying forever (NFS root)...
    [  500.536785] net eth0: initializing cpsw version 1.12 (0)
    [  500.545469] net eth0: phy found : id is : 0x4dd074
    [  500.554967] 8021q: adding VLAN 0 to HW filter on device eth0
    [  500.561248] net eth1: initializing cpsw version 1.12 (0)
    [  500.569973] net eth1: phy found : id is : 0x4dd074
    [  500.578527] 8021q: adding VLAN 0 to HW filter on device eth1
    [  502.546311] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  502.575446] Sending DHCP requests .....[  552.705960] DHCP/BOOTP: Reply not for us, op[2] xid[766f5cac]
    . timed out!
    [  584.021343] IP-Config: Retrying forever (NFS root)...
    [  584.026782] net eth0: initializing cpsw version 1.12 (0)
    [  584.035498] net eth0: phy found : id is : 0x4dd074
    [  584.044975] 8021q: adding VLAN 0 to HW filter on device eth0
    [  584.051268] net eth1: initializing cpsw version 1.12 (0)
    [  584.060001] net eth1: phy found : id is : 0x4dd074
    [  584.068545] 8021q: adding VLAN 0 to HW filter on device eth1
    [  586.036341] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  586.065446] Sending DHCP requests ...... timed out!
    [  668.731353] IP-Config: Retrying forever (NFS root)...
    [  668.736800] net eth0: initializing cpsw version 1.12 (0)
    [  668.745513] net eth0: phy found : id is : 0x4dd074
    [  668.755005] 8021q: adding VLAN 0 to HW filter on device eth0
    [  668.761288] net eth1: initializing cpsw version 1.12 (0)
    [  668.770017] net eth1: phy found : id is : 0x4dd074
    [  668.778572] 8021q: adding VLAN 0 to HW filter on device eth1
    [  670.746355] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  670.775446] Sending DHCP requests ......[  729.404571] DHCP/BOOTP: Reply not for us, op[2] xid[4db617bf]
     timed out!
    [  759.741300] IP-Config: Retrying forever (NFS root)...
    [  759.746744] net eth0: initializing cpsw version 1.12 (0)
    [  759.755458] net eth0: phy found : id is : 0x4dd074
    [  759.764930] 8021q: adding VLAN 0 to HW filter on device eth0
    [  759.771199] net eth1: initializing cpsw version 1.12 (0)
    [  759.779898] net eth1: phy found : id is : 0x4dd074
    [  759.788446] 8021q: adding VLAN 0 to HW filter on device eth1
    [  761.756364] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  761.785447] Sending DHCP requests .....[  808.808399] DHCP/BOOTP: Reply not for us, op[2] xid[c693c33]
    .[  833.779969] DHCP/BOOTP: Reply not for us, op[2] xid[77ddf40c]
    [  851.876014] DHCP/BOOTP: Reply not for us, op[2] xid[3808b9d3]
     timed out!
    [  855.111317] IP-Config: Retrying forever (NFS root)...
    [  855.116758] net eth0: initializing cpsw version 1.12 (0)
    [  855.125473] net eth0: phy found : id is : 0x4dd074
    [  855.134940] 8021q: adding VLAN 0 to HW filter on device eth0
    [  855.141220] net eth1: initializing cpsw version 1.12 (0)
    [  855.149913] net eth1: phy found : id is : 0x4dd074
    [  855.158462] 8021q: adding VLAN 0 to HW filter on device eth1
    [  857.126315] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  857.155448] Sending DHCP requests ...[  866.813365] DHCP/BOOTP: Reply not for us, op[2] xid[1d34a014]
    ..[  891.249743] DHCP/BOOTP: Reply not for us, op[2] xid[2bef7173]
    . timed out!
    [  937.331292] IP-Config: Retrying forever (NFS root)...
    [  937.336733] net eth0: initializing cpsw version 1.12 (0)
    [  937.345401] net eth0: phy found : id is : 0x4dd074
    [  937.354895] 8021q: adding VLAN 0 to HW filter on device eth0
    [  937.361172] net eth1: initializing cpsw version 1.12 (0)
    [  937.369908] net eth1: phy found : id is : 0x4dd074
    [  937.378449] 8021q: adding VLAN 0 to HW filter on device eth1
    [  939.336365] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [  939.355458] Sending DHCP requests ....[  960.300545] DHCP/BOOTP: Reply not for us, op[2] xid[df754d68]
    .[  980.440096] DHCP/BOOTP: Reply not for us, op[2] xid[99d1c58]
    . timed out!
    [ 1028.581306] IP-Config: Retrying forever (NFS root)...
    [ 1028.586748] net eth0: initializing cpsw version 1.12 (0)
    [ 1028.595457] net eth0: phy found : id is : 0x4dd074
    [ 1028.604927] 8021q: adding VLAN 0 to HW filter on device eth0
    [ 1028.611196] net eth1: initializing cpsw version 1.12 (0)
    [ 1028.619899] net eth1: phy found : id is : 0x4dd074
    [ 1028.628452] 8021q: adding VLAN 0 to HW filter on device eth1
    [ 1030.596368] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [ 1030.625447] Sending DHCP requests ...[ 1045.656503] DHCP/BOOTP: Reply not for us, op[2] xid[6e8a51eb]
    ..[ 1090.877639] DHCP/BOOTP: Reply not for us, op[2] xid[4d98a3d7]
    . timed out!
    [ 1125.021301] IP-Config: Retrying forever (NFS root)...
    [ 1125.026745] net eth0: initializing cpsw version 1.12 (0)
    [ 1125.035454] net eth0: phy found : id is : 0x4dd074
    [ 1125.044919] 8021q: adding VLAN 0 to HW filter on device eth0
    [ 1125.051198] net eth1: initializing cpsw version 1.12 (0)
    [ 1125.059943] net eth1: phy found : id is : 0x4dd074
    [ 1125.068492] 8021q: adding VLAN 0 to HW filter on device eth1
    [ 1127.036345] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [ 1127.065447] Sending DHCP requests .....[ 1155.296380] DHCP/BOOTP: Reply not for us, op[2] xid[96d94852]
    .[ 1200.835052] DHCP/BOOTP: Reply not for us, op[2] xid[a747f083]
     timed out!
    [ 1202.331297] IP-Config: Retrying forever (NFS root)...
    [ 1202.336739] net eth0: initializing cpsw version 1.12 (0)
    [ 1202.345396] net eth0: phy found : id is : 0x4dd074
    [ 1202.354890] 8021q: adding VLAN 0 to HW filter on device eth0
    [ 1202.361163] net eth1: initializing cpsw version 1.12 (0)
    [ 1202.369902] net eth1: phy found : id is : 0x4dd074
    [ 1202.378448] 8021q: adding VLAN 0 to HW filter on device eth1
    [ 1204.336361] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [ 1204.355463] Sending DHCP requests ......[ 1260.839672] DHCP/BOOTP: Reply not for us, op[2] xid[6878256b]
     timed out!
    [ 1279.621313] IP-Config: Retrying forever (NFS root)...
    [ 1279.626754] net eth0: initializing cpsw version 1.12 (0)
    [ 1279.635468] net eth0: phy found : id is : 0x4dd074
    [ 1279.644933] 8021q: adding VLAN 0 to HW filter on device eth0
    [ 1279.651200] net eth1: initializing cpsw version 1.12 (0)
    [ 1279.659908] net eth1: phy found : id is : 0x4dd074
    [ 1279.668452] 8021q: adding VLAN 0 to HW filter on device eth1
    [ 1281.636314]

    3386.v06.00_Trace_of_BootUp.txt
    USB Host mode controller at 47401800 using PIO, IRQ 0
    OMAP SD/MMC: 0
    reading u-boot.img
    reading u-boot.img
    
    
    U-Boot 2013.01.01 (Jun 25 2013 - 16:42:52)
    
    I2C:   ready
    DRAM:  256 MiB
    WARNING: Caches not enabled
    NAND:  No NAND device found!!!
    0 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Warning - readenv() failed, using default environment
    
    musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
    musb-hdrc: MHDRC RTL version 2.0
    musb-hdrc: setup fifo_mode 4
    musb-hdrc: 28/31 max ep, 16384/16384 memory
    USB Peripheral mode controller at 47401000 using PIO, IRQ 0
    musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
    musb-hdrc: MHDRC RTL version 2.0
    musb-hdrc: setup fifo_mode 4
    musb-hdrc: 28/31 max ep, 16384/16384 memory
    USB Host mode controller at 47401800 using PIO, IRQ 0
    Net:   <ethaddr> not set. Validating first E-fuse MAC
    cpsw, usb_ether
    Hit any key to stop autoboot:  0
    mmc0 is current device
    SD/MMC found on device 0
    reading uEnv.txt
    260 bytes read in 3 ms (84 KiB/s)
    Loaded environment from uEnv.txt
    Importing environment from mmc ...
    Running uenvcmd ...
    Booting from network...
    cpsw Waiting for PHY auto negotiation to complete. done
    link up on port 0, speed 100, full duplex
    BOOTP broadcast 1
    DHCP client bound to address 10.5.5.93
    Using cpsw device
    TFTP from server 10.5.5.86; our IP address is 10.5.5.93
    Filename 'uImage-am335x-evm.bin'.
    Load address: 0x80200000
    Loading: #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################
             144.5 KiB/s
    done
    Bytes transferred = 3163680 (304620 hex)
    ## Booting kernel from Legacy Image at 80200000 ...
       Image Name:   Arago/3.2.0-psp04.06.00.08.sdk/a
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    3163616 Bytes = 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] Linux version 3.2.0 (jenkins@sdit-build01) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #1 Thu Jul 26 17:16:27 CDT 2012
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: am335xevm
    [    0.000000] Memory policy: ECC disabled, Data cache writeback
    [    0.000000] AM335X ES1.0 (sgx neon )
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs nfsroot=10.5.5.86:/home/ngrutman/ti-sdk-am335x-evm-06.00.00.00/targetNFS,nolock rw ip=dhcp
    [    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
    [    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
    [    0.000000] Memory: 256MB = 256MB total
    [    0.000000] Memory: 253256k/253256k available, 8888k 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 : 0xd0800000 - 0xff000000   ( 744 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
    [    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc059d000   (5716 kB)
    [    0.000000]       .init : 0xc059d000 - 0xc05db000   ( 248 kB)
    [    0.000000]       .data : 0xc05dc000 - 0xc0644198   ( 417 kB)
    [    0.000000]        .bss : 0xc06441bc - 0xc0671024   ( 180 kB)
    [    0.000000] NR_IRQS:396
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [    0.000000] Total of 128 interrupts on 1 active controller
    [    0.000000] OMAP clockevent source: GPTIMER2 at 24000000 Hz
    [    0.000000] OMAP clocksource: GPTIMER1 at 32768 Hz
    [    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
    [    0.000000] Console: colour dummy device 80x30
    [    0.000152] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)
    [    0.058532] pid_max: default: 32768 minimum: 301
    [    0.058654] Security Framework initialized
    [    0.058776] Mount-cache hash table entries: 512
    [    0.059143] CPU: Testing write buffer coherency: ok
    [    0.079071] omap_hwmod: pruss: failed to hardreset
    [    0.080139] print_constraints: dummy:
    [    0.080505] NET: Registered protocol family 16
    [    0.082611] OMAP GPIO hardware version 0.1
    [    0.085144] omap_mux_init: Add partition: #1: core, flags: 0
    [    0.087341]  omap_i2c.1: alias fck already exists
    [    0.088226]  omap2_mcspi.1: alias fck already exists
    [    0.088439]  omap2_mcspi.2: alias fck already exists
    [    0.089233]  edma.0: alias fck already exists
    [    0.089233]  edma.0: alias fck already exists
    [    0.089263]  edma.0: alias fck already exists
    [    0.115875] bio: create slab <bio-0> at 0
    [    0.118041] SCSI subsystem initialized
    [    0.119750] usbcore: registered new interface driver usbfs
    [    0.120025] usbcore: registered new interface driver hub
    [    0.120239] usbcore: registered new device driver usb
    [    0.120391] musb-ti81xx musb-ti81xx: musb0, board_mode=0x13, plat_mode=0x3
    [    0.120666] musb-ti81xx musb-ti81xx: musb1, board_mode=0x13, plat_mode=0x1
    [    0.138610] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz
    [    0.140502] tps65910 1-002d: JTAGREVNUM 0x0
    [    0.142913] print_constraints: VRTC:
    [    0.144348] print_constraints: VIO: at 1500 mV
    [    0.146636] print_constraints: VDD1: 600 <--> 1500 mV at 1262 mV normal
    [    0.148956] print_constraints: VDD2: 600 <--> 1500 mV at 1137 mV normal
    [    0.149963] print_constraints: VDD3: 5000 mV
    [    0.151367] print_constraints: VDIG1: at 1800 mV
    [    0.152801] print_constraints: VDIG2: at 1800 mV
    [    0.154205] print_constraints: VPLL: at 1800 mV
    [    0.155639] print_constraints: VDAC: at 1800 mV
    [    0.157043] print_constraints: VAUX1: at 1800 mV
    [    0.158477] print_constraints: VAUX2: at 3300 mV
    [    0.159912] print_constraints: VAUX33: at 3300 mV
    [    0.161346] print_constraints: VMMC: at 3300 mV
    [    0.161834] tps65910 1-002d: No interrupt support, no core IRQ
    [    0.163024] Advanced Linux Sound Architecture Driver Version 1.0.24.
    [    0.164184] Switching to clocksource gp timer
    [    0.179504] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
    [    0.179687] musb-hdrc musb-hdrc.0: dma type: pio
    [    0.179992] MUSB0 controller's USBSS revision = 4ea20800
    [    0.180541] musb-hdrc musb-hdrc.0: USB OTG mode controller at d083c000 using PIO, IRQ 18
    [    0.180694] musb-hdrc musb-hdrc.1: dma type: pio
    [    0.180999] MUSB1 controller's USBSS revision = 4ea20800
    [    0.181121] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
    [    0.181182] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
    [    0.181304] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    0.181335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    0.181335] usb usb1: Product: MUSB HDRC host driver
    [    0.181365] usb usb1: Manufacturer: Linux 3.2.0 musb-hcd
    [    0.181365] usb usb1: SerialNumber: musb-hdrc.1
    [    0.182128] hub 1-0:1.0: USB hub found
    [    0.182159] hub 1-0:1.0: 1 port detected
    [    0.182708] musb-hdrc musb-hdrc.1: USB Host mode controller at d083e800 using PIO, IRQ 19
    [    0.183105] NET: Registered protocol family 2
    [    0.183288] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.183593] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.183746] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.183837] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.183868] TCP reno registered
    [    0.183868] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [    0.183898] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [    0.184082] NET: Registered protocol family 1
    [    0.184417] RPC: Registered named UNIX socket transport module.
    [    0.184417] RPC: Registered udp transport module.
    [    0.184448] RPC: Registered tcp transport module.
    [    0.184448] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.184692] NetWinder Floating Point Emulator V0.97 (double precision)
    [    0.195983] VFS: Disk quotas dquot_6.5.2
    [    0.196044] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.196594] msgmni has been set to 494
    [    0.199676] alg: No test for stdrng (krng)
    [    0.200347] io scheduler noop registered
    [    0.200378] io scheduler deadline registered
    [    0.200439] io scheduler cfq registered (default)
    [    0.201599] Could not set LED4 to fully on
    [    0.203338] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
    [    0.827239] console [ttyO0] enabled
    [    0.831481] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1
    [    0.839324] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2
    [    0.847137] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3
    [    0.854919] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4
    [    0.862701] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5
    [    0.879760] brd: module loaded
    [    0.887817] loop: module loaded
    [    0.891265] i2c-core: driver [tsl2550] using legacy suspend method
    [    0.897766] i2c-core: driver [tsl2550] using legacy resume method
    [    0.904174] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
    [    0.964721] No daughter card found
    [    0.968322] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
    [    0.983520] Board name: A335X_SK
    [    0.986877] Board version: 1.2B
    [    0.990142] The board is a AM335x Starter Kit.
    [    0.995056]  omap_hsmmc.0: alias fck already exists
    [    1.000579]  omap_hsmmc.1: alias fck already exists
    [    1.006591]  da8xx_lcdc.0: alias fck already exists
    [    1.012054] da8xx_lcdc da8xx_lcdc.0: GLCD: Found NHD-4.3-ATXI#-T-1 panel
    [    1.027343] Console: switching to colour frame buffer device 60x34
    [    1.040191]  davinci-mcasp.1: alias fck already exists
    [    1.046081] Configure Bluetooth Enable pin...
    [    1.051544] registered am33xx_sr device
    [    1.055816] _regulator_get: 1-0018 supply Vdd not found, using dummy regulator
    [    1.063415] _regulator_get: 1-0018 supply Vdd_IO not found, using dummy regulator
    [    1.091888] lis3lv02d: 8 bits 3DLH sensor found
    [    1.185180] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input0
    [    1.196044] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    1.203186] omap2-nand driver initializing
    [    1.207702] OneNAND driver initializing
    [    1.212921] CAN device driver interface
    [    1.216949] CAN bus driver for Bosch D_CAN controller 1.0
    [    1.264801] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
    [    1.271240] davinci_mdio davinci_mdio.0: detected phy mask fffffffc
    [    1.279510] davinci_mdio.0: probed
    [    1.283081] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown
    [    1.290466] davinci_mdio davinci_mdio.0: phy[1]: device 0:01, driver unknown
    [    1.298156] usbcore: registered new interface driver zd1201
    [    1.304168] usbcore: registered new interface driver cdc_ether
    [    1.310424] usbcore: registered new interface driver cdc_eem
    [    1.316497] usbcore: registered new interface driver dm9601
    [    1.322357] cdc_ncm: 04-Aug-2011
    [    1.325897] usbcore: registered new interface driver cdc_ncm
    [    1.331817] Initializing USB Mass Storage driver...
    [    1.337158] usbcore: registered new interface driver usb-storage
    [    1.343414] USB Mass Storage support registered.
    [    1.348724] mousedev: PS/2 mouse device common for all mice
    [    1.355895] input: ti-tsc-adcc as /devices/platform/omap/tsc/input/input1
    [    1.364349] omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
    [    1.371032] omap_rtc: already running
    [    1.375030] i2c /dev entries driver
    [    1.379089] Linux video capture interface: v2.00
    [    1.384216] usbcore: registered new interface driver uvcvideo
    [    1.390228] USB Video Class driver (1.1.1)
    [    1.396514] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    1.405090] cpuidle: using governor ladder
    [    1.409851] cpuidle: using governor menu
    [    1.418670] omap4_aes_mod_init: loading AM33X AES driver
    [    1.424316] omap4-aes omap4-aes: AM33X AES hw accel rev: 3.02
    [    1.430877] omap4_aes_probe: probe() done
    [    1.435546] omap4_sham_mod_init: loading AM33X SHA/MD5 driver
    [    1.441680] omap4-sham omap4-sham: AM33X SHA/MD5 hw accel rev: 4.03
    [    1.453155] omap4_sham_probe: probe() done
    [    1.463165] usbcore: registered new interface driver usbhid
    [    1.469055] usbhid: USB HID core driver
    [    1.473693] usbcore: registered new interface driver snd-usb-audio
    [    1.485260] _regulator_get: 1-001b supply IOVDD not found, using dummy regulator
    [    1.493011] _regulator_get: 1-001b supply DVDD not found, using dummy regulator
    [    1.500701] _regulator_get: 1-001b supply AVDD not found, using dummy regulator
    [    1.508392] _regulator_get: 1-001b supply DRVDD not found, using dummy regulator
    [    1.518829] asoc: tlv320aic3x-hifi <-> davinci-mcasp.1 mapping ok
    [    1.526611] ALSA device list:
    [    1.529724]   #0: AM335X EVM
    [    1.532714] oprofile: hardware counters not available
    [    1.537994] oprofile: using timer interrupt.
    [    1.542480] nf_conntrack version 0.5.0 (3957 buckets, 15828 max)
    [    1.549255] ip_tables: (C) 2000-2006 Netfilter Core Team
    [    1.554931] TCP cubic registered
    [    1.558288] NET: Registered protocol family 17
    [    1.562927] can: controller area network core (rev 20090105 abi 8)
    [    1.569488] NET: Registered protocol family 29
    [    1.574127] can: raw protocol (rev 20090105)
    [    1.578582] can: broadcast manager protocol (rev 20090105 t)
    [    1.584503] Registering the dns_resolver key type
    [    1.589508] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    1.597503] ThumbEE CPU extension supported.
    [    1.602020] mux: Failed to setup hwmod io irq -22
    [    1.607543] Power Management for AM33XX family
    [    1.612396] Trying to load am335x-pm-firmware.bin (60 secs timeout)
    [    1.619079] Copied the M3 firmware to UMEM
    [    1.623565] smartreflex smartreflex: am33xx_sr_probe: Zero NValue read from EFUSE
    [    1.631408] smartreflex: probe of smartreflex failed with error -22
    [    1.638519] sr_init: platform driver register failed
    [    1.648651] clock: disabling unused clocks to save power
    [    1.667205] mmc0: host does not support reading read-only switch. assuming write-enable.
    [    1.676086] Detected MACID=d4:94:a1:83:f:8c
    [    1.681488] cpsw: Detected MACID = d4:94:a1:83:0f:8d
    [    1.687225] mmc0: new high speed SDHC card at address 15bd
    [    1.694671] input: gpio-keys as /devices/platform/gpio-keys/input/input2
    [    1.702301] mmcblk0: mmc0:15bd SD04G 3.69 GiB
    [    1.708221] omap_rtc omap_rtc: setting system clock to 2013-06-25 23:09:46 UTC (1372201786)
    [    1.717468]  mmcblk0: p1 p2
    [    1.725341] net eth0: CPSW phy found : id is : 0x4dd074
    [    1.735412] net eth1: CPSW phy found : id is : 0x4dd074
    [    1.849426] mmc1: card claims to support voltages below the defined range. These will be ignored.
    [    1.868560] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
    [    1.875183] mmc1: new SDIO card at address 0001
    [    3.726318] PHY: 0:00 - Link is Up - 100/Full
    [    3.765380] Sending DHCP requests ., OK
    [    3.785858] IP-Config: Got DHCP answer from 0.0.0.0, my address is 10.5.5.93
    [    3.793945] IP-Config: Complete:
    [    3.797363]      device=eth0, addr=10.5.5.93, mask=255.255.254.0, gw=10.5.4.254,
    [    3.804840]      host=10.5.5.93, domain=adsi.aitech.ent, nis-domain=(none),
    [    3.812103]      bootserver=0.0.0.0, rootserver=10.5.5.86, rootpath=
    [    3.826049] VFS: Mounted root (nfs filesystem) on device 0:14.
    [    3.832519] Freeing init memory: 248K
    INIT: version 2.88 booting
    Starting udev
    [    6.630432] wl12xx_sdio: disagrees about version of symbol module_layout
    [    6.637573] wl12xx_sdio: disagrees about version of symbol module_layout
    [    7.410217] wl12xx_sdio: disagrees about version of symbol module_layout
    [    7.439331] wl12xx_sdio: disagrees about version of symbol module_layout
    [    8.431396] kjournald starting.  Commit interval 5 seconds
    [    8.689575] EXT3-fs (mmcblk0p2): using internal journal
    [    8.695037] EXT3-fs (mmcblk0p2): recovery complete
    [    8.700073] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
    Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file or directory
    bootlogd.
    ALSA: Restoring mixer settings...
    No state is present for card EVM
    Found hardware: "AM335X_EVM" "" "" "" ""
    Hardware is initialized using a generic method
    No state is present for card EVM
    NOT configuring network interfaces: / is an NFS mount
    INIT: Entering runlevel: 5
    Starting system message bus: dbus.
    Starting Dropbear SSH server: dropbear.
    Starting telnet daemon.
    Performing wifi calibration...
    rm: can't remove '/lib/firmware/ti-connectivity/wl1271-nvs.bin': No such file or directory
    Error: Module wl12xx_sdio is not currently loaded
    nl80211 not found.
    [   10.250244] wl12xx_sdio: disagrees about version of symbol module_layout
    ERROR: could not insert 'wl12xx_sdio': Exec format error
    Starting network benchmark server: netserver.
    Starting syslogd/klogd: done
    Starting thttpd.
    Starting PVR
    [   10.961273] pvrsrvkm: disagrees about version of symbol module_layout
    Error: could not insert module /lib/modules/3.2.0/kernel/drivers/gpu/pvr/pvrsrvkm.ko: Invalid module format
    Could not find pvrsrvkm driver
    Starting Lighttpd Web Server: lighttpd.
    2013-06-25 23:09:54: (log.c.166) server started
    /
    Starting Matrix GUI application.
    [   11.920501] g_mass_storage: disagrees about version of symbol module_layout
    ERROR: could not insert 'g_mass_storage': Exec format error
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the followin GPLv3 packages:
            binutils-symlinks
            binutils
            gdbserver
    
    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    Stopping Bootlog daemon: bootlogd.
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project http://arago-project.org am335x-evm ttyO0
    
    Arago 2013.05 am335x-evm ttyO0
    
    am335x-evm login:

  • Naum,

    I'm sorry you are having trouble with SDK 7.0. We have a known issue, pointed to below, with solution, that I believe is your problem.

    Please give this a try and let us know if it solves your problem.

  • Ron,

    Thanks for your response... Out of all the previous responses yours looks more to the point...
    Looking and comparing the traces between 6.0 and 7.0 felt like ethernet issue...
    Looking at the proposed patch it seems that this some kind of input to automated process...
    Do you have a pointer or a link to what are the steps of applying proposed patch or any future patches...?

    Thanks,

    Naum
  • Hello Biser,

    There was a reply from RonB with proposed patch...
    Do you have a pointer or a link to what are the steps of applying proposed patch or any future patches...?

    Thanks,
    Naum
  • Hello Biser,

    I have narrowed it down to be actually not the TFTP issue

    It is the  targetNFS issue

    If you utilize the  ./setup-uboot-env.sh to setup the uEnv.txt in the form of 2 and 1:

    i.e.

    Select Linux kernel location:
    1: TFTP
    2: SD card

    [ 1 ] 2

    Select root file system location:
    1: NFS
    2: SD card

    [ 1 ] 1

    the same issue occurs BootUp chokes up at that same point... again only in v07.00

    the previous versions v06.00 and v05.05 work fine

    Trace is atached:

    AM335x_v07.00_BootUp_with_uEnv_set_as_SDcard_to_NFS.txt
    root@Latitude3540:~/ti-sdk-am335x-evm-07.00.00.00/bin# 
    root@Latitude3540:~/ti-sdk-am335x-evm-07.00.00.00/bin# ./setup-uboot-env.sh
    
    --------------------------------------------------------------------------------
    This step will set up the u-boot variables for booting the EVM.
    Becuase the not all AM335x devices have a NAND, the u-boot variables will
    be stored in uEnv.txt on the boot partition. U-boot will read this
    file on boot.
    
    Autodetected the following ip address of your host, correct it if necessary
    [ 10.5.5.86 ] 
    
    Select Linux kernel location:
     1: TFTP
     2: SD card
    
    [ 1 ] 2
    
    Select root file system location:
     1: NFS
     2: SD card
    
    [ 1 ] 1
    
    
    This SDK supports both the AM335x EVM and the BeagleBone/EVM-SK.
    A BeagleBone/EVM-SK has been detected as attached to your host system
    Are you wanting to configure u-boot for this device?  An
    answer of 'n' will configure u-boot for the AM335x EVM instead
    (y/n) y
    Copying uEnv.txt to boot partition...
    Detecting connection to board...
    
    
    --------------------------------------------------------------------------------
    uEnv.text has been saved to the boot partition. uEnv.txt contains:
    serverip=10.5.5.86
    rootpath=/home/ngrutman/ti-sdk-am335x-evm-07.00.00.00/targetNFS
    ip_method=dhcp
    uenvcmd=setenv autoload no; mmc rescan; run loadimage; run findfdt; run loadfdt; run netargs; bootz ${loadaddr} - ${fdtaddr}
    
    On the next boot, the BeagleBone will boot with these settings.
    Would you like to restart now (y/n)?
    [ y ]y
    
    
    Welcome to minicom 2.5
    
    OPTIONS: I18n 
    Compiled on May  2 2011, 00:39:27.
    Port /dev/ttyUSB1
    
    Press CTRL-A Z for help on special keys
    
    bigger 50
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org am335x-evm ttyO0
    
    Arago 2013.12 am335x-evm ttyO0
    
    am335x-evm login: init 6
    INIT: Sending processes the TERM signal
    INIT: SenUIM SYSFS Node Not Found
    Stopping Dropbear SSH server: stopped /usr/sbin/dropbear (pid 1306)
    dropbear.
    Stopping telnet daemon.
    Stopping system message bus: Stopping syslogd/klogd: stopped syslogd (pid 1318)
    stopped klogd (pid 1321)
    done
    Stopping thttpd.
    ALSA: Storing mixer settings...
    Deconfiguring network interfaces... ifdown: interface eth0 not configured
    done.
    Stopping PVR
    Stopping Lighttpd Web Server: stopped /usr/sbin/lighttpd (pid 1381)
    lighttpd.
    Stopping Matrix GUI application.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the followin GPLv3 packages:
            binutils-symlinks
            binutils
            gdbserver
    
    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    Sending all processes the TERM signal...
    Error VT_WAITACTIVE failed
    : Interrupted system call
    Sending all processes the KILL signal...
    Unmounting remote filesystems...
    Deactivating swap...
    Unmounting local filesystems...
    [  165.160470] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered
    Rebooting... [  167.286988] reboot: Restarting system
    
    U-Boot SPL 2013.10-g78d8ebd (Mar 30 2014 - 20:46:34)
    reading args
    spl: error reading image args, err - -1
    reading u-boot.img
    reading u-boot.img
    
    
    U-Boot 2013.10-g78d8ebd (Mar 30 2014 - 20:46:34)
    
    I2C:   ready
    DRAM:  256 MiB
    NAND:  0 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Error - No Valid Environment Area found
    *** Warning - bad CRC, using default environment
    
    Net:   <ethaddr> not set. Validating first E-fuse MAC
    cpsw, usb_ether
    Hit any key to stop autoboot:  0 
    mmc0 is current device
    Scanning mmc 0...
    4117616 bytes read in 284 ms (13.8 MiB/s)
    38048 bytes read in 41 ms (906.3 KiB/s)
    mmc0 is current device
    SD/MMC found on device 0
    reading uEnv.txt
    223 bytes read in 3 ms (72.3 KiB/s)
    Loaded environment from uEnv.txt
    Importing environment from mmc ...
    Running uenvcmd ...
    4117616 bytes read in 284 ms (13.8 MiB/s)
    38048 bytes read in 40 ms (928.7 KiB/s)
    Kernel image @ 0x80200000 [ 0x000000 - 0x3ed470 ]
    ## Flattened Device Tree blob at 80f80000
       Booting using the fdt blob at 0x80f80000
       Loading Device Tree to 8f320000, end 8f32c49f ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 3.12.10-ti2013.12.01 (jenkins@sdit-build02) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-
    1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) ) #1 Sun Mar 30 20:55:31 CDT 2014
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x EVM-SK
    [    0.000000] cma: CMA: reserved 24 MiB at 8d800000
    [    0.000000] Memory policy: ECC disabled, Data cache writeback
    [    0.000000] CPU: All CPU(s) started in SVC mode.
    [    0.000000] AM335X ES1.0 (sgx neon )
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64256
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs nfsroot=10.5.5.86:/home/ngrutman/ti-sdk-am335x-evm-07.00.00.00
    /targetNFS,nolock rw ip=dhcp
    [    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
    [    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
    [    0.000000] Memory: 223444K/259072K available (5555K kernel code, 559K rwdata, 1876K rodata, 345K init, 225K bss, 35628K reserved, 0
    K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    [    0.000000]     vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc074a04c   (7433 kB)
    [    0.000000]       .init : 0xc074b000 - 0xc07a15f0   ( 346 kB)
    [    0.000000]       .data : 0xc07a2000 - 0xc082ddd8   ( 560 kB)
    [    0.000000]        .bss : 0xc082ddd8 - 0xc0866400   ( 226 kB)
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [    0.000000] Total of 128 interrupts on 1 active controller
    [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
    [    0.000000] OMAP clocksource: timer1 at 24000000 Hz
    [    0.000000] Console: colour dummy device 80x30
    [    0.000313] Calibrating delay loop... 479.23 BogoMIPS (lpj=2396160)
    [    0.119733] pid_max: default: 32768 minimum: 301
    [    0.119835] Security Framework initialized
    [    0.119890] Mount-cache hash table entries: 512
    [    0.128275] CPU: Testing write buffer coherency: ok
    [    0.128682] Setting up static identity map for 0xc0572e68 - 0xc0572ed8
    [    0.129575] devtmpfs: initialized
    [    0.131372] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    0.193306] omap_hwmod: debugss: _wait_target_disable failed
    [    0.194034] pinctrl core: initialized pinctrl subsystem
    [    0.194894] regulator-dummy: no parameters
    [    0.197322] NET: Registered protocol family 16
    [    0.199548] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.202306] cpuidle: using governor ladder
    [    0.202324] cpuidle: using governor menu
    [    0.211044] platform mpu.1: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.212116] platform 49000000.edma: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.213379] OMAP GPIO hardware version 0.1
    [    0.221703] platform 56000000.sgx: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.224739] DSS not supported on this SoC
    [    0.224761] No ATAGs?
    [    0.224772] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.248830] bio: create slab <bio-0> at 0
    [    0.263651] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
    [    0.264494] vbat: 5000 mV 
    [    0.264886] lis3_reg: no parameters
    [    0.267752] vgaarb: loaded
    [    0.269036] SCSI subsystem initialized
    [    0.270456] usbcore: registered new interface driver usbfs
    [    0.270641] usbcore: registered new interface driver hub
    [    0.270841] usbcore: registered new device driver usb
    [    0.271820] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring probe
    [    0.271850] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
    [    0.272078] media: Linux media interface: v0.10
    [    0.272254] Linux video capture interface: v2.00
    [    0.272515] pps_core: LinuxPPS API ver. 1 registered
    [    0.272526] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.272674] PTP clock support registered
    [    0.275274] Switched to clocksource timer1
    [    0.294106] NET: Registered protocol family 2
    [    0.294763] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
    [    0.294819] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.294851] TCP: Hash tables configured (established 2048 bind 2048)
    [    0.294919] TCP: reno registered
    [    0.294934] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [    0.294955] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [    0.295158] NET: Registered protocol family 1
    [    0.295622] RPC: Registered named UNIX socket transport module.
    [    0.295636] RPC: Registered udp transport module.
    [    0.295643] RPC: Registered tcp transport module.
    [    0.295650] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.296565] NetWinder Floating Point Emulator V0.97 (double precision)
    [    0.297199] PM: Loading am335x-pm-firmware.bin
    [    0.452908] VFS: Disk quotas dquot_6.5.2
    [    0.452985] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.453608] NFS: Registering the id_resolver key type
    [    0.453690] Key type id_resolver registered
    [    0.453700] Key type id_legacy registered
    [    0.453744] jffs2: version 2.2. (NAND) (SUMMARY)  �© 2001-2006 Red Hat, Inc.
    [    0.453942] msgmni has been set to 484
    [    0.455638] NET: Registered protocol family 38
    [    0.455683] io scheduler noop registered
    [    0.455693] io scheduler deadline registered
    [    0.455716] io scheduler cfq registered (default)
    [    0.457743] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [    0.496936] Console: switching to colour frame buffer device 60x34
    [    0.500636] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.503472] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UART0
    [    1.114597] console [ttyO0] enabled
    [    1.119776] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
    [    1.136967] brd: module loaded
    [    1.145470] loop: module loaded
    [    1.153157] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    1.163640] usbcore: registered new interface driver asix
    [    1.169597] usbcore: registered new interface driver ax88179_178a
    [    1.176250] usbcore: registered new interface driver cdc_ether
    [    1.182598] usbcore: registered new interface driver r815x
    [    1.188584] usbcore: registered new interface driver smsc95xx
    [    1.194840] usbcore: registered new interface driver net1080
    [    1.200972] usbcore: registered new interface driver cdc_subset
    [    1.207405] usbcore: registered new interface driver zaurus
    [    1.213554] usbcore: registered new interface driver cdc_ncm
    [    1.220059] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    1.226994] ehci-pci: EHCI PCI platform driver
    [    1.231894] ehci-omap: OMAP-EHCI Host Controller driver
    [    1.238310] usbcore: registered new interface driver cdc_wdm
    [    1.244498] usbcore: registered new interface driver usb-storage
    [    1.251918] mousedev: PS/2 mouse device common for all mice
    [    1.259735] input: ti-tsc as /devices/ocp.2/44e0d000.tscadc/TI-am335x-tsc/input/input0
    [    1.270279] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
    [    1.277878] 44e3e000.rtc: already running
    [    1.282887] i2c /dev entries driver
    [    1.287197] Driver for 1-wire Dallas network protocol.
    [    1.294967] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    1.304208] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
    [    1.311541] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
    [    1.318800] omap_hsmmc 48060000.mmc: unable to get vmmc regulator -517
    [    1.325748] edma-dma-engine edma-dma-engine.0: freeing channel for 24
    [    1.332565] edma-dma-engine edma-dma-engine.0: freeing channel for 25
    [    1.339499] platform 48060000.mmc: Driver omap_hsmmc requests probe deferral
    [    1.348999] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.355760] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
    [    1.362998] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [    1.370347] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [    1.376544] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
    [    1.383645] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
    [    1.392099] usbcore: registered new interface driver usbhid
    [    1.398036] usbhid: USB HID core driver
    [    1.404306] oprofile: no performance counters
    [    1.409362] oprofile: using timer interrupt.
    [    1.414181] TCP: cubic registered
    [    1.417729] Initializing XFRM netlink socket
    [    1.422309] NET: Registered protocol family 17
    [    1.427081] NET: Registered protocol family 15
    [    1.431839] 8021q: 802.1Q VLAN Support v1.8
    [    1.439438] omap_hwmod: gpio1: _wait_target_disable failed
    [    1.445405] Key type dns_resolver registered
    [    1.450546] cpu cpu0: cpu0 regulator not ready, retry
    [    1.456019] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
    [    1.464376] ThumbEE CPU extension supported.
    [    1.472495] tps65910 0-002d: No interrupt support, no core IRQ
    [    1.480768] vrtc: 1800 mV 
    [    1.483892] vrtc: supplied by vbat
    [    1.488848] vio: at 1500 mV 
    [    1.491978] vio: supplied by vbat
    [    1.496886] vdd_mpu: 912 <--> 1375 mV at 1137 mV 
    [    1.501921] vdd_mpu: supplied by vbat
    [    1.507156] vdd_core: 912 <--> 1150 mV at 1137 mV 
    [    1.512279] vdd_core: supplied by vbat
    [    1.517321] vdd3: 5000 mV 
    [    1.521306] vdig1: at 1800 mV 
    [    1.524606] vdig1: supplied by vbat
    [    1.529478] vdig2: at 1800 mV 
    [    1.532770] vdig2: supplied by vbat
    [    1.537628] vpll: at 1800 mV 
    [    1.540824] vpll: supplied by vbat
    [    1.545607] vdac: at 1800 mV 
    [    1.548802] vdac: supplied by vbat
    [    1.553558] vaux1: at 1800 mV 
    [    1.556877] vaux1: supplied by vbat
    [    1.561726] vaux2: at 3300 mV 
    [    1.565012] vaux2: supplied by vbat
    [    1.569876] vaux33: at 3300 mV 
    [    1.573259] vaux33: supplied by vbat
    [    1.578230] vmmc: 1800 <--> 3300 mV at 3300 mV 
    [    1.583089] vmmc: supplied by vbat
    [    1.588485] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [    1.595400] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
    [    1.602603] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
    [    1.705310] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
    [    1.711764] davinci_mdio 4a101000.mdio: detected phy mask fffffffc
    [    1.719772] libphy: 4a101000.mdio: probed
    [    1.724023] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver Atheros 8031 ethernet
    [    1.733817] davinci_mdio 4a101000.mdio: phy[1]: device 4a101000.mdio:01, driver Atheros 8031 ethernet
    [    1.744428] Missing dual_emac_res_vlan in DT.
    [    1.749078] Using 1 as Reserved VLAN for 0 slave
    [    1.753977] Missing dual_emac_res_vlan in DT.
    [    1.758602] Using 2 as Reserved VLAN for 1 slave
    [    1.763480] Detected MACID = d4:94:a1:83:0f:8c
    [    1.769457] cpsw: Detected MACID = d4:94:a1:83:0f:8d
    [    1.777003] input: gpio_buttons.7 as /devices/gpio_buttons.7/input/input1
    [    1.784920] omap_rtc 44e3e000.rtc: setting system clock to 2014-03-31 02:38:33 UTC (1396233513)
    [    1.797706] net eth0: initializing cpsw version 1.12 (0)
    [    1.806494] net eth0: phy found : id is : 0x4dd074
    [    1.816333] 8021q: adding VLAN 0 to HW filter on device eth0
    [    1.822748] net eth1: initializing cpsw version 1.12 (0)
    [    1.831517] net eth1: phy found : id is : 0x4dd074
    [    1.840217] 8021q: adding VLAN 0 to HW filter on device eth1
    [    1.848832] mmc0: host does not support reading read-only switch. assuming write-enable.
    [    1.859475] mmc0: new high speed SDHC card at address 15bd
    [    1.866046] mmcblk0: mmc0:15bd SD04G 3.69 GiB 
    [    1.872269]  mmcblk0: p1 p2
    [    3.806171] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [    3.845295] Sending DHCP requests .[    4.826075] libphy: 4a101000.mdio:01 - Link is Up - 100/Full
    [    6.493682] DHCP/BOOTP: Reply not for us, op[2] xid[e8224e0e]
    [    6.499796] DHCP/BOOTP: Reply not for us, op[2] xid[e8224e0e]
    ....[   50.763153] DHCP/BOOTP: Reply not for us, op[2] xid[50273086]
    [   50.769263] DHCP/BOOTP: Reply not for us, op[2] xid[50273086]
    .[   60.325705] PM: request_firmware failed
    
    
    
    

  • Hello Bin,

    I have narrowed it down to be actually not the TFTP issue

    It is the  targetNFS issue

    If you utilize the  ./setup-uboot-env.sh to setup the uEnv.txt in the form of 2 and 1:

    i.e.

    Select Linux kernel location:

    1: TFTP

    2: SD card

    [ 1 ] 2

    Select root file system location:

    1: NFS

    2: SD card

    [ 1 ] 1

    the same issue occurs BootUp chokes up at that same point... again only in v07.00

    the previous versions v06.00 and v05.05 work fine...

    Bin,

    I am curious  Have you applied the patch that RonB mentioned in his reply to your SDK7... ???

    Trace is atached:

    8132.AM335x_v07.00_BootUp_with_uEnv_set_as_SDcard_to_NFS.txt
    root@Latitude3540:~/ti-sdk-am335x-evm-07.00.00.00/bin# 
    root@Latitude3540:~/ti-sdk-am335x-evm-07.00.00.00/bin# ./setup-uboot-env.sh
    
    --------------------------------------------------------------------------------
    This step will set up the u-boot variables for booting the EVM.
    Becuase the not all AM335x devices have a NAND, the u-boot variables will
    be stored in uEnv.txt on the boot partition. U-boot will read this
    file on boot.
    
    Autodetected the following ip address of your host, correct it if necessary
    [ 10.5.5.86 ] 
    
    Select Linux kernel location:
     1: TFTP
     2: SD card
    
    [ 1 ] 2
    
    Select root file system location:
     1: NFS
     2: SD card
    
    [ 1 ] 1
    
    
    This SDK supports both the AM335x EVM and the BeagleBone/EVM-SK.
    A BeagleBone/EVM-SK has been detected as attached to your host system
    Are you wanting to configure u-boot for this device?  An
    answer of 'n' will configure u-boot for the AM335x EVM instead
    (y/n) y
    Copying uEnv.txt to boot partition...
    Detecting connection to board...
    
    
    --------------------------------------------------------------------------------
    uEnv.text has been saved to the boot partition. uEnv.txt contains:
    serverip=10.5.5.86
    rootpath=/home/ngrutman/ti-sdk-am335x-evm-07.00.00.00/targetNFS
    ip_method=dhcp
    uenvcmd=setenv autoload no; mmc rescan; run loadimage; run findfdt; run loadfdt; run netargs; bootz ${loadaddr} - ${fdtaddr}
    
    On the next boot, the BeagleBone will boot with these settings.
    Would you like to restart now (y/n)?
    [ y ]y
    
    
    Welcome to minicom 2.5
    
    OPTIONS: I18n 
    Compiled on May  2 2011, 00:39:27.
    Port /dev/ttyUSB1
    
    Press CTRL-A Z for help on special keys
    
    bigger 50
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org am335x-evm ttyO0
    
    Arago 2013.12 am335x-evm ttyO0
    
    am335x-evm login: init 6
    INIT: Sending processes the TERM signal
    INIT: SenUIM SYSFS Node Not Found
    Stopping Dropbear SSH server: stopped /usr/sbin/dropbear (pid 1306)
    dropbear.
    Stopping telnet daemon.
    Stopping system message bus: Stopping syslogd/klogd: stopped syslogd (pid 1318)
    stopped klogd (pid 1321)
    done
    Stopping thttpd.
    ALSA: Storing mixer settings...
    Deconfiguring network interfaces... ifdown: interface eth0 not configured
    done.
    Stopping PVR
    Stopping Lighttpd Web Server: stopped /usr/sbin/lighttpd (pid 1381)
    lighttpd.
    Stopping Matrix GUI application.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the followin GPLv3 packages:
            binutils-symlinks
            binutils
            gdbserver
    
    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    Sending all processes the TERM signal...
    Error VT_WAITACTIVE failed
    : Interrupted system call
    Sending all processes the KILL signal...
    Unmounting remote filesystems...
    Deactivating swap...
    Unmounting local filesystems...
    [  165.160470] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered
    Rebooting... [  167.286988] reboot: Restarting system
    
    U-Boot SPL 2013.10-g78d8ebd (Mar 30 2014 - 20:46:34)
    reading args
    spl: error reading image args, err - -1
    reading u-boot.img
    reading u-boot.img
    
    
    U-Boot 2013.10-g78d8ebd (Mar 30 2014 - 20:46:34)
    
    I2C:   ready
    DRAM:  256 MiB
    NAND:  0 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Error - No Valid Environment Area found
    *** Warning - bad CRC, using default environment
    
    Net:   <ethaddr> not set. Validating first E-fuse MAC
    cpsw, usb_ether
    Hit any key to stop autoboot:  0 
    mmc0 is current device
    Scanning mmc 0...
    4117616 bytes read in 284 ms (13.8 MiB/s)
    38048 bytes read in 41 ms (906.3 KiB/s)
    mmc0 is current device
    SD/MMC found on device 0
    reading uEnv.txt
    223 bytes read in 3 ms (72.3 KiB/s)
    Loaded environment from uEnv.txt
    Importing environment from mmc ...
    Running uenvcmd ...
    4117616 bytes read in 284 ms (13.8 MiB/s)
    38048 bytes read in 40 ms (928.7 KiB/s)
    Kernel image @ 0x80200000 [ 0x000000 - 0x3ed470 ]
    ## Flattened Device Tree blob at 80f80000
       Booting using the fdt blob at 0x80f80000
       Loading Device Tree to 8f320000, end 8f32c49f ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 3.12.10-ti2013.12.01 (jenkins@sdit-build02) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-
    1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) ) #1 Sun Mar 30 20:55:31 CDT 2014
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x EVM-SK
    [    0.000000] cma: CMA: reserved 24 MiB at 8d800000
    [    0.000000] Memory policy: ECC disabled, Data cache writeback
    [    0.000000] CPU: All CPU(s) started in SVC mode.
    [    0.000000] AM335X ES1.0 (sgx neon )
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64256
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs nfsroot=10.5.5.86:/home/ngrutman/ti-sdk-am335x-evm-07.00.00.00
    /targetNFS,nolock rw ip=dhcp
    [    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
    [    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
    [    0.000000] Memory: 223444K/259072K available (5555K kernel code, 559K rwdata, 1876K rodata, 345K init, 225K bss, 35628K reserved, 0
    K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    [    0.000000]     vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc074a04c   (7433 kB)
    [    0.000000]       .init : 0xc074b000 - 0xc07a15f0   ( 346 kB)
    [    0.000000]       .data : 0xc07a2000 - 0xc082ddd8   ( 560 kB)
    [    0.000000]        .bss : 0xc082ddd8 - 0xc0866400   ( 226 kB)
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [    0.000000] Total of 128 interrupts on 1 active controller
    [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
    [    0.000000] OMAP clocksource: timer1 at 24000000 Hz
    [    0.000000] Console: colour dummy device 80x30
    [    0.000313] Calibrating delay loop... 479.23 BogoMIPS (lpj=2396160)
    [    0.119733] pid_max: default: 32768 minimum: 301
    [    0.119835] Security Framework initialized
    [    0.119890] Mount-cache hash table entries: 512
    [    0.128275] CPU: Testing write buffer coherency: ok
    [    0.128682] Setting up static identity map for 0xc0572e68 - 0xc0572ed8
    [    0.129575] devtmpfs: initialized
    [    0.131372] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    0.193306] omap_hwmod: debugss: _wait_target_disable failed
    [    0.194034] pinctrl core: initialized pinctrl subsystem
    [    0.194894] regulator-dummy: no parameters
    [    0.197322] NET: Registered protocol family 16
    [    0.199548] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.202306] cpuidle: using governor ladder
    [    0.202324] cpuidle: using governor menu
    [    0.211044] platform mpu.1: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.212116] platform 49000000.edma: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.213379] OMAP GPIO hardware version 0.1
    [    0.221703] platform 56000000.sgx: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [    0.224739] DSS not supported on this SoC
    [    0.224761] No ATAGs?
    [    0.224772] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.248830] bio: create slab <bio-0> at 0
    [    0.263651] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
    [    0.264494] vbat: 5000 mV 
    [    0.264886] lis3_reg: no parameters
    [    0.267752] vgaarb: loaded
    [    0.269036] SCSI subsystem initialized
    [    0.270456] usbcore: registered new interface driver usbfs
    [    0.270641] usbcore: registered new interface driver hub
    [    0.270841] usbcore: registered new device driver usb
    [    0.271820] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring probe
    [    0.271850] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
    [    0.272078] media: Linux media interface: v0.10
    [    0.272254] Linux video capture interface: v2.00
    [    0.272515] pps_core: LinuxPPS API ver. 1 registered
    [    0.272526] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.272674] PTP clock support registered
    [    0.275274] Switched to clocksource timer1
    [    0.294106] NET: Registered protocol family 2
    [    0.294763] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
    [    0.294819] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.294851] TCP: Hash tables configured (established 2048 bind 2048)
    [    0.294919] TCP: reno registered
    [    0.294934] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [    0.294955] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [    0.295158] NET: Registered protocol family 1
    [    0.295622] RPC: Registered named UNIX socket transport module.
    [    0.295636] RPC: Registered udp transport module.
    [    0.295643] RPC: Registered tcp transport module.
    [    0.295650] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.296565] NetWinder Floating Point Emulator V0.97 (double precision)
    [    0.297199] PM: Loading am335x-pm-firmware.bin
    [    0.452908] VFS: Disk quotas dquot_6.5.2
    [    0.452985] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.453608] NFS: Registering the id_resolver key type
    [    0.453690] Key type id_resolver registered
    [    0.453700] Key type id_legacy registered
    [    0.453744] jffs2: version 2.2. (NAND) (SUMMARY)  �© 2001-2006 Red Hat, Inc.
    [    0.453942] msgmni has been set to 484
    [    0.455638] NET: Registered protocol family 38
    [    0.455683] io scheduler noop registered
    [    0.455693] io scheduler deadline registered
    [    0.455716] io scheduler cfq registered (default)
    [    0.457743] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [    0.496936] Console: switching to colour frame buffer device 60x34
    [    0.500636] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.503472] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UART0
    [    1.114597] console [ttyO0] enabled
    [    1.119776] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
    [    1.136967] brd: module loaded
    [    1.145470] loop: module loaded
    [    1.153157] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    1.163640] usbcore: registered new interface driver asix
    [    1.169597] usbcore: registered new interface driver ax88179_178a
    [    1.176250] usbcore: registered new interface driver cdc_ether
    [    1.182598] usbcore: registered new interface driver r815x
    [    1.188584] usbcore: registered new interface driver smsc95xx
    [    1.194840] usbcore: registered new interface driver net1080
    [    1.200972] usbcore: registered new interface driver cdc_subset
    [    1.207405] usbcore: registered new interface driver zaurus
    [    1.213554] usbcore: registered new interface driver cdc_ncm
    [    1.220059] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    1.226994] ehci-pci: EHCI PCI platform driver
    [    1.231894] ehci-omap: OMAP-EHCI Host Controller driver
    [    1.238310] usbcore: registered new interface driver cdc_wdm
    [    1.244498] usbcore: registered new interface driver usb-storage
    [    1.251918] mousedev: PS/2 mouse device common for all mice
    [    1.259735] input: ti-tsc as /devices/ocp.2/44e0d000.tscadc/TI-am335x-tsc/input/input0
    [    1.270279] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
    [    1.277878] 44e3e000.rtc: already running
    [    1.282887] i2c /dev entries driver
    [    1.287197] Driver for 1-wire Dallas network protocol.
    [    1.294967] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    1.304208] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
    [    1.311541] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
    [    1.318800] omap_hsmmc 48060000.mmc: unable to get vmmc regulator -517
    [    1.325748] edma-dma-engine edma-dma-engine.0: freeing channel for 24
    [    1.332565] edma-dma-engine edma-dma-engine.0: freeing channel for 25
    [    1.339499] platform 48060000.mmc: Driver omap_hsmmc requests probe deferral
    [    1.348999] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.355760] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
    [    1.362998] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [    1.370347] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [    1.376544] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
    [    1.383645] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
    [    1.392099] usbcore: registered new interface driver usbhid
    [    1.398036] usbhid: USB HID core driver
    [    1.404306] oprofile: no performance counters
    [    1.409362] oprofile: using timer interrupt.
    [    1.414181] TCP: cubic registered
    [    1.417729] Initializing XFRM netlink socket
    [    1.422309] NET: Registered protocol family 17
    [    1.427081] NET: Registered protocol family 15
    [    1.431839] 8021q: 802.1Q VLAN Support v1.8
    [    1.439438] omap_hwmod: gpio1: _wait_target_disable failed
    [    1.445405] Key type dns_resolver registered
    [    1.450546] cpu cpu0: cpu0 regulator not ready, retry
    [    1.456019] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
    [    1.464376] ThumbEE CPU extension supported.
    [    1.472495] tps65910 0-002d: No interrupt support, no core IRQ
    [    1.480768] vrtc: 1800 mV 
    [    1.483892] vrtc: supplied by vbat
    [    1.488848] vio: at 1500 mV 
    [    1.491978] vio: supplied by vbat
    [    1.496886] vdd_mpu: 912 <--> 1375 mV at 1137 mV 
    [    1.501921] vdd_mpu: supplied by vbat
    [    1.507156] vdd_core: 912 <--> 1150 mV at 1137 mV 
    [    1.512279] vdd_core: supplied by vbat
    [    1.517321] vdd3: 5000 mV 
    [    1.521306] vdig1: at 1800 mV 
    [    1.524606] vdig1: supplied by vbat
    [    1.529478] vdig2: at 1800 mV 
    [    1.532770] vdig2: supplied by vbat
    [    1.537628] vpll: at 1800 mV 
    [    1.540824] vpll: supplied by vbat
    [    1.545607] vdac: at 1800 mV 
    [    1.548802] vdac: supplied by vbat
    [    1.553558] vaux1: at 1800 mV 
    [    1.556877] vaux1: supplied by vbat
    [    1.561726] vaux2: at 3300 mV 
    [    1.565012] vaux2: supplied by vbat
    [    1.569876] vaux33: at 3300 mV 
    [    1.573259] vaux33: supplied by vbat
    [    1.578230] vmmc: 1800 <--> 3300 mV at 3300 mV 
    [    1.583089] vmmc: supplied by vbat
    [    1.588485] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [    1.595400] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
    [    1.602603] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
    [    1.705310] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
    [    1.711764] davinci_mdio 4a101000.mdio: detected phy mask fffffffc
    [    1.719772] libphy: 4a101000.mdio: probed
    [    1.724023] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver Atheros 8031 ethernet
    [    1.733817] davinci_mdio 4a101000.mdio: phy[1]: device 4a101000.mdio:01, driver Atheros 8031 ethernet
    [    1.744428] Missing dual_emac_res_vlan in DT.
    [    1.749078] Using 1 as Reserved VLAN for 0 slave
    [    1.753977] Missing dual_emac_res_vlan in DT.
    [    1.758602] Using 2 as Reserved VLAN for 1 slave
    [    1.763480] Detected MACID = d4:94:a1:83:0f:8c
    [    1.769457] cpsw: Detected MACID = d4:94:a1:83:0f:8d
    [    1.777003] input: gpio_buttons.7 as /devices/gpio_buttons.7/input/input1
    [    1.784920] omap_rtc 44e3e000.rtc: setting system clock to 2014-03-31 02:38:33 UTC (1396233513)
    [    1.797706] net eth0: initializing cpsw version 1.12 (0)
    [    1.806494] net eth0: phy found : id is : 0x4dd074
    [    1.816333] 8021q: adding VLAN 0 to HW filter on device eth0
    [    1.822748] net eth1: initializing cpsw version 1.12 (0)
    [    1.831517] net eth1: phy found : id is : 0x4dd074
    [    1.840217] 8021q: adding VLAN 0 to HW filter on device eth1
    [    1.848832] mmc0: host does not support reading read-only switch. assuming write-enable.
    [    1.859475] mmc0: new high speed SDHC card at address 15bd
    [    1.866046] mmcblk0: mmc0:15bd SD04G 3.69 GiB 
    [    1.872269]  mmcblk0: p1 p2
    [    3.806171] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [    3.845295] Sending DHCP requests .[    4.826075] libphy: 4a101000.mdio:01 - Link is Up - 100/Full
    [    6.493682] DHCP/BOOTP: Reply not for us, op[2] xid[e8224e0e]
    [    6.499796] DHCP/BOOTP: Reply not for us, op[2] xid[e8224e0e]
    ....[   50.763153] DHCP/BOOTP: Reply not for us, op[2] xid[50273086]
    [   50.769263] DHCP/BOOTP: Reply not for us, op[2] xid[50273086]
    .[   60.325705] PM: request_firmware failed
    
    
    
    

  • Naum Grutman said:
    I am curious  Have you applied the patch that RonB mentioned in his reply to your SDK7... ???

    To apply the patch, please copy and paste the patch from the wiki Ron provided, then use Linux patch command.

    The alternative is if you have checked my uEnv.txt, I use static IP in bootargs to avoid this issue: ip=${ipaddr}:::::eth0.

  • Looks like others had similar issues targetNFS with SDK7 way before I got into this subject

    see the following links...

    http://e2e.ti.com/support/arm/sitara_arm/f/791/p/347641/1218748

    http://e2e.ti.com/support/arm/sitara_arm/f/791/t/338842 

    As a help to anybody that has similar issues with SDK7 based zImage-am335x-evm.bin and  targetNFS while

    booting via TFTP the solution is to use portions of SDK8 now that it got released...

    I end up using images: u-boot-spl.bin and u-boot.img  from SDK7 the uEnv.txt that is being built by scripts from SDK7

    and zImage-am335x-evm.bin and targetNFS from SDK8, which is Linux Kernel 3.14 based, and now it works

    like it was supposed to be working within SDK7 and Linux Kernel 3.12  in a first place.

  • Looks like others had similar TFTP / targetNFS  BootUp issues with SDK7 way before I got into this subject

    see the following links...

    http://e2e.ti.com/support/arm/sitara_arm/f/791/p/347641/1218748

    http://e2e.ti.com/support/arm/sitara_arm/f/791/t/338842 

    As a help to anybody that has similar issues with SDK7 based zImage-am335x-evm.bin and  targetNFS while

    booting via TFTP the solution is to use portions of SDK8 now that it got released...

    I end up using images: u-boot-spl.bin and u-boot.img  from SDK7 the uEnv.txt that is being built by scripts from SDK7

    and zImage-am335x-evm.bin and targetNFS from SDK8, which is Linux Kernel 3.14 based, and now it works

    like it was supposed to be working within SDK7 and Linux Kernel 3.12  in a first place.