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.

am335启动出错,不能运行QT程序(2014.07)

Other Parts Discussed in Thread: TFP410, TPS65910

出现以下信息怎么解决呢,并且会启动重启运行到这,不能启动qt程序,我用的是ti-processor-sdk-linux-am335x-evm-01.00.00.03-Linux-x86-Install这个SDK包的文件系统,谢谢啊


U-Boot 2014.07-00001-g4a8e5b8-dirty (Dec 27 2015 - 16:31:09)

I2C: ready
DRAM: 512 MiB
NAND: 1024 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
reading uboot.env

** Unable to read "uboot.env" from mmc0:1 **
Using default environment

Net: <ethaddr> not set. Validating first E-fuse MAC
cpsw, usb_ether
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
reading uEnv.txt
** Unable to read file uEnv.txt **
4338616 bytes read in 305 ms (13.6 MiB/s)
39716 bytes read in 72 ms (538.1 KiB/s)
Kernel image @ 0x82000000 [ 0x000000 - 0x4233b8 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8fff3000, end 8ffffb23 ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 3.14.43-g875c69b (root@ubuntu) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) ) #20 Mon Dec 28 21:09:14 PST 2015
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: TI AM335x EVM
[ 0.000000] cma: CMA: reserved 24 MiB at 9e000000
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] CPU: All CPU(s) started in SVC mode.
[ 0.000000] AM335X ES2.1 (sgx neon )
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129792
[ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 485164K/523264K available (5847K kernel code, 303K rwdata, 2148K rodata, 260K init, 232K bss, 38100K reserved, 0K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc07d70c4 (7997 kB)
[ 0.000000] .init : 0xc07d8000 - 0xc0819184 ( 261 kB)
[ 0.000000] .data : 0xc081a000 - 0xc0865de0 ( 304 kB)
[ 0.000000] .bss : 0xc0865de0 - 0xc089fdf8 ( 233 kB)
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[ 0.000000] Total of 128 interrupts on 1 active controller
[ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
[ 0.000012] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956969942ns
[ 0.000029] OMAP clocksource: timer1 at 24000000 Hz
[ 0.000247] Console: colour dummy device 80x30
[ 0.000267] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[ 0.000272] This ensures that you still see kernel messages. Please
[ 0.000278] update your kernel commandline.
[ 0.000296] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
[ 0.089500] pid_max: default: 32768 minimum: 301
[ 0.089586] Security Framework initialized
[ 0.089634] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.089643] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.096340] CPU: Testing write buffer coherency: ok
[ 0.096677] Setting up static identity map for 0x805bb3a0 - 0x805bb3f8
[ 0.097479] devtmpfs: initialized
[ 0.098919] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[ 0.104932] omap_hwmod: tptc0 using broken dt data from edma
[ 0.105000] omap_hwmod: tptc1 using broken dt data from edma
[ 0.105059] omap_hwmod: tptc2 using broken dt data from edma
[ 0.109026] omap_hwmod: debugss: _wait_target_disable failed
[ 0.163535] pinctrl core: initialized pinctrl subsystem
[ 0.164408] regulator-dummy: no parameters
[ 0.166408] NET: Registered protocol family 16
[ 0.168041] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.170259] cpuidle: using governor ladder
[ 0.170274] cpuidle: using governor menu
[ 0.175386] syscon 44e10000.control_module: regmap [mem 0x44e10000-0x44e107fb] registered
[ 0.176618] platform 49000000.edma: alias fck already exists
[ 0.176638] platform 49000000.edma: alias fck already exists
[ 0.176650] platform 49000000.edma: alias fck already exists
[ 0.177609] OMAP GPIO hardware version 0.1
[ 0.187362] omap-gpmc 50000000.gpmc: could not find pctldev for node /pinmux@44e10800/nandflash_pins_default, deferring probe
[ 0.187391] platform 50000000.gpmc: Driver omap-gpmc requests probe deferral
[ 0.191354] No ATAGs?
[ 0.191372] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.212920] bio: create slab <bio-0> at 0
[ 0.226213] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
[ 0.227135] vbat: 5000 mV
[ 0.227466] lis3_reg: no parameters
[ 0.227849] wlan-en-regulator: 1800 mV
[ 0.230715] vgaarb: loaded
[ 0.231162] i2c-core: driver [palmas] using legacy suspend method
[ 0.231171] i2c-core: driver [palmas] using legacy resume method
[ 0.231765] SCSI subsystem initialized
[ 0.233003] usbcore: registered new interface driver usbfs
[ 0.233160] usbcore: registered new interface driver hub
[ 0.233322] usbcore: registered new device driver usb
[ 0.234131] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring probe
[ 0.234156] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
[ 0.234180] omap_i2c 4802a000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c1_pins, deferring probe
[ 0.234192] platform 4802a000.i2c: Driver omap_i2c requests probe deferral
[ 0.234530] pps_core: LinuxPPS API ver. 1 registered
[ 0.234539] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.234645] PTP clock support registered
[ 0.236289] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[ 0.237102] Advanced Linux Sound Architecture Driver Initialized.
[ 0.238472] Switched to clocksource timer1
[ 0.254860] NET: Registered protocol family 2
[ 0.255582] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.255626] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.255664] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.255723] TCP: reno registered
[ 0.255733] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.255749] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.255894] NET: Registered protocol family 1
[ 0.256230] RPC: Registered named UNIX socket transport module.
[ 0.256239] RPC: Registered udp transport module.
[ 0.256244] RPC: Registered tcp transport module.
[ 0.256250] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.257198] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
[ 0.259692] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.396292] VFS: Disk quotas dquot_6.5.2
[ 0.396354] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.396795] NFS: Registering the id_resolver key type
[ 0.396870] Key type id_resolver registered
[ 0.396877] Key type id_legacy registered
[ 0.396910] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.397063] msgmni has been set to 995
[ 0.398237] NET: Registered protocol family 38
[ 0.398270] io scheduler noop registered
[ 0.398277] io scheduler deadline registered
[ 0.398294] io scheduler cfq registered (default)
[ 0.399948] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[ 0.403331] backlight supply power not found, using dummy regulator
[ 0.406589] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.411081] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a 8250
[ 1.081949] console [ttyS0] enabled
[ 1.086426] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 89, base_baud = 3000000) is a 8250
[ 1.096861] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
[ 1.103900] [drm] Initialized drm 1.1.0 20060810
[ 1.117408] brd: module loaded
[ 1.125195] loop: module loaded
[ 1.128777] (stk) :sysfs entries created
[ 1.132758] (stk) : debugfs entries created
[ 1.137051] (hci_tty): inside hci_tty_init
[ 1.141800] (hci_tty): allocated 250, 0
[ 1.149686] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 1.159639] usbcore: registered new interface driver asix
[ 1.165242] usbcore: registered new interface driver ax88179_178a
[ 1.171517] usbcore: registered new interface driver cdc_ether
[ 1.177549] usbcore: registered new interface driver smsc95xx
[ 1.183455] usbcore: registered new interface driver net1080
[ 1.189291] usbcore: registered new interface driver cdc_subset
[ 1.195377] usbcore: registered new interface driver zaurus
[ 1.201158] usbcore: registered new interface driver cdc_ncm
[ 1.207301] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.213886] ehci-pci: EHCI PCI platform driver
[ 1.218537] ehci-omap: OMAP-EHCI Host Controller driver
[ 1.224215] usbcore: registered new interface driver cdc_wdm
[ 1.230103] usbcore: registered new interface driver usb-storage
[ 1.237077] mousedev: PS/2 mouse device common for all mice
[ 1.243828] TI-am335x-tsc TI-am335x-tsc: ti,charge-delay not specified
[ 1.250821] input: ti-tsc as /devices/ocp/44e0d000.tscadc/TI-am335x-tsc/input/input0
[ 1.259992] i2c-core: driver [rtc-ds1307] using legacy suspend method
[ 1.266467] i2c-core: driver [rtc-ds1307] using legacy resume method
[ 1.273591] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
[ 1.280781] 44e3e000.rtc: already running
[ 1.285513] i2c /dev entries driver
[ 1.289206] Driver for 1-wire Dallas network protocol.
[ 1.296545] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 1.305294] omap_hsmmc 48060000.mmc: unable to get vmmc regulator -517
[ 1.312098] platform 48060000.mmc: Driver omap_hsmmc requests probe deferral
[ 1.319309] pinctrl-single 44e10800.pinmux: pin 44e1099c.0 already requested by 48304100.ecap; cannot claim for 47810000.mmc
[ 1.330593] pinctrl-single 44e10800.pinmux: pin-103 (47810000.mmc) status -22
[ 1.337762] pinctrl-single 44e10800.pinmux: could not request pin 103 (44e1099c.0) from group pinmux_wlan_pins_default on device pinctrl-single
[ 1.350782] omap_hsmmc 47810000.mmc: Error applying setting, reverse things back
[ 1.358410] pinctrl-single 44e10800.pinmux: pin 44e1099c.0 already requested by 48304100.ecap; cannot claim for 47810000.mmc
[ 1.369703] pinctrl-single 44e10800.pinmux: pin-103 (47810000.mmc) status -22
[ 1.376869] pinctrl-single 44e10800.pinmux: could not request pin 103 (44e1099c.0) from group pinmux_wlan_pins_default on device pinctrl-single
[ 1.389889] omap_hsmmc 47810000.mmc: Error applying setting, reverse things back
[ 1.397315] omap_hsmmc 47810000.mmc: failed to activate pinctrl state
[ 1.403821] pinctrl-single 44e10800.pinmux: pin 44e1099c.0 already requested by 48304100.ecap; cannot claim for 47810000.mmc
[ 1.415099] pinctrl-single 44e10800.pinmux: pin-103 (47810000.mmc) status -22
[ 1.422274] pinctrl-single 44e10800.pinmux: could not request pin 103 (44e1099c.0) from group pinmux_wlan_pins_default on device pinctrl-single
[ 1.435291] omap_hsmmc 47810000.mmc: Error applying setting, reverse things back
[ 1.442725] omap_hsmmc 47810000.mmc: failed to activate pinctrl state
[ 1.570361] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.578776] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[ 1.585831] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[ 1.593078] usbcore: registered new interface driver usbhid
[ 1.598746] usbhid: USB HID core driver
[ 1.602848] platform 44d00000.wkup_m3: Driver wkup_m3 requests probe deferral
[ 1.613993] oprofile: using arm/armv7
[ 1.617926] TCP: cubic registered
[ 1.621307] Initializing XFRM netlink socket
[ 1.625660] NET: Registered protocol family 17
[ 1.630174] NET: Registered protocol family 15
[ 1.634748] Key type dns_resolver registered
[ 1.639666] cpu cpu0: of_pm_voltdm_notifier_register: Failed to get cpu0 regulator/voltdm: -517
[ 1.648411] cpu cpu0: cpu0 clock notifier not ready, retry
[ 1.654030] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
[ 1.662064] PM: bootloader does not support rtc-only!
[ 1.667147] ThumbEE CPU extension supported.
[ 1.671561] Registering SWP/SWPB emulation handler
[ 1.677671] wlan-en-regulator: disabling
[ 1.681716] lis3_reg: disabling
[ 1.684869] vbat: disabling
[ 1.687671] regulator-dummy: disabling
[ 1.692088] Error: Driver 'tfp410' is already registered, aborting...
[ 1.698966] panel panel: pins are not configured
[ 1.705365] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.712074] [drm] No driver support for vblank timestamp query.
[ 1.763452] Console: switching to colour frame buffer device 100x30
[ 1.774592] tilcdc 4830e000.lcdc: fb0: frame buffer device
[ 1.780205] tilcdc 4830e000.lcdc: registered panic notifier
[ 1.785809] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
[ 1.792359] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[ 1.797546] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
[ 1.804755] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xd3
[ 1.811185] nand: AMD/Spansion S34ML08G1
[ 1.815128] nand: 1024MiB, SLC, page size: 2048, OOB size: 64
[ 1.820906] nand: using OMAP_ECC_BCH8_CODE_HW ECC scheme
[ 1.826396] 10 ofpart partitions found on MTD device omap2-nand.0
[ 1.832538] Creating 10 MTD partitions on "omap2-nand.0":
[ 1.837965] 0x000000000000-0x000000020000 : "NAND.SPL"
[ 1.844691] 0x000000020000-0x000000040000 : "NAND.SPL.backup1"
[ 1.851973] 0x000000040000-0x000000060000 : "NAND.SPL.backup2"
[ 1.859116] 0x000000060000-0x000000080000 : "NAND.SPL.backup3"
[ 1.866192] 0x000000080000-0x0000000c0000 : "NAND.u-boot-spl-os"
[ 1.873641] 0x0000000c0000-0x0000001c0000 : "NAND.u-boot"
[ 1.881050] 0x0000001c0000-0x0000001e0000 : "NAND.u-boot-env"
[ 1.888071] 0x0000001e0000-0x000000200000 : "NAND.u-boot-env.backup1"
[ 1.895853] 0x000000200000-0x000000a00000 : "NAND.kernel"
[ 1.909056] 0x000000a00000-0x000010000000 : "NAND.file-system"
[ 2.118437] tps65910 0-002d: No interrupt support, no core IRQ
[ 2.128589] vrtc: 1800 mV
[ 2.131579] vrtc: supplied by vbat
[ 2.136622] vio: at 1500 mV
[ 2.139612] vio: supplied by vbat
[ 2.144646] vdd_mpu: 912 <--> 1375 mV at 1325 mV
[ 2.149454] vdd_mpu: supplied by vbat
[ 2.154820] vdd_core: 912 <--> 1150 mV at 1137 mV
[ 2.159708] vdd_core: supplied by vbat
[ 2.164716] vdd3: 5000 mV
[ 2.168697] vdig1: at 1800 mV
[ 2.171827] vdig1: supplied by vbat
[ 2.176608] vdig2: at 1800 mV
[ 2.179747] vdig2: supplied by vbat
[ 2.184523] vpll: at 1800 mV
[ 2.187565] vpll: supplied by vbat
[ 2.192273] vdac: at 1800 mV
[ 2.195310] vdac: supplied by vbat
[ 2.200010] vaux1: at 1800 mV
[ 2.203135] vaux1: supplied by vbat
[ 2.207930] vaux2: at 3300 mV
[ 2.211074] vaux2: supplied by vbat
[ 2.215831] vaux33: at 3300 mV
[ 2.219062] vaux33: supplied by vbat
[ 2.223932] vmmc: 1800 <--> 3300 mV at 3300 mV
[ 2.228565] vmmc: supplied by vbat
[ 2.232684] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[ 2.240871] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 100 kHz
[ 2.279039] remoteproc0: wkup_m3 is available
[ 2.283515] remoteproc0: Note: remoteproc is still under development and considered experimental.
[ 2.292549] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 2.303118] remoteproc0: Direct firmware load failed with error -2
[ 2.309475] remoteproc0: Falling back to user helper
[ 2.368105] mmc1: new high speed SDHC card at address 0007
[ 2.374191] mmcblk0: mmc1:0007 SD8GB 7.42 GiB (ro)
[ 2.379067] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[ 2.385187] davinci_mdio 4a101000.mdio: detected phy mask ffffffde
[ 2.393453] mmcblk0: p1 p2
[ 2.396566] libphy: 4a101000.mdio: probed
[ 2.400649] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver unknown
[ 2.408703] davinci_mdio 4a101000.mdio: phy[5]: device 4a101000.mdio:05, driver unknown
[ 2.418335] cpsw 4a100000.ethernet: Detected MACID = 78:a5:04:c8:b7:60
[ 2.427214] input: volume_keys@0 as /devices/volume_keys@0/input/input1
[ 2.434673] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[ 2.445944] ALSA device list:
[ 2.448998] No soundcards found.
[ 2.468293] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.476545] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 2.488383] devtmpfs: mounted
[ 2.491733] Freeing unused kernel memory: 260K (c07d8000 - c0819000)
INIT: version 2.88 booting
Starting udev
[ 3.257746] udevd[922]: starting version 182
[ 3.542756] Bluetooth: Core ver 2.18
[ 3.546455] NET: Registered protocol family 31
[ 3.551005] Bluetooth: HCI device and connection manager initialized
[ 3.574122] input: matrix_keypad@0 as /devices/matrix_keypad@0/input/input2
[ 3.742739] Bluetooth: HCI socket layer initialized
[ 3.747685] Bluetooth: L2CAP socket layer initialized
[ 3.768940] 47401300.usb-phy supply vcc not found, using dummy regulator
[ 3.819925] remoteproc0: powering up wkup_m3
[ 3.824931] remoteproc0: Booting fw image am335x-pm-firmware.elf, size 154412
[ 3.892817] tsl2550 1-0039: standard operating mode
[ 3.903524] 47401b00.usb-phy supply vcc not found, using dummy regulator
[ 3.923225] Bluetooth: SCO socket layer initialized
[ 3.960381] tsl2550: probe of 1-0039 failed with error -121
[ 3.966253] lm75: probe of 1-0048 failed with error -121
[ 3.985353] PM: CM3 Firmware Version = 0x190
[ 4.038821] lis3lv02d: unknown sensor type 0x87
[ 4.043496] lis3lv02d_i2c: probe of 1-0018 failed with error -22
[ 4.075016] (stc): chnl_id list empty :4
[ 4.079071] (stk) : st_kim_start(stk) :ldisc_install = 1
[ 4.189507] remoteproc0: remote processor wkup_m3 is now up
[ 4.707071] davinci_evm sound: tlv320aic3x-hifi <-> 4803c000.mcasp mapping ok
[ 5.188583] (stk) :ldisc installation timeout
[ 5.192811] (stk) :ldisc_install = 0(stk) : timed out waiting for ldisc to be un-installed
[ 6.300083] (stk) :ldisc_install = 1[ 6.728235] random: nonblocking pool is initialized
[ 6.942936] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver
[ 6.991582] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned bus number 1
[ 7.058887] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 7.065720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.073014] usb usb1: Product: MUSB HDRC host driver
[ 7.077999] usb usb1: Manufacturer: Linux 3.14.43-g875c69b musb-hcd
[ 7.084320] usb usb1: SerialNumber: musb-hdrc.0.auto
[ 7.263398] hub 1-0:1.0: USB hub found
[ 7.274414] hub 1-0:1.0: 1 port detected
[ 7.298098] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[ 7.304005] (stk) :ldisc installation timeout
[ 7.308209] (stk) :ldisc_install = 0[ 7.316508] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 2
[ 7.325848] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 7.332746] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.340039] usb usb2: Product: MUSB HDRC host driver
[ 7.345025] usb usb2: Manufacturer: Linux 3.14.43-g875c69b musb-hcd
[ 7.351333] usb usb2: SerialNumber: musb-hdrc.1.auto
[ 7.357823] hub 2-0:1.0: USB hub found
[ 7.361780] hub 2-0:1.0: 1 port detected
[ 7.587529] cryptodev: driver 1.6 loaded.
[ 7.624830] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered
[ 7.648757] musb-hdrc musb-hdrc.1.auto: otg: usb_otg_kick_fsm: invalid host/gadget device
Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file or directory
bootlogd.
urandom start: failed.
Populating dev cache
tar: can't open '/etc/dev.tar': Read-only file system
mv: overwrite '/etc/udev/cache.data'? [ 7.768601] usb 2-1: new high-speed USB device number 2 using musb-hdrc
[ 7.908766] usb 2-1: New USB device found, idVendor=1a40, idProduct=0101
[ 7.915512] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 7.922719] usb 2-1: Product: USB 2.0 Hub
[ 7.935031] hub 2-1:1.0: USB hub found
[ 7.946640] hub 2-1:1.0: 4 ports detected
[ 8.308559] (stk) : timed out waiting for ldisc to be un-installed
[ 8.421681] (stk) :ldisc_install = 1(stk) :ldisc installation timeout
[ 9.421475] (stk) :ldisc_install = 0(stk) : timed out waiting for ldisc to be un-installed
[ 10.530338] (stk) :ldisc_install = 1(stk) :ldisc installation timeout
[ 11.531478] (stk) :ldisc_install = 0(stk) : timed out waiting for ldisc to be un-installed
[ 12.640327] (stk) :ldisc_install = 1(stk) :ldisc installation timeout
[ 13.641477] (stk) :ldisc_install = 0(stk) : timed out waiting for ldisc to be un-installed
[ 14.750328] (stk) :ldisc_install = 1(stk) :ldisc installation timeout
[ 15.751458] (stk) :ldisc_install = 0(stk) : timed out waiting for ldisc to be un-installed
[ 16.755309] Bluetooth: st_register failed -22

/etc/rcS.d/S37populate-volatile.sh: line 56: /etc/volatile.cache.build: Read-only file system
/etc/rcS.d/S37populate-volatile.sh: line 56: /etc/volatile.cache.build: Read-only file system
/etc/rcS.d/S37populate-volatile.sh: line 56: /etc/volatile.cache.build: Read-only file system
/etc/rcS.d/S37populate-volatile.sh: line 84: /etc/volatile.cache.build: Read-only file system
/etc/rcS.d/S37populate-volatile.sh: line 84: /etc/volatile.cache.build: Read-only file system
/etc/rcS.d/S37populate-volatile.sh: line 84: /etc/volatile.cache.build: Read-only file system
/etc/rcS.d/S37populate-volatile.sh: line 84: /etc/volatile.cache.build: Read-only file system
/etc/rcS.d/S37populate-volatile.sh: line 84: /etc/volatile.cache.build: Read-only file system
ln: /tmp: Read-only file system
/etc/rcS.d/S37populate-volatile.sh: line 56: /etc/volatile.cache.build: Read-only file system
/etc/rcS.d/S37populate-volatile.sh: line 33: /etc/volatile.cache.build: Read-only file system
/etc/rcS.d/S37populate-volatile.sh: line 33: /etc/volatile.cache.build: Read-only file system
/etc/rcS.d/S37populate-volatile.sh: line 84: /etc/volatile.cache.build: Read-only file system
/etc/rcS.d/S37populate-volatile.sh: line 33: /etc/volatile.cache.build: Read-only file system
rm: can't remove '/etc/resolv.conf': Read-only file system
ln: /etc/resolv.conf: File exists
/etc/rcS.d/S37populate-volatile.sh: line 56: /etc/volatile.cache.build: Read-only file system
/etc/rcS.d/S37populate-volatile.sh: line 56: /etc/volatile.cache.build: Read-only file system
/etc/rcS.d/S37populate-volatile.sh: line 56: /etc/volatile.cache.build: Read-only file system
/etc/rcS.d/S37populate-volatile.sh: line 56: /etc/volatile.cache.build: Read-only file system
/etc/rcS.d/S37populate-volatile.sh: line 56: /etc/volatile.cache.build: Read-only file system
ALSA: Restoring mixer settings...
/usr/sbin/alsactl: state_lock:121: file /var/lib/alsa/asound.state lock error: Read-only file system
/usr/sbin/alsactl: load_state:1677: Cannot open /var/lib/alsa/asound.state for reading: Read-only file system
Found hardware: "AM335x-EVM" "" "" "" ""
Hardware is initialized using a generic method
Mon Jul 6 21:02:00 UTC 2015
update-rc.d: /etc/init.d/run-postinsts exists during rc.d purge (continuing)
Removing any system startup links for run-postinsts ...
/etc/rcS.d/S99run-postinsts
rm: can't remove '/etc/rcS.d/S99run-postinsts': Read-only file system
INIT: Entering runlevel: 5
Configuring network interfaces... [ 23.270751] net eth0: initializing cpsw version 1.12 (0)
[ 23.349000] net eth0: phy found : id is : 0x1cc915
[ 23.353897] libphy: PHY 4a101000.mdio:01 not found
[ 23.358742] net eth0: phy 4a101000.mdio:01 not found on slave 1
udhcpc (v1.22.1) started
Setting IP address 0.0.0.0 on eth0
Sending discover...
Sending discover...
Sending discover...
No lease, forking to background
done.
Failed to open "/etc/machine-id": No such file or directory
Starting system message bus: dbus.
UIM SYSFS Node Found at /sys/./devices/kim/install
Starting uim-sysfs daemon.
uim:@ main
uim:install = /sys/./devices/kim/install
uim:dev_name = /sys/./devices/kim/dev_name
uim:baud_rate = /sys/./devices/kim/baud_rate
uim:flow_cntrl = /sys/./devices/kim/flow_cntrl
uim:begin polling...
mkdir: can't create directory '/var/lib/dropbear': Read-only file system
Starting telnet daemon.
Starting rpcbind daemon...rpcbind: cannot create socket for udp6
rpcbind: cannot create socket for tcp6
done.
creating NFS state directory: mkdir: can't create directory 'rpc_pipefs': Read-only file system
chown: sm: Read-only file system
chown: sm.bak: Read-only file system
chown: statd: Read-only file system
/etc/rc5.d/S19nfscommon: line 42: statd/state: Read-only file system
chown: /var/lib/nfs: Read-only file system
done
starting statd: done
Starting syslogd/klogd: done
Starting thttpd.
Starting PVR
touch: /etc/powervr-esrev: Read-only file system
cat: can't open '/etc/powervr-esrev': No such file or directory
Starting SGX fixup for ES8.x
cp: can't create '/usr/lib/libEGL.so.1.10.2359475': File exists
cp: can't create '/usr/lib/libEGL_eglimage.so.1.10.2359475': File exists
cp: can't create '/usr/lib/libGLES_CM.so.1.10.2359475': File exists
cp: can't create '/usr/lib/libGLES_CM_eglimage.so.1.10.2359475': File exists
cp: can't create '/usr/lib/libGLESv2.so.1.10.2359475': File exists
cp: can't create '/usr/lib/libGLESv2_eglimage.so.1.10.2359475': File exists
cp: can't create '/usr/lib/libIMGegl.so.1.10.2359475': File exists
cp: can't create '/usr/lib/libIMGegl_eglimage.so.1.10.2359475': File exists
cp: can't create '/usr/lib/libffgen.a': Read-only file system
cp: can't create '/usr/lib/libglslcompiler.so.1.10.2359475': File exists
cp: can't create '/usr/lib/libglslcompiler_eglimage.so.1.10.2359475': File exists
cp: can't create '/usr/lib/libpvr2d.so.1.10.2359475': File exists
cp: can't create '/usr/lib/libpvrPVR2D_BLITWSEGL.so.1.10.2359475': File exists
cp: can't create '/usr/lib/libpvrPVR2D_DRIWSEGL.so.1.10.2359475': Read-only file system
cp: can't create '/usr/lib/libpvrPVR2D_FLIPWSEGL.so.1.10.2359475': File exists
cp: can't create '/usr/lib/libpvrPVR2D_FRONTWSEGL.so.1.10.2359475': File exists
cp: can't create '/usr/lib/libpvrPVR2D_LINUXFBWSEGL.so.1.10.2359475': File exists
cp: can't create '/usr/lib/libsrv_init.so.1.10.2359475': File exists
cp: can't create '/usr/lib/libsrv_um.so.1.10.2359475': File exists
cp: can't create '/usr/lib/libsrv_um_dri.so.1.10.2359475': Read-only file system
cp: can't create '/usr/lib/libuseasm.a': Read-only file system
cp: can't create '/usr/lib/libusp.a': Read-only file system
cp: can't create '/usr/lib/pvr_drv.so': Read-only file system
cp: can't create '/usr/bin/pvr2d_test': Read-only file system
cp: can't create '/usr/bin/pvrsrvctl': File exists
cp: can't create '/usr/bin/services_test': Read-only file system
cp: can't create '/usr/bin/sgx_blit_test': Read-only file system
cp: can't create '/usr/bin/sgx_clipblit_test': Read-only file system
cp: can't create '/usr/bin/sgx_flip_test': Read-only file system
cp: can't create '/usr/bin/sgx_init_test': Read-only file system
cp: can't create '/usr/bin/sgx_render_flip_test': Read-only file system
/etc/rc5.d/S30pvr-init: line 88: /etc/powervr-esrev: Read-only file system
Starting Lighttpd Web Server: lighttpd.
2000-01-01 00:00:00: (/home/gtbldadm/ti/oe-layersetup/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/cortexa8t2hf-vfp-neon-linux-gnueabi/lighttpd/1.4.33-r1/lighttpd-1.4.33/src/log.c.166) server started
/
Starting Matrix GUI application.
/etc/rc5.d/S98parse-ip: line 37: /run/media/mmcblk0p1/.ipaddr: Read-only file system
Enabling thermal zones...
/etc/rc5.d/S98thermal-zone-init: line 7: /sys/class/thermal/thermal_zone*/mode: No such file or directory
***************************************************************
***************************************************************
NOTICE: This file system contains the followin GPLv3 packages:
autoconf
binutils
cpp-symlinks
cpp
g++-symlinks
g++
gcc-symlinks
gcc
gdbserver
gstreamer1.0-libav
libgmp10
libmpc3
libmpfr4
make

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

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

Stopping Bootlog daemon: bootlogd.

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

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

Arago 2015.05 am335x-evm /dev/ttyO0

am335x-evm login: root
Cannot create Qt for Embedded Linux data directory: /tmp/qtembedded-0
root@am335x-evm:~#