`
本帖最后由 逸興遄飛 于 2016-6-19 18:17 编辑
瞭解了開發板的硬件配置,接下來就跟大家介紹一些,板子上電前的準備工作以及初始上電的情況。
一、串口驅動安裝
开发板使用UART0作为调试串口,很興奮的拿着提供的Micro USB轉USB線連上PC,可惜半天沒反應,可能是電腦更新驅動程序太慢了,大家也可以用光盤提供的串口驅動,那樣會快點!
數據線如圖:
驅動裝好後,設備管理器就有串口了:
二、串口调试终端安裝
安裝光盤提供的串口调试终端,一步步安裝,如圖
光盤提供的SecureCRT 7.2,我按步驟沒破解的了,找到了一個綠色免安裝版,分享給大家,
三、配置串口调试终端
如圖,紅色地方別勾選:
點擊鏈接,上電後會發現底板指示燈有亮,顯示屏也有顯示,串口同時打印很多log出來,如圖:
- U-Boot SPL 2014.07-00114-g19ea6ce (Jul 21 2015 - 02:11:05)
- Could not probe the EEPROM at 0x50
- Could not get board ID.
- SPL: Please implement spl_start_uboot() for your board
- SPL: Direct Linux boot not active!
- U-Boot 2014.07-00114-g19ea6ce (Jul 21 2015 - 02:11:05)
- I2C: ready
- DRAM: 1 GiB
- NAND: 512 MiB
- MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
- reading uboot.env
- ** Unable to read "uboot.env" from mmc0:1 **
- Using default environment
- Could not probe the EEPROM at 0x50
- Could not get board ID.
- Net: not set. Validating first E-fuse MAC
- cpsw, u***_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 **
- 4574640 bytes read in 215 ms (20.3 MiB/s)
- 50708 bytes read in 11 ms (4.4 MiB/s)
- Booting from mmc0 ...
- Kernel image @ 0x82000000 [ 0x000000 - 0x45cdb0 ]
- ## Flattened Device Tree blob at 88000000
- Booting using the fdt blob at 0x88000000
- Loading Device Tree to 8fff0000, end 8ffff613 ... OK
- Starting kernel ...
- [ 0.000000] Booting Linux on physical CPU 0x0
- [ 0.000000] Linux version 3.14.43-g2cbce0c (teddy@ubuntu) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) ) #1 Mon Nov 23 13:44:49 HKT 2015
- [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
- [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
- [ 0.000000] Machine model: TI AM437x GP EVM
- [ 0.000000] cma: CMA: reserved 24 MiB at ae000000
- [ 0.000000] Memory policy: Data cache writeback
- [ 0.000000] CPU: All CPU(s) started in SVC mode.
- [ 0.000000] AM437x ES1.2 (sgx neon )
- [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260112
- [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait
- [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
- [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
- [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
- [ 0.000000] Memory: 1003448K/1046528K available (6215K kernel code, 312K rwdata, 2212K rodata, 269K init, 233K bss, 43080K reserved, 268288K highmem)
- [ 0.000000] Virtual kernel memory layout:
- [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
- [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
- [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
- [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
- [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
- [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
- [ 0.000000] .text : 0xc0008000 - 0xc08430c4 (8429 kB)
- [ 0.000000] .init : 0xc0844000 - 0xc088742c ( 270 kB)
- [ 0.000000] .data : 0xc0888000 - 0xc08d6200 ( 313 kB)
- [ 0.000000] .bss : 0xc08d6200 - 0xc0910890 ( 234 kB)
- [ 0.000000] NR_IRQS:16 nr_irqs:16 16
- [ 0.000000] GIC CPU mask not found - kernel will fail to boot.
- [ 0.000000] GIC CPU mask not found - kernel will fail to boot.
- [ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
- [ 0.000021] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956969942ns
- [ 0.000049] OMAP clocksource: timer1 at 24000000 Hz
- [ 0.000285] Console: colour dummy device 80x30
- [ 0.000320] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
- [ 0.000329] This ensures that you still see kernel messages. Please
- [ 0.000333] update your kernel commandline.
- [ 0.000365] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664)
- [ 0.059100] pid_max: default: 32768 minimum: 301
- [ 0.059232] Security Framework initialized
- [ 0.059296] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
- [ 0.059314] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
- [ 0.065962] CPU: Testing write buffer coherency: ok
- [ 0.066387] Setting up static identity map for 0x806173e0 - 0x80617438
- [ 0.066500] L310 cache controller enabled
- [ 0.066519] l2x0: 16 ways, CACHE_ID 0x410000c9, AUX_CTRL 0x7e030000, Cache size: 256 kB
- [ 0.067244] devtmpfs: initialized
- [ 0.069563] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
- [ 0.077067] omap_hwmod: tptc0 using broken dt data from edma
- [ 0.077139] omap_hwmod: tptc1 using broken dt data from edma
- [ 0.077197] omap_hwmod: tptc2 using broken dt data from edma
- [ 0.142601] omap_hwmod: u***_otg_ss0: _wait_target_disable failed
- [ 0.145921] omap_hwmod: dss_dispc: cannot be enabled for reset (3)
- [ 0.149278] omap_hwmod: dss_rfbi: cannot be enabled for reset (3)
- [ 0.149875] pinctrl core: initialized pinctrl subsystem
- [ 0.150742] regulator-dummy: no parameters
- [ 0.152454] NET: Registered protocol family 16
- [ 0.153813] DMA: preallocated 256 KiB pool for atomic coherent allocations
- [ 0.155770] cpuidle: using governor ladder
- [ 0.155779] cpuidle: using governor menu
- [ 0.161148] syscon 44e10000.control_module: regmap [mem 0x44e10000-0x44e107f3] registered
- [ 0.161833] omap_l3_noc 44000000.ocp: L3 debug error: target 8 mod:0 (unclearable)
- [ 0.161875] omap_l3_noc 44000000.ocp: L3 application error: target 8 mod:0 (unclearable)
- [ 0.162531] platform 49000000.edma: alias fck already exists
- [ 0.162552] platform 49000000.edma: alias fck already exists
- [ 0.162562] platform 49000000.edma: alias fck already exists
- [ 0.165388] OMAP GPIO hardware version 0.1
- [ 0.176494] omap-gpmc 50000000.gpmc: could not find pctldev for node /pinmux@44e10800/nand_flash_x8_default, deferring probe
- [ 0.176519] platform 50000000.gpmc: Driver omap-gpmc requests probe deferral
- [ 0.182544] No ATAGs?
- [ 0.182568] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
- [ 0.182577] hw-breakpoint: maximum watchpoint size is 4 bytes.
- [ 0.204451] bio: create slab at 0
- [ 0.217579] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
- [ 0.218563] evm_v3_3d: 3300 mV
- [ 0.219047] vmmcwl_fixed: 1800 mV
- [ 0.219486] ads7846-reg: 3300 mV
- [ 0.222736] vgaarb: loaded
- [ 0.223167] i2c-core: driver [palmas] using legacy suspend method
- [ 0.223177] i2c-core: driver [palmas] using legacy resume method
- [ 0.223756] SCSI subsystem initialized
- [ 0.224969] u***core: registered new interface driver u***fs
- [ 0.225121] u***core: registered new interface driver hub
- [ 0.225287] u***core: registered new device driver u***
- [ 0.226186] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/i2c0_pins, deferring probe
- [ 0.226209] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
- [ 0.226232] omap_i2c 4802a000.i2c: could not find pctldev for node /pinmux@44e10800/i2c1_pins_default, deferring probe
- [ 0.226243] platform 4802a000.i2c: Driver omap_i2c requests probe deferral
- [ 0.226275] omap_i2c 4819c000.i2c: could not find pctldev for node /pinmux@44e10800/i2c2_pins, deferring probe
- [ 0.226285] platform 4819c000.i2c: Driver omap_i2c requests probe deferral
- [ 0.226678] pps_core: LinuxPPS API ver. 1 registered
- [ 0.226687] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
- [ 0.226793] PTP clock support registered
- [ 0.228335] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
- [ 0.229380] Advanced Linux Sound Architecture Driver Initialized.
- [ 0.230686] cfg80211: Calling CRDA to update world regulatory domain
- [ 0.231423] Switched to clocksource timer1
- [ 0.246851] NET: Registered protocol family 2
- [ 0.247504] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
- [ 0.247574] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
- [ 0.247639] TCP: Hash tables configured (established 8192 bind 8192)
- [ 0.247775] TCP: reno registered
- [ 0.247785] UDP hash table entries: 512 (order: 1, 8192 bytes)
- [ 0.247805] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
- [ 0.247961] NET: Registered protocol family 1
- [ 0.248289] RPC: Registered named UNIX socket transport module.
- [ 0.248300] RPC: Registered udp transport module.
- [ 0.248304] RPC: Registered tcp transport module.
- [ 0.248309] RPC: Registered tcp NFSv4.1 backchannel transport module.
- [ 0.251314] futex hash table entries: 256 (order: -1, 3072 bytes)
- [ 0.367058] bounce pool size: 64 pages
- [ 0.367226] VFS: Disk quotas dquot_6.5.2
- [ 0.367270] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
- [ 0.367657] NFS: Registering the id_resolver key type
- [ 0.367706] Key type id_resolver registered
- [ 0.367713] Key type id_legacy registered
- [ 0.367744] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
- [ 0.367864] msgmni has been set to 1483
- [ 0.369030] NET: Registered protocol family 38
- [ 0.369063] io scheduler noop registered
- [ 0.369069] io scheduler deadline registered
- [ 0.369085] io scheduler cfq registered (default)
- [ 0.372883] pinctrl-single 44e10800.pinmux: 199 pins at pa f9e10800 size 796
- [ 0.376739] backlight supply power not found, using dummy regulator
- [ 0.378414] OMAP DSS rev 2.0
- [ 0.384162] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
- [ 0.387870] omap8250 44e09000.serial: No clock speed specified: using default: 48000000
- [ 0.388404] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 104, base_baud = 3000000) is a 8250
- [ 1.137229] console [ttyS0] enabled
- [ 1.141220] omap8250 481a6000.serial: No clock speed specified: using default: 48000000
- [ 1.149793] 481a6000.serial: ttyS3 at MMIO 0x481a6000 (irq = 76, base_baud = 3000000) is a 8250
- [ 1.159029] omap8250 481a8000.serial: No clock speed specified: using default: 48000000
- [ 1.167556] 481a8000.serial: ttyS4 at MMIO 0x481a8000 (irq = 77, base_baud = 3000000) is a 8250
- [ 1.178138] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
- [ 1.185257] [drm] Initialized drm 1.1.0 20060810
- [ 1.198148] brd: module loaded
- [ 1.205636] loop: module loaded
- [ 1.209068] (stk) :sysfs entries created
- [ 1.213147] (stk) : debugfs entries created
- [ 1.217466] (hci_tty): inside hci_tty_init
- [ 1.222205] (hci_tty): allocated 250, 0
- [ 1.231023] mtdoops: mtd device (mtddev=name/number) must be supplied
- [ 1.242841] PPP generic driver version 2.4.2
- [ 1.247747] u***core: registered new interface driver asix
- [ 1.253415] u***core: registered new interface driver ax88179_178a
- [ 1.259696] u***core: registered new interface driver cdc_ether
- [ 1.265718] u***core: registered new interface driver smsc95xx
- [ 1.271653] u***core: registered new interface driver net1080
- [ 1.277478] u***core: registered new interface driver cdc_subset
- [ 1.283557] u***core: registered new interface driver zaurus
- [ 1.289341] u***core: registered new interface driver cdc_ncm
- [ 1.295487] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
- [ 1.302076] ehci-pci: EHCI PCI platform driver
- [ 1.306725] ehci-omap: OMAP-EHCI Host Controller driver
- [ 1.312564] u***core: registered new interface driver cdc_wdm
- [ 1.318433] u***core: registered new interface driver u***-storage
- [ 1.325576] mousedev: PS/2 mouse device common for all mice
- [ 1.332738] input: ti-tsc as /devices/44000000.ocp/44e0d000.tscadc/TI-am335x-tsc/input/input0
- [ 1.342821] i2c-core: driver [rtc-ds1307] using legacy suspend method
- [ 1.349298] i2c-core: driver [rtc-ds1307] using legacy resume method
- [ 1.356403] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
- [ 1.364526] i2c /dev entries driver
- [ 1.368174] Driver for 1-wire Dallas network protocol.
- [ 1.375728] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
- [ 1.427632] ledtrig-cpu: registered to indicate activity on CPUs
- [ 1.434174] omap-aes 53501000.aes: OMAP AES hw accel rev: 0.1
- [ 1.444032] omap-des 53701000.des: OMAP DES hw accel rev: 0.33
- [ 1.451003] omap-sham 53100000.sham: hw accel on OMAP rev 0.0
- [ 1.458450] u***core: registered new interface driver u***hid
- [ 1.464089] u***hid: USB HID core driver
- [ 1.468208] platform 44d00000.wkup_m3: Driver wkup_m3 requests probe deferral
- [ 1.478430] platform sound@0: Driver asoc-simple-card requests probe deferral
- [ 1.486480] oprofile: no performance counters
- [ 1.491199] oprofile: using timer interrupt.
- [ 1.495833] TCP: cubic registered
- [ 1.499184] Initializing XFRM netlink socket
- [ 1.503519] NET: Registered protocol family 17
- [ 1.508030] NET: Registered protocol family 15
- [ 1.512608] Key type dns_resolver registered
- [ 1.517617] cpu cpu0: of_pm_voltdm_notifier_register: Failed to get cpu0 regulator/voltdm: -517
- [ 1.526399] cpu cpu0: cpu0 clock notifier not ready, retry
- [ 1.531959] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
- [ 1.540172] PM: bootloader does not support rtc-only!
- [ 1.545350] ThumbEE CPU extension supported.
- [ 1.549711] Registering SWP/SWPB emulation handler
- [ 1.556187] ads7846-reg: disabling
- [ 1.559752] vmmcwl_fixed: disabling
- [ 1.563311] mmc0: host does not support reading read-only switch. assuming write-enable.
- [ 1.571457] regulator-dummy: disabling
- [ 1.576773] omapdrm omapdrm.0: DMM not available, disable DMM support
- [ 1.583408] mmc0: new high speed SDHC card at address aaaa
- [ 1.590044] mmcblk0: mmc0:aaaa SS08G 7.40 GiB
- [ 1.595123] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
- [ 1.601807] [drm] No driver support for vblank timestamp query.
- [ 1.614000] mmcblk0: p1 p2
- [ 1.663018] Console: switching to colour frame buffer device 60x34
- [ 1.673544] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
- [ 1.679490] omapdrm omapdrm.0: registered panic notifier
- [ 1.684851] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
- [ 1.691060] Error: Driver 'tfp410' is already registered, aborting...
- [ 1.698921] omap-gpmc 50000000.gpmc: GPMC revision 6.0
- [ 1.704140] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
- [ 1.711184] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xdc
- [ 1.717621] nand: AMD/Spansion S34ML04G2
- [ 1.721572] nand: 512MiB, SLC, page size: 2048, OOB size: 128
- [ 1.727339] using OMAP_ECC_BCH16_CODE_HW ECC scheme
- [ 1.732466] 10 ofpart partitions found on MTD device omap2-nand.0
- [ 1.738590] Creating 10 MTD partitions on "omap2-nand.0":
- [ 1.744039] 0x000000000000-0x000000040000 : "NAND.SPL"
- [ 1.750771] 0x000000040000-0x000000080000 : "NAND.SPL.backup1"
- [ 1.758041] 0x000000080000-0x0000000c0000 : "NAND.SPL.backup2"
- [ 1.765315] 0x0000000c0000-0x000000100000 : "NAND.SPL.backup3"
- [ 1.772608] 0x000000100000-0x000000180000 : "NAND.u-boot-spl-os"
- [ 1.780224] 0x000000180000-0x000000280000 : "NAND.u-boot"
- [ 1.787707] 0x000000280000-0x0000002c0000 : "NAND.u-boot-env"
- [ 1.794853] 0x0000002c0000-0x000000300000 : "NAND.u-boot-env.backup1"
- [ 1.802813] 0x000000300000-0x000000a00000 : "NAND.kernel"
- [ 1.815151] 0x000000a00000-0x000020000000 : "NAND.file-system"
- [ 2.235872] prom_parse: Bad cell count for /ocp/i2c@44e0b000/tps65218@24
- [ 2.245011] vdd_core: 920 <--> 1140 mV at 1100 mV
- [ 2.250400] prom_parse: Bad cell count for /ocp/i2c@44e0b000/tps65218@24
- [ 2.259021] vdd_mpu: 920 <--> 1375 mV at 1330 mV
- [ 2.263894] prom_parse: Bad cell count for /ocp/i2c@44e0b000/tps65218@24
- [ 2.273550] vdcdc3: 1500 mV
- [ 2.276547] prom_parse: Bad cell count for /ocp/i2c@44e0b000/tps65218@24
- [ 2.285763] v1_0bat: 1000 mV
- [ 2.290219] tps65218 0-0024: sets the FSEAL bit to 1,retry 2
- [ 2.306868] tps65218 0-0024: sets the FSEAL bit to 1,retry 1
- [ 2.322577] prom_parse: Bad cell count for /ocp/i2c@44e0b000/tps65218@24
- [ 2.331332] v1_8bat: 1800 mV
- [ 2.335386] tps65218 0-0024: sets the FSEAL bit to 1,retry 2
- [ 2.352020] tps65218 0-0024: sets the FSEAL bit to 1,retry 1
- [ 2.367725] prom_parse: Bad cell count for /ocp/i2c@44e0b000/tps65218@24
- [ 2.376747] LDO1: 1800 mV
- [ 2.380468] omap_i2c 44e0b000.i2c: bus 0 rev0.12 at 100 kHz
- [ 2.388654] edt_ft5x06 1-0038: touchscreen probe failed
- [ 2.393970] edt_ft5x06: probe of 1-0038 failed with error -121
- [ 2.399854] omap_i2c 4802a000.i2c: bus 1 rev0.12 at 100 kHz
- [ 2.406927] omap_i2c 4819c000.i2c: bus 2 rev0.12 at 100 kHz
- [ 2.413192] remoteproc0: wkup_m3 is available
- [ 2.417662] remoteproc0: Note: remoteproc is still under development and considered experimental.
- [ 2.426694] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
- [ 2.437204] remoteproc0: Direct firmware load failed with error -2
- [ 2.443520] remoteproc0: Falling back to user helper
- [ 2.449166] platform sound@0: Driver asoc-simple-card requests probe deferral
- [ 2.456641] cpu cpu0: of_pm_voltdm_notifier_register: Fail calculating voltage latency[950000<->1325000]:-22
- [ 2.467552] platform sound@0: Driver asoc-simple-card requests probe deferral
- [ 2.531474] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
- [ 2.537606] davinci_mdio 4a101000.mdio: detected phy mask ffffffef
- [ 2.544459] libphy: 4a101000.mdio: probed
- [ 2.548497] davinci_mdio 4a101000.mdio: phy[4]: device 4a101000.mdio:04, driver unknown
- [ 2.557119] platform sound@0: Driver asoc-simple-card requests probe deferral
- [ 2.565077] cpsw 4a100000.ethernet: Missing dual_emac_res_vlan in DT.
- [ 2.571598] cpsw 4a100000.ethernet: Using 1 as Reserved VLAN for 0 slave
- [ 2.578371] cpsw 4a100000.ethernet: Missing dual_emac_res_vlan in DT.
- [ 2.584854] cpsw 4a100000.ethernet: Using 2 as Reserved VLAN for 1 slave
- [ 2.591594] cpsw 4a100000.ethernet: Detected MACID = 68:9e:19:bb:61:39
- [ 2.598659] platform sound@0: Driver asoc-simple-card requests probe deferral
- [ 2.607005] cpsw 4a100000.ethernet: cpsw: Detected MACID = 68:9e:19:bb:61:3b
- [ 2.615534] platform sound@0: Driver asoc-simple-card requests probe deferral
- [ 2.624026] input: user_keys@0 as /devices/user_keys@0/input/input2
- [ 2.631334] platform sound@0: Driver asoc-simple-card requests probe deferral
- [ 2.638923] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)
- [ 2.650340] ALSA device list:
- [ 2.653405] No soundcards found.
- [ 3.932126] EXT4-fs (mmcblk0p2): recovery complete
- [ 3.939353] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
- [ 3.947583] VFS: Mounted root (ext4 filesystem) on device 179:2.
- [ 3.960172] devtmpfs: mounted
- [ 3.964051] Freeing unused kernel memory: 268K (c0844000 - c0887000)
- INIT: version 2.88 booting
- Starting udev
- [ 4.652111] udevd[985]: starting version 182
- [ 5.211922] cryptodev: driver 1.6 loaded.
- [ 5.251338] platform sound@0: Driver asoc-simple-card requests probe deferral
- [ 5.390862] CAN device driver interface
- [ 5.448053] c_can_platform 481cc000.can: c_can_platform device registered (regs=fa1cc000, irq=84)
- [ 5.479484] media: Linux media interface: v0.10
- [ 5.573084] platform sound@0: Driver asoc-simple-card requests probe deferral
- [ 5.584555] c_can_platform 481d0000.can: c_can_platform device registered (regs=fa1d0000, irq=81)
- [ 5.636651] platform sound@0: Driver asoc-simple-card requests probe deferral
- [ 5.716295] platform sound@0: Driver asoc-simple-card requests probe deferral
- [ 5.802659] platform sound@0: Driver asoc-simple-card requests probe deferral
- [ 5.810422] at24 2-0050: 512 byte 24c04 EEPROM, writable, 16 bytes/write
- [ 5.852635] platform sound@0: Driver asoc-simple-card requests probe deferral
- [ 6.156885] platform sound@0: Driver asoc-simple-card requests probe deferral
- [ 6.227451] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered
- [ 6.299472] remoteproc0: powering up wkup_m3
- [ 6.385788] remoteproc0: Booting fw image am335x-pm-firmware.elf, size 154408
- [ 6.455923] Linux video capture interface: v2.00
- [ 6.485106] asoc-simple-card sound@0: tlv320aic3x-hifi <-> 4803c000.mcasp mapping ok
- [ 6.573311] PM: CM3 Firmware Version = 0x190
- [ 6.669810] remoteproc0: remote processor wkup_m3 is now up
- Starting Bootlog daemon: [ 6.839663] ov2659 0-0030: ov2659_probe: debug: 0
- [ 6.902167] Bluetooth: Core ver 2.18
- [ 6.905844] NET: Registered protocol family 31
- [ 6.910306] Bluetooth: HCI device and connection manager initialized
- [ 6.977859] ov2659 0-0030: Sensor detection failed (3030, 0)
- [ 7.053134] ov2659 1-0030: ov2659_probe: debug: 0
- bootlogd: cannot allocate pseudo tty: No such file or directory
- bootlogd.
- [ 7.112524] Bluetooth: HCI socket layer initialized
- [ 7.150153] ov2659 1-0030: Sensor detection failed (3030, 0)
- [ 7.165646] Bluetooth: L2CAP socket layer initialized
- [ 7.206519] Bluetooth: SCO socket layer initialized
- [ 7.275257] random: dd urandom read with 123 bits of entropy available
- [ 7.319336] (stc): chnl_id list empty :4
- [ 7.323335] (stk) : st_kim_start(stk) :ldisc_install = 1
- [ 7.500986] random: nonblocking pool is initialized
- [ 7.577436] ads7846 spi1.0: touchscreen, irq 423
- [ 7.702935] input: ADS7846 Touchscreen as /devices/44000000.ocp/481a2000.spi/spi_master/spi1/spi1.0/input/input3
- udevadm settle - timeout of 3 seconds reached, the event queue contains:
- /sys/devices/44000000.ocp/48060000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0 (924)
- /sys/devices/44000000.ocp/48060000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 (925)
- /sys/devices/44000000.ocp/48060000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p2 (926)
- /sys/devices/virtual/block/loop7 (1131)
- /sys/devices/virtual/block/ram0 (1132)
- /sys/devices/virtual/block/ram1 (1133)
- /sys/devices/virtual/block/ram10 (1134)
- /sys/devices/virtual/block/ram11 (1135)
- /sys/devices/virtual/block/ram12 (1136)
- /sys/devices/virtual/block/ram13 (1137)
- /sys/devices/virtual/block/ram14 (1138)
- /sys/devices/virtual/block/ram15 (1139)
- /sys/devices/virtual/block/ram2 (1140)
- /sys/devices/virtual/block/ram3 (1141)
- /sys/devices/virtual/block/ram4 (1142)
- /sys/devices/virtual/block/ram5 (1143)
- /sys/devices/virtual/block/ram6 (1144)
- /sys/devices/virtual/block/ram7 (1145)
- /sys/devices/virtual/block/ram8 (1146)
- /sys/devices/virtual/block/ram9 (1147)
- /sys/devices/virtual/mtd/mtd0/mtdblock0 (1157)
- /sys/devices/virtual/mtd/mtd1/mtdblock1 (1160)
- /sys/devices/virtual/mtd/mtd2/mtdblock2 (1163)
- /sys/devices/virtual/mtd/mtd3/mtdblock3 (1166)
- /sys/devices/virtual/mtd/mtd4/mtdblock4 (1169)
- /sys/devices/virtual/mtd/mtd5/mtdblock5 (1172)
- /sys/devices/virtual/mtd/mtd5ro (1173)
- /sys/devices/virtual/mtd/mtd6/mtdblock6 (1175)
- /sys/devices/virtual/mtd/mtd6ro (1176)
- /sys/devices/virtual/mtd/mtd7/mtdblock7 (1178)
- /sys/devices/virtual/mtd/mtd7ro (1179)
- /sys/devices/virtual/mtd/mtd8/mtdblock8 (1181)
- /sys/devices/virtual/mtd/mtd8ro (1182)
- /sys/devices/virtual/mtd/mtd9/mtdblock9 (1184)
- [ 8.441517] (stk) :ldisc installation timeout
- [ 8.445738] (stk) :ldisc_install = 0(stk) : timed out waiting for ldisc to be un-installed
- [ 9.732742] (stk) :ldisc_install = 1[ 10.264199] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
- [ 10.915664] (stk) :ldisc installation timeout
- [ 10.919880] (stk) :ldisc_install = 0ALSA: Restoring mixer settings...
- No state is present for card AM437xGPEVM
- Found hardware: "AM437x-GP-EVM" "" "" "" ""
- Hardware is initialized using a generic method
- No state is present for card AM437xGPEVM
- [ 11.069732] dwc3 48390000.u***: otg: primary host xhci-hcd.0.auto registered
- [ 11.076954] dwc3 48390000.u***: otg: shared host xhci-hcd.0.auto registered
- [ 11.083902] dwc3 48390000.u***: otg: can't start till gadget registers
- [ 11.094190] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
- [ 11.101678] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
- [ 11.113581] xhci-hcd xhci-hcd.1.auto: irq 206, io mem 0x483d0000
- [ 11.120538] u*** u***1: New USB device found, idVendor=1d6b, idProduct=0002
- [ 11.127425] u*** u***1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
- [ 11.134702] u*** u***1: Product: xHCI Host Controller
- [ 11.139600] u*** u***1: Manufacturer: Linux 3.14.43-g2cbce0c xhci-hcd
- [ 11.145904] u*** u***1: SerialNumber: xhci-hcd.1.auto
- [ 11.161399] hub 1-0:1.0: USB hub found
- [ 11.165279] hub 1-0:1.0: 1 port detected
- [ 11.175179] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
- [ 11.186281] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
- [ 11.195941] u*** u***2: New USB device found, idVendor=1d6b, idProduct=0003
- [ 11.202832] u*** u***2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
- [ 11.210087] u*** u***2: Product: xHCI Host Controller
- [ 11.215001] u*** u***2: Manufacturer: Linux 3.14.43-g2cbce0c xhci-hcd
- [ 11.221294] u*** u***2: SerialNumber: xhci-hcd.1.auto
- Tue Sep 15 08:35:00 UTC 2015[ 11.233086] hub 2-0:1.0: USB hub found
- [ 11.241564] hub 2-0:1.0: 1 port detected
- INIT: Entering runlevel: 5
- Configuring network interfaces... [ 11.494260] net eth0: initializing cpsw version 1.15 (0)
- [ 11.571949] net eth0: phy found : id is : 0x221622
- udhcpc (v1.22.1) started
- Sending discover...
- [ 11.921491] (stk) : timed out waiting for ldisc to be un-installed
- [ 12.034467] (stk) :ldisc_install = 1(stk) :ldisc installation timeout
- [ 13.034371] (stk) :ldisc_install = 0(stk) : timed out waiting for ldisc to be un-installed
- [ 14.143129] (stk) :ldisc_install = 1Sending discover...
- (stk) :ldisc installation timeout
- [ 15.144390] (stk) :ldisc_install = 0(stk) : timed out waiting for ldisc to be un-installed
- [ 16.253141] (stk) :ldisc_install = 1(stk) :ldisc installation timeout
- [ 17.254389] (stk) :ldisc_install = 0Sending discover...
- (stk) : timed out waiting for ldisc to be un-installed
- [ 18.363115] (stk) :ldisc_install = 1(stk) :ldisc installation timeout
- [ 19.364388] (stk) :ldisc_install = 0(stk) : timed out waiting for ldisc to be un-installed
- [ 20.368206] Bluetooth: st_register failed -22
- No lease, forking to background
- done.
- 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...
- Starting Dropbear SSH server: dropbear.
- Starting telnet daemon.
- Starting rPCBind daemon...rpcbind: cannot create socket for udp6
- rpcbind: cannot create socket for tcp6
- done.
- creating NFS state directory: done
- starting statd: done
- Starting syslogd/klogd: done
- Starting thttpd.
- ioctl FBIOPUT_VSCREENINFO: Invalid argument
- Starting PVR
- Starting Lighttpd Web Server: lighttpd.
- 2015-09-15 08:35:11: (/home/teddy/tl437x/openembedded/tisdk/build/arago-tmp-external-linaro-toolchain/work/cortexa9t2hf-vfp-neon-linux-gnueabi/lighttpd/1.4.33-r1/lighttpd-1.4.33/src/log.c.166) server started
- /
- Starting Matrix GUI application.
- 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
- Where 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 am437x-evm /dev/ttyO0
- Arago 2015.05 am437x-evm /dev/ttyO0
之後登錄即可,用戶名爲;root,密碼好像木有,可以直接進入系統,輸入cd /,ls,可以看到根目下的文件夾,如圖:
`