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.

OmapL138 EVM, mount SD card but missing dev/mmcblk

Other Parts Discussed in Thread: OMAPL138, OMAP-L138, DA8XX, PMP

Hi, I am using OmapL138 EVM and installed ti-dvsdk_omapl138-evm_04_03_00_06 successfully. I run the setup.sh  and target is bootup successfully with pre-build kernal image "uImage-da850-omapl138-evm.bin". At target, i browse to /dev but i don't see the list of mmcblk0,mmblk1.. But at host, i can see those files inside /targetfs/dev/. I wish to mount the SD card, so please advise how to solve this. Thanks.

  • Hi Foong,

    The following needs to be enabled while configuring kernel to support MMC/SD card.

    Not sure, by default, the pre-built image has this driver support. Please post your bootup logs.

    And also, I would like to recommend the latest MCSDK 1.1 package which comprises the kernel version 3.3

    Device Drivers --->

        <*>MMC/SD/SDIO card support  --->
            <*>   MMC block device driver
            <*>   TI DAVINCI Multimedia Card Interface support

     

    Regards,

    Shankari

    -------------------------------------------------------------------------------------------------------

    Please click the Verify Answer button on this post if it answers your question.
    --------------------------------------------------------------------------------------------------------

  • Hi Shankari,

    After I made a change in menuconfig, I tried to 'make linux_clean' and followed by 'make linux', then I got the error below, any idea on this error? Thanks.

    mktemp: failed to create file via template `/tmp/cpiolist.XXXXXX': Permission denied
    make[2]: *** [usr/initramfs_data.cpio] Error 1
    make[1]: *** [usr] Error 2
    make[1]: Leaving directory `/home/wifibt/ti-dvsdk_omapl138-evm_04_03_00_06/psp/linux-2.6.37-psp03.21.00.04.sdk'

  • Hi Foong,

    At target, i browse to /dev but i don't see the list of mmcblk0,mmblk1.. But at host, i can see those files inside /targetfs/dev/

    Could you please attach the complete bootup log.

    Please use the following commands to build.

    make menuconfig ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi-   (For configuration)

    make uImage ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi-   (To build)

    make distclean ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi-   (To clean)

    make da850_evm_defconfig ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi-   (To select defconfig for particular board)

    http://software-dl.ti.com/sdoemb/sdoemb_public_sw/mcsdk/latest1/index_FDS.html

    Use of our latest release of MCSDK for OMAPL138.

  • Hi Shankari,

    Currently I am using dvsdk_omapl138-evm_04_03_00_06_setuplinux installer for my EVM because we don't have plan to upgrade our product's kernel to 3.3, so I try to use back the same kernel version for EVM that's why did not use the latest MCSDK.

    After I reinstall the package, no more kernel build issue
    I changed the menuconfig as below:
        <*>MMC/SD/SDIO card support  --->
            <*>   MMC block device driver
            <*>   TI Flash media MMC/SD Interface support
    note: 'TI DAVINCI Multimedia Card Interface support' option is not available

    then I rebuild the kernel (follow the build command 5.3 Creating your own Linux kernel image, in OMAPL138_Software_Developers_Guide.pdf (from the installation package),

    make linux_clean
    make linux
    sudo make linux_install

    6710.OMAPL138_Software_Developers_Guide.pdf

    wifibt@wifibt-desktop:~$ minicom -w
    
    Welcome to minicom 2.4
    
    OPTIONS: I18n 
    Compiled on Jan 25 2010, 06:49:09.
    Port /dev/ttyS0
    
    Press CTRL-A Z for help on special keys
    
    OMAP-L138 initialization passed!
    Booting TI User Boot Loader
            UBL Version: 1.65
            UBL Flashtype: SPI 
    Starting SPI Memory Copy...
    Valid magicnum, 0x55424CBB, found at offset 0x00010000.
       DONE
    Jumping to entry point at 0xC1080000.
    
    
    U-Boot 2009.11 (Dec 22 2010 - 00:27:22)
    
    I2C:   ready
    DRAM:  64 MB
    MMC:   davinci: 0
    In:    serial
    Out:   serial
    Err:   serial
    ARM Clock : 300000000 Hz
    DDR Clock : 150000000 Hz
    Net:   Ethernet PHY: GENERIC @ 0x00
    
    Hit any key to stop autoboot:  0 
    BOOTP broadcast 1
    *** Unhandled DHCP Option in OFFER/ACK: 44
    *** Unhandled DHCP Option in OFFER/ACK: 46
    *** Unhandled DHCP Option in OFFER/ACK: 44
    *** Unhandled DHCP Option in OFFER/ACK: 46
    DHCP client bound to address 10.228.40.242
    Using  device
    TFTP from server 10.228.40.153; our IP address is 10.228.40.242
    Filename 'new_uImage'.
    Load address: 0xc0700000
    Loading: #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             ###############################################################
    done
    Bytes transferred = 2314956 (2352cc hex)
    ## Booting kernel from Legacy Image at c0700000 ...
       Image Name:   Linux-2.6.37
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    2314892 Bytes =  2.2 MB
       Load Address: c0008000
       Entry Point:  c0008000
       Verifying Checksum ... OK
       Loading Kernel Image ... OK
    OK
    
    Starting kernel ...
    
    Uncompressing Linux... done, booting the kernel.
    Linux version 2.6.37 (wifibt@wifibt-desktop) (gcc version 4.3.3 (GCC) ) #1 PREEMPT Thu Sep 25 11:59:23 SGT 2014
    CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
    CPU: VIVT data cache, VIVT instruction cache
    Machine: DaVinci DA850/OMAP-L138/AM18x EVM
    Memory policy: ECC disabled, Data cache writeback
    DaVinci da850/omap-l138 variant 0x0
    Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8128
    Kernel command line: console=ttyS2,115200n8 noinitrd rw mem=32M@0xc0000000 root=/dev/nfs nfsroot=10.228.40.153:/home/wifibt/t
    argetfs,nolock ip=dhcp
    PID hash table entries: 128 (order: -3, 512 bytes)
    Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
    Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
    Memory: 32MB = 32MB total
    Memory: 27540k/27540k available, 5228k reserved, 0K highmem
    Virtual kernel memory layout:
        vector  : 0xffff0000 - 0xffff1000   (   4 kB)
        fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
        DMA     : 0xff000000 - 0xffe00000   (  14 MB)
        vmalloc : 0xc2800000 - 0xfea00000   ( 962 MB)
        lowmem  : 0xc0000000 - 0xc2000000   (  32 MB)
        modules : 0xbf000000 - 0xc0000000   (  16 MB)
          .init : 0xc0008000 - 0xc0032000   ( 168 kB)
          .text : 0xc0032000 - 0xc047e000   (4400 kB)
          .data : 0xc047e000 - 0xc04a8980   ( 171 kB)
    SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Preemptable hierarchical RCU implementation.
            RCU-based detection of stalled CPUs is disabled.
            Verbose stalled-CPUs detection is disabled.
    NR_IRQS:245
    Console: colour dummy device 80x30
    Calibrating delay loop... 149.50 BogoMIPS (lpj=747520)
    pid_max: default: 32768 minimum: 301
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: Testing write buffer coherency: ok
    DaVinci: 144 gpio irqs
    regulator: core version 0.5
    regulator: dummy: 
    NET: Registered protocol family 16
    WARNING: both McASP and McBSP are enabled, but they share pins.
            Only McASP will work. If you want McBSP support, disable McASP.
    WARNING: both McASP and UART1_AFE are enabled, but they share pins.
            Disable one of them.
    da850_evm_init: eHRPWM module 0 cannot be used since it is being used by MII interface
    da850_evm_init: eHRPWM module1 outputA cannot be used since it is being used by LCD
    da850_evm_init: eHRPWM module1 outputB cannot be used since it is being used by spi1
    bio: create slab <bio-0> at 0
    SCSI subsystem initialized
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    pca953x 1-0020: failed reading register
    pca953x 1-0021: interrupt support not compiled in
    regulator: VDCDC1: 3200 <--> 3300 mV at 3300 mV 
    regulator: VDCDC2: 1750 <--> 3300 mV at 3300 mV 
    regulator: VDCDC3: 950 <--> 1350 mV at 1200 mV 
    regulator: LDO1: 1800 mV 
    regulator: LDO2: 1150 <--> 1300 mV at 1200 mV 
    i2c-gpio i2c-gpio.1: using pins 20 (SDA) and 21 (SCL)
    Advanced Linux Sound Architecture Driver Version 1.0.23.
    Bluetooth: Core ver 2.15
    NET: Registered protocol family 31
    Bluetooth: HCI device and connection manager initialized
    Bluetooth: HCI socket layer initialized
    Switching to clocksource timer0_1
    musb-hdrc: version 6.0, host, debug=0
    musb-hdrc musb-hdrc: dma type: dma-cppi41
    Waiting for USB PHY clock good...
    musb-hdrc musb-hdrc: MUSB HDRC host driver
    musb-hdrc musb-hdrc: new USB bus registered, assigned bus number 1
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 1 port detected
    musb-hdrc musb-hdrc: USB Host mode controller at fee00000 using DMA, IRQ 58
    NET: Registered protocol family 2
    IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
    TCP established hash table entries: 1024 (order: 1, 8192 bytes)
    TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
    TCP: Hash tables configured (established 1024 bind 1024)
    TCP reno registered
    UDP hash table entries: 256 (order: 0, 4096 bytes)
    UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    NET: Registered protocol family 1
    RPC: Registered udp transport module.
    RPC: Registered tcp transport module.
    RPC: Registered tcp NFSv4.1 backchannel transport module.
    EMAC: MII PHY configured, RMII PHY will not be functional
    McBSP:Probed McBSP1
    JFFS2 version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.
    msgmni has been set to 53
    io scheduler noop registered (default)
    da8xx_lcdc da8xx_lcdc.0: GLCD: Found Sharp_LK043T1DG01 panel
    Console: switching to colour frame buffer device 60x34
    Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
    serial8250.0: ttyS0 at MMIO 0x1c42000 (irq = 25) is a AR7
    serial8250.0: ttyS1 at MMIO 0x1d0c000 (irq = 53) is a AR7
    serial8250.0: ttyS2 at MMIO 0x1d0d000 (irq = 61) is a AR7
    console [ttyS2] enabled
    brd: module loaded
    at24 1-0050: 32768 byte 24c256 EEPROM (writable)
    ahci ahci: forcing PORTS_IMPL to 0x1
    ahci ahci: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    ahci ahci: flags: ncq sntf pm led clo only pmp pio slum part ccc 
    scsi0 : ahci_platform
    ata1: SATA max UDMA/133 mmio [mem 0x01e18000-0x01e19fff] port 0x100 irq 67
    spi_davinci spi_davinci.1: DMA: supported
    spi_davinci spi_davinci.1: DMA: RX channel: 18, TX channel: 19, event queue: 0
    m25p80 spi1.0: m25p64 (8192 Kbytes)
    Creating 6 MTD partitions on "m25p80":
    0x000000000000-0x000000010000 : "UBL"
    0x000000010000-0x000000090000 : "U-Boot"
    0x000000090000-0x0000000a0000 : "U-Boot-Env"
    0x0000000a0000-0x000000320000 : "Kernel"
    0x000000320000-0x000000720000 : "Filesystem"
    0x0000007f0000-0x000000800000 : "MAC-Address"
    Read MAC addr from SPI Flash: 00:08:ee:03:5a:80
    spi_davinci spi_davinci.1: Controller at 0xfef0e000
    davinci_mdio davinci_mdio.0: davinci mdio revision 1.5
    davinci_mdio davinci_mdio.0: detected phy mask fffffffe
    davinci_mdio.0: probed
    davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver SMSC LAN8710/LAN8720
    console [netcon0] enabled
    netconsole: network logging started
    ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    ohci ohci.0: DA8xx OHCI
    ohci ohci.0: new USB bus registered, assigned bus number 2
    Waiting for USB PHY clock good...
    ohci ohci.0: irq 59, io mem 0x01e25000
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 1 port detected
    Initializing USB Mass Storage driver...
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    input: gpio-keys-polled as /devices/platform/gpio-keys-polled.1/input/input0
    input: TPS6507x Touchscreen as /devices/platform/i2c-gpio.1/i2c-1/1-0048/input/input1
    ata1: SATA link down (SStatus 0 SControl 300)
    omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
    omap_rtc: RTC power up reset detected
    i2c /dev entries driver
    watchdog watchdog: heartbeat 60 sec
    Bluetooth: HCI UART driver ver 2.2
    Bluetooth: HCI H4 protocol initialized
    Bluetooth: HCILL protocol initialized
    cpuidle: using governor ladder
    cpuidle: using governor menu
    davinci_mmc davinci_mmc.0: Using DMA, 4-bit mode
    davinci_mmc davinci_mmc.1: Using DMA, 4-bit mode
    usbcore: registered new interface driver usbhid
    usbhid: USB HID core driver
    1-0018 supply IOVDD not found, using dummy regulator
    1-0018 supply DVDD not found, using dummy regulator
    1-0018 supply AVDD not found, using dummy regulator
    1-0018 supply DRVDD not found, using dummy regulator
    asoc: tlv320aic3x-hifi <-> davinci-mcasp.0 mapping ok
    ALSA device list:
      #0: DA850/OMAP-L138 EVM
    nf_conntrack version 0.5.0 (430 buckets, 1720 max)
    ip_tables: (C) 2000-2006 Netfilter Core Team
    TCP cubic registered
    NET: Registered protocol family 17
    Bluetooth: L2CAP ver 2.15
    Bluetooth: L2CAP socket layer initialized
    Bluetooth: SCO (Voice Link) ver 0.6
    Bluetooth: SCO socket layer initialized
    Bluetooth: RFCOMM TTY layer initialized
    Bluetooth: RFCOMM socket layer initialized
    Bluetooth: RFCOMM ver 1.11
    Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    Bluetooth: BNEP filters: protocol multicast
    Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    regulator_init_complete: incomplete constraints, leaving LDO2 on
    regulator_init_complete: incomplete constraints, leaving LDO1 on
    regulator_init_complete: incomplete constraints, leaving VDCDC3 on
    regulator_init_complete: incomplete constraints, leaving VDCDC2 on
    regulator_init_complete: incomplete constraints, leaving VDCDC1 on
    omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
    davinci_mdio davinci_mdio.0: resetting idled controller
    net eth0: attached PHY driver [SMSC LAN8710/LAN8720] (mii_bus:phy_addr=0:00, id=7c0f1)
    Sending DHCP requests .
    PHY: 0:00 - Link is Up - 100/Full
    ., OK
    IP-Config: Got DHCP answer from 0.0.0.0, my address is 10.228.40.242
    IP-Config: Complete:
         device=eth0, addr=10.228.40.242, mask=255.255.254.0, gw=10.228.41.254,
         host=10.228.40.242, domain=ap.mot-solutions.com, nis-domain=(none),
         bootserver=0.0.0.0, rootserver=10.228.40.153, rootpath=
    VFS: Mounted root (nfs filesystem) on device 0:13.
    Freeing init memory: 168K
    INIT: version 2.86 booting
    Please wait: booting...
    Starting udev
    udevd (601): /proc/601/oom_adj is deprecated, please use /proc/601/oom_score_adj instead.
    udev: starting version 141
    Root filesystem already rw, not remounting
    Caching udev devnodes
    Populating dev cachemv: cannot rename '/tmp/devices': No such file or directory
    NET: Registered protocol family 10
    logger: mount: mount point /proc/bus/usb does not exist
    ALSA: Restoring mixer settings...
    NOT configuring network interfaces: / is an NFS mount
    Found hardware: "" "" "" "" ""
    Hardware is initialized using a generic method
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #3 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #4 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #5 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #6 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #7 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #8 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #9 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #11 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #12 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #13 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #15 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #16 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #17 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #18 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #19 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #21 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #22 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #23 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #24 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #29 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #30 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #31 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #32 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #33 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #34 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #35 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #36 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #37 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #38 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #39 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #40 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #41 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #42 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #43 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #44 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #45 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #46 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #47 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #48 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #49 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #50 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #51 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #52 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #70 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #71 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #72 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #73 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #74 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #77 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #78 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #79 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #80 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #81 (No such file or directory)
    Fri Dec 23 12:42:00 UTC 2011
    INIT: Entering runlevel: 5
    Starting system message bus: dbus.
    Starting Dropbear SSH server: dropbear.
    Starting telnet daemon.
    Starting network benchmark server: netserver.
    Starting syslogd/klogd: done
    Starting thttpd.
    CMEMK module: built on Dec 23 2011 at 12:04:44
      Reference Linux version 2.6.37
      File /datalocal/DVSDK43_HPDL380G7/arago-tmp/work/da850-omapl138-evm-arago-linux-gnueabi/ti-linuxutils-1_2_26_02_05-r57d/lin
    uxutils_2_26_02_05/packages/ti/sdo/linuxutils/cmem/src/module/cmemk.c
    allocated heap buffer 0xc3000000 of size 0x1200000
    heap fallback enabled - will try heap if pool buffer is not available
    cmemk initialized
    DSPLINK Module (1.65.01.05_eng) created on Date: Dec 23 2011 Time: 12:07:46
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org arago ttyS2
    
    Arago 2011.06 arago ttyS2
    
    arago login: root
    root@arago:~# ls
    root@arago:~# cd ..
    root@arago:/home# ls 
    root
    root@arago:/home# cd ..
    root@arago:/# ls
    bin      etc      linuxrc  opt      srv      usr
    boot     home     media    proc     sys      var
    dev      lib      mnt      sbin     tmp
    root@arago:/# cd dev
    root@arago:/dev# ls
    block               ptyp7               tty44
    bus                 ram0                tty45
    char                random              tty46
    cmem                rfkill              tty47
    console             rtc                 tty48
    cpu_dma_latency     rtc0                tty49
    dm365mmap           shm                 tty5
    dsplink             snd                 tty50
    fb                  tty                 tty51
    fb0                 tty0                tty52
    full                tty1                tty53
    i2c-1               tty10               tty54
    initctl             tty11               tty55
    input               tty12               tty56
    kmem                tty13               tty57
    kmsg                tty14               tty58
    log                 tty15               tty59
    mem                 tty16               tty6
    mtd0                tty17               tty60
    mtd0ro              tty18               tty61
    mtd1                tty19               tty62
    mtd1ro              tty2                tty63
    mtd2                tty20               tty7
    mtd2ro              tty21               tty8
    mtd3                tty22               tty9
    mtd3ro              tty23               ttyS0
    mtd4                tty24               ttyS1
    mtd4ro              tty25               ttyS2
    mtd5                tty26               ttyp0
    mtd5ro              tty27               ttyp1
    mtdblock0           tty28               ttyp2
    mtdblock1           tty29               ttyp3
    mtdblock2           tty3                ttyp4
    mtdblock3           tty30               ttyp5
    mtdblock4           tty31               ttyp6
    mtdblock5           tty32               ttyp7
    network_latency     tty33               udev_network_queue
    network_throughput  tty34               urandom
    null                tty35               vcs
    ptmx                tty36               vcs1
    pts                 tty37               vcs2
    ptyp0               tty38               vcsa
    ptyp1               tty39               vcsa1
    ptyp2               tty4                vcsa2
    ptyp3               tty40               watchdog
    ptyp4               tty41               zero
    ptyp5               tty42
    ptyp6               tty43
    root@arago:/dev# 
     CTRL-A Z for help |115200 8N1 | NOR | Minicom 2.4    | VT102 |      Offline                                                
    
    

    After boot up the EVM with new kernal image, I still can't see the dev/mmcblk0, bootup log is attached.

    when i checked back the menuconfig, it shows me this. Tried few times but after build kernel it will disable "TI Flash media MMC/SD Interface support".

        <*>MMC/SD/SDIO card support  --->
            <*>   MMC block device driver
            < >   TI Flash media MMC/SD Interface support


    Thanks.

  • Hi Foong,

    Could you please share your complete bootuplog to analyze.

  • bootup_log.txt is attached in the previous post.

    Enclosed it here as well,

    wifibt@wifibt-desktop:~$ minicom -w

    Welcome to minicom 2.4

    OPTIONS: I18n
    Compiled on Jan 25 2010, 06:49:09.
    Port /dev/ttyS0

    Press CTRL-A Z for help on special keys

    OMAP-L138 initialization passed!
    Booting TI User Boot Loader
            UBL Version: 1.65
            UBL Flashtype: SPI
    Starting SPI Memory Copy...
    Valid magicnum, 0x55424CBB, found at offset 0x00010000.
       DONE
    Jumping to entry point at 0xC1080000.


    U-Boot 2009.11 (Dec 22 2010 - 00:27:22)

    I2C:   ready
    DRAM:  64 MB
    MMC:   davinci: 0
    In:    serial
    Out:   serial
    Err:   serial
    ARM Clock : 300000000 Hz
    DDR Clock : 150000000 Hz
    Net:   Ethernet PHY: GENERIC @ 0x00

    Hit any key to stop autoboot:  0
    BOOTP broadcast 1
    *** Unhandled DHCP Option in OFFER/ACK: 44
    *** Unhandled DHCP Option in OFFER/ACK: 46
    *** Unhandled DHCP Option in OFFER/ACK: 44
    *** Unhandled DHCP Option in OFFER/ACK: 46
    DHCP client bound to address 10.228.40.242
    Using  device
    TFTP from server 10.228.40.153; our IP address is 10.228.40.242
    Filename 'new_uImage'.
    Load address: 0xc0700000
    Loading: #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             ###############################################################
    done
    Bytes transferred = 2314956 (2352cc hex)
    ## Booting kernel from Legacy Image at c0700000 ...
       Image Name:   Linux-2.6.37
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    2314892 Bytes =  2.2 MB
       Load Address: c0008000
       Entry Point:  c0008000
       Verifying Checksum ... OK
       Loading Kernel Image ... OK
    OK

    Starting kernel ...

    Uncompressing Linux... done, booting the kernel.
    Linux version 2.6.37 (wifibt@wifibt-desktop) (gcc version 4.3.3 (GCC) ) #1 PREEMPT Thu Sep 25 11:59:23 SGT 2014
    CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
    CPU: VIVT data cache, VIVT instruction cache
    Machine: DaVinci DA850/OMAP-L138/AM18x EVM
    Memory policy: ECC disabled, Data cache writeback
    DaVinci da850/omap-l138 variant 0x0
    Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8128
    Kernel command line: console=ttyS2,115200n8 noinitrd rw mem=32M@0xc0000000 root=/dev/nfs nfsroot=10.228.40.153:/home/wifibt/t
    argetfs,nolock ip=dhcp
    PID hash table entries: 128 (order: -3, 512 bytes)
    Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
    Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
    Memory: 32MB = 32MB total
    Memory: 27540k/27540k available, 5228k reserved, 0K highmem
    Virtual kernel memory layout:
        vector  : 0xffff0000 - 0xffff1000   (   4 kB)
        fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
        DMA     : 0xff000000 - 0xffe00000   (  14 MB)
        vmalloc : 0xc2800000 - 0xfea00000   ( 962 MB)
        lowmem  : 0xc0000000 - 0xc2000000   (  32 MB)
        modules : 0xbf000000 - 0xc0000000   (  16 MB)
          .init : 0xc0008000 - 0xc0032000   ( 168 kB)
          .text : 0xc0032000 - 0xc047e000   (4400 kB)
          .data : 0xc047e000 - 0xc04a8980   ( 171 kB)
    SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Preemptable hierarchical RCU implementation.
            RCU-based detection of stalled CPUs is disabled.
            Verbose stalled-CPUs detection is disabled.
    NR_IRQS:245
    Console: colour dummy device 80x30
    Calibrating delay loop... 149.50 BogoMIPS (lpj=747520)
    pid_max: default: 32768 minimum: 301
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: Testing write buffer coherency: ok
    DaVinci: 144 gpio irqs
    regulator: core version 0.5
    regulator: dummy:
    NET: Registered protocol family 16
    WARNING: both McASP and McBSP are enabled, but they share pins.
            Only McASP will work. If you want McBSP support, disable McASP.
    WARNING: both McASP and UART1_AFE are enabled, but they share pins.
            Disable one of them.
    da850_evm_init: eHRPWM module 0 cannot be used since it is being used by MII interface
    da850_evm_init: eHRPWM module1 outputA cannot be used since it is being used by LCD
    da850_evm_init: eHRPWM module1 outputB cannot be used since it is being used by spi1
    bio: create slab <bio-0> at 0
    SCSI subsystem initialized
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    pca953x 1-0020: failed reading register
    pca953x 1-0021: interrupt support not compiled in
    regulator: VDCDC1: 3200 <--> 3300 mV at 3300 mV
    regulator: VDCDC2: 1750 <--> 3300 mV at 3300 mV
    regulator: VDCDC3: 950 <--> 1350 mV at 1200 mV
    regulator: LDO1: 1800 mV
    regulator: LDO2: 1150 <--> 1300 mV at 1200 mV
    i2c-gpio i2c-gpio.1: using pins 20 (SDA) and 21 (SCL)
    Advanced Linux Sound Architecture Driver Version 1.0.23.
    Bluetooth: Core ver 2.15
    NET: Registered protocol family 31
    Bluetooth: HCI device and connection manager initialized
    Bluetooth: HCI socket layer initialized
    Switching to clocksource timer0_1
    musb-hdrc: version 6.0, host, debug=0
    musb-hdrc musb-hdrc: dma type: dma-cppi41
    Waiting for USB PHY clock good...
    musb-hdrc musb-hdrc: MUSB HDRC host driver
    musb-hdrc musb-hdrc: new USB bus registered, assigned bus number 1
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 1 port detected
    musb-hdrc musb-hdrc: USB Host mode controller at fee00000 using DMA, IRQ 58
    NET: Registered protocol family 2
    IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
    TCP established hash table entries: 1024 (order: 1, 8192 bytes)
    TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
    TCP: Hash tables configured (established 1024 bind 1024)
    TCP reno registered
    UDP hash table entries: 256 (order: 0, 4096 bytes)
    UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    NET: Registered protocol family 1
    RPC: Registered udp transport module.
    RPC: Registered tcp transport module.
    RPC: Registered tcp NFSv4.1 backchannel transport module.
    EMAC: MII PHY configured, RMII PHY will not be functional
    McBSP:Probed McBSP1
    JFFS2 version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.
    msgmni has been set to 53
    io scheduler noop registered (default)
    da8xx_lcdc da8xx_lcdc.0: GLCD: Found Sharp_LK043T1DG01 panel
    Console: switching to colour frame buffer device 60x34
    Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
    serial8250.0: ttyS0 at MMIO 0x1c42000 (irq = 25) is a AR7
    serial8250.0: ttyS1 at MMIO 0x1d0c000 (irq = 53) is a AR7
    serial8250.0: ttyS2 at MMIO 0x1d0d000 (irq = 61) is a AR7
    console [ttyS2] enabled
    brd: module loaded
    at24 1-0050: 32768 byte 24c256 EEPROM (writable)
    ahci ahci: forcing PORTS_IMPL to 0x1
    ahci ahci: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    ahci ahci: flags: ncq sntf pm led clo only pmp pio slum part ccc
    scsi0 : ahci_platform
    ata1: SATA max UDMA/133 mmio [mem 0x01e18000-0x01e19fff] port 0x100 irq 67
    spi_davinci spi_davinci.1: DMA: supported
    spi_davinci spi_davinci.1: DMA: RX channel: 18, TX channel: 19, event queue: 0
    m25p80 spi1.0: m25p64 (8192 Kbytes)
    Creating 6 MTD partitions on "m25p80":
    0x000000000000-0x000000010000 : "UBL"
    0x000000010000-0x000000090000 : "U-Boot"
    0x000000090000-0x0000000a0000 : "U-Boot-Env"
    0x0000000a0000-0x000000320000 : "Kernel"
    0x000000320000-0x000000720000 : "Filesystem"
    0x0000007f0000-0x000000800000 : "MAC-Address"
    Read MAC addr from SPI Flash: 00:08:ee:03:5a:80
    spi_davinci spi_davinci.1: Controller at 0xfef0e000
    davinci_mdio davinci_mdio.0: davinci mdio revision 1.5
    davinci_mdio davinci_mdio.0: detected phy mask fffffffe
    davinci_mdio.0: probed
    davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver SMSC LAN8710/LAN8720
    console [netcon0] enabled
    netconsole: network logging started
    ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    ohci ohci.0: DA8xx OHCI
    ohci ohci.0: new USB bus registered, assigned bus number 2
    Waiting for USB PHY clock good...
    ohci ohci.0: irq 59, io mem 0x01e25000
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 1 port detected
    Initializing USB Mass Storage driver...
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    input: gpio-keys-polled as /devices/platform/gpio-keys-polled.1/input/input0
    input: TPS6507x Touchscreen as /devices/platform/i2c-gpio.1/i2c-1/1-0048/input/input1
    ata1: SATA link down (SStatus 0 SControl 300)
    omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
    omap_rtc: RTC power up reset detected
    i2c /dev entries driver
    watchdog watchdog: heartbeat 60 sec
    Bluetooth: HCI UART driver ver 2.2
    Bluetooth: HCI H4 protocol initialized
    Bluetooth: HCILL protocol initialized
    cpuidle: using governor ladder
    cpuidle: using governor menu
    davinci_mmc davinci_mmc.0: Using DMA, 4-bit mode
    davinci_mmc davinci_mmc.1: Using DMA, 4-bit mode
    usbcore: registered new interface driver usbhid
    usbhid: USB HID core driver
    1-0018 supply IOVDD not found, using dummy regulator
    1-0018 supply DVDD not found, using dummy regulator
    1-0018 supply AVDD not found, using dummy regulator
    1-0018 supply DRVDD not found, using dummy regulator
    asoc: tlv320aic3x-hifi <-> davinci-mcasp.0 mapping ok
    ALSA device list:
      #0: DA850/OMAP-L138 EVM
    nf_conntrack version 0.5.0 (430 buckets, 1720 max)
    ip_tables: (C) 2000-2006 Netfilter Core Team
    TCP cubic registered
    NET: Registered protocol family 17
    Bluetooth: L2CAP ver 2.15
    Bluetooth: L2CAP socket layer initialized
    Bluetooth: SCO (Voice Link) ver 0.6
    Bluetooth: SCO socket layer initialized
    Bluetooth: RFCOMM TTY layer initialized
    Bluetooth: RFCOMM socket layer initialized
    Bluetooth: RFCOMM ver 1.11
    Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    Bluetooth: BNEP filters: protocol multicast
    Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    regulator_init_complete: incomplete constraints, leaving LDO2 on
    regulator_init_complete: incomplete constraints, leaving LDO1 on
    regulator_init_complete: incomplete constraints, leaving VDCDC3 on
    regulator_init_complete: incomplete constraints, leaving VDCDC2 on
    regulator_init_complete: incomplete constraints, leaving VDCDC1 on
    omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
    davinci_mdio davinci_mdio.0: resetting idled controller
    net eth0: attached PHY driver [SMSC LAN8710/LAN8720] (mii_bus:phy_addr=0:00, id=7c0f1)
    Sending DHCP requests .
    PHY: 0:00 - Link is Up - 100/Full
    ., OK
    IP-Config: Got DHCP answer from 0.0.0.0, my address is 10.228.40.242
    IP-Config: Complete:
         device=eth0, addr=10.228.40.242, mask=255.255.254.0, gw=10.228.41.254,
         host=10.228.40.242, domain=ap.mot-solutions.com, nis-domain=(none),
         bootserver=0.0.0.0, rootserver=10.228.40.153, rootpath=
    VFS: Mounted root (nfs filesystem) on device 0:13.
    Freeing init memory: 168K
    INIT: version 2.86 booting
    Please wait: booting...
    Starting udev
    udevd (601): /proc/601/oom_adj is deprecated, please use /proc/601/oom_score_adj instead.
    udev: starting version 141
    Root filesystem already rw, not remounting
    Caching udev devnodes
    Populating dev cachemv: cannot rename '/tmp/devices': No such file or directory
    NET: Registered protocol family 10
    logger: mount: mount point /proc/bus/usb does not exist
    ALSA: Restoring mixer settings...
    NOT configuring network interfaces: / is an NFS mount
    Found hardware: "" "" "" "" ""
    Hardware is initialized using a generic method
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #3 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #4 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #5 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #6 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #7 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #8 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #9 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #11 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #12 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #13 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #15 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #16 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #17 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #18 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #19 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #21 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #22 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #23 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #24 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #29 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #30 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #31 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #32 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #33 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #34 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #35 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #36 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #37 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #38 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #39 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #40 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #41 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #42 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #43 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #44 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #45 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #46 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #47 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #48 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #49 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #50 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #51 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #52 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #70 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #71 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #72 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #73 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #74 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #77 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #78 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #79 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #80 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #81 (No such file or directory)
    Fri Dec 23 12:42:00 UTC 2011
    INIT: Entering runlevel: 5
    Starting system message bus: dbus.
    Starting Dropbear SSH server: dropbear.
    Starting telnet daemon.
    Starting network benchmark server: netserver.
    Starting syslogd/klogd: done
    Starting thttpd.
    CMEMK module: built on Dec 23 2011 at 12:04:44
      Reference Linux version 2.6.37
      File /datalocal/DVSDK43_HPDL380G7/arago-tmp/work/da850-omapl138-evm-arago-linux-gnueabi/ti-linuxutils-1_2_26_02_05-r57d/lin
    uxutils_2_26_02_05/packages/ti/sdo/linuxutils/cmem/src/module/cmemk.c
    allocated heap buffer 0xc3000000 of size 0x1200000
    heap fallback enabled - will try heap if pool buffer is not available
    cmemk initialized
    DSPLINK Module (1.65.01.05_eng) created on Date: Dec 23 2011 Time: 12:07:46

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

    Arago Project http://arago-project.org arago ttyS2

    Arago 2011.06 arago ttyS2

    arago login: root
    root@arago:~# ls
    root@arago:~# cd ..
    root@arago:/home# ls
    root
    root@arago:/home# cd ..
    root@arago:/# ls
    bin      etc      linuxrc  opt      srv      usr
    boot     home     media    proc     sys      var
    dev      lib      mnt      sbin     tmp
    root@arago:/# cd dev
    root@arago:/dev# ls
    block               ptyp7               tty44
    bus                 ram0                tty45
    char                random              tty46
    cmem                rfkill              tty47
    console             rtc                 tty48
    cpu_dma_latency     rtc0                tty49
    dm365mmap           shm                 tty5
    dsplink             snd                 tty50
    fb                  tty                 tty51
    fb0                 tty0                tty52
    full                tty1                tty53
    i2c-1               tty10               tty54
    initctl             tty11               tty55
    input               tty12               tty56
    kmem                tty13               tty57
    kmsg                tty14               tty58
    log                 tty15               tty59
    mem                 tty16               tty6
    mtd0                tty17               tty60
    mtd0ro              tty18               tty61
    mtd1                tty19               tty62
    mtd1ro              tty2                tty63
    mtd2                tty20               tty7
    mtd2ro              tty21               tty8
    mtd3                tty22               tty9
    mtd3ro              tty23               ttyS0
    mtd4                tty24               ttyS1
    mtd4ro              tty25               ttyS2
    mtd5                tty26               ttyp0
    mtd5ro              tty27               ttyp1
    mtdblock0           tty28               ttyp2
    mtdblock1           tty29               ttyp3
    mtdblock2           tty3                ttyp4
    mtdblock3           tty30               ttyp5
    mtdblock4           tty31               ttyp6
    mtdblock5           tty32               ttyp7
    network_latency     tty33               udev_network_queue
    network_throughput  tty34               urandom
    null                tty35               vcs
    ptmx                tty36               vcs1
    pts                 tty37               vcs2
    ptyp0               tty38               vcsa
    ptyp1               tty39               vcsa1
    ptyp2               tty4                vcsa2
    ptyp3               tty40               watchdog
    ptyp4               tty41               zero
    ptyp5               tty42
    ptyp6               tty43
    root@arago:/dev#
     CTRL-A Z for help |115200 8N1 | NOR | Minicom 2.4    | VT102 |      Offline                                                

  • Hi Foong,

    Have you changed the board file located at 'arch/arm/mach-davinci/board-da850-evm.c' ?

    Have you connected the UI card into EVM board ?

    Are you accessing NOR flash ?

    Note:

            /*
             * On Logic PD Rev.3 EVMs GP0[11] pin needs to be configured
             * for MMC and NOR to work. When GP0[11] is low, the SD0
             * interface will not work, but NOR flash will. When GP0[11]
             * is high, SD0 will work but NOR flash will not. By default
             * we are assuming that GP0[11] pin is driven high, when UI
             * card is not connected. Hence we are not configuring the
             * GP0[11] pin when MMC/SD is enabled and UI card is not
             * connected. Not configuring the GPIO pin will enable the
             * bluetooth to work on AM18x as it requires the GP0[11]
             * pin for UART flow control.
             */

  • Remove UI cards from EVM board if connected and try the attached uImage.

    http://e2e.ti.com/cfs-file.ashx/__key/communityserver-discussions-components-files/42/3051.uImage

  • still don't get the dev/mmcblck, bootup log is attached.

    I removed the SD card from EVM board, and run setup.sh to load the provided uImage.

    Please advise, thanks.

    wifibt@wifibt-desktop:~$ ls
    bootup_log.txt  Downloads         Music     target_cmd.txt           temp                               tmp         workdir
    Desktop         examples.desktop  Pictures  targetfs                 Templates                          Ubuntu One
    Documents       minicom.log       Public    targetfs.09252014_12.59  ti-dvsdk_omapl138-evm_04_03_00_06  Videos
    wifibt@wifibt-desktop:~$ cd ti-dvsdk_omapl138-evm_04_03_00_06/
    wifibt@wifibt-desktop:~/ti-dvsdk_omapl138-evm_04_03_00_06$ ./setup.sh
    
    --------------------------------------------------------------------------------
    TISDK setup script
    
    This script will set up your development host for dvsdk development.
    Parts of this script require administrator priviliges (sudo access).
    --------------------------------------------------------------------------------
    
    --------------------------------------------------------------------------------
    Verifying Linux host distribution
    Ubuntu 10.04 LTS found successfully, continuing..
    --------------------------------------------------------------------------------
    
    --------------------------------------------------------------------------------
    This step will make sure you have the proper host support packages installed
    using the following command: sudo apt-get install xinetd tftpd nfs-kernel-server minicom build-essential libncurses5-dev uboot-mkimage autoconf automake
    
    Note! This command requires you to have administrator priviliges (sudo access) 
    on your host.
    Press return to continue
    
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    xinetd is already the newest version.
    tftpd is already the newest version.
    nfs-kernel-server is already the newest version.
    minicom is already the newest version.
    build-essential is already the newest version.
    libncurses5-dev is already the newest version.
    uboot-mkimage is already the newest version.
    autoconf is already the newest version.
    automake is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 448 not upgraded.
    
    Package verification and installation successfully completed
    --------------------------------------------------------------------------------
    
    --------------------------------------------------------------------------------
    In which directory do you want to install the target filesystem?(if this directory does not exist it will be created)
    [ /home/wifibt/targetfs ] 
    --------------------------------------------------------------------------------
    
    --------------------------------------------------------------------------------
    This step will extract the target filesystem to /home/wifibt/targetfs
    
    Note! This command requires you to have administrator priviliges (sudo access) 
    on your host.
    Press return to continue
    /home/wifibt/targetfs already exists
    (r) rename existing filesystem (o) overwrite existing filesystem (s) skip filesystem extraction
    [r] s
    Skipping filesystem extraction
    WARNING! Keeping the previous filesystem may cause compatibility problems if you are upgrading the SDK
    --------------------------------------------------------------------------------
    
    --------------------------------------------------------------------------------
    This step will update the EXEC_DIR variables in the Rules.make file
    This will facilitate the SDK to install (with make install) rebuilt binaries in
        /home/wifibt/targetfs
    
    The files will be available from / on the target.
    
    This setting can be changed later by editing Rules.make and changing the
    EXEC_DIR variable.
    
    Press return to continue
    Rules.make edited successfully..
    --------------------------------------------------------------------------------
    
    --------------------------------------------------------------------------------
    This step will export your target filesystem for NFS access.
    
    Note! This command requires you to have administrator priviliges (sudo access) 
    on your host.
    Press return to continue
    /home/wifibt/targetfs already NFS exported, skipping..
    
     * Stopping NFS kernel daemon                                                                                         [ OK ] 
     * Unexporting directories for NFS kernel daemon...                                                                   [ OK ] 
     * Exporting directories for NFS kernel daemon...                                                                            exportfs: Warning: /home/wifibt/targetfs2 does not exist
    exportfs: Warning: /home/wifbt/targetfs2 does not exist
    exportfs: Warning: TI does not exist
                                                                                                                          [ OK ]
     * Starting NFS kernel daemon                                                                                         [ OK ] 
    --------------------------------------------------------------------------------
    --------------------------------------------------------------------------------
    Which directory do you want to be your tftp root directory?(if this directory does not exist it will be created for you)
    [ /tftpboot ] 
    --------------------------------------------------------------------------------
    
    --------------------------------------------------------------------------------
    This step will set up the tftp server in the /tftpboot directory.
    
    Note! This command requires you to have administrator priviliges (sudo access) 
    on your host.
    Press return to continue
    
    /tftpboot already exists, not creating..
    
    /tftpboot/uImage-da850-omapl138-evm.bin already exists. The existing installed file can be renamed and saved under the new name.
    (r) rename (o) overwrite (s) skip copy 
    [r] s
    Skipping copy of uImage-da850-omapl138-evm.bin, existing version will be used
    
    /etc/xinetd.d/tftp already exists..
    /tftpboot already exported for TFTP, skipping..
    
    Restarting tftp server
     * Stopping internet superserver xinetd                                                                               [ OK ] 
    
     * Starting internet superserver xinetd                                                                               [ OK ] 
    --------------------------------------------------------------------------------
    
    --------------------------------------------------------------------------------
    This step will set up minicom (serial communication application) for
    DVSDK development
    
    Which serial port do you want to use with minicom?
    [ /dev/ttyS0 ] 
    Copied existing /home/wifibt/.minirc.dfl to /home/wifibt/.minirc.dfl.old
    
    Configuration saved to /home/wifibt/.minirc.dfl. You can change it further from inside
    minicom, see the Software Development Guide for more information.
    --------------------------------------------------------------------------------
    
    --------------------------------------------------------------------------------
    This step will set up the u-boot variables for booting the EVM.
    Autodetected the following ip address of your host, correct it if necessary
    [ 10.228.40.153 ] 
    
    Select board memory:
     1: 128MB
     2:  64MB
    
    [ 1 ] 2
    Select Linux kernel location:
     1: TFTP
     2: SD card
     3: flash
    
    [ 1 ] 1
    
    Select root file system location:
     1: NFS
     2: SD card
    
    [ 1 ] 1
    
    Available kernel images in /tftpboot:
        3051.uImage
        new_uImage
        uImage-da850-omapl138-evm.bin
        uImage-da850-omapl138-evm.bin.09252014_12.59
    
    Which kernel image do you want to boot from TFTP?
    [ uImage-da850-omapl138-evm.bin ] 3051.uImage
    
    Resulting u-boot variable settings:
    
    setenv bootdelay 4
    setenv baudrate 115200
    setenv bootargs console=ttyS2,115200n8 noinitrd rw mem=32M@0xc0000000 root=/dev/nfs nfsroot=10.228.40.153:/home/wifibt/targetfs,nolock ip=dhcp
    setenv bootcmd 'dhcp;setenv serverip 10.228.40.153;tftpboot;bootm'
    setenv autoload no
    setenv serverip 10.228.40.153
    setenv bootfile 3051.uImage
    --------------------------------------------------------------------------------
    
    --------------------------------------------------------------------------------
    Would you like to create a minicom script with the above parameters (y/n)?
    [ y ] 
    
    Moving existing setup_uimage-tftp_fs-nfs.minicom to setup_uimage-tftp_fs-nfs.minicom.old
    Successfully wrote setup_uimage-tftp_fs-nfs.minicom
    
    Would you like to run the setup script now (y/n)? This requires you to connect
    the RS-232 cable between your host and EVM as well as your ethernet cable as
    described in the Quick Start Guide. Once answering 'y' on the prompt below
    you will have 300 seconds to connect the board and power cycle it
    before the setup times out.
    
    After successfully executing this script, your EVM will be set up. You will be 
    able to connect to it by executing 'minicom -w' or if you prefer a windows host
    you can set up Tera Term as explained in the Software Developer's Guide.
    If you connect minicom or Tera Term and power cycle the board Linux will boot.
    
    [ y ] 
    ~/ti-dvsdk_omapl138-evm_04_03_00_06 ~/ti-dvsdk_omapl138-evm_04_03_00_06
    
    
    Welcome to minicom 2.4
    
    OPTIONS: I18n 
    Compiled on Jan 25 2010, 06:49:09.
    Port /dev/ttyS0
    
    Press CTRL-A Z for help on special keys
    
    OMAP-L138 initialization passed!
    Booting TI User Boot Loader
            UBL Version: 1.65
            UBL Flashtype: SPI 
    Starting SPI Memory Copy...
    Valid magicnum, 0x55424CBB, found at offset 0x00010000.
       DONE                                                                     
    Jumping to entry point at 0xC1080000.                                       
                                                                                
                                                                                
    U-Boot 2009.11 (Dec 22 2010 - 00:27:22)                                     
    
    I2C:   ready
    DRAM:  64 MB
    MMC:   davinci: 0
    In:    serial
    Out:   serial
    Err:   serial
    ARM Clock : 300000000 Hz
    DDR Clock : 150000000 Hz
    Net:   Ethernet PHY: GENERIC @ 0x00
    
    Hit any key to stop autobo 0 
    U-Boot >setenv bootdelay 4
    U-Boot >setenv baudrate 115200
    ## Switch baudrate to 115200 bps and press ENTER ...U-Boot >setenv oldbootargs ${bootargs}
    U-Boot >ip=dhcp
    U-Boot >setenv autoload no
    U-Boot >setenv oldserverip ${serverip}
    U-Boot >setenv serverip 10.228.40.153
    U-Boot >setenv bootfile 3051.uImage
    U-Boot >setenv oldbootcmd ${bootcmd}
    U-Boot >setenv bootcmd 'dhcp;setenv serverip 10.228.40.153;tftpboot;bootm'
    U-Boot >saveenv
    Saving Environment to SPI Flash...
    Erasing SPI flash...Writing to SPI flash...done
    U-Boot >
     CTRL-A Z for help |115200 8N1 | NOR | script setup_u | VT102 |      Offline                                                
    
    You can manually run minicom in the future with this setup script using: minicom -S setup_uimage-tftp_fs-nfs.minicom
    --------------------------------------------------------------------------------
    
    TISDK setup completed!
    Please continue reading the Software Developer's Guide for more information on
    how to develop software on the EVM
    wifibt@wifibt-desktop:~/ti-dvsdk_omapl138-evm_04_03_00_06$ minicom -w
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Welcome to minicom 2.4
    
    OPTIONS: I18n 
    Compiled on Jan 25 2010, 06:49:09.
    Port /dev/ttyS0
    
    Press CTRL-A Z for help on special keys
    
    OMAP-L138 initialization passed!
    Booting TI User Boot Loader
            UBL Version: 1.65
            UBL Flashtype: SPI 
    Starting SPI Memory Copy...
    Valid magicnum, 0x55424CBB, found at offset 0x00010000.
       DONE
    Jumping to entry point at 0xC1080000.
    
    
    U-Boot 2009.11 (Dec 22 2010 - 00:27:22)
    
    I2C:   ready
    DRAM:  64 MB
    MMC:   davinci: 0
    In:    serial
    Out:   serial
    Err:   serial
    ARM Clock : 300000000 Hz
    DDR Clock : 150000000 Hz
    Net:   Ethernet PHY: GENERIC @ 0x00
    
    Hit any key to stop autoboot:  0 
    BOOTP broadcast 1
    *** Unhandled DHCP Option in OFFER/ACK: 44
    *** Unhandled DHCP Option in OFFER/ACK: 46
    *** Unhandled DHCP Option in OFFER/ACK: 44
    *** Unhandled DHCP Option in OFFER/ACK: 46
    DHCP client bound to address 10.228.40.242
    Using  device
    TFTP from server 10.228.40.153; our IP address is 10.228.40.242
    Filename '3051.uImage'.
    Load address: 0xc0700000
    Loading: #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             ###############################################################
    done
    Bytes transferred = 2314940 (2352bc hex)
    ## Booting kernel from Legacy Image at c0700000 ...
       Image Name:   Linux-2.6.37
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    2314876 Bytes =  2.2 MB
       Load Address: c0008000
       Entry Point:  c0008000
       Verifying Checksum ... OK
       Loading Kernel Image ... OK
    OK
    
    Starting kernel ...
    
    Uncompressing Linux... done, booting the kernel.
    Linux version 2.6.37 (titus@Titus) (gcc version 4.3.3 (GCC) ) #2 PREEMPT Thu Sep 25 13:06:27 IST 2014
    CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
    CPU: VIVT data cache, VIVT instruction cache
    Machine: DaVinci DA850/OMAP-L138/AM18x EVM
    Memory policy: ECC disabled, Data cache writeback
    DaVinci da850/omap-l138 variant 0x0
    Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8128
    Kernel command line: console=ttyS2,115200n8 noinitrd rw mem=32M@0xc0000000 root=/dev/nfs nfsroot=10.228.40.153:/home/wifibt/t
    argetfs,nolock ip=dhcp
    PID hash table entries: 128 (order: -3, 512 bytes)
    Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
    Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
    Memory: 32MB = 32MB total
    Memory: 27540k/27540k available, 5228k reserved, 0K highmem
    Virtual kernel memory layout:
        vector  : 0xffff0000 - 0xffff1000   (   4 kB)
        fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
        DMA     : 0xff000000 - 0xffe00000   (  14 MB)
        vmalloc : 0xc2800000 - 0xfea00000   ( 962 MB)
        lowmem  : 0xc0000000 - 0xc2000000   (  32 MB)
        modules : 0xbf000000 - 0xc0000000   (  16 MB)
          .init : 0xc0008000 - 0xc0032000   ( 168 kB)
          .text : 0xc0032000 - 0xc047e000   (4400 kB)
          .data : 0xc047e000 - 0xc04a8980   ( 171 kB)
    SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Preemptable hierarchical RCU implementation.
            RCU-based detection of stalled CPUs is disabled.
            Verbose stalled-CPUs detection is disabled.
    NR_IRQS:245
    Console: colour dummy device 80x30
    Calibrating delay loop... 149.50 BogoMIPS (lpj=747520)
    pid_max: default: 32768 minimum: 301
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: Testing write buffer coherency: ok
    DaVinci: 144 gpio irqs
    regulator: core version 0.5
    regulator: dummy: 
    NET: Registered protocol family 16
    WARNING: both McASP and McBSP are enabled, but they share pins.
            Only McASP will work. If you want McBSP support, disable McASP.
    WARNING: both McASP and UART1_AFE are enabled, but they share pins.
            Disable one of them.
    da850_evm_init: eHRPWM module 0 cannot be used since it is being used by MII interface
    da850_evm_init: eHRPWM module1 outputA cannot be used since it is being used by LCD
    da850_evm_init: eHRPWM module1 outputB cannot be used since it is being used by spi1
    bio: create slab <bio-0> at 0
    SCSI subsystem initialized
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    pca953x 1-0020: failed reading register
    pca953x 1-0021: interrupt support not compiled in
    regulator: VDCDC1: 3200 <--> 3300 mV at 3300 mV 
    regulator: VDCDC2: 1750 <--> 3300 mV at 3300 mV 
    regulator: VDCDC3: 950 <--> 1350 mV at 1200 mV 
    regulator: LDO1: 1800 mV 
    regulator: LDO2: 1150 <--> 1300 mV at 1200 mV 
    i2c-gpio i2c-gpio.1: using pins 20 (SDA) and 21 (SCL)
    Advanced Linux Sound Architecture Driver Version 1.0.23.
    Bluetooth: Core ver 2.15
    NET: Registered protocol family 31
    Bluetooth: HCI device and connection manager initialized
    Bluetooth: HCI socket layer initialized
    Switching to clocksource timer0_1
    musb-hdrc: version 6.0, host, debug=0
    musb-hdrc musb-hdrc: dma type: dma-cppi41
    Waiting for USB PHY clock good...
    musb-hdrc musb-hdrc: MUSB HDRC host driver
    musb-hdrc musb-hdrc: new USB bus registered, assigned bus number 1
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 1 port detected
    musb-hdrc musb-hdrc: USB Host mode controller at fee00000 using DMA, IRQ 58
    NET: Registered protocol family 2
    IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
    TCP established hash table entries: 1024 (order: 1, 8192 bytes)
    TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
    TCP: Hash tables configured (established 1024 bind 1024)
    TCP reno registered
    UDP hash table entries: 256 (order: 0, 4096 bytes)
    UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    NET: Registered protocol family 1
    RPC: Registered udp transport module.
    RPC: Registered tcp transport module.
    RPC: Registered tcp NFSv4.1 backchannel transport module.
    EMAC: MII PHY configured, RMII PHY will not be functional
    McBSP:Probed McBSP1
    JFFS2 version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.
    msgmni has been set to 53
    io scheduler noop registered (default)
    da8xx_lcdc da8xx_lcdc.0: GLCD: Found Sharp_LK043T1DG01 panel
    Console: switching to colour frame buffer device 60x34
    Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
    serial8250.0: ttyS0 at MMIO 0x1c42000 (irq = 25) is a AR7
    serial8250.0: ttyS1 at MMIO 0x1d0c000 (irq = 53) is a AR7
    serial8250.0: ttyS2 at MMIO 0x1d0d000 (irq = 61) is a AR7
    console [ttyS2] enabled
    brd: module loaded
    at24 1-0050: 32768 byte 24c256 EEPROM (writable)
    ahci ahci: forcing PORTS_IMPL to 0x1
    ahci ahci: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    ahci ahci: flags: ncq sntf pm led clo only pmp pio slum part ccc 
    scsi0 : ahci_platform
    ata1: SATA max UDMA/133 mmio [mem 0x01e18000-0x01e19fff] port 0x100 irq 67
    spi_davinci spi_davinci.1: DMA: supported
    spi_davinci spi_davinci.1: DMA: RX channel: 18, TX channel: 19, event queue: 0
    m25p80 spi1.0: m25p64 (8192 Kbytes)
    Creating 6 MTD partitions on "m25p80":
    0x000000000000-0x000000010000 : "UBL"
    0x000000010000-0x000000090000 : "U-Boot"
    0x000000090000-0x0000000a0000 : "U-Boot-Env"
    0x0000000a0000-0x000000320000 : "Kernel"
    0x000000320000-0x000000720000 : "Filesystem"
    0x0000007f0000-0x000000800000 : "MAC-Address"
    Read MAC addr from SPI Flash: 00:08:ee:03:5a:80
    spi_davinci spi_davinci.1: Controller at 0xfef0e000
    davinci_mdio davinci_mdio.0: davinci mdio revision 1.5
    davinci_mdio davinci_mdio.0: detected phy mask fffffffe
    davinci_mdio.0: probed
    davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver SMSC LAN8710/LAN8720
    console [netcon0] enabled
    netconsole: network logging started
    ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    ohci ohci.0: DA8xx OHCI
    ohci ohci.0: new USB bus registered, assigned bus number 2
    Waiting for USB PHY clock good...
    ohci ohci.0: irq 59, io mem 0x01e25000
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 1 port detected
    Initializing USB Mass Storage driver...
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    input: gpio-keys-polled as /devices/platform/gpio-keys-polled.1/input/input0
    input: TPS6507x Touchscreen as /devices/platform/i2c-gpio.1/i2c-1/1-0048/input/input1
    ata1: SATA link down (SStatus 0 SControl 300)
    omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
    omap_rtc: RTC power up reset detected
    i2c /dev entries driver
    watchdog watchdog: heartbeat 60 sec
    Bluetooth: HCI UART driver ver 2.2
    Bluetooth: HCI H4 protocol initialized
    Bluetooth: HCILL protocol initialized
    cpuidle: using governor ladder
    cpuidle: using governor menu
    davinci_mmc davinci_mmc.0: Using DMA, 4-bit mode
    davinci_mmc davinci_mmc.1: Using DMA, 4-bit mode
    usbcore: registered new interface driver usbhid
    usbhid: USB HID core driver
    1-0018 supply IOVDD not found, using dummy regulator
    1-0018 supply DVDD not found, using dummy regulator
    1-0018 supply AVDD not found, using dummy regulator
    1-0018 supply DRVDD not found, using dummy regulator
    asoc: tlv320aic3x-hifi <-> davinci-mcasp.0 mapping ok
    ALSA device list:
      #0: DA850/OMAP-L138 EVM
    nf_conntrack version 0.5.0 (430 buckets, 1720 max)
    ip_tables: (C) 2000-2006 Netfilter Core Team
    TCP cubic registered
    NET: Registered protocol family 17
    Bluetooth: L2CAP ver 2.15
    Bluetooth: L2CAP socket layer initialized
    Bluetooth: SCO (Voice Link) ver 0.6
    Bluetooth: SCO socket layer initialized
    Bluetooth: RFCOMM TTY layer initialized
    Bluetooth: RFCOMM socket layer initialized
    Bluetooth: RFCOMM ver 1.11
    Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    Bluetooth: BNEP filters: protocol multicast
    Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    regulator_init_complete: incomplete constraints, leaving LDO2 on
    regulator_init_complete: incomplete constraints, leaving LDO1 on
    regulator_init_complete: incomplete constraints, leaving VDCDC3 on
    regulator_init_complete: incomplete constraints, leaving VDCDC2 on
    regulator_init_complete: incomplete constraints, leaving VDCDC1 on
    omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
    davinci_mdio davinci_mdio.0: resetting idled controller
    net eth0: attached PHY driver [SMSC LAN8710/LAN8720] (mii_bus:phy_addr=0:00, id=7c0f1)
    Sending DHCP requests .
    PHY: 0:00 - Link is Up - 100/Full
    ., OK
    IP-Config: Got DHCP answer from 0.0.0.0, my address is 10.228.40.242
    IP-Config: Complete:
         device=eth0, addr=10.228.40.242, mask=255.255.254.0, gw=10.228.41.254,
         host=10.228.40.242, domain=ap.mot-solutions.com, nis-domain=(none),
         bootserver=0.0.0.0, rootserver=10.228.40.153, rootpath=
    VFS: Mounted root (nfs filesystem) on device 0:13.
    Freeing init memory: 168K
    INIT: version 2.86 booting
    Please wait: booting...
    Starting udev
    udevd (601): /proc/601/oom_adj is deprecated, please use /proc/601/oom_score_adj instead.
    udev: starting version 141
    Root filesystem already rw, not remounting
    Caching udev devnodes
    Populating dev cachemv: cannot rename '/tmp/devices': No such file or directory
    NET: Registered protocol family 10
    logger: mount: mount point /proc/bus/usb does not exist
    ALSA: Restoring mixer settings...
    NOT configuring network interfaces: / is an NFS mount
    Found hardware: "" "" "" "" ""
    Hardware is initialized using a generic method
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #3 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #4 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #5 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #6 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #7 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #8 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #9 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #11 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #12 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #13 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #15 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #16 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #17 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #18 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #19 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #21 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #22 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #23 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #24 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #29 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #30 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #31 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #32 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #33 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #34 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #35 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #36 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #37 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #38 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #39 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #40 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #41 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #42 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #43 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #44 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #45 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #46 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #47 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #48 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #49 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #50 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #51 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #52 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #70 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #71 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #72 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #73 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #74 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #77 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #78 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #79 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #80 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #81 (No such file or directory)
    Fri Dec 23 12:42:00 UTC 2011
    INIT: Entering runlevel: 5
    Starting system message bus: dbus.
    Starting Dropbear SSH server: dropbear.
    Starting telnet daemon.
    Starting network benchmark server: netserver.
    Starting syslogd/klogd: done
    Starting thttpd.
    FATAL: Module cmemk not found.
    FATAL: Module dsplinkk not found.
    FATAL: Module dm365mmap not found.
    BusyBox v1.13.2 (2011-12-23 12:39:34 IST) multi-call binary
    
    Usage: mknod [OPTIONS] NAME TYPE MAJOR MINOR
    
    Create a special file (block, character, or pipe)
    
    Options:
            -m      Create the special file using the specified mode (default a=rw)
    TYPEs include:
            b:      Make a block device
            c or u: Make a character device
            p:      Make a named pipe (MAJOR and MINOR are ignored)
    
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org arago ttyS2
    
    Arago 2011.06 arago ttyS2
    
    arago login: root
    root@arago:~# cd ..
    root@arago:/home# cd ..
    root@arago:/# 
    root@arago:/# cd ..
    root@arago:/# ls
    bin      etc      linuxrc  opt      srv      usr
    boot     home     media    proc     sys      var
    dev      lib      mnt      sbin     tmp
    root@arago:/# cd dev
    root@arago:/dev# ls
    block               random              tty45
    bus                 rfkill              tty46
    char                rtc                 tty47
    console             rtc0                tty48
    cpu_dma_latency     shm                 tty49
    fb                  snd                 tty5
    fb0                 tty                 tty50
    full                tty0                tty51
    i2c-1               tty1                tty52
    initctl             tty10               tty53
    input               tty11               tty54
    kmem                tty12               tty55
    kmsg                tty13               tty56
    log                 tty14               tty57
    mem                 tty15               tty58
    mtd0                tty16               tty59
    mtd0ro              tty17               tty6
    mtd1                tty18               tty60
    mtd1ro              tty19               tty61
    mtd2                tty2                tty62
    mtd2ro              tty20               tty63
    mtd3                tty21               tty7
    mtd3ro              tty22               tty8
    mtd4                tty23               tty9
    mtd4ro              tty24               ttyS0
    mtd5                tty25               ttyS1
    mtd5ro              tty26               ttyS2
    mtdblock0           tty27               ttyp0
    mtdblock1           tty28               ttyp1
    mtdblock2           tty29               ttyp2
    mtdblock3           tty3                ttyp3
    mtdblock4           tty30               ttyp4
    mtdblock5           tty31               ttyp5
    network_latency     tty32               ttyp6
    network_throughput  tty33               ttyp7
    null                tty34               udev_network_queue
    ptmx                tty35               urandom
    pts                 tty36               vcs
    ptyp0               tty37               vcs1
    ptyp1               tty38               vcs2
    ptyp2               tty39               vcsa
    ptyp3               tty4                vcsa1
    ptyp4               tty40               vcsa2
    ptyp5               tty41               watchdog
    ptyp6               tty42               zero
    ptyp7               tty43
    ram0                tty44
    root@arago:/dev# 
     CTRL-A Z for help |115200 8N1 | NOR | Minicom 2.4    | VT102 |      Offline                          
    
    
    
    
    

  • Try the attached both kernel images and update us.

    http://e2e.ti.com/cfs-file.ashx/__key/communityserver-discussions-components-files/42/2475.uImage

    http://e2e.ti.com/cfs-file.ashx/__key/communityserver-discussions-components-files/42/5047.uImage_5F00_remove_5F00_disable

  • Hi, I tried with both uImage, attached are the bootup log.

    Welcome to minicom 2.4
    
    OPTIONS: I18n 
    Compiled on Jan 25 2010, 06:49:09.
    Port /dev/ttyS0
    
    Press CTRL-A Z for help on special keys
    
    OMAP-L138 initialization passed!
    Booting TI User Boot Loader
            UBL Version: 1.65
            UBL Flashtype: SPI 
    Starting SPI Memory Copy...
    Valid magicnum, 0x55424CBB, found at offset 0x00010000.
       DONE                                                                     
    Jumping to entry point at 0xC1080000.                                       
                                                                                
                                                                                
    U-Boot 2009.11 (Dec 22 2010 - 00:27:22)                                     
    
    I2C:   ready
    DRAM:  64 MB
    MMC:   davinci: 0
    In:    serial
    Out:   serial
    Err:   serial
    ARM Clock : 300000000 Hz
    DDR Clock : 150000000 Hz
    Net:   Ethernet PHY: GENERIC @ 0x00
    
    Hit any key to stop autobo 0 
    U-Boot >setenv bootdelay 4
    U-Boot >setenv baudrate 115200
    ## Switch baudrate to 115200 bps and press ENTER ...U-Boot >setenv oldbootargs ${bootargs}
    U-Boot >ip=dhcp
    U-Boot >setenv autoload no
    U-Boot >setenv oldserverip ${serverip}
    U-Boot >setenv serverip 10.228.40.153
    U-Boot >setenv bootfile 2475.uImage
    U-Boot >setenv oldbootcmd ${bootcmd}
    U-Boot >setenv bootcmd 'dhcp;setenv serverip 10.228.40.153;tftpboot;bootm'
    U-Boot >saveenv
    Saving Environment to SPI Flash...
    Erasing SPI flash...Writing to SPI flash...done
    U-Boot >
     CTRL-A Z for help |115200 8N1 | NOR | script setup_u | VT102 |      Offline                                                
    
    You can manually run minicom in the future with this setup script using: minicom -S setup_uimage-tftp_fs-nfs.minicom
    --------------------------------------------------------------------------------
    
    TISDK setup completed!
    Please continue reading the Software Developer's Guide for more information on
    how to develop software on the EVM
    wifibt@wifibt-desktop:~/ti-dvsdk_omapl138-evm_04_03_00_06$ minicom -w
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Welcome to minicom 2.4
    
    OPTIONS: I18n 
    Compiled on Jan 25 2010, 06:49:09.
    Port /dev/ttyS0
    
    Press CTRL-A Z for help on special keys
    
    OMAP-L138 initialization passed!
    Booting TI User Boot Loader
            UBL Version: 1.65
            UBL Flashtype: SPI 
    Starting SPI Memory Copy...
    Valid magicnum, 0x55424CBB, found at offset 0x00010000.
       DONE
    Jumping to entry point at 0xC1080000.
    
    
    U-Boot 2009.11 (Dec 22 2010 - 00:27:22)
    
    I2C:   ready
    DRAM:  64 MB
    MMC:   davinci: 0
    In:    serial
    Out:   serial
    Err:   serial
    ARM Clock : 300000000 Hz
    DDR Clock : 150000000 Hz
    Net:   Ethernet PHY: GENERIC @ 0x00
    
    Hit any key to stop autoboot:  0 
    BOOTP broadcast 1
    *** Unhandled DHCP Option in OFFER/ACK: 44
    *** Unhandled DHCP Option in OFFER/ACK: 46
    *** Unhandled DHCP Option in OFFER/ACK: 44
    *** Unhandled DHCP Option in OFFER/ACK: 46
    DHCP client bound to address 10.228.40.242
    Using  device
    TFTP from server 10.228.40.153; our IP address is 10.228.40.242
    Filename '2475.uImage'.
    Load address: 0xc0700000
    Loading: #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
    done
    Bytes transferred = 2326384 (237f70 hex)
    ## Booting kernel from Legacy Image at c0700000 ...
       Image Name:   Linux-2.6.37
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    2326320 Bytes =  2.2 MB
       Load Address: c0008000
       Entry Point:  c0008000
       Verifying Checksum ... OK
       Loading Kernel Image ... OK
    OK
    
    Starting kernel ...
    
    Uncompressing Linux... done, booting the kernel.
    Linux version 2.6.37 (titus@Titus) (gcc version 4.3.3 (GCC) ) #4 PREEMPT Thu Sep 25 18:38:54 IST 2014
    CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
    CPU: VIVT data cache, VIVT instruction cache
    Machine: DaVinci DA850/OMAP-L138/AM18x EVM
    Memory policy: ECC disabled, Data cache writeback
    DaVinci da850/omap-l138 variant 0x0
    Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8128
    Kernel command line: console=ttyS2,115200n8 noinitrd rw mem=32M@0xc0000000 root=/dev/nfs nfsroot=10.228.40.153:/home/wifibt/t
    argetfs,nolock ip=dhcp
    PID hash table entries: 128 (order: -3, 512 bytes)
    Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
    Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
    Memory: 32MB = 32MB total
    Memory: 27524k/27524k available, 5244k reserved, 0K highmem
    Virtual kernel memory layout:
        vector  : 0xffff0000 - 0xffff1000   (   4 kB)
        fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
        DMA     : 0xff000000 - 0xffe00000   (  14 MB)
        vmalloc : 0xc2800000 - 0xfea00000   ( 962 MB)
        lowmem  : 0xc0000000 - 0xc2000000   (  32 MB)
        modules : 0xbf000000 - 0xc0000000   (  16 MB)
          .init : 0xc0008000 - 0xc0032000   ( 168 kB)
          .text : 0xc0032000 - 0xc0482000   (4416 kB)
          .data : 0xc0482000 - 0xc04ac9c0   ( 171 kB)
    SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Preemptable hierarchical RCU implementation.
            RCU-based detection of stalled CPUs is disabled.
            Verbose stalled-CPUs detection is disabled.
    NR_IRQS:245
    Console: colour dummy device 80x30
    Calibrating delay loop... 149.50 BogoMIPS (lpj=747520)
    pid_max: default: 32768 minimum: 301
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: Testing write buffer coherency: ok
    DaVinci: 144 gpio irqs
    regulator: core version 0.5
    regulator: dummy: 
    NET: Registered protocol family 16
    WARNING: both McASP and McBSP are enabled, but they share pins.
            Only McASP will work. If you want McBSP support, disable McASP.
    WARNING: both McASP and UART1_AFE are enabled, but they share pins.
            Disable one of them.
    da850_evm_init: eHRPWM module 0 cannot be used since it is being used by MII interface
    da850_evm_init: eHRPWM module1 outputA cannot be used since it is being used by LCD
    da850_evm_init: eHRPWM module1 outputB cannot be used since it is being used by spi1
    bio: create slab <bio-0> at 0
    SCSI subsystem initialized
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    pca953x 1-0020: failed reading register
    pca953x 1-0021: interrupt support not compiled in
    regulator: VDCDC1: 3200 <--> 3300 mV at 3300 mV 
    regulator: VDCDC2: 1750 <--> 3300 mV at 3300 mV 
    regulator: VDCDC3: 950 <--> 1350 mV at 1200 mV 
    regulator: LDO1: 1800 mV 
    regulator: LDO2: 1150 <--> 1300 mV at 1200 mV 
    i2c-gpio i2c-gpio.1: using pins 20 (SDA) and 21 (SCL)
    Advanced Linux Sound Architecture Driver Version 1.0.23.
    Bluetooth: Core ver 2.15
    NET: Registered protocol family 31
    Bluetooth: HCI device and connection manager initialized
    Bluetooth: HCI socket layer initialized
    Switching to clocksource timer0_1
    musb-hdrc: version 6.0, host, debug=0
    musb-hdrc musb-hdrc: dma type: dma-cppi41
    Waiting for USB PHY clock good...
    musb-hdrc musb-hdrc: MUSB HDRC host driver
    musb-hdrc musb-hdrc: new USB bus registered, assigned bus number 1
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 1 port detected
    musb-hdrc musb-hdrc: USB Host mode controller at fee00000 using DMA, IRQ 58
    NET: Registered protocol family 2
    IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
    TCP established hash table entries: 1024 (order: 1, 8192 bytes)
    TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
    TCP: Hash tables configured (established 1024 bind 1024)
    TCP reno registered
    UDP hash table entries: 256 (order: 0, 4096 bytes)
    UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    NET: Registered protocol family 1
    RPC: Registered udp transport module.
    RPC: Registered tcp transport module.
    RPC: Registered tcp NFSv4.1 backchannel transport module.
    EMAC: MII PHY configured, RMII PHY will not be functional
    McBSP:Probed McBSP1
    JFFS2 version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.
    msgmni has been set to 53
    io scheduler noop registered (default)
    da8xx_lcdc da8xx_lcdc.0: GLCD: Found Sharp_LK043T1DG01 panel
    Console: switching to colour frame buffer device 60x34
    Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
    serial8250.0: ttyS0 at MMIO 0x1c42000 (irq = 25) is a AR7
    serial8250.0: ttyS1 at MMIO 0x1d0c000 (irq = 53) is a AR7
    serial8250.0: ttyS2 at MMIO 0x1d0d000 (irq = 61) is a AR7
    console [ttyS2] enabled
    brd: module loaded
    at24 1-0050: 32768 byte 24c256 EEPROM (writable)
    ahci ahci: forcing PORTS_IMPL to 0x1
    ahci ahci: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    ahci ahci: flags: ncq sntf pm led clo only pmp pio slum part ccc 
    scsi0 : ahci_platform
    ata1: SATA max UDMA/133 mmio [mem 0x01e18000-0x01e19fff] port 0x100 irq 67
    spi_davinci spi_davinci.1: DMA: supported
    spi_davinci spi_davinci.1: DMA: RX channel: 18, TX channel: 19, event queue: 0
    m25p80 spi1.0: m25p64 (8192 Kbytes)
    Creating 6 MTD partitions on "m25p80":
    0x000000000000-0x000000010000 : "UBL"
    0x000000010000-0x000000090000 : "U-Boot"
    0x000000090000-0x0000000a0000 : "U-Boot-Env"
    0x0000000a0000-0x000000320000 : "Kernel"
    0x000000320000-0x000000720000 : "Filesystem"
    0x0000007f0000-0x000000800000 : "MAC-Address"
    Read MAC addr from SPI Flash: 00:08:ee:03:5a:80
    spi_davinci spi_davinci.1: Controller at 0xfef0e000
    davinci_mdio davinci_mdio.0: davinci mdio revision 1.5
    davinci_mdio davinci_mdio.0: detected phy mask fffffffe
    davinci_mdio.0: probed
    davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver SMSC LAN8710/LAN8720
    console [netcon0] enabled
    netconsole: network logging started
    ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    ohci ohci.0: DA8xx OHCI
    ohci ohci.0: new USB bus registered, assigned bus number 2
    Waiting for USB PHY clock good...
    ohci ohci.0: irq 59, io mem 0x01e25000
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 1 port detected
    Initializing USB Mass Storage driver...
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    input: gpio-keys-polled as /devices/platform/gpio-keys-polled.1/input/input0
    input: TPS6507x Touchscreen as /devices/platform/i2c-gpio.1/i2c-1/1-0048/input/input1
    ata1: SATA link down (SStatus 0 SControl 300)
    omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
    omap_rtc: RTC power up reset detected
    i2c /dev entries driver
    watchdog watchdog: heartbeat 60 sec
    Bluetooth: HCI UART driver ver 2.2
    Bluetooth: HCI H4 protocol initialized
    Bluetooth: HCILL protocol initialized
    cpuidle: using governor ladder
    cpuidle: using governor menu
    sdhci: Secure Digital Host Controller Interface driver
    sdhci: Copyright(c) Pierre Ossman
    davinci_mmc davinci_mmc.0: Using DMA, 4-bit mode
    mmc1: mmc_rescan: trying to init card at 400000 Hz
    davinci_mmc davinci_mmc.1: Using DMA, 4-bit mode
    usbcore: registered new interface driver usbhid
    usbhid: USB HID core driver
    1-0018 supply IOVDD not found, using dummy regulator
    1-0018 supply DVDD not found, using dummy regulator
    1-0018 supply AVDD not found, using dummy regulator
    1-0018 supply DRVDD not found, using dummy regulator
    asoc: tlv320aic3x-hifi <-> davinci-mcasp.0 mapping ok
    ALSA device list:
      #0: DA850/OMAP-L138 EVM
    nf_conntrack version 0.5.0 (430 buckets, 1720 max)
    ip_tables: (C) 2000-2006 Netfilter Core Team
    TCP cubic registered
    NET: Registered protocol family 17
    Bluetooth: L2CAP ver 2.15
    Bluetooth: L2CAP socket layer initialized
    Bluetooth: SCO (Voice Link) ver 0.6
    Bluetooth: SCO socket layer initialized
    Bluetooth: RFCOMM TTY layer initialized
    Bluetooth: RFCOMM socket layer initialized
    Bluetooth: RFCOMM ver 1.11
    Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    Bluetooth: BNEP filters: protocol multicast
    Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    regulator_init_complete: incomplete constraints, leaving LDO2 on
    regulator_init_complete: incomplete constraints, leaving LDO1 on
    regulator_init_complete: incomplete constraints, leaving VDCDC3 on
    regulator_init_complete: incomplete constraints, leaving VDCDC2 on
    regulator_init_complete: incomplete constraints, leaving VDCDC1 on
    mmc1: mmc_rescan: trying to init card at 312500 Hz
    omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
    davinci_mdio davinci_mdio.0: resetting idled controller
    net eth0: attached PHY driver [SMSC LAN8710/LAN8720] (mii_bus:phy_addr=0:00, id=7c0f1)
    Sending DHCP requests .
    PHY: 0:00 - Link is Up - 100/Full
    ., OK
    IP-Config: Got DHCP answer from 0.0.0.0, my address is 10.228.40.242
    IP-Config: Complete:
         device=eth0, addr=10.228.40.242, mask=255.255.254.0, gw=10.228.41.254,
         host=10.228.40.242, domain=ap.mot-solutions.com, nis-domain=(none),
         bootserver=0.0.0.0, rootserver=10.228.40.153, rootpath=
    VFS: Mounted root (nfs filesystem) on device 0:13.
    Freeing init memory: 168K
    INIT: version 2.86 booting
    Please wait: booting...
    Starting udev
    udevd (600): /proc/600/oom_adj is deprecated, please use /proc/600/oom_score_adj instead.
    Root filesystem already rw, not remounting
    Caching udev devnodes
    Populating dev cachemv: cannot rename '/tmp/devices': No such file or directory
    NET: Registered protocol family 10
    logger: mount: mount point /proc/bus/usb does not exist
    ALSA: Restoring mixer settings...
    NOT configuring network interfaces: / is an NFS mount
    Found hardware: "" "" "" "" ""
    Hardware is initialized using a generic method
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #3 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #4 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #5 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #6 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #7 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #8 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #9 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #11 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #12 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #13 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #15 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #16 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #17 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #18 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #19 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #21 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #22 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #23 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #24 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #29 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #30 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #31 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #32 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #33 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #34 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #35 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #36 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #37 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #38 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #39 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #40 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #41 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #42 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #43 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #44 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #45 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #46 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #47 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #48 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #49 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #50 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #51 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #52 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #70 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #71 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #72 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #73 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #74 (No such file or directory)
    Fri Dec 23 12:42:00 UTC 2011
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #77 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #78 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #79 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #80 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #81 (No such file or directory)
    INIT: Entering runlevel: 5
    Starting system message bus: dbus.
    Starting Dropbear SSH server: dropbear.
    Starting telnet daemon.
    Starting network benchmark server: netserver.
    Starting syslogd/klogd: done
    Starting thttpd.
    FATAL: Module cmemk not found.
    FATAL: Module dsplinkk not found.
    FATAL: Module dm365mmap not found.
    BusyBox v1.13.2 (2011-12-23 12:39:34 IST) multi-call binary
    
    Usage: mknod [OPTIONS] NAME TYPE MAJOR MINOR
    
    Create a special file (block, character, or pipe)
    
    Options:
            -m      Create the special file using the specified mode (default a=rw)
    TYPEs include:
            b:      Make a block device
            c or u: Make a character device
            p:      Make a named pipe (MAJOR and MINOR are ignored)
    
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org arago ttyS2
    
    Arago 2011.06 arago ttyS2
    
    arago login: root
    root@arago:~# cd ..
    root@arago:/home# cd ..
    root@arago:/# ls
    bin      etc      linuxrc  opt      srv      usr
    boot     home     media    proc     sys      var
    dev      lib      mnt      sbin     tmp
    root@arago:/# cd dev
    root@arago:/dev# ls
    block               random              tty45
    bus                 rfkill              tty46
    char                rtc                 tty47
    console             rtc0                tty48
    cpu_dma_latency     shm                 tty49
    fb                  snd                 tty5
    fb0                 tty                 tty50
    full                tty0                tty51
    i2c-1               tty1                tty52
    initctl             tty10               tty53
    input               tty11               tty54
    kmem                tty12               tty55
    kmsg                tty13               tty56
    log                 tty14               tty57
    mem                 tty15               tty58
    mtd0                tty16               tty59
    mtd0ro              tty17               tty6
    mtd1                tty18               tty60
    mtd1ro              tty19               tty61
    mtd2                tty2                tty62
    mtd2ro              tty20               tty63
    mtd3                tty21               tty7
    mtd3ro              tty22               tty8
    mtd4                tty23               tty9
    mtd4ro              tty24               ttyS0
    mtd5                tty25               ttyS1
    mtd5ro              tty26               ttyS2
    mtdblock0           tty27               ttyp0
    mtdblock1           tty28               ttyp1
    mtdblock2           tty29               ttyp2
    mtdblock3           tty3                ttyp3
    mtdblock4           tty30               ttyp4
    mtdblock5           tty31               ttyp5
    network_latency     tty32               ttyp6
    network_throughput  tty33               ttyp7
    null                tty34               udev_network_queue
    ptmx                tty35               urandom
    pts                 tty36               vcs
    ptyp0               tty37               vcs1
    ptyp1               tty38               vcs2
    ptyp2               tty39               vcsa
    ptyp3               tty4                vcsa1
    ptyp4               tty40               vcsa2
    ptyp5               tty41               watchdog
    ptyp6               tty42               zero
    ptyp7               tty43
    ram0                tty44
    root@arago:/dev# 
     CTRL-A Z for help |115200 8N1 | NOR | Minicom 2.4    | VT102 |      Offline                                                
    
    

    Welcome to minicom 2.4
    
    OPTIONS: I18n 
    Compiled on Jan 25 2010, 06:49:09.
    Port /dev/ttyS0
    
    Press CTRL-A Z for help on special keys
    
    OMAP-L138 initialization passed!
    Booting TI User Boot Loader
            UBL Version: 1.65
            UBL Flashtype: SPI 
    Starting SPI Memory Copy...
    Valid magicnum, 0x55424CBB, found at offset 0x00010000.
       DONE                                                                     
    Jumping to entry point at 0xC1080000.                                       
                                                                                
                                                                                
    U-Boot 2009.11 (Dec 22 2010 - 00:27:22)                                     
    
    I2C:   ready
    DRAM:  64 MB
    MMC:   davinci: 0
    In:    serial
    Out:   serial
    Err:   serial
    ARM Clock : 300000000 Hz
    DDR Clock : 150000000 Hz
    Net:   Ethernet PHY: GENERIC @ 0x00
    
    Hit any key to stop autobo 0 
    U-Boot >setenv bootdelay 4
    U-Boot >setenv baudrate 115200
    ## Switch baudrate to 115200 bps and press ENTER ...U-Boot >setenv oldbootargs ${bootargs}
    U-Boot >ip=dhcp
    U-Boot >setenv autoload no
    U-Boot >setenv oldserverip ${serverip}
    U-Boot >setenv serverip 10.228.40.153
    U-Boot >setenv bootfile 5047.uImage_remove_disable
    U-Boot >setenv oldbootcmd ${bootcmd}
    U-Boot >setenv bootcmd 'dhcp;setenv serverip 10.228.40.153;tftpboot;bootm'
    U-Boot >saveenv
    Saving Environment to SPI Flash...
    Erasing SPI flash...Writing to SPI flash...done
    U-Boot >
     CTRL-A Z for help |115200 8N1 | NOR | script setup_u | VT102 |      Offline                                                
    
    You can manually run minicom in the future with this setup script using: minicom -S setup_uimage-tftp_fs-nfs.minicom
    --------------------------------------------------------------------------------
    
    TISDK setup completed!
    Please continue reading the Software Developer's Guide for more information on
    how to develop software on the EVM
    wifibt@wifibt-desktop:~/ti-dvsdk_omapl138-evm_04_03_00_06$ minicom -w
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Welcome to minicom 2.4
    
    OPTIONS: I18n 
    Compiled on Jan 25 2010, 06:49:09.
    Port /dev/ttyS0
    
    Press CTRL-A Z for help on special keys
    
    OMAP-L138 initialization passed!
    Booting TI User Boot Loader
            UBL Version: 1.65
            UBL Flashtype: SPI 
    Starting SPI Memory Copy...
    Valid magicnum, 0x55424CBB, found at offset 0x00010000.
       DONE
    Jumping to entry point at 0xC1080000.
    
    
    U-Boot 2009.11 (Dec 22 2010 - 00:27:22)
    
    I2C:   ready
    DRAM:  64 MB
    MMC:   davinci: 0
    In:    serial
    Out:   serial
    Err:   serial
    ARM Clock : 300000000 Hz
    DDR Clock : 150000000 Hz
    Net:   Ethernet PHY: GENERIC @ 0x00
    
    Hit any key to stop autoboot:  0 
    BOOTP broadcast 1
    *** Unhandled DHCP Option in OFFER/ACK: 44
    *** Unhandled DHCP Option in OFFER/ACK: 46
    *** Unhandled DHCP Option in OFFER/ACK: 44
    *** Unhandled DHCP Option in OFFER/ACK: 46
    DHCP client bound to address 10.228.40.242
    Using  device
    TFTP from server 10.228.40.153; our IP address is 10.228.40.242
    Filename '5047.uImage_remove_disable'.
    Load address: 0xc0700000
    Loading: #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
    done
    Bytes transferred = 2326388 (237f74 hex)
    ## Booting kernel from Legacy Image at c0700000 ...
       Image Name:   Linux-2.6.37
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    2326324 Bytes =  2.2 MB
       Load Address: c0008000
       Entry Point:  c0008000
       Verifying Checksum ... OK
       Loading Kernel Image ... OK
    OK
    
    Starting kernel ...
    
    Uncompressing Linux... done, booting the kernel.
    Linux version 2.6.37 (titus@Titus) (gcc version 4.3.3 (GCC) ) #5 PREEMPT Thu Sep 25 18:39:22 IST 2014
    CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
    CPU: VIVT data cache, VIVT instruction cache
    Machine: DaVinci DA850/OMAP-L138/AM18x EVM
    Memory policy: ECC disabled, Data cache writeback
    DaVinci da850/omap-l138 variant 0x0
    Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8128
    Kernel command line: console=ttyS2,115200n8 noinitrd rw mem=32M@0xc0000000 root=/dev/nfs nfsroot=10.228.40.153:/home/wifibt/t
    argetfs,nolock ip=dhcp
    PID hash table entries: 128 (order: -3, 512 bytes)
    Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
    Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
    Memory: 32MB = 32MB total
    Memory: 27524k/27524k available, 5244k reserved, 0K highmem
    Virtual kernel memory layout:
        vector  : 0xffff0000 - 0xffff1000   (   4 kB)
        fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
        DMA     : 0xff000000 - 0xffe00000   (  14 MB)
        vmalloc : 0xc2800000 - 0xfea00000   ( 962 MB)
        lowmem  : 0xc0000000 - 0xc2000000   (  32 MB)
        modules : 0xbf000000 - 0xc0000000   (  16 MB)
          .init : 0xc0008000 - 0xc0032000   ( 168 kB)
          .text : 0xc0032000 - 0xc0482000   (4416 kB)
          .data : 0xc0482000 - 0xc04ac9c0   ( 171 kB)
    SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Preemptable hierarchical RCU implementation.
            RCU-based detection of stalled CPUs is disabled.
            Verbose stalled-CPUs detection is disabled.
    NR_IRQS:245
    Console: colour dummy device 80x30
    Calibrating delay loop... 149.50 BogoMIPS (lpj=747520)
    pid_max: default: 32768 minimum: 301
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: Testing write buffer coherency: ok
    DaVinci: 144 gpio irqs
    regulator: core version 0.5
    regulator: dummy: 
    NET: Registered protocol family 16
    WARNING: both McASP and McBSP are enabled, but they share pins.
            Only McASP will work. If you want McBSP support, disable McASP.
    WARNING: both McASP and UART1_AFE are enabled, but they share pins.
            Disable one of them.
    da850_evm_init: eHRPWM module 0 cannot be used since it is being used by MII interface
    da850_evm_init: eHRPWM module1 outputA cannot be used since it is being used by LCD
    da850_evm_init: eHRPWM module1 outputB cannot be used since it is being used by spi1
    bio: create slab <bio-0> at 0
    SCSI subsystem initialized
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    pca953x 1-0020: failed reading register
    pca953x 1-0021: interrupt support not compiled in
    regulator: VDCDC1: 3200 <--> 3300 mV at 3300 mV 
    regulator: VDCDC2: 1750 <--> 3300 mV at 3300 mV 
    regulator: VDCDC3: 950 <--> 1350 mV at 1200 mV 
    regulator: LDO1: 1800 mV 
    regulator: LDO2: 1150 <--> 1300 mV at 1200 mV 
    i2c-gpio i2c-gpio.1: using pins 20 (SDA) and 21 (SCL)
    Advanced Linux Sound Architecture Driver Version 1.0.23.
    Bluetooth: Core ver 2.15
    NET: Registered protocol family 31
    Bluetooth: HCI device and connection manager initialized
    Bluetooth: HCI socket layer initialized
    Switching to clocksource timer0_1
    musb-hdrc: version 6.0, host, debug=0
    musb-hdrc musb-hdrc: dma type: dma-cppi41
    Waiting for USB PHY clock good...
    musb-hdrc musb-hdrc: MUSB HDRC host driver
    musb-hdrc musb-hdrc: new USB bus registered, assigned bus number 1
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 1 port detected
    musb-hdrc musb-hdrc: USB Host mode controller at fee00000 using DMA, IRQ 58
    NET: Registered protocol family 2
    IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
    TCP established hash table entries: 1024 (order: 1, 8192 bytes)
    TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
    TCP: Hash tables configured (established 1024 bind 1024)
    TCP reno registered
    UDP hash table entries: 256 (order: 0, 4096 bytes)
    UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    NET: Registered protocol family 1
    RPC: Registered udp transport module.
    RPC: Registered tcp transport module.
    RPC: Registered tcp NFSv4.1 backchannel transport module.
    EMAC: MII PHY configured, RMII PHY will not be functional
    McBSP:Probed McBSP1
    JFFS2 version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.
    msgmni has been set to 53
    io scheduler noop registered (default)
    da8xx_lcdc da8xx_lcdc.0: GLCD: Found Sharp_LK043T1DG01 panel
    Console: switching to colour frame buffer device 60x34
    Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
    serial8250.0: ttyS0 at MMIO 0x1c42000 (irq = 25) is a AR7
    serial8250.0: ttyS1 at MMIO 0x1d0c000 (irq = 53) is a AR7
    serial8250.0: ttyS2 at MMIO 0x1d0d000 (irq = 61) is a AR7
    console [ttyS2] enabled
    brd: module loaded
    at24 1-0050: 32768 byte 24c256 EEPROM (writable)
    ahci ahci: forcing PORTS_IMPL to 0x1
    ahci ahci: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    ahci ahci: flags: ncq sntf pm led clo only pmp pio slum part ccc 
    scsi0 : ahci_platform
    ata1: SATA max UDMA/133 mmio [mem 0x01e18000-0x01e19fff] port 0x100 irq 67
    spi_davinci spi_davinci.1: DMA: supported
    spi_davinci spi_davinci.1: DMA: RX channel: 18, TX channel: 19, event queue: 0
    m25p80 spi1.0: m25p64 (8192 Kbytes)
    Creating 6 MTD partitions on "m25p80":
    0x000000000000-0x000000010000 : "UBL"
    0x000000010000-0x000000090000 : "U-Boot"
    0x000000090000-0x0000000a0000 : "U-Boot-Env"
    0x0000000a0000-0x000000320000 : "Kernel"
    0x000000320000-0x000000720000 : "Filesystem"
    0x0000007f0000-0x000000800000 : "MAC-Address"
    Read MAC addr from SPI Flash: 00:08:ee:03:5a:80
    spi_davinci spi_davinci.1: Controller at 0xfef0e000
    davinci_mdio davinci_mdio.0: davinci mdio revision 1.5
    davinci_mdio davinci_mdio.0: detected phy mask fffffffe
    davinci_mdio.0: probed
    davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver SMSC LAN8710/LAN8720
    console [netcon0] enabled
    netconsole: network logging started
    ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    ohci ohci.0: DA8xx OHCI
    ohci ohci.0: new USB bus registered, assigned bus number 2
    Waiting for USB PHY clock good...
    ohci ohci.0: irq 59, io mem 0x01e25000
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 1 port detected
    Initializing USB Mass Storage driver...
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    input: gpio-keys-polled as /devices/platform/gpio-keys-polled.1/input/input0
    input: TPS6507x Touchscreen as /devices/platform/i2c-gpio.1/i2c-1/1-0048/input/input1
    ata1: SATA link down (SStatus 0 SControl 300)
    omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
    omap_rtc: RTC power up reset detected
    i2c /dev entries driver
    watchdog watchdog: heartbeat 60 sec
    Bluetooth: HCI UART driver ver 2.2
    Bluetooth: HCI H4 protocol initialized
    Bluetooth: HCILL protocol initialized
    cpuidle: using governor ladder
    cpuidle: using governor menu
    sdhci: Secure Digital Host Controller Interface driver
    sdhci: Copyright(c) Pierre Ossman
    davinci_mmc davinci_mmc.0: Using DMA, 4-bit mode
    mmc1: mmc_rescan: trying to init card at 400000 Hz
    davinci_mmc davinci_mmc.1: Using DMA, 4-bit mode
    usbcore: registered new interface driver usbhid
    usbhid: USB HID core driver
    1-0018 supply IOVDD not found, using dummy regulator
    1-0018 supply DVDD not found, using dummy regulator
    1-0018 supply AVDD not found, using dummy regulator
    1-0018 supply DRVDD not found, using dummy regulator
    asoc: tlv320aic3x-hifi <-> davinci-mcasp.0 mapping ok
    ALSA device list:
      #0: DA850/OMAP-L138 EVM
    nf_conntrack version 0.5.0 (430 buckets, 1720 max)
    ip_tables: (C) 2000-2006 Netfilter Core Team
    TCP cubic registered
    NET: Registered protocol family 17
    Bluetooth: L2CAP ver 2.15
    Bluetooth: L2CAP socket layer initialized
    Bluetooth: SCO (Voice Link) ver 0.6
    Bluetooth: SCO socket layer initialized
    Bluetooth: RFCOMM TTY layer initialized
    Bluetooth: RFCOMM socket layer initialized
    Bluetooth: RFCOMM ver 1.11
    Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    Bluetooth: BNEP filters: protocol multicast
    Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    regulator_init_complete: incomplete constraints, leaving LDO2 on
    regulator_init_complete: incomplete constraints, leaving LDO1 on
    regulator_init_complete: incomplete constraints, leaving VDCDC3 on
    regulator_init_complete: incomplete constraints, leaving VDCDC2 on
    regulator_init_complete: incomplete constraints, leaving VDCDC1 on
    mmc1: mmc_rescan: trying to init card at 312500 Hz
    omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
    davinci_mdio davinci_mdio.0: resetting idled controller
    net eth0: attached PHY driver [SMSC LAN8710/LAN8720] (mii_bus:phy_addr=0:00, id=7c0f1)
    Sending DHCP requests .
    PHY: 0:00 - Link is Up - 100/Full
    ., OK
    IP-Config: Got DHCP answer from 0.0.0.0, my address is 10.228.40.242
    IP-Config: Complete:
         device=eth0, addr=10.228.40.242, mask=255.255.254.0, gw=10.228.41.254,
         host=10.228.40.242, domain=ap.mot-solutions.com, nis-domain=(none),
         bootserver=0.0.0.0, rootserver=10.228.40.153, rootpath=
    VFS: Mounted root (nfs filesystem) on device 0:13.
    Freeing init memory: 168K
    INIT: version 2.86 booting
    Please wait: booting...
    Starting udev
    udevd (600): /proc/600/oom_adj is deprecated, please use /proc/600/oom_score_adj instead.
    Root filesystem already rw, not remounting
    Caching udev devnodes
    Populating dev cachemv: cannot rename '/tmp/devices': No such file or directory
    NET: Registered protocol family 10
    logger: mount: mount point /proc/bus/usb does not exist
    ALSA: Restoring mixer settings...
    NOT configuring network interfaces: / is an NFS mount
    Found hardware: "" "" "" "" ""
    Hardware is initialized using a generic method
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #3 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #4 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #5 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #6 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #7 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #8 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #9 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #11 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #12 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #13 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #15 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #16 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #17 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #18 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #19 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #21 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #22 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #23 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #24 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #29 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #30 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #31 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #32 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #33 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #34 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #35 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #36 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #37 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #38 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #39 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #40 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #41 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #42 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #43 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #44 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #45 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #46 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #47 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #48 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #49 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #50 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #51 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #52 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #70 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #71 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #72 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #73 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #74 (No such file or directory)
    Fri Dec 23 12:42:00 UTC 2011
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #77 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #78 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #79 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #80 (No such file or directory)
    /usr/sbin/alsactl: set_control:1267: failed to obtain info for control #81 (No such file or directory)
    INIT: Entering runlevel: 5
    Starting system message bus: dbus.
    Starting Dropbear SSH server: dropbear.
    Starting telnet daemon.
    Starting network benchmark server: netserver.
    Starting syslogd/klogd: done
    Starting thttpd.
    FATAL: Module cmemk not found.
    FATAL: Module dsplinkk not found.
    FATAL: Module dm365mmap not found.
    BusyBox v1.13.2 (2011-12-23 12:39:34 IST) multi-call binary
    
    Usage: mknod [OPTIONS] NAME TYPE MAJOR MINOR
    
    Create a special file (block, character, or pipe)
    
    Options:
            -m      Create the special file using the specified mode (default a=rw)
    TYPEs include:
            b:      Make a block device
            c or u: Make a character device
            p:      Make a named pipe (MAJOR and MINOR are ignored)
    
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org arago ttyS2
    
    Arago 2011.06 arago ttyS2
    
    arago login: root
    root@arago:~# cd ..
    root@arago:/home# cd ..
    root@arago:/# ls
    bin      etc      linuxrc  opt      srv      usr
    boot     home     media    proc     sys      var
    dev      lib      mnt      sbin     tmp
    root@arago:/# cd dev
    root@arago:/dev# ls
    block               random              tty45
    bus                 rfkill              tty46
    char                rtc                 tty47
    console             rtc0                tty48
    cpu_dma_latency     shm                 tty49
    fb                  snd                 tty5
    fb0                 tty                 tty50
    full                tty0                tty51
    i2c-1               tty1                tty52
    initctl             tty10               tty53
    input               tty11               tty54
    kmem                tty12               tty55
    kmsg                tty13               tty56
    log                 tty14               tty57
    mem                 tty15               tty58
    mtd0                tty16               tty59
    mtd0ro              tty17               tty6
    mtd1                tty18               tty60
    mtd1ro              tty19               tty61
    mtd2                tty2                tty62
    mtd2ro              tty20               tty63
    mtd3                tty21               tty7
    mtd3ro              tty22               tty8
    mtd4                tty23               tty9
    mtd4ro              tty24               ttyS0
    mtd5                tty25               ttyS1
    mtd5ro              tty26               ttyS2
    mtdblock0           tty27               ttyp0
    mtdblock1           tty28               ttyp1
    mtdblock2           tty29               ttyp2
    mtdblock3           tty3                ttyp3
    mtdblock4           tty30               ttyp4
    mtdblock5           tty31               ttyp5
    network_latency     tty32               ttyp6
    network_throughput  tty33               ttyp7
    null                tty34               udev_network_queue
    ptmx                tty35               urandom
    pts                 tty36               vcs
    ptyp0               tty37               vcs1
    ptyp1               tty38               vcs2
    ptyp2               tty39               vcsa
    ptyp3               tty4                vcsa1
    ptyp4               tty40               vcsa2
    ptyp5               tty41               watchdog
    ptyp6               tty42               zero
    ptyp7               tty43
    ram0                tty44
    root@arago:/dev# 
     CTRL-A Z for help |115200 8N1 | NOR | Minicom 2.4    | VT102 |      Offline                                                
    
    

    Thanks.

  • any update on this?

  • I had tried the uImage and post the bootup log previously, any update on this?

  • Hi Foong,

    What kind of board are you using ?

    OMAPL138 SDI EVM or OMAPL138 LogicPD EVM or LCDK board ?

  • Hi, I am using this board.

    Logic PD OMAP‐L138
    Zoom Experimenter Kit

    Thanks.

  • If you are using udev for automatic device creation, you might need to enable DEVTMPFS and DEVTMPFS_MOUNT in the kernel.

  • Hi Foong,

    Are you able to access the "MMC/SD" from u-boot ?

    Please ensure that you have connected proper SD/MMC card ?

    Could you try to use "starterware code" for MMC's card detect example.

    OMAPL138_StarterWare_1_10_03_03/examples/evmOMAPL138/gpio/gpioCardDetect.c

    Logic PD OMAP‐L138
    Zoom Experimenter Kit

    Revision ?