=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2014.02.20 07:43:45 =~=~=~=~=~=~=~=~=~=~=~= U-Boot SPL 2011.09 (Feb 12 2014 - 16:23:09) Texas Instruments Revision detection unimplemented Booting from NAND... U-Boot 2011.09 (Feb 12 2014 - 16:23:09) I2C: ready DRAM: 512 MiB WARNING: Caches not enabled Did not find a recognized configuration, assuming General purpose EVM in Profile 0 with Daughter board NAND: HW ECC Hamming Code selected 512 MiB MMC: OMAP SD/MMC: 0 Error: Bad compare! failed Error: Bad compare! failed Error: Bad compare! failed Error: Bad compare! failed Error: Bad compare! failed Error: Bad compare! failed Error: Bad compare! failed Error: Bad compare! failed NAND read from offset 260000 failed -74 *** Warning - readenv() failed, using default environment Net: cpsw Hit any key to stop autoboot: 3  0 SBC8600# SBC8600# SBC8600# SBC8600# printenv        setenv nand_args 'run bootargs_defaults;setenv bootargs ${bootargs} dispmode=${dispmode} consoleblank=${consoleblank} root=${mmcroot} noinitrd rootfstype=${mmcrootfstype} ip=${ip_method}' SBC8600# SBC8600# SBC8600# SBC8600# printenv android_args=run bootargs_defaults;setenv bootargs ${bootargs} dispmode=${dispmode} root=${android_root} rootfstype=${nand_root_fs_type} earlyprintk init=/init androidboot.console=ttyO0 android_boot=echo Booting from android ...; run android_args; nandecc hw 2; nand read.i ${kloadaddr} ${nand_src_addr} ${nand_img_siz}; bootm ${kloadaddr} android_root=ubi0:rootfs ubi.mtd=7,2048 autoload=yes baudrate=115200 bootargs_defaults=setenv bootargs console=${console} ${optargs} bootcmd=if mmc rescan; then echo SD/MMC found on device ${mmc_dev};if run loadbootenv; then echo Loaded environment from ${bootenv};run importbootenv;fi;if test -n ${uenvcmd}; then echo Running uenvcmd ...;run uenvcmd;fi;if run mmc_load_image; then run mmc_args;bootm ${kloadaddr};fi;fi;run nand_boot bootdelay=3 bootenv=uEnv.txt bootfile=uImage console=ttyO0,115200n8 consoleblank=0 dispmode=4.3inch_LCD dvsdk_args=run bootargs_defaults;setenv bootargs ${bootargs} dispmode=${dispmode} root=${dvsdk_root} rootfstype=${dvsdk_root_fs_type} earlyprintk dvsdk_boot=echo Booting from dvsdk ...; run dvsdk_args; mmc rescan; run dvsdk_load_image;bootm ${kloadaddr} dvsdk_load_image=fatload mmc ${mmc_dev} ${kloadaddr} ${bootfile}; dvsdk_root=/dev/mmcblk0p2 rw dvsdk_root_fs_type=ext3 rootwait ethact=cpsw ethaddr=c8:a0:30:c4:bf:ed importbootenv=echo Importing environment from mmc ...; env import -t ${loadaddr} ${filesize} ip_method=none kloadaddr=0x80007fc0 loadaddr=0x82000000 loadbootenv=fatload mmc ${mmc_dev} ${loadaddr} ${bootenv} mmc_args=run bootargs_defaults;setenv bootargs ${bootargs} dispmode=${dispmode} consoleblank=${consoleblank} root=${mmc_root} initrd=${rdloadaddr},32MB rootfstype=${mmc_root_fs_type} ip=${ip_method} mmc_boot=run mmc_args; mmc rescan; run mmc_load_image; bootm ${kloadaddr} mmc_dev=0 mmc_load_image=fatload mmc ${mmc_dev} ${kloadaddr} ${bootfile};fatload mmc ${mmc_dev} ${rdloadaddr} ${ramdisk} mmc_root=/dev/ram rw mmc_root_fs_type=ext2 nand_args=run bootargs_defaults;setenv bootargs ${bootargs} dispmode=${dispmode} consoleblank=${consoleblank} root=${mmcroot} noinitrd rootfstype=${mmcrootfstype} ip=${ip_method} nand_boot=echo Booting from nand ...; run nand_args; nandecc hw 2; nand read.i ${kloadaddr} ${nand_src_addr} ${nand_img_siz}; bootm ${kloadaddr} nand_img_siz=0x400000 nand_root=ubi0:rootfs rw ubi.mtd=7,2048 nand_root_fs_type=ubifs rootwait nand_src_addr=0x280000 net_args=run bootargs_defaults;setenv bootargs ${bootargs} dispmode=${dispmode} root=/dev/nfs nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=dhcp net_boot=echo Booting from network ...; setenv autoload no; dhcp; tftp ${kloadaddr} ${bootfile}; run net_args; bootm ${kloadaddr} nfsopts=nolock nor_args=run bootargs_defaults;setenv bootargs ${bootargs} dispmode=${dispmode} root={nor_root} rootfstype=${nor_root_fs_type} ip=${ip_method} nor_boot=echo Booting from NOR ...; run nor_args; cp.b ${0x08080000} ${kloadaddr} ${nor_img_siz}; bootm ${kloadaddr} nor_img_siz=0x280000 nor_root=/dev/mtdblock3 rw nor_root_fs_type=jffs2 nor_src_addr=0x08080000 ramdisk=ramdisk.gz rdloadaddr=0x81600000 rootpath=/export/rootfs script_addr=0x81900000 spi_args=run bootargs_defaults;setenv bootargs ${bootargs} dispmode=${dispmode} root=${spi_root} rootfstype=${spi_root_fs_type} ip=${ip_method} spi_boot=echo Booting from spi ...; run spi_args; sf probe ${spi_bus_no}:0; sf read ${kloadaddr} ${spi_src_addr} ${spi_img_siz}; bootm ${kloadaddr} spi_bus_no=0 spi_img_siz=0x280000 spi_root=/dev/mtdblock4 rw spi_root_fs_type=jffs2 spi_src_addr=0x62000 static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off stderr=serial stdin=serial stdout=serial updatesys=nand erase.chip;mmc rescan; fatload mmc 0 82000000 MLO;nandecc hw 2;nand write.i 82000000 0 ${filesize}; fatload mmc 0 82000000 u-boot.img;nandecc hw 2;nand write.i 82000000 80000 ${filesize};fatload mmc 0 82000000 uImage;nandecc hw 2;nand write.i 82000000 280000 ${filesize}; fatload mmc 0 82000000 ubi.img;nandecc sw;nand write.i 82000000 780000 ${filesize};led flash all Environment size: 4145/8188 bytes SBC8600# boot SD/MMC found on device 0 mmc_send_cmd: timedout waiting for cmddis! ** Can't read from device 0 ** ** Unable to use mmc 0:1 for fatload ** mmc_send_cmd: timedout waiting for cmddis! ** Can't read from device 0 ** ** Unable to use mmc 0:1 for fatload ** mmc_send_cmd: timedout waiting for cmddis! ** Can't read from device 0 ** ** Unable to use mmc 0:1 for fatload ** Booting from nand ... HW ECC BCH8 Selected NAND read: device 0 offset 0x280000, size 0x400000 ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. ECC: uncorrectable. NAND read from offset 280000 failed -74 0 bytes read: ERROR ## Booting kernel from Legacy Image at 80007fc0 ... Image Name: Linux-3.2.0 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3243016 Bytes = 3.1 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK XIP Kernel Image ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel. Linux version 3.2.0 (devid@UbuntuSitaraID) (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) ) #1 Wed Feb 12 16:33:39 COT 2014 CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache Machine: am335xevm Memory policy: ECC disabled, Data cache writeback AM335X ES1.0 (sgx neon ) Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 Kernel command line: console=ttyO0,115200n8 dispmode=4.3inch_LCD consoleblank=0 root= noinitrd rootfstype= ip=none ----lcd_type_init 4.3inch_LCD PID hash table entries: 2048 (order: 1, 8192 bytes) Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) Memory: 512MB = 512MB total Memory: 512960k/512960k available, 11328k reserved, 0K highmem Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) vmalloc : 0xe0800000 - 0xff000000 ( 488 MB) lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) modules : 0xbf000000 - 0xc0000000 ( 16 MB) .text : 0xc0008000 - 0xc05cb000 (5900 kB) .init : 0xc05cb000 - 0xc060c000 ( 260 kB) .data : 0xc060c000 - 0xc0674670 ( 418 kB) .bss : 0xc0674694 - 0xc06a17e4 ( 181 kB) NR_IRQS:396 IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts Total of 128 interrupts on 1 active controller OMAP clockevent source: GPTIMER2 at 25000000 Hz omap_dm_timer_switch_src: Switching to HW default clocksource(sys_clkin_ck) for timer1, this may impact timekeeping in low power state OMAP clocksource: GPTIMER1 at 25000000 Hz sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 171798ms Console: colour dummy device 80x30 Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144) pid_max: default: 32768 minimum: 301 Security Framework initialized Mount-cache hash table entries: 512 CPU: Testing write buffer coherency: ok omap_hwmod: pruss: failed to hardreset print_constraints: dummy: NET: Registered protocol family 16 OMAP GPIO hardware version 0.1 omap_mux_init: Add partition: #1: core, flags: 0 ----am335x_evm_i2c_init---- omap_i2c.1: alias fck already exists The board is SBC8600. omap_hsmmc.0: alias fck already exists da8xx_lcdc.0: alias fck already exists davinci-mcasp.0: alias fck already exists --------uart1_init --------uart2_init --------uart3_init --------uart4_init --------uart5_init d_can.0: alias fck already exists --------buzzer_init registered am33xx_sr device omap2_mcspi.1: alias fck already exists omap2_mcspi.2: alias fck already exists edma.0: alias fck already exists edma.0: alias fck already exists edma.0: alias fck already exists bio: create slab at 0 SCSI subsystem initialized usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb registerd cppi-dma Intr @ IRQ 17 Cppi41 Init Done Qmgr-base(e087a000) dma-base(e0878000) Cppi41 Init Done musb-ti81xx musb-ti81xx: musb0, board_mode=0x13, plat_mode=0x3 musb-ti81xx musb-ti81xx: musb1, board_mode=0x13, plat_mode=0x1 omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz tps65910 1-002d: could not be detected Advanced Linux Sound Architecture Driver Version 1.0.24. Switching to clocksource gp timer musb-hdrc: version 6.0, ?dma?, otg (peripheral+host) musb-hdrc musb-hdrc.0: dma type: dma-cppi41 MUSB0 controller's USBSS revision = 4ea20800 musb-hdrc musb-hdrc.0: USB OTG mode controller at e083c000 using DMA, IRQ 18 musb-hdrc musb-hdrc.1: dma type: dma-cppi41 MUSB1 controller's USBSS revision = 4ea20800 musb-hdrc musb-hdrc.1: MUSB HDRC host driver musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1 usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb1: Product: MUSB HDRC host driver usb usb1: Manufacturer: Linux 3.2.0 musb-hcd usb usb1: SerialNumber: musb-hdrc.1 hub 1-0:1.0: USB hub found hub 1-0:1.0: 1 port detected musb-hdrc musb-hdrc.1: USB Host mode controller at e083e800 using DMA, IRQ 19 NET: Registered protocol family 2 IP route cache hash table entries: 4096 (order: 2, 16384 bytes) TCP established hash table entries: 16384 (order: 5, 131072 bytes) TCP bind hash table entries: 16384 (order: 4, 65536 bytes) TCP: Hash tables configured (established 16384 bind 16384) 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 named UNIX socket transport module. RPC: Registered udp transport module. RPC: Registered tcp transport module. RPC: Registered tcp NFSv4.1 backchannel transport module. NetWinder Floating Point Emulator V0.97 (double precision) omap-gpmc omap-gpmc: GPMC revision 6.0 Registering NAND on CS0 VFS: Disk quotas dquot_6.5.2 Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) msgmni has been set to 1001 alg: No test for stdrng (krng) io scheduler noop registered io scheduler deadline registered io scheduler cfq registered (default) da8xx_lcdc da8xx_lcdc.0: GLCD: Found 4.3inch_LCD panel Console: switching to colour frame buffer device 60x34 omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0 console [ttyO0] enabled omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1 omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2 omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3 omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4 omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5 brd: module loaded loop: module loaded i2c-core: driver [tsl2550] using legacy suspend method i2c-core: driver [tsl2550] using legacy resume method mtdoops: mtd device (mtddev=name/number) must be supplied omap2-nand driver initializing ONFI flash detected ONFI param page 0 valid NAND device: Manufacturer ID: 0xad, Chip ID: 0xdc (Hynix H27U4G8F2DTR-BC) Creating 8 MTD partitions on "omap2-nand.0": 0x000000000000-0x000000020000 : "SPL" 0x000000020000-0x000000040000 : "SPL.backup1" 0x000000040000-0x000000060000 : "SPL.backup2" 0x000000060000-0x000000080000 : "SPL.backup3" 0x000000080000-0x000000260000 : "U-Boot" 0x000000260000-0x000000280000 : "U-Boot Env" 0x000000280000-0x000000780000 : "Kernel" 0x000000780000-0x000020000000 : "File System" OneNAND driver initializing CAN device driver interface CAN bus driver for Bosch D_CAN controller 1.0 d_can d_can.0: device registered (irq=52, irq_obj=53) usb 1-1: new high-speed USB device number 2 using musb-hdrc davinci_mdio davinci_mdio.0: davinci mdio revision 1.6 davinci_mdio davinci_mdio.0: detected phy mask ffffffaf davinci_mdio.0: probed davinci_mdio davinci_mdio.0: phy[4]: device 0:04, driver unknown davinci_mdio davinci_mdio.0: phy[6]: device 0:06, driver unknown PPP generic driver version 2.4.2 PPP BSD Compression module registered PPP Deflate Compression module registered PPP MPPE Compression module registered NET: Registered protocol family 24 usbcore: registered new interface driver zd1201 usbcore: registered new interface driver cdc_ether usbcore: registered new interface driver cdc_eem usbcore: registered new interface driver dm9601 cdc_ncm: 04-Aug-2011 usbcore: registered new interface driver cdc_ncm Initializing USB Mass Storage driver... usbcore: registered new interface driver usb-storage USB Mass Storage support registered. gadget: using random self ethernet address gadget: using random host ethernet address usb0: MAC 5a:19:36:03:f7:24 usb0: HOST MAC 22:39:14:e0:dd:e9 gadget: Ethernet Gadget, version: Memorial Day 2008 gadget: g_ether ready musb-hdrc musb-hdrc.0: MUSB HDRC host driver musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2 usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb2: Product: MUSB HDRC host driver usb usb2: Manufacturer: Linux 3.2.0 musb-hcd usb usb2: SerialNumber: musb-hdrc.0 hub 2-0:1.0: USB hub found hub 2-0:1.0: 1 port detected mousedev: PS/2 mouse device common for all mice input: ti-tsc-adcc as /devices/platform/omap/tsc/input/input0 omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0 i2c /dev entries driver Linux video capture interface: v2.00 usb 1-1: New USB device found, idVendor=0424, idProduct=2512 usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 usbcore: registered new interface driver uvcvideo USB Video Class driver (1.1.1) hub 1-1:1.0: USB hub found hub 1-1:1.0: 2 ports detected OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec _regulator_get: deviceless supply vdd_mpu not found, using dummy regulator cpuidle: using governor ladder cpuidle: using governor menu omap4_aes_mod_init: loading AM33X AES driver omap4-aes omap4-aes: AM33X AES hw accel rev: 3.02 omap4_aes_probe: probe() done omap4_sham_mod_init: loading AM33X SHA/MD5 driver omap4-sham omap4-sham: AM33X SHA/MD5 hw accel rev: 4.03 omap4_sham_probe: probe() done usbcore: registered new interface driver usbhid usbhid: USB HID core driver usbcore: registered new interface driver snd-usb-audio sgtl5000 1-000a: Device with ID register ffff is not a sgtl5000 sgtl5000 1-000a: asoc: failed to probe CODEC sgtl5000.1-000a: -19 asoc: failed to instantiate card AM335X EVM: -19 ALSA device list: No soundcards found. oprofile: hardware counters not available oprofile: using timer interrupt. nf_conntrack version 0.5.0 (8015 buckets, 32060 max) ip_tables: (C) 2000-2006 Netfilter Core Team TCP cubic registered NET: Registered protocol family 17 can: controller area network core (rev 20090105 abi 8) NET: Registered protocol family 29 can: raw protocol (rev 20090105) can: broadcast manager protocol (rev 20090105 t) Registering the dns_resolver key type VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 ThumbEE CPU extension supported. mux: Failed to setup hwmod io irq -22 Power Management for AM33XX family Trying to load am335x-pm-firmware.bin (60 secs timeout) Copied the M3 firmware to UMEM Compensating OPP0 for 0mV Orig nvalue:0x999280 New nvalue:0x999280 Compensating OPP1 for 0mV Orig nvalue:0x999280 New nvalue:0x999280 _regulator_get: deviceless supply vdd_core not found, using dummy regulator smartreflex smartreflex: am33xx_sr_probe: cannot determine opp smartreflex: probe of smartreflex failed with error -22 sr_init: platform driver register failed clock: disabling unused clocks to save power Detected MACID=c8:a0:30:c4:bf:ed cpsw: Detected MACID = c8:a0:30:c4:bf:ef input: gpio-keys as /devices/platform/gpio-keys/input/input1 omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801) Root-NFS: no NFS server address VFS: Unable to mount root fs via NFS, trying floppy. List of all partitions: 1f00 128 mtdblock0 (driver?) 1f01 128 mtdblock1 (driver?) 1f02 128 mtdblock2 (driver?) 1f03 128 mtdblock3 (driver?) 1f04 1920 mtdblock4 (driver?) 1f05 128 mtdblock5 (driver?) 1f06 5120 mtdblock6 (driver?) 1f07 516608 mtdblock7 (driver?) No filesystem could mount root, tried: Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0) Backtrace: [] (dump_backtrace+0x0/0x110) from [] (dump_stack+0x18/0x1c) r7:c05fd4e4 r6:df1a0000 r5:c0612374 r4:c0675608 [] (dump_stack+0x0/0x1c) from [] (panic+0x74/0x1a4) [] (panic+0x0/0x1a4) from [] (mount_block_root+0x208/0x240) r3:00000029 r2:df02df40 r1:df02df40 r0:c0529c50 [] (mount_block_root+0x0/0x240) from [] (mount_root+0xa8/0xdc) [] (mount_root+0x0/0xdc) from [] (prepare_namespace+0x148/0x1dc) r5:c060b7b8 r4:c0674720 [] (prepare_namespace+0x0/0x1dc) from [] (kernel_init+0x120/0x13c) r6:c060b1b8 r5:c060b7b8 r4:c060b7b8 [] (kernel_init+0x0/0x13c) from [] (do_exit+0x0/0x6cc) r7:00000013 r6:c0042624 r5:c05cb204 r4:00000000