Dear EZSDK Team,
While trying to integrate the latest EZSDK with latest PSP for DM8148, we are encountering error while creating /dev/fb0. We have modified Rules.make file with appropriate paths & did make clean; make all; sudo make install. We have copied the generated file system to SD card. I also verified the bootargs & it seems to be fine. Please refer to the attached log file.
U-Boot 2010.06 (Apr 19 2012 - 16:14:05) TI8148-GP rev 2.1 ARM clk: 600MHz DDR clk: 300MHz, M2 = 600 DRAM: 2 GiB MMC: OMAP SD/MMC: 0 Using default environment The 2nd stage U-Boot will now be auto-loaded Please do not interrupt the countdown till MultiBBWT prompt if 2nd stage is already flashed Hit any key to stop autoboot: 0 reading u-boot.bin 184312 bytes read ## Starting application at 0x80800000 ... U-Boot 2010.06 (Apr 19 2012 - 16:14:31) TI8148-GP rev 2.1 ARM clk: 600MHz DDR clk: 300MHz, M2 = 600 I2C: ready DRAM: 2 GiB NAND: HW ECC BCH8 Selected 128 MiB MMC: OMAP SD/MMC: 0 *** Warning - bad CRC or NAND, using default environment Net: <ethaddr> not set. Reading from E-fuse Detected MACID:40:5f:c2:7:ef:63 cpsw Hit any key to stop autoboot: 3 2 1 0 Please set bootargs and bootcmd before booting the kernel If that has already been done please ignore this message BBWT-UBOOT# U-Boot 2010.06 (Apr 19 2012 - 16:14:05) TI8148-GP rev 2.1 ARM clk: 600MHz DDR clk: 300MHz, M2 = 600 DRAM: 2 GiB MMC: OMAP SD/MMC: 0 Using default environment The 2nd stage U-Boot will now be auto-loaded Please do not interrupt the countdown till MultiBBWT prompt if 2nd stage is already flashed Hit any key to stop autoboot: 0 reading u-boot.bin 184312 bytes read ## Starting application at 0x80800000 ... U-Boot 2010.06 (Apr 19 2012 - 16:14:31) TI8148-GP rev 2.1 ARM clk: 600MHz DDR clk: 300MHz, M2 = 600 I2C: ready DRAM: 2 GiB NAND: HW ECC BCH8 Selected 128 MiB MMC: OMAP SD/MMC: 0 *** Warning - bad CRC or NAND, using default environment Net: <ethaddr> not set. Reading from E-fuse Detected MACID:40:5f:c2:7:ef:63 cpsw Hit any key to stop autoboot: 3 2 1 0 Please set bootargs and bootcmd before booting the kernel If that has already been done please ignore this message BBWT-UBOOT#print bootcmd=if mmc init; then if run loadbootscript; then run bootscript; else echo In case ENV on MMC/SD is required; echo Please put a valid script named boot.scr on the card; echo Refer to the User Guide on how to generate the image; fi; else echo Please set bootargs and bootcmd before booting the kernel; echo If that has already been done please ignore this message; fi bootdelay=3 baudrate=115200 autoload=yes verify=yes bootfile=uImage ramdisk_file=ramdisk.gz loadaddr=0x81000000 script_addr=0x80900000 loadbootscript=fatload mmc 1 ${script_addr} boot.scr bootscript= echo Running bootscript from MMC/SD to set the ENV...; source ${script_addr} stdin=serial stdout=serial stderr=serial ethaddr=40:5f:c2:07:ef:63 ethact=cpsw Environment size: 728/8188 bytes BBWT-UBOOT#fatload mmc 1 s usage: fatls <interface> <dev[:part]> [directory] BBWT-UBOOT#mc Unknown command '' - try 'help' BBWT-UBOOT# BBWT-UBOOT# BBWT-UBOOT# BBWT-UBOOT#fatls mmc 0 ** Unable to use mmc 0:1 for fatls ** BBWT-UBOOT#mmc init BBWT-UBOOT#mmc resca fatls mmc 0 mmc_send_cmd: timedout waiting for cmddis! ** Can't read from device 0 ** ** Unable to use mmc 0:1 for fatls ** BBWT-UBOOT#fatls mmc 1 MMC Device 1 not found ** Invalid boot device ** BBWT-UBOOT# Unknown command '' - try 'help' BBWT-UBOOT# BBWT-UBOOT#mmc init BBWT-UBOOT#mc rescan Unknown command 'mc' - try 'help' BBWT-UBOOT#mmc rescan BBWT-UBOOT#fatload s mm 0:1 ** Invalid boot device ** BBWT-UBOOT#fatls mmc 0:1 mmc_send_cmd: timedout waiting for cmddis! ** Can't read from device 0 ** ** Unable to use mmc 0:1 for fatls ** BBWT-UBOOT#fatload mmc 1 0 0x80900000 boot.scr mmc_send_cmd: timedout waiting for cmddis! ** Can't read from device 0 ** ** Unable to use mmc 0:1 for fatload ** BBWT-UBOOT# Unknown command '' - try 'help' BBWT-UBOOT# BBWT-UBOOT#fatk fal toad load mmc 1 0x80900000 boot.scr MMC Device 1 not found ** Invalid boot device ** BBWT-UBOOT# U-Boot 2010.06 (Apr 19 2012 - 16:14:05) TI8148-GP rev 2.1 ARM clk: 600MHz DDR clk: 300MHz, M2 = 600 DRAM: 2 GiB MMC: OMAP SD/MMC: 0 Using default environment The 2nd stage U-Boot will now be auto-loaded Please do not interrupt the countdown till MultiBBWT prompt if 2nd stage is already flashed Hit any key to stop autoboot: 0 reading u-boot.bin 184312 bytes read ## Starting application at 0x80800000 ... U-Boot 2010.06 (Apr 19 2012 - 16:14:31) TI8148-GP rev 2.1 ARM clk: 600MHz DDR clk: 300MHz, M2 = 600 I2C: ready DRAM: 2 GiB NAND: HW ECC BCH8 Selected 128 MiB MMC: OMAP SD/MMC: 0 *** Warning - bad CRC or NAND, using default environment Net: <ethaddr> not set. Reading from E-fuse Detected MACID:40:5f:c2:7:ef:63 cpsw Hit any key to stop autoboot: 3 0 BBWT-UBOOT#print bootcmd=if mmc init; then if run loadbootscript; then run bootscript; else echo In case ENV on MMC/SD is required; echo Please put a valid script named boot.scr on the card; echo Refer to the User Guide on how to generate the image; fi; else echo Please set bootargs and bootcmd before booting the kernel; echo If that has already been done please ignore this message; fi bootdelay=3 baudrate=115200 autoload=yes verify=yes bootfile=uImage ramdisk_file=ramdisk.gz loadaddr=0x81000000 script_addr=0x80900000 loadbootscript=fatload mmc 1 ${script_addr} boot.scr bootscript= echo Running bootscript from MMC/SD to set the ENV...; source ${script_addr} stdin=serial stdout=serial stderr=serial ethaddr=40:5f:c2:07:ef:63 ethact=cpsw Environment size: 728/8188 bytes BBWT-UBOOT# U-Boot 2010.06 (Apr 19 2012 - 16:14:05) TI8148-GP rev 2.1 ARM clk: 600MHz DDR clk: 300MHz, M2 = 600 DRAM: 2 GiB MMC: OMAP SD/MMC: 0 Using default environment The 2nd stage U-Boot will now be auto-loaded Please do not interrupt the countdown till MultiBBWT prompt if 2nd stage is already flashed Hit any key to stop autoboot: 0 reading u-boot.bin 185812 bytes read ## Starting application at 0x80800000 ... U-Boot 2010.06 (Apr 16 2012 - 15:55:16) TI8148-GP rev 2.1 ARM clk: 600MHz DDR clk: 400MHz I2C: ready DRAM: 2 GiB NAND: HW ECC BCH8 Selected 128 MiB MMC: OMAP SD/MMC: 0 *** Warning - bad CRC or MMC, using default environment .:;rrr;;. ,5#@@@@#####@@@@@@#2, ,A@@@hi;;;r5;;;;r;rrSG@@@A, r@@#i;:;s222hG;rrsrrrrrr;ri#@@r :@@hr:r;SG3ssrr2r;rrsrsrsrsrr;rh@@: B@H;;rr;3Hs;rrr;sr;;rrsrsrsrsrsr;;H@B @@s:rrs;5#;;rrrr;r#@H:;;rrsrsrsrsrr:s@@ @@;;srs&X#9;r;r;;,2@@@rrr:;;rrsrsrsrr;;@@ @@;;rrsrrs@MB#@@@@@###@@@@@@#rsrsrsrsrr;;@@ G@r;rrsrsr;#X;SX25Ss#@@#M@#9H9rrsrsrsrsrs;r@G @9:srsrsrs;2@;:;;:.X@@@@@H::;rrsrsrsrsrsrr:3@ X@;rrsrsrsrr;XAi;;:&@@#@Bs:rrsrsrsrsrsrsrsrr;@X @#;rsrsrsrsrr;r2ir@@@###::rrsrsrsrsrsrsrsrsr:@@ @A:rrsrsrsrr;:2@29@@M@@@;:;rrrrsrsrsrsrsrsrs;H@ @&;rsrsrsrr;A@@@@@@###@@@s::;:;;rrsrsrsrsrsr;G@ @#:rrsrsrsr;G@5Hr25@@@#@@@#9XG9s:rrrrsrsrsrs:#@ M@;rsrsrsrs;r@&#;::S@@@@@@@M@@@@Grr:;rsrsrsr;@# :@s;rsrsrsrr:M#Msrr;;&#@@@@@@@@@@H@@5;rsrsr;s@, @@:rrsrsrsr;S@rrrsr;:;r3MH@@#@M5,S@@irrsrr:@@ @A:rrsrsrsrrrrrsrsrrr;::;@##@r:;rH@h;srr:H@ ;@9:rrsrsrsrrrsrsrsrsr;,S@Hi@i:;s;MX;rr:h@; r@B:rrrrsrsrsrsrsrr;;sA@#i,i@h;r;S5;r:H@r ,@@r;rrrsrsrsrsrr;2BM3r:;r:G@:rrr;;r@@, B@Mr;rrrrsrsrsr@@S;;;rrr:5M;rr;rM@H .@@@i;;rrrrsrs2i;rrrrr;r@M:;i@@@. .A@@#5r;;;r;;;rrr;r:r#AsM@@H. ;&@@@@MhXS5i5SX9B@@@@G; :ihM#@@@@@##hs, Net: <ethaddr> not set. Reading from E-fuse Detected MACID:40:5f:c2:7:ef:63 cpsw Hit any key to stop autoboot: 3 2 1 0 reading boot.scr 300 bytes read Running bootscript from MMC/SD to set the ENV... ## Executing script at 80900000 reading uImage 2718504 bytes read ## Booting kernel from Legacy Image at 80009000 ... Image Name: Linux-2.6.37 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2718440 Bytes = 2.6 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel. Linux version 2.6.37 (sai@sai-desktop) (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) ) #3 Thu Apr 19 16:06:53 IST 2012 CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache Machine: ti8148evm vram size = 52428800 at 0x0 reserved size = 52428800 at 0x0 FB: Reserving 52428800 bytes SDRAM for VRAM Memory policy: ECC disabled, Data cache writeback OMAP chip is TI8148 2.0 SRAM: Mapped pa 0x402f1000 to va 0xfe400000 size: 0xf000 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 52224 Kernel command line: console=ttyO0,115200n8 rootwait root=/dev/mmcblk0p2 rw mem=256M earlyprink notifyk.vpssm3_sva=0xBF900000 vram=50M ti814xfb.vram=0:16M,1:16M,2:6M ip=off noinitrd PID hash table entries: 1024 (order: 0, 4096 bytes) Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) Memory: 206MB = 206MB total Memory: 202840k/202840k available, 59304k reserved, 0K highmem Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) DMA : 0xffc00000 - 0xffe00000 ( 2 MB) vmalloc : 0xd0800000 - 0xf8000000 ( 632 MB) lowmem : 0xc0000000 - 0xd0000000 ( 256 MB) pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) modules : 0xbf000000 - 0xbfe00000 ( 14 MB) .init : 0xc0008000 - 0xc003c000 ( 208 kB) .text : 0xc003c000 - 0xc0524000 (5024 kB) .data : 0xc0524000 - 0xc056f500 ( 302 kB) SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 NR_IRQS:407 IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts Total of 128 interrupts on 1 active controller GPMC revision 6.0 Trying to install interrupt handler for IRQ400 Trying to install interrupt handler for IRQ401 Trying to install interrupt handler for IRQ402 Trying to install interrupt handler for IRQ403 Trying to install interrupt handler for IRQ404 Trying to install interrupt handler for IRQ405 Trying to install interrupt handler for IRQ406 Trying to install type control for IRQ407 Trying to set irq flags for IRQ407 OMAP clockevent source: GPTIMER1 at 20000000 Hz Console: colour dummy device 80x30 Calibrating delay loop... 598.01 BogoMIPS (lpj=2990080) pid_max: default: 32768 minimum: 301 Security Framework initialized Mount-cache hash table entries: 512 CPU: Testing write buffer coherency: ok devtmpfs: initialized omap_voltage_early_init: voltage driver support not added regulator: core version 0.5 regulator: dummy: NET: Registered protocol family 16 omap_voltage_domain_lookup: Voltage driver init not yet happened.Faulting! omap_voltage_add_dev: VDD specified does not exist! bus: 'platform': really_probe: probing driver omap_gpio with device omap_gpio.0 OMAP GPIO hardware version 0.1 bus: 'platform': really_probe: probing driver omap_gpio with device omap_gpio.1 OMAP GPIO hardware version 0.1 bus: 'platform': really_probe: probing driver omap_gpio with device omap_gpio.2 OMAP GPIO hardware version 0.1 bus: 'platform': really_probe: probing driver omap_gpio with device omap_gpio.3 OMAP GPIO hardware version 0.1 omap_mux_init: Add partition: #1: core, flags: 4 hsmmic init name mmc1slot1 NOR: Can't request GPMC CS Debugfs: Only enabling/disabling deep sleep and wakeup timer is supported now registered ti81xx_vpss device registered ti81xx_vidout device registered ti81xx on-chip HDMI device registered ti81xx_fb device registered ti81xx_vin device bus: 'platform': really_probe: probing driver edma with device edma bus: 'platform': really_probe: probing driver ti81xx_pcie with device ti81xx_pcie.0 ti81xx_pcie: Invoking PCI BIOS... ti81xx_pcie: Setting up Host Controller... ti81xx_pcie: Register base mapped @0xd0820000 ti81xx_pcie: Starting PCI scan... PCI: bus0: Fast back to back transfers enabled bio: create slab <bio-0> at 0 vgaarb: loaded SCSI subsystem initialized bus: 'platform': really_probe: probing driver omap2_mcspi with device omap2_mcspi.1 bus: 'platform': really_probe: probing driver omap2_mcspi with device omap2_mcspi.2 bus: 'platform': really_probe: probing driver omap2_mcspi with device omap2_mcspi.3 bus: 'platform': really_probe: probing driver omap2_mcspi with device omap2_mcspi.4 usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb bus: 'platform': really_probe: probing driver ti81xx-usbss with device ti81xx-usbss USBSS revision 4ea2080b registerd cppi-dma Intr @ IRQ 17 Cppi41 Init Done bus: 'platform': really_probe: probing driver omap_i2c with device omap_i2c.1 omap_i2c omap_i2c.1: bus 1 rev4.0 at 100 kHz bus: 'i2c': really_probe: probing driver pcf857x with device 1-0021 pcf857x: probe of 1-0021 failed with error -121 bus: 'i2c': really_probe: probing driver tps65910 with device 1-002d bus: 'platform': really_probe: probing driver tps65910-pmic with device tps65910-pmic tps65910 1-002d: read from reg 3f failed tps65910 1-002d: read from reg 1e failed set_machine_constraints: failed to enable VRTC tps65910 1-002d: failed to register tps65910-pmic regulator tps65910-pmic: probe of tps65910-pmic failed with error -121 tps65910 1-002d: No interrupt support, no core IRQ bus: 'platform': really_probe: probing driver omap_i2c with device omap_i2c.3 omap_i2c omap_i2c.3: bus 3 rev4.0 at 100 kHz P:bus_reg mmc P:bus_reg sdio Advanced Linux Sound Architecture Driver Version 1.0.23. Switching to clocksource gp timer musb-hdrc: version 6.0, host, debug=0 bus: 'platform': really_probe: probing driver musb-hdrc with device musb-hdrc.0 musb-hdrc musb-hdrc.0: dma type: dma-cppi41 bus: 'platform': really_probe: probing driver nop_usb_xceiv with device nop_usb_xceiv.0 MUSB controller-0 revision 4ea20800 musb-hdrc musb-hdrc.0: MUSB HDRC host driver musb-hdrc musb-hdrc.0: 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 2.6.37 musb-hcd usb usb1: SerialNumber: musb-hdrc.0 bus: 'usb': really_probe: probing driver usb with device usb1 bus: 'usb': really_probe: probing driver hub with device 1-0:1.0 hub 1-0:1.0: USB hub found hub 1-0:1.0: 1 port detected musb-hdrc musb-hdrc.0: USB Host mode controller at d081e000 using DMA, IRQ 18 bus: 'platform': really_probe: probing driver musb-hdrc with device musb-hdrc.1 musb-hdrc musb-hdrc.1: dma type: dma-cppi41 bus: 'platform': really_probe: probing driver nop_usb_xceiv with device nop_usb_xceiv.1 MUSB controller-1 revision 4ea20800 musb-hdrc musb-hdrc.1: MUSB HDRC host driver musb-hdrc musb-hdrc.1: 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 2.6.37 musb-hcd usb usb2: SerialNumber: musb-hdrc.1 bus: 'usb': really_probe: probing driver usb with device usb2 bus: 'usb': really_probe: probing driver hub with device 2-0:1.0 hub 2-0:1.0: USB hub found hub 2-0:1.0: 1 port detected musb-hdrc musb-hdrc.1: USB Host mode controller at d0826800 using DMA, IRQ 19 NET: Registered protocol family 2 IP route cache hash table entries: 2048 (order: 1, 8192 bytes) TCP established hash table entries: 8192 (order: 4, 65536 bytes) TCP bind hash table entries: 8192 (order: 3, 32768 bytes) TCP: Hash tables configured (established 8192 bind 8192) 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. NetWinder Floating Point Emulator V0.97 (double precision) bus: 'platform': really_probe: probing driver arm-pmu with device arm-pmu.0 PMU: registered new PMU device of type 0 bus: 'platform': really_probe: probing driver omap2_elm with device omap2_elm.1 bus: 'platform': really_probe: probing driver omap-mailbox with device omap-mailbox bus: 'platform': really_probe: probing driver omap-iommu with device omap-iommu.0 omap-iommu omap-iommu.0: ducati registered bus: 'platform': really_probe: probing driver omap-iommu with device omap-iommu.1 omap-iommu omap-iommu.1: sys registered JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc. msgmni has been set to 396 io scheduler noop registered io scheduler deadline registered io scheduler cfq registered (default) Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled bus: 'platform': really_probe: probing driver serial8250 with device serial8250 bus: 'platform': really_probe: probing driver omap_uart with device omap_uart.0 omap_uart.0: ttyO0 at MMIO 0x48020000 (irq = 72) is a OMAP UART0 console [ttyO0] enabled bus: 'platform': really_probe: probing driver omap_uart with device omap_uart.1 omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1 bus: 'platform': really_probe: probing driver omap_uart with device omap_uart.2 omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2 bus: 'platform': really_probe: probing driver omap_uart with device omap_uart.3 omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3 bus: 'platform': really_probe: probing driver omap_uart with device omap_uart.4 omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4 bus: 'platform': really_probe: probing driver omap_uart with device omap_uart.5 omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5 brd: module loaded loop: module loaded bus: 'platform': really_probe: probing driver ahci with device ahci.0 ahci ahci.0: forcing PORTS_IMPL to 0x1 ahci ahci.0: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode ahci ahci.0: flags: ncq sntf pm led clo only pmp pio slum part ccc apst scsi0 : ahci_platform ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a150fff] port 0x100 irq 16 bus: 'spi': really_probe: probing driver m25p80 with device spi1.0 omap2-nand driver initializing bus: 'platform': really_probe: probing driver omap2-nand with device omap2-nand.0 ONFI flash detected ONFI param page 0 valid NAND device: Manufacturer ID: 0x20, Chip ID: 0xf1 (ST Micro NAND 128MiB 3,3V 8-bit) Creating 6 MTD partitions on "omap2-nand.0": 0x000000000000-0x000000020000 : "U-Boot-min" 0x000000020000-0x000000260000 : "U-Boot" 0x000000260000-0x000000280000 : "U-Boot Env" 0x000000280000-0x0000006c0000 : "Kernel" 0x0000006c0000-0x00000cee0000 : "File System" mtd: partition "File System" extends beyond the end of device "omap2-nand.0" -- size truncated to 0x7940000 0x000008000000-0x000008000000 : "Reserved" mtd: partition "Reserved" is out of reach -- disabled bus: 'platform': really_probe: probing driver davinci_mdio with device davinci_mdio.0 davinci_mdio davinci_mdio.0: davinci mdio revision 1.6 davinci_mdio davinci_mdio.0: detected phy mask fffffffc davinci_mdio.0: probed davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown davinci_mdio davinci_mdio.0: phy[1]: device 0:01, driver unknown CAN device driver interface CAN bus driver for Bosch D_CAN controller 1.0 bus: 'platform': really_probe: probing driver d_can with device d_can d_can d_can: d_can device registered (irq=52, irq_obj=53) usbcore: registered new interface driver cdc_ether usbcore: registered new interface driver dm9601 usbcore: registered new interface driver cdc_acm cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters Initializing USB Mass Storage driver... usbcore: registered new interface driver usb-storage USB Mass Storage support registered. mice: PS/2 mouse device common for all mice bus: 'i2c': really_probe: probing driver qt602240_ts with device 1-004a qt602240_ts 1-004a: __qt602240_read_reg: i2c transfer failed qt602240_ts: probe of 1-004a failed with error -5 bus: 'platform': really_probe: probing driver omap_rtc with device omap_rtc omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0 i2c /dev entries driver Linux video capture interface: v2.00 usbcore: registered new interface driver uvcvideo USB Video Class driver (v1.0.0) bus: 'platform': really_probe: probing driver omap_wdt with device omap_wdt OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec mmcblk: success P:Reg MMC driver bus: 'platform': really_probe: probing driver mmci-omap-hs with device mmci-omap-hs.0 slots 1 irq 28 GPIO_1 GPIO_4 GPIO_5 GPIO_7 GB: mc_alloc_host hostirq 28 mmc_add_host mmc probe success P:rescan usbcore: registered new interface driver usbhid usbhid: USB HID core driver notify_init : notify drivercreated for remote proc id 2 at physical Address 0xbf900000 usbcore: registered new interface driver snd-usb-audio bus: 'i2c': really_probe: probing driver tlv320aic3x-codec with device 1-0018 bus: 'platform': really_probe: probing driver davinci-pcm-audio with device davinci-pcm-audio bus: 'platform': really_probe: probing driver davinci-mcasp with device davinci-mcasp.2 bus: 'platform': really_probe: probing driver soc-audio with device soc-audio.0 asoc: tlv320aic3x-hifi <-> davinci-mcasp.2 mapping ok ALSA device list: #0: TI81XX EVM 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 omap_voltage_late_init: Voltage driver support not added Power Management for TI81XX. bus: 'platform': really_probe: probing driver cpsw with device cpsw.0 Detected MACID=40:5f:c2:7:ef:63 omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800) P:root_delay 0 ata1: SATA link down (SStatus 0 SControl 300) P:root_devname mmcblk0p2 Waiting for root device /dev/mmcblk0p2... GB: in mmc_attach_sd P:cardid 3534453 In mmc_add_card mmc0: new SDHC card at address fac8 bus: 'mmc': really_probe: probing driver mmcblk with device mmc0:fac8 mmcblk0: mmc0:fac8 SD16G 14.8 GiB mmcblk0: p1 p2 dr_pr_done 0 , ROOT_DEV 187695106 EXT3-fs: barriers not enabled kjournald starting. Commit interval 5 seconds EXT3-fs (mmcblk0p2): using internal journal EXT3-fs (mmcblk0p2): mounted filesystem with writeback data mode VFS: Mounted root (ext3 filesystem) on device 179:2. devtmpfs: mounted Freeing init memory: 208K INIT: version 2.86 booting Error opening /dev/fb0: No such file or directory Please wait: booting... Starting udev udevd (78): /proc/78/oom_adj is deprecated, please use /proc/78/oom_score_adj instead. Remounting root file system... Caching udev devnodes Undefined users: Skipping /etc/default/volatiles/99_hal ALSA: Restoring mixer settings... No state is present for card EVM Found hardware: "" "" "" "" "" Hardware is initialized using a generic method No state is present for card EVM Configuring update-modules. Configuring omap3-sgx-modules. Configuring hicolor-icon-theme. # GdkPixbuf Image Loader Modules file # Automatically generated file, do not edit # Created by gdk-pixbuf-query-loaders from gtk+-2.20.1 # g_module_open() failed for /--update-cache: /--update-cache.so: cannot open shared object file: No such file or directory Configuring pango-module-basic-x. Configuring pango-module-basic-fc. Configuring ttf-dejavu-common. Configuring ttf-dejavu-sans. Configuring gdk-pixbuf-loader-png. Configuring gdk-pixbuf-loader-jpeg. Configuring gdk-pixbuf-loader-gif. Configuring gdk-pixbuf-loader-xpm. Configuring dbus. Adding system startup for /etc/init.d/dbus-1. Configuring hal. Configuring policykit. Configuring gnome-keyring. Configuring ti-cmem-module. Configuring ti-syslink-module. Configuring kernel-module-aes-generic. Configuring kernel-module-tunnel4. Configuring kernel-module-sit. Configuring kernel-module-xfrm6-mode-beet. Configuring kernel-module-xfrm6-mode-tunnel. Configuring kernel-module-xfrm6-mode-transport. Configuring kernel-module-scsi-wait-scan. Configuring kernel-module-ssb. Configuring kernel-module-vpss. Configuring kernel-module-ti81xxhdmi. Configuring kernel-module-tlc59108. Configuring kernel-module-ti81xxfb. Configuring kernel-module-tvp7002. Configuring kernel-module-ti81xxvo. Configuring kernel-module-ti81xxvin. Configuring kernel-image-2.6.37. NET: Registered protocol family 10 Configuring network interfaces... CPSW phy found : id is : 0x70431 CPSW phy found : id is : 0x70431 ADDRCONF(NETDEV_UP): eth0: link is not ready udhcpc (v1.13.2) started Sending discover... PHY: 0:01 - Link is Up - 0/Half ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready PHY: 0:01 - Link is Down Sending discover... Sending discover... No lease, forking to background done. Setting up IP spoofing protection: rp_filter. Fri Dec 9 18:22:00 UTC 2011 INIT: Entering runlevel: 5 Loading HDVICP2 Firmware DM814X prcm_config_app version: 2.0.0.1 Doing PRCM settings... PRCM for IVHD0 is in Progress, Please wait..... BW Phy Addr : 0x48180600 Data : 0x00000001 AW Phy Addr : 0x48180600 Data : 0x00000002 Phy Addr : 0x48180c04 Data : 0x00000037 BW Phy Addr : 0x48180620 Data : 0x00070000 AW Phy Addr : 0x48180620 Data : 0x00070002 BW Phy Addr : 0x48180624 Data : 0x00030000 AW Phy Addr : 0x48180624 Data : 0x00010002 Phy Addr : 0x48180600 Data : 0x00000102 BW Phy Addr : 0x48180c10 Data : 0x00000007 AW Phy Addr : 0x48180c10 Data : 0x00000003 Phy Addr : 0x48180c14 Data : 0x00000004 BW Phy Addr : 0x58088000 Data : 0x120834a3 AW Phy Addr : 0x58088000 Data : 0xeafffffe BW Phy Addr : 0x58098000 Data : 0x0cf746f8 AW Phy Addr : 0x58098000 Data : 0xeafffffe BW Phy Addr : 0x48180c10 Data : 0x00000003 AW Phy Addr : 0x48180c10 Data : 0x00000000 Phy Addr : 0x48180c14 Data : 0x00000007 PRCM for IVHD0 is Done Successfully PRCM Initialization completed SysLink version : 2.00.05.85 SysLink module created on Date:Apr 19 2012 Time:16:07:39 FIRMWARE: Memory map bin file not passed Usage : firmware_loader <Processor Id> <Location of Firmware> <start|stop> [Location of Mem map bin file] FIRMWARE: Default memory configuration is used MemCfg: DCMM (Dynamically Configurable Memory Map) Version : 2.1.1.1 FIRMWARE: Memory Configuration status : In Progress FIRMWARE: 1 start Successful Loading HDVPSS Firmware FIRMWARE: Memory map bin file not passed Usage : firmware_loader <Processor Id> <Location of Firmware> <start|stop> [Location of Mem map bin file] FIRMWARE: Default memory configuration is used MemCfg: DCMM (Dynamically Configurable Memory Map) Version : 2.1.1.1 FIRMWARE: Memory Configuration status : In Progress FIRMWARE: 2 start Successful bus: 'platform': really_probe: probing driver vpss with device vpss VPSS_FVID2: M3 firmware version 0x1000133 is old,please update firmware version. VPSS_CORE : Failed to init fvid2 interface, vpss: probe of vpss failed with error -22 VPSS_CORE : failed to register ti81xx-vpss driver FATAL: Error inserting vpss (/lib/modules/2.6.37/kernel/drivers/video/ti81xx/vpss/vpss.ko): No such device bus: 'platform': really_probe: probing driver vpss with device vpss VPSS_FVID2: M3 firmware version 0x1000133 is old,please update firmware version. VPSS_CORE : Failed to init fvid2 interface, vpss: probe of vpss failed with error -22 VPSS_CORE : failed to register ti81xx-vpss driver FATAL: Error inserting ti81xxfb (/lib/modules/2.6.37/kernel/drivers/video/ti81xx/ti81xxfb/ti81xxfb.ko): No such device Configuring fb0 to LCD /etc/init.d/rc: /etc/rc5.d/S01load-hd-firmware.sh: line 55: can't create /sys/devices/platform/vpss/graphics0/nodes: nonexistent directory /etc/init.d/rc: /etc/rc5.d/S01load-hd-firmware.sh: line 55: can't create /sys/devices/platform/vpss/display1/enabled: nonexistent directory /etc/init.d/rc: /etc/rc5.d/S01load-hd-firmware.sh: line 55: can't create /sys/devices/platform/vpss/display1/timings: nonexistent directory /etc/init.d/rc: /etc/rc5.d/S01load-hd-firmware.sh: line 55: can't create /sys/devices/platform/vpss/display1/output: nonexistent directory /etc/init.d/rc: /etc/rc5.d/S01load-hd-firmware.sh: line 55: can't create /sys/devices/platform/vpss/display1/enabled: nonexistent directory open /dev/fb0: No such file or directory bus: 'platform': really_probe: probing driver vpss with device vpss VPSS_FVID2: M3 firmware version 0x1000133 is old,please update firmware version. VPSS_CORE : Failed to init fvid2 interface, vpss: probe of vpss failed with error -22 VPSS_CORE : failed to register ti81xx-vpss driver FATAL: Error inserting ti81xxhdmi (/lib/modules/2.6.37/kernel/drivers/video/ti81xx/ti81xxhdmi/ti81xxhdmi.ko): No such device bus: 'i2c': really_probe: probing driver tlc59108 with device 1-0040 Starting system message bus: dbus. Starting telnet daemon. Starting syslogd/klogd: done Starting thttpd. open /dev/fb0: No such file or directory open /dev/fb0: No such file or directory expr: syntax error Linux Frame Buffer Device Configuration Version 2.1 (23/06/1999) (C) Copyright 1995-1999 by Geert Uytterhoeven Usage: fbset [options] [mode] Valid options: General options: -h, --help : display this usage information --test : don't change, just test whether the mode is valid -s, --show : display video mode settings -i, --info : display all frame buffer information -v, --verbose : verbose mode -V, --version : print version information -x, --xfree86 : XFree86 compatibility mode -a, --all : change all virtual consoles on this device Frame buffer special device nodes: -fb <device> : processed frame buffer device (default is /dev/fb0) Video mode database: -db <file> : video mode database file (default is /etc/fb.modes) Display geometry: -xres <value> : horizontal resolution (in pixels) -yres <value> : vertical resolution (in pixels) -vxres <value> : virtual horizontal resolution (in pixels) -vyres <value> : virtual vertical resolution (in pixels) -depth <value> : display depth (in bits per pixel) -nonstd <value> : select nonstandard video mode -g, --geometry ... : set all geometry parameters at once -match : set virtual vertical resolution by virtual resolution Display timings: -pixclock <value> : pixel clock (in picoseconds) -left <value> : left margin (in pixels) -right <value> : right margin (in pixels) -upper <value> : upper margin (in pixel lines) -lower <value> : lower margin (in pixel lines) -hslen <value> : horizontal sync length (in pixels) -vslen <value> : vertical sync length (in pixel lines) -t, --timings ... : set all timing parameters at once Display flags: -accel <value> : hardware text acceleration enable (false or true) -hsync <value> : horizontal sync polarity (low or high) -vsync <value> : vertical sync polarity (low or high) -csync <value> : composite sync polarity (low or high) -gsync <value> : synch on green (false or true) -extsync <value> : external sync enable (false or true) -bcast <value> : broadcast enable (false or true) -laced <value> : interlace enable (false or true) -double <value> : doublescan enable (false or true) -rgba <r,g,b,a> : recommended length of color entries -grayscale <value> : grayscale enable (false or true) Display positioning: -move <direction> : move the visible part (left, right, up or down) -step <value> : step increment (in pixels or pixel lines) (default is 8 horizontal, 2 vertical) Starting PVR bus: 'platform': really_probe: probing driver pvrsrvkm with device pvrsrvkm bus: 'platform': really_probe: probing driver vpss with device vpss VPSS_FVID2: M3 firmware version 0x1000133 is old,please update firmware version. VPSS_CORE : Failed to init fvid2 interface, vpss: probe of vpss failed with error -22 VPSS_CORE : failed to register ti81xx-vpss driver FATAL: Error inserting omaplfb (/lib/modules/2.6.37/kernel/drivers/gpu/pvr/omaplfb.ko): No such device /dev/mem opened. Memory mapped at address 0x402a6000. Read at address 0x48180F04 (0x402a6f04): 0x00000001 Write at address 0x48180F04 (0x402a6f04): 0x00000000, readback 0x00000000 /dev/mem opened. Memory mapped at address 0x4025b000. Read at address 0x48180900 (0x4025b900): 0x00000102 Write at address 0x48180900 (0x4025b900): 0x00000002, readback 0x00000002 /dev/mem opened. Memory mapped at address 0x4028a000. Read at address 0x48180920 (0x4028a920): 0x00040002 Write at address 0x48180920 (0x4028a920): 0x00000002, readback 0x00000002 Calibrating touchscreen (first time only)ts_open: No such file or directory . Starting Matrix GUI application. MultiBBWT ttyO0 Mad Cat 2012.04 MultiBBWT ttyO0 MultiBBWT login:
Thanks & Regards,
Amit