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.

u-boot ip problem in SDK 7

Hi, I am using a evmsk and want to work with the SDK 7 because I need industrial io. Unsing SDK 5 I have no problem to boot using dhcp,tftp and nfs. When I use u-boot from SDK 7 the ip connection fails in timeout. I am using the sugested setup with a dhcp router as describe in the SK quick manual.

Any sugestions?

hugo

  • Can you post a log showing the failure?

    Steve K.

  • Hi, here the screen from u-boot:

    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 279 ms (14.1 MiB/s)                                                                   
    38048 bytes read in 34 ms (1.1 MiB/s)                                                                       
    mmc0 is current device                                                                                      
    SD/MMC found on device 0                                                                                    
    reading uEnv.txt                                                                                            
    333 bytes read in 2 ms (162.1 KiB/s)                                                                        
    Loaded environment from uEnv.txt                                                                            
    Importing environment from mmc ...                                                                          
    Running uenvcmd ...                                                                                         
    cpsw Waiting for PHY auto negotiation to complete......... TIMEOUT !                                        
    BOOTP broadcast 1                                                                                           
    cpsw Waiting for PHY auto negotiation to complete......... TIMEOUT !                                        
    cpsw Waiting for PHY auto negotiation to complete......... TIMEOUT !                                        
    BOOTP broadcast 2                                                                                           
    cpsw Waiting for PHY auto negotiation to complete......... TIMEOUT !                                        
    cpsw Waiting for PHY auto negotiation to complete......... TIMEOUT !                                        
    BOOTP broadcast 3                                                                                           
    cpsw Waiting for PHY auto negotiation to complete......... TIMEOUT !                                        
    cpsw Waiting for PHY auto negotiation to complete......... TIMEOUT !                                        
    BOOTP broadcast 4                                                                                           
    cpsw Waiting for PHY auto negotiation to complete......... TIMEOUT !                                        
    cpsw Waiting for PHY auto negotiation to complete......... TIMEOUT !                                        
    BOOTP broadcast 5                                                                                           
    cpsw Waiting for PHY auto negotiation to complete......... TIMEOUT !                                        
    cpsw Waiting for PHY auto negotiation to complete..

     When I stop the autoboot I can see it doesn't read in the uEnv,txt file at all. All the environment is default.

    serverip=192.168.0.199
    rootpath=/home/hugo/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

    Also, how can i set u-boot so it doesn't try to use the usb ether.

    Thank you

    hugo

  • Hi Hugo,

    Can you also copy/paste the uEnv.txt? To stop u-boot from trying usb_ether,  you would

    setenv ethact cpsw

    So that u-boot should only try cpsw.

    Steve K.

  • Hi Steve

    uEnv.txt:

    serverip=192.168.0.199
    rootpath=/home/hugo/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

    I'll try your sugestion for cpsw.

    Once again, everything work's fine in SDK 5.

    If I can't resolve this problem quickly is there a way to patch in iio into linux 3.2?

    Thanx

  • Good morning Steve,

    I have a unch. I am no IT guy but is it possible that under sdk7 the dhcp server as to be a "real one" not just a simple home router just dishing out ip address? Should I install and setup a dhcp server on my developemet machine instead?

    I have been reading the man pages, and other source, and see that dhcp takr care of BOOTP directly.

    Am I looking in the right direction?

    Also: The autonegociation failing is appening also in sdk5 but BOOTP still work. Maybe this is the same with sdk7 and it just a dhcp issue.

    Thanx.

    hugo

  • This is not the DHCP issue, that is happening in the Linux kernel and not u-boot. Make sure you are plugged into J6 on the evmsk board in u-boot.

    The auto-negotiation failure could be indicating something is physically not connected correctly. For example the cable could be damaged as the two PHYs making  up the connection are not able to establish a link.

  • It looks like the issue is make the ethernet cable is plugged into J6, otherwise the PHY negotiation failure will happen.

  • That was it thank you. What took me astray is that it worked with the sdk5 even with the autonegiciation failure. So I was under the impression something else was wrong.

    hugo

  • 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
    
    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: 
    
    
    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
    
    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
    
    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
    
    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 ..
    
    
     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:

    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

    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 scripts.

    Thanks,

    Naum