Skip to content

Instantly share code, notes, and snippets.

@modjo756
Created March 19, 2016 16:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save modjo756/2760de1b66d53fef0989 to your computer and use it in GitHub Desktop.
Save modjo756/2760de1b66d53fef0989 to your computer and use it in GitHub Desktop.
U-Boot SPL 2015.04 (Mar 17 2016 - 17:21:31)
Setting 1024MB RAM calibration data
port 1
U-Boot 2015.04 (Mar 17 2016 - 17:21:31)
CPU: Freescale i.MX6SX rev1.2 at 792 MHz
CPU: Temperature 49 C
Reset cause: POR
Board: UDOO Neo Full
I2C: ready
DRAM: 1 GiB
PMIC: PFUZE3000 DEV_ID=0x30 REV_ID=0x11
MMC: FSL_SDHC: 0, FSL_SDHC: 1
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Net: CPU Net Initialization Failed
No ethernet found.
Normal Boot
Hit any key to stop autoboot: 3  2  1  0
switch to partitions #0, OK
mmc0 is current device
reading uEnv.txt
184 bytes read in 10 ms (17.6 KiB/s)
Running bootscript from mmc ...
Device Tree: dts-overlay/imx6sx-udoo-neo-full-lvds7-m4.dtb
** File not found /var/opt/m4/m4last.fw **
reading /m4startup.fw
47396 bytes read in 20 ms (2.3 MiB/s)
## Starting auxiliary core at 0x84000000 ...
reading /zImage
4269240 bytes read in 213 ms (19.1 MiB/s)
Booting from mmc ...
reading dts-overlay/imx6sx-udoo-neo-full-lvds7-m4.dtb
45648 bytes read in 50 ms (890.6 KiB/s)
Kernel image @ 0x80800000 [ 0x000000 - 0x4124b8 ]
## Flattened Device Tree blob at 83000000
Booting using the fdt blob at 0x83000000
Using Device Tree in place at 83000000, end 8300e24f
Switched to ldo_bypass mode!
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 3.14.56_1.0.x-udoo+gfeef1c3 (modjo@Linux-corei5) (gcc version 5.2.0 (GCC) ) #1 SMP PREEMPT Thu Mar 17 14:53:44 CET 2016
[ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: UDOO Neo Full
[ 0.000000] Reserved memory: reserved region for node 'm4@0x84000000': base 0x84000000, size 8 MiB
[ 0.000000] Reserved memory: reserved region for node 'm4@0xBFF00000': base 0xbff00000, size 1 MiB
[ 0.000000] cma: CMA: reserved 320 MiB at aa000000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] PERCPU: Embedded 8 pages/cpu @bf639000 s8512 r8192 d16064 u32768
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257792
[ 0.000000] Kernel command line: console=ttymxc0,115200 root=/dev/mmcblk0p2 rootwait rw ${mmcrootfstype} uart_from_osc clk_ignore_unused cpuidle.off=1 consoleblank=0
[ 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: 690356K/1039360K available (4890K kernel code, 331K rwdata, 5624K rodata, 256K init, 384K bss, 349004K 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 : 0xc0800000 - 0xff000000 (1000 MB)
[ 0.000000] lowmem : 0x80000000 - 0xc0000000 (1024 MB)
[ 0.000000] pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
[ 0.000000] modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
[ 0.000000] .text : 0x80008000 - 0x80a4cb88 (10515 kB)
[ 0.000000] .init : 0x80a4d000 - 0x80a8d140 ( 257 kB)
[ 0.000000] .data : 0x80a8e000 - 0x80ae0ee0 ( 332 kB)
[ 0.000000] .bss : 0x80ae0eec - 0x80b41178 ( 385 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] L310 cache controller enabled
[ 0.000000] l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x32030000, Cache size: 256 kB
[ 0.000000] Switching to timer-based delay loop
[ 0.000009] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655765682ns
[ 0.000827] clocksource_of_init: no matching clocksources found
[ 0.000980] Console: colour dummy device 80x30
[ 0.001000] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
[ 0.001016] pid_max: default: 32768 minimum: 301
[ 0.001145] Security Framework initialized
[ 0.001212] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001228] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.007441] device-tree: Duplicate name in /soc/aips-bus@02200000/spba-bus@02200000/lcdif@02224000, renamed to "display#1"
[ 0.009683] Initializing cgroup subsys devices
[ 0.009698] Initializing cgroup subsys freezer
[ 0.009745] CPU: Testing write buffer coherency: ok
[ 0.010023] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.010112] Setting up static identity map for 0x804ab848 - 0x804ab8a0
[ 0.051975] Brought up 1 CPUs
[ 0.051991] SMP: Total of 1 processors activated (6.00 BogoMIPS).
[ 0.052001] CPU: All CPU(s) started in SVC mode.
[ 0.052603] devtmpfs: initialized
[ 0.056200] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[ 0.056531] pinctrl core: initialized pinctrl subsystem
[ 0.056876] regulator-dummy: no parameters
[ 0.073241] NET: Registered protocol family 16
[ 0.080750] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.081438] Use WDOG1 as reset source
[ 0.090027] syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered
[ 0.090392] vdd1p1: 800 <--> 1375 mV at 1100 mV
[ 0.090788] vdd3p0: 2800 <--> 3150 mV at 3000 mV
[ 0.091152] vdd2p5: 2100 <--> 2875 mV at 2500 mV
[ 0.091526] cpu: 725 <--> 1450 mV
[ 0.091885] vddpcie-phy: 725 <--> 1450 mV
[ 0.092244] vddsoc: 725 <--> 1450 mV
[ 0.094237] syscon 20e4000.iomuxc-gpr: regmap [mem 0x020e4000-0x020e7fff] registered
[ 0.096871] syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered
[ 0.097291] syscon 21ac000.romcp: regmap [mem 0x021ac000-0x021affff] registered
[ 0.102711] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[ 0.102726] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.103814] imx6sx-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
[ 0.104650] 20dc000.gpc supply pu not found, using dummy regulator
[ 0.105402] MU is ready for cross core communication!
[ 0.109449] bio: create slab <bio-0> at 0
[ 0.110547] vref-3v3: 3300 mV
[ 0.110817] PSU-5V0: 5000 mV
[ 0.111145] usb_otg1_vbus: 5000 mV
[ 0.111499] usb_otg2_vbus: 5000 mV
[ 0.111773] wlan-en-regulator: 1800 mV
[ 0.112041] LCD POWER: no parameters
[ 0.112299] LCD BACKLIGHT BL_ON: no parameters
[ 0.113126] SCSI subsystem initialized
[ 0.113414] usbphy_nop1.12 supply vcc not found, using dummy regulator
[ 0.115151] i2c i2c-0: IMX I2C adapter registered
[ 0.116913] i2c i2c-1: IMX I2C adapter registered
[ 0.118129] i2c i2c-3: IMX I2C adapter registered
[ 0.118247] Linux video capture interface: v2.00
[ 0.118320] pps_core: LinuxPPS API ver. 1 registered
[ 0.118329] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.118353] PTP clock support registered
[ 0.118888] Advanced Linux Sound Architecture Driver Initialized.
[ 0.119675] Loading modules backported from Linux version v4.1.7-0-g0c5c1f1
[ 0.119687] Backport integrated by backports.git v4.1.1-1-0-g8286954
[ 0.119863] Switched to clocksource mxc_timer1
[ 0.130170] NET: Registered protocol family 2
[ 0.131000] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.131086] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.131215] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.131295] TCP: reno registered
[ 0.131312] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.131352] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.131589] NET: Registered protocol family 1
[ 0.131945] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
[ 0.133546] Bus freq driver module loaded
[ 0.134313] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 0.141081] VFS: Disk quotas dquot_6.5.2
[ 0.141351] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.143158] msgmni has been set to 1988
[ 0.147011] io scheduler noop registered
[ 0.147025] io scheduler deadline registered
[ 0.147071] io scheduler cfq registered (default)
[ 0.147556] imx-weim 21b8000.weim: Driver registered.
[ 0.149334] MIPI DSI driver module loaded
[ 0.151137] 2224000.lcdif supply lcd not found, using dummy regulator
[ 0.151535] mxsfb 2224000.lcdif: registered mxc display driver ldb
[ 0.153979] DISPLAY: Power-on latency exceeded, new value 479667 ns
[ 0.154583] DISPLAY: Power-off latency exceeded, new value 27667 ns
[ 0.158290] Console: switching to colour frame buffer device 100x30
[ 0.171899] DISPLAY: Power-off latency exceeded, new value 29000 ns
[ 0.171996] mxsfb 2224000.lcdif: initialized
[ 0.174815] imx-sdma 20ec000.sdma: no iram assigned, using external mem
[ 0.175027] imx-sdma 20ec000.sdma: no event needs to be remapped
[ 0.175218] imx-sdma 20ec000.sdma: loaded firmware 3.1
[ 0.178060] imx-sdma 20ec000.sdma: initialized
[ 0.179715] pfuze100-regulator 0-0008: Full layer: 1, Metal layer: 1
[ 0.180295] pfuze100-regulator 0-0008: FAB: 0, FIN: 0
[ 0.180311] pfuze100-regulator 0-0008: pfuze3000 found.
[ 0.181741] SW1A: 700 <--> 1475 mV at 1175 mV
[ 0.183083] SW1B: 700 <--> 1475 mV at 1175 mV
[ 0.183839] SW2: 1500 <--> 1850 mV at 1800 mV
[ 0.184606] SW3: 900 <--> 1650 mV at 1350 mV
[ 0.185358] SWBST: 5000 <--> 5150 mV at 5000 mV
[ 0.186106] VSNVS: 1000 <--> 3000 mV at 3000 mV
[ 0.186306] VREFDDR: 750 mV
[ 0.187055] VLDO1: 1800 <--> 3300 mV at 1800 mV
[ 0.187794] VLDO2: 800 <--> 1550 mV at 1500 mV
[ 0.188564] VCCSD: 2850 <--> 3300 mV at 3150 mV
[ 0.189311] V33: 2850 <--> 3300 mV at 3150 mV
[ 0.190083] VLDO3: 1800 <--> 3300 mV at 1800 mV
[ 0.191272] VLDO4: 1800 <--> 3300 mV at 1800 mV
[ 0.191615] Serial: IMX driver
[ 0.191962] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58, base_baud = 1500000) is a IMX
[ 0.997797] console [ttymxc0] enabled
[ 1.002333] 21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 60, base_baud = 1500000) is a IMX
[ 1.011564] 22a0000.serial: ttymxc5 at MMIO 0x22a0000 (irq = 49, base_baud = 1500000) is a IMX
[ 1.020571] serial: Freescale lpuart driver
[ 1.026071] imx sema4 driver is registered.
[ 1.030718] Install mcc tty driver!
[ 1.034279]
[ 1.034279] A9 mcc prepares run, MCC version is 002.000
[ 1.041101] IMX MCC TTY driver module loaded
[ 1.045447] [drm] Initialized drm 1.1.0 20060810
[ 1.050583] [drm] Initialized vivante 1.0.0 20120216 on minor 0
[ 1.060872] loop: module loaded
[ 1.067356] 2188000.ethernet supply phy not found, using dummy regulator
[ 1.110339] pps pps0: new PPS source ptp0
[ 1.119027] libphy: fec_enet_mii_bus: probed
[ 1.124063] fec 2188000.ethernet eth0: registered PHC device 0
[ 1.130474] mousedev: PS/2 mouse device common for all mice
[ 1.136900] input: 20cc000.snvs-pwrkey as /devices/soc0/soc.0/2000000.aips-bus/20cc000.snvs-pwrkey/input/input0
[ 1.147377] snvs_pwrkey 20cc000.snvs-pwrkey: i.MX snvs powerkey probed
[ 1.154713] input: st1232-touchscreen as /devices/soc0/soc.0/2100000.aips-bus/21a0000.i2c/i2c-0/0-0055/input/input1
[ 1.166118] i2c /dev entries driver
[ 1.170346] IR NEC protocol handler initialized
[ 1.174893] IR RC5(x) protocol handler initialized
[ 1.179690] IR RC6 protocol handler initialized
[ 1.184302] IR JVC protocol handler initialized
[ 1.188844] IR Sony protocol handler initialized
[ 1.193488] IR RC5 (streamzap) protocol handler initialized
[ 1.199067] IR SANYO protocol handler initialized
[ 1.203792] IR MCE Keyboard/mouse protocol handler initialized
[ 1.210900] [UDOO power-off] Probed LVDS power.
[ 1.215475] udoo_power_off poweroff.24: request of gpio lcd_panel_on_gpio 123 failed with -16
[ 1.224159] [UDOO power-off] Probed LVDS backlight.
[ 1.229070] udoo_power_off poweroff.24: request of gpio lcd_backlight_gpio 163 failed with -16
[ 1.237781] [UDOO power-off] Probed sitronix st1232 touch panel.
[ 1.244513] imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=0)
[ 1.253048] sdhci: Secure Digital Host Controller Interface driver
[ 1.259240] sdhci: Copyright(c) Pierre Ossman
[ 1.263633] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.270378] mmc0: no vqmmc regulator found
[ 1.274499] mmc0: no vmmc regulator found
[ 1.319894] mmc0: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
[ 1.329669] sdhci-esdhc-imx 2198000.usdhc: could not get ultra high speed state, work on normal mode
[ 1.343349] mmc2: no vqmmc regulator found
[ 1.387905] mmc0: host does not support reading read-only switch. assuming write-enable.
[ 1.402606] mmc0: new high speed SDHC card at address 0007
[ 1.408558] mmcblk0: mmc0:0007 S16GA 14.9 GiB
[ 1.414604] mmcblk0: p1 p2
[ 1.469883] mmc2: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
[ 1.490511] sdhci-esdhc-imx 2198000.usdhc: card claims to support voltages below defined range
[ 1.501163] fsl-asrc 2034000.asrc: driver registered
[ 1.508557] nf_conntrack version 0.5.0 (15906 buckets, 63624 max)
[ 1.515580] TCP: cubic registered
[ 1.518961] NET: Registered protocol family 17
[ 1.523557] Key type dns_resolver registered
[ 1.528771] cpu cpu0: dev_pm_opp_get_opp_count: device OPP not found (-19)
[ 1.548964] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
[ 1.554519] failed to register cpuidle driver
[ 1.558913] A9-M4 sema4 num 6, A9-M4 magic number 0x12345678 - 0x12345678.
[ 1.566995] mmc2: new high speed SDIO card at address 0001
[ 1.573660] VLDO2: disabling
[ 1.577369] SWBST: disabling
[ 1.580376] usb_otg2_vbus: disabling
[ 1.583978] usb_otg1_vbus: disabling
[ 1.587575] PSU-5V0: disabling
[ 1.590704] vref-3v3: disabling
[ 1.593878] regulator-dummy: disabling
[ 1.598233] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 1.605479] imx_thermal tempmon.11: Extended Commercial CPU temperature grade
[ 1.612740] imx_thermal tempmon.11: max:105C crit:100C passive:95C
[ 1.627558] clk: Not disabling unused clocks
[ 1.631940] ALSA device list:
[ 1.634935] No soundcards found.
[ 1.648500] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
[ 1.658708] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
[ 1.996925] EXT4-fs (mmcblk0p2): recovery complete
[ 2.004795] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.012997] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 2.020163] devtmpfs: mounted
[ 2.023353] Freeing unused kernel memory: 256K (80a4d000 - 80a8d000)
INIT: version 2.88 booting
Starting udev
udev: Not using udev cache because of changes detected in the following files:
udev: /proc/version /proc/cmdline /proc/devices
udev: lib/udev/rules.d/* etc/udev/rules.d/*
udev: The udev cache will be regenerated. To identify the detected changes,
udev: compare the cached sysconf at /etc/udev/cache.data
udev: against the current sysconf at /dev/shm/udev.cache
[ 2.788206] udevd[117]: starting version 182
[ 2.965303] (stk) :sysfs entries created
[ 2.969275] (stk) : debugfs entries created
[ 3.016315] galcore: clk_get 2d core clock failed, disable 2d/vg!
[ 3.032015] CAN device driver interface
[ 3.052000] 2090000.can supply xceiver not found, using dummy regulator
[ 3.059008] Unhandled fault: imprecise external abort (0x1406) at 0x76fa8068
[ 3.078905] Galcore version 5.0.11.33433
[ 3.088984] Unhandled fault: imprecise external abort (0x1406) at 0x76fb0000
[ 3.096051] Internal error: : 1406 [#1] PREEMPT SMP ARM
[ 3.101279] Modules linked in: flexcan(+) can_dev galcore(O+) st_drv
[ 3.107709] CPU: 0 PID: 122 Comm: udevd Tainted: G O 3.14.56_1.0.x-udoo+gfeef1c3 #1
[ 3.116237] task: a82aad00 ti: a83e4000 task.ti: a83e4000
[ 3.121649] PC is at flexcan_chip_disable+0x5c/0x90 [flexcan]
[ 3.127402] LR is at _raw_spin_unlock_irqrestore+0x28/0x54
[ 3.132891] pc : [<7f05f1b0>] lr : [<804ab080>] psr: 60070013
[ 3.132891] sp : a83e5d38 ip : 00000000 fp : a83394c0
[ 3.144368] r10: a8022880 r9 : 00000000 r8 : 7f060f98
[ 3.149593] r7 : a80f2600 r6 : a80f2610 r5 : 00000004 r4 : c0a10000
[ 3.156121] r3 : 014fb7b5 r2 : 00000000 r1 : 00000001 r0 : 00000000
[ 3.162649] Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user
[ 3.169785] Control: 10c53c7d Table: a83e804a DAC: 00000015
[ 3.175531] Process udevd (pid: 122, stack limit = 0xa83e4238)
[ 3.181364] Stack: (0xa83e5d38 to 0xa83e6000)
[ 3.185722] 5d20: a8339000 c0a10000
[ 3.193902] 5d40: a80f2610 7f060648 00000000 a83e5d60 00000001 802ac06c a83e5d60 7f061440
[ 3.202082] 5d60: 016e3600 00000000 00000000 a80f43f0 809b0884 00000001 a84cfea0 80b36750
[ 3.210262] 5d80: a80f2610 7f0613fc fffffdfb 7f0613fc 00000003 00000001 7f061640 8029ffd8
[ 3.218443] 5da0: 80b36750 a80f2610 80ad9038 00000000 7f0613fc 8029e604 a80f2610 a80f2610
[ 3.226623] 5dc0: 7f0613fc a80f2610 7f0613fc a80f2644 80ab1ba8 a84adac8 a84adac0 8029e930
[ 3.234802] 5de0: 00000000 7f0613fc 8029e8a4 8029c9b8 a808e55c a80f9db4 7f0613fc a8314c80
[ 3.242982] 5e00: 00000000 8029dbf8 7f0613c4 00000000 7f064000 7f0613fc 00000000 7f064000
[ 3.251162] 5e20: 7f0615f8 8029ef4c a83e4038 00000000 7f064000 800087f8 bfb604c0 80000000
[ 3.259342] 5e40: bfb604c0 80a8f658 00000000 80ad3200 00000000 800a543c 0000dd00 800d3608
[ 3.267522] 5e60: 00000001 800c9dec 000000a5 00000007 0000dd04 800d3608 00000001 80086230
[ 3.275703] 5e80: a84adac0 a83e5f58 a83e5f58 00000001 7f061604 7f0615f8 a84adac8 a84adac0
[ 3.283883] 5ea0: 00000001 80086268 7f061604 00007fff 80083270 00000000 00000000 a83e5f58
[ 3.292062] 5ec0: 800833f8 a83e4028 7f061604 00000000 000000cd 804af6ec c09fa000 00006250
[ 3.300242] 5ee0: 00002c58 00000000 0b300002 00000000 00000000 00000000 00000000 00000000
[ 3.308421] 5f00: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 3.316600] 5f20: 00000000 00000000 00000038 00000000 00000007 76f17df4 0000017b 8000f224
[ 3.324780] 5f40: a83e4000 00000000 008fb7d0 80086a00 a83e5f5c 00000000 c09fa000 00006250
[ 3.332960] 5f60: c09ffd00 c09fd90f c09fe738 00002754 00002df4 7f061448 00000012 00000000
[ 3.341139] 5f80: 00000020 00000021 0000001a 00000015 00000013 00000000 00000000 008fb008
[ 3.349319] 5fa0: 00000000 8000f0a0 00000000 008fb008 00000007 76f17df4 00000000 00914088
[ 3.357498] 5fc0: 00000000 008fb008 00000000 0000017b 00913960 00000000 0002eb34 008fb7d0
[ 3.365679] 5fe0: 7eca5bf0 7eca5be0 76f10c30 76e988d0 60010010 00000007 f5deb120 f6fbb181
[ 3.373877] [<7f05f1b0>] (flexcan_chip_disable [flexcan]) from [<7f060648>] (flexcan_probe+0x278/0x58c [flexcan])
[ 3.384155] [<7f060648>] (flexcan_probe [flexcan]) from [<8029ffd8>] (platform_drv_probe+0x44/0xac)
[ 3.393208] [<8029ffd8>] (platform_drv_probe) from [<8029e604>] (driver_probe_device+0x14c/0x3a8)
[ 3.402086] [<8029e604>] (driver_probe_device) from [<8029e930>] (__driver_attach+0x8c/0x90)
[ 3.410536] [<8029e930>] (__driver_attach) from [<8029c9b8>] (bus_for_each_dev+0x68/0x9c)
[ 3.418720] [<8029c9b8>] (bus_for_each_dev) from [<8029dbf8>] (bus_add_driver+0x15c/0x218)
[ 3.426988] [<8029dbf8>] (bus_add_driver) from [<8029ef4c>] (driver_register+0x78/0xf8)
[ 3.434998] [<8029ef4c>] (driver_register) from [<800087f8>] (do_one_initcall+0xd4/0x18c)
[ 3.443184] [<800087f8>] (do_one_initcall) from [<80086268>] (load_module+0x1be8/0x21b4)
[ 3.451282] [<80086268>] (load_module) from [<80086a00>] (SyS_finit_module+0x8c/0xc8)
[ 3.459120] [<80086a00>] (SyS_finit_module) from [<8000f0a0>] (ret_fast_syscall+0x0/0x38)
[ 3.467302] Code: eb3f5e5d e3a05004 e5943000 f57ff04f (e3130601)
[ 3.473401] ---[ end trace c2e0d0dfeebdfd3c ]---
udevd[117]: worker [122] terminated by signal 11 (Segmentation fault)
udevd[117]: worker [122[ 3.550741] evbug: Connected device: input0 (20cc000.snvs-pwrkey at snvs-pwrkey/input0)
] failed while handling '/devices[ 3.559443] evbug: Connected device: input1 (st1232-touchscreen at unknown)
/soc0/soc.0/2000000.aips-bus/2094000.can'
udevd[117]: worker [133] terminated by signal 7 (Bus error)
udevd[117]: worker [133] failed while handling '/devices/soc0/soc.0/2000000.aips-bus/20b4000.gpio'
[ 3.686617] usbcore: registered new interface driver usbfs
[ 3.694567] 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator
[ 3.743926] usbcore: registered new interface driver hub
[ 3.770806] lm75: probe of 1-0048 failed with error -5
[ 3.796768] usbcore: registered new device driver usb
[ 3.811984] mpl3115: probe of 1-0060 failed with error -5
[ 3.861080] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.917591] input: FreescaleGyroscope as /devices/virtual/input/input2
[ 3.928334] ci_hdrc ci_hdrc.1: EHCI Host Controller
[ 3.962835] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1
[ 3.984010] evbug: Connected device: input2 (FreescaleGyroscope at unknown)
[ 3.996852] CSI: Registered sensor subdevice: fsl_vadc
[ 4.030070] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
[ 4.037045] fxas2100x device driver probe successfully
[ 4.042332] wait vadc auto detect video mode....
[ 4.068364] input: FreescaleAccelerometer as /devices/virtual/input/input3
[ 4.078341] hub 1-0:1.0: USB hub found
[ 4.105158] hub 1-0:1.0: 1 port detected
[ 4.109317] evbug: Connected device: input3 (FreescaleAccelerometer at unknown)
[ 4.150721] input: FreescaleMagnetometer as /devices/virtual/input/input4
[ 4.189141] evbug: Connected device: input4 (FreescaleMagnetometer at unknown)
[ 4.238322] fxos8700_probe succ
[ 4.359560] cfg80211: Calling CRDA to update world regulatory domain
[ 4.511187] wlcore: Time Sync: gpio requested
[ 4.552085] cfg80211: World regulatory domain updated:
[ 4.557242] cfg80211: DFS Master region: unset
[ 4.563798] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 4.581620] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 4.591133] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 4.599144] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 4.607200] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 4.616722] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 4.626225] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 4.634332] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 4.642387] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 4.810087] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
[ 4.825415] cfg80211: Updating information on frequency 2412 MHz with regulatory rule:
[ 4.833662] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4.841640] cfg80211: Updating information on frequency 2417 MHz with regulatory rule:
[ 4.849706] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4.857410] cfg80211: Updating information on frequency 2422 MHz with regulatory rule:
[ 4.865837] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4.873378] cfg80211: Updating information on frequency 2427 MHz with regulatory rule:
[ 4.881342] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4.888830] cfg80211: Updating information on frequency 2432 MHz with regulatory rule:
[ 4.896770] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4.904270] cfg80211: Updating information on frequency 2437 MHz with regulatory rule:
[ 4.912204] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4.919688] cfg80211: Updating information on frequency 2442 MHz with regulatory rule:
[ 4.927617] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4.935113] cfg80211: Updating information on frequency 2447 MHz with regulatory rule:
[ 4.943043] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4.950538] cfg80211: Updating information on frequency 2452 MHz with regulatory rule:
[ 4.958456] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4.965952] cfg80211: Updating information on frequency 2457 MHz with regulatory rule:
[ 4.973881] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4.981377] cfg80211: Updating information on frequency 2462 MHz with regulatory rule:
[ 4.989295] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4.996791] cfg80211: Updating information on frequency 2467 MHz with regulatory rule:
[ 5.004722] cfg80211: 2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 5.012223] cfg80211: Updating information on frequency 2472 MHz with regulatory rule:
[ 5.020154] cfg80211: 2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 5.027638] cfg80211: Updating information on frequency 2484 MHz with regulatory rule:
[ 5.035568] cfg80211: 2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A mBi, 2000 mBm)
[ 5.043063] cfg80211: Disabling freq 5040 MHz
[ 5.047423] cfg80211: Disabling freq 5060 MHz
[ 5.051794] cfg80211: Disabling freq 5080 MHz
[ 5.056152] cfg80211: Disabling freq 5170 MHz
[ 5.060529] cfg80211: Updating information on frequency 5180 MHz with regulatory rule:
[ 5.068448] cfg80211: 5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A mBi, 2000 mBm)
[ 5.077422] cfg80211: Updating information on frequency 5190 MHz with regulatory rule:
[ 5.085352] cfg80211: 5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A mBi, 2000 mBm)
[ 5.094338] cfg80211: Updating information on frequency 5200 MHz with regulatory rule:
[ 5.102271] cfg80211: 5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A mBi, 2000 mBm)
[ 5.111247] cfg80211: Updating information on frequency 5210 MHz with regulatory rule:
[ 5.119165] cfg80211: 5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A mBi, 2000 mBm)
[ 5.128137] cfg80211: Updating information on frequency 5220 MHz with regulatory rule:
[ 5.136068] cfg80211: 5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A mBi, 2000 mBm)
[ 5.145042] cfg80211: Updating information on frequency 5230 MHz with regulatory rule:
[ 5.152973] cfg80211: 5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A mBi, 2000 mBm)
[ 5.161944] cfg80211: Updating information on frequency 5240 MHz with regulatory rule:
[ 5.169874] cfg80211: 5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A mBi, 2000 mBm)
[ 5.178834] cfg80211: Updating information on frequency 5260 MHz with regulatory rule:
[ 5.186763] cfg80211: 5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A mBi, 2000 mBm)
[ 5.195735] cfg80211: Updating information on frequency 5280 MHz with regulatory rule:
[ 5.203665] cfg80211: 5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A mBi, 2000 mBm)
[ 5.212637] cfg80211: Updating information on frequency 5300 MHz with regulatory rule:
[ 5.220566] cfg80211: 5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A mBi, 2000 mBm)
[ 5.229527] cfg80211: Updating information on frequency 5320 MHz with regulatory rule:
[ 5.237456] cfg80211: 5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A mBi, 2000 mBm)
[ 5.246426] cfg80211: Updating information on frequency 5500 MHz with regulatory rule:
[ 5.254357] cfg80211: 5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A mBi, 2000 mBm)
[ 5.261942] cfg80211: Updating information on frequency 5520 MHz with regulatory rule:
[ 5.269872] cfg80211: 5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A mBi, 2000 mBm)
[ 5.277442] cfg80211: Updating information on frequency 5540 MHz with regulatory rule:
[ 5.285371] cfg80211: 5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A mBi, 2000 mBm)
[ 5.292953] cfg80211: Updating information on frequency 5560 MHz with regulatory rule:
[ 5.300894] cfg80211: 5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A mBi, 2000 mBm)
[ 5.308465] cfg80211: Updating information on frequency 5580 MHz with regulatory rule:
[ 5.316397] cfg80211: 5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A mBi, 2000 mBm)
[ 5.323980] cfg80211: Updating information on frequency 5600 MHz with regulatory rule:
[ 5.331911] cfg80211: 5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A mBi, 2000 mBm)
[ 5.339482] cfg80211: Updating information on frequency 5620 MHz with regulatory rule:
[ 5.347412] cfg80211: 5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A mBi, 2000 mBm)
[ 5.354994] cfg80211: Updating information on frequency 5640 MHz with regulatory rule:
[ 5.362923] cfg80211: 5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A mBi, 2000 mBm)
[ 5.370506] cfg80211: Updating information on frequency 5660 MHz with regulatory rule:
[ 5.378424] cfg80211: 5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A mBi, 2000 mBm)
[ 5.386005] cfg80211: Updating information on frequency 5680 MHz with regulatory rule:
[ 5.393935] cfg80211: 5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A mBi, 2000 mBm)
[ 5.401517] cfg80211: Updating information on frequency 5700 MHz with regulatory rule:
[ 5.409435] cfg80211: 5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A mBi, 2000 mBm)
[ 5.417016] cfg80211: Updating information on frequency 5745 MHz with regulatory rule:
[ 5.424946] cfg80211: 5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A mBi, 2000 mBm)
[ 5.432441] cfg80211: Updating information on frequency 5765 MHz with regulatory rule:
[ 5.440370] cfg80211: 5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A mBi, 2000 mBm)
[ 5.447854] cfg80211: Updating information on frequency 5785 MHz with regulatory rule:
[ 5.455783] cfg80211: 5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A mBi, 2000 mBm)
[ 5.463278] cfg80211: Updating information on frequency 5805 MHz with regulatory rule:
[ 5.471209] cfg80211: 5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A mBi, 2000 mBm)
[ 5.478693] cfg80211: Updating information on frequency 5825 MHz with regulatory rule:
[ 5.487268] cfg80211: 5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A mBi, 2000 mBm)
[ 5.503436] wlcore: loaded
[ 5.506184] wlcore: driver version:
[ 5.509762] wlcore: compilation time: timestamp not possible with gcc 4.9
[ 6.139973] Timeout detect video signal mod=0x2c
[ 6.144646] video mode NTSC
[ 6.147477] vadc driver loaded
[ 9.658741] random: nonblocking pool is initialized
udevd[117]: worker [121] timeout, kill it
udevd[117]: seq 741 '/devices/soc0/soc.0/2000000.aips-bus/2090000.can' killed
udevd[117]: worker [121] terminated by signal 9 (Killed)
[ 33.283337] g_serial gadget: Gadget Serial v2.4
[ 33.287882] g_serial gadget: g_serial ready
[ 33.439525] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
bootlogd: cannot allocate pseudo tty: No such file or directory
Populating dev cache
ALSA: Restoring mixer settings...
/usr/sbin/alsactl: load_state:1735: No soundcards found...
hwclock: can't open '/dev/misc/rtc': No such file or directory
Fri Mar 18 17:04:30 UTC 2016
hwclock: can't open '/dev/misc/rtc': No such file or directory
INIT: Entering runlevel: 5
Configuring network interfaces... [ 35.100843] fec 2188000.ethernet eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=2188000.ethernet:00, irq=-1)
udhcpc (v1.23.2) started
Sending discover...
Sending discover...
Sending discover...
No lease, forking to background
done.
Starting system message bus: dbus.
UIM SYSFS Node Found at /sys/./devices/soc0/kim.22/install
Loading btwilink kernel module[ 44.851553] Bluetooth: Core ver 2.20
[ 44.857166] NET: Registered protocol family 31
[ 44.861778] Bluetooth: HCI device and connection manager initialized
[ 44.868190] Bluetooth: HCI socket layer initialized
[ 44.873388] Bluetooth: L2CAP socket layer initialized
[ 44.878590] Bluetooth: SCO socket layer initialized
[ 44.896257] hdev a8774000
[ 44.902182] HCI device registered (hdev a8774000)
[ 44.907043] hci0 a8774000
[ 44.909673] (stc): chnl_id list empty :4
[ 44.913666] (stk) : st_kim_start(stk) :ldisc_install = 1.
Starting uim-sysfs daemon.
uim:@ main
uim:install = /sys/./devices/soc0/kim.22/install
uim:dev_name = /sys/./devices/soc0/kim.22/dev_name
uim:baud_rate = /sys/./devices/soc0/kim.22/baud_rate
uim:flow_cntrl = /sys/./devices/soc0/kim.22/flow_cntrl
uim:install set previously...
uim:@ st_uart_config
uim: signal received, opening /dev/ttymxc2
uim:@ set_baud_rate
uim:set_baud_rate() done
uim:Setting speed to 921600
uim:@ read_command_complete
uim: Command complete started
uim:@ read_hci_event
uim: read_hci_event
uim:Command complete done
[ 45.105128] (stc): st_tty_open
uim:Speed changing to 921600, 1(stk) :line discipline installed
uim:@ set_custom_baud_rate
[ 45.118105] (stk) :TIInit_11.8.32.btsuim:Installed N_TI_WL Line displine
uim:begin polling...
(stk) :change remote baud rate command in firmware
[ 45.161614] (stk) :skipping the wait event of change remote baudStarting OpenBSD Secure Shell server: sshd
[ 45.259793] NET: Registered protocol family 10
[ 45.265184] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
done.
Starting rpcbind daemon...done.
starting statd: done
Starting advanced power management daemon: No APM support in kernel
(failed.)
Starting atd: OK
hwclock: can't open '/dev/misc/rtc': No such file or directory
exportfs: can't open /etc/exports for reading
[ 45.623001] RPC: Registered named UNIX socket transport module.
[ 45.630062] RPC: Registered udp transport module.
[ 45.635834] RPC: Registered tcp transport module.
[ 45.640606] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 45.698688] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
starting 8 nfsd kernel threads: [ 45.752154] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[ 45.762430] NFSD: starting 90-second grace period (net 80ace780)
done
starting mountd: done
Starting system log daemon...0
Starting kernel log daemon...0
* Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon
[ ok ]
Starting udooserver:
Starting crond: OK
Running local boot scripts (/etc/rc.local).
Poky (Yocto Project Reference Distro) 2.0.1 udooneo /dev/ttymxc0
udooneo login: [ 48.240959] (stc): add_channel_to_table: id 4
[ 48.245389] (stc): add_channel_to_table: id 2
[ 48.249783] (stc): add_channel_to_table: id 3
[ 48.257073] hci0: type 1 len 4
[ 48.262575] hci0: type 1 len 4
[ 48.272096] hci0: type 1 len 4
[ 48.282033] hci0: type 1 len 4
[ 48.292260] hci0: type 1 len 4
[ 48.302073] hci0: type 1 len 4
[ 48.311980] hci0: type 1 len 4
[ 48.324616] hci0: type 1 len 4
[ 48.338888] hci0: type 1 len 4
[ 48.343670] hci0: type 1 len 4
[ 48.351472] hci0: type 1 len 5
[ 48.360705] hci0: type 1 len 6
[ 48.370696] hci0: type 1 len 4
[ 48.380855] hci0: type 1 len 4
[ 48.390784] hci0: type 1 len 4
[ 48.400908] hci0: type 1 len 4
[ 48.411087] hci0: type 1 len 4
[ 48.420804] hci0: type 1 len 4
[ 48.431406] hci0: type 1 len 245
[ 48.443415] hci0: type 1 len 5
[ 48.451044] hci0: type 1 len 4
[ 48.460754] hci0: type 1 len 5
[ 48.470873] hci0: type 1 len 12
[ 48.481102] hci0: type 1 len 11
[ 48.491073] hci0: type 1 len 6
[ 48.500843] hci0: type 1 len 4
[ 48.510880] hci0: type 1 len 4
[ 48.520807] hci0: type 1 len 12
[ 48.530901] hci0: type 1 len 4
[ 48.540857] hci0: type 1 len 11
[ 48.550771] hci0: type 1 len 4
[ 50.560107] (stc): remove_channel_from_table: id 3
[ 50.564968] (stc): remove_channel_from_table: id 2
[ 50.569796] (stc): remove_channel_from_table: id 4
[ 50.576915] (stc): all chnl_ids unregistered
[ 50.581840] (stk) :ldisc_install = 0uim:poll broke due to event 10(PRI:2/ERR:8)
uim:read 0 from in(stc): st_tty_close stall
uim:@ st_uart_config
uim:Un-Installed N_TI_WL Line displine
uim:begin polling...
if  root
root@udooneo:~# ifconfi
[ 64.549999] cfg80211: Verifying active interfaces after reg change
g -a
eth0 Link encap:Ethernet HWaddr 00:c0:08:8b:f9:44
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:34 errors:0 dropped:0 overruns:0 frame:0
TX packets:34 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2380 (2.3 KiB) TX bytes:2380 (2.3 KiB)
wlan0 Link encap:Ethernet HWaddr de:ad:be:ef:00:00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
root@udooneo:~# cd /dev/
root@udooneo:/dev# ll s
FreescaleAccelerometer loop-control pxp_device tty21 tty42 tty63
FreescaleGyroscope loop0 random tty22 tty43 tty7
FreescaleMagnetometer loop1 rfkill tty23 tty44 tty8
autofs loop2 shm tty24 tty45 tty9
block loop3 snd tty25 tty46 ttyGS0
bus loop4 stderr tty26 tty47 ttyMCC
char loop5 stdin tty27 tty48 ttymxc0
console loop6 stdout tty28 tty49 ttymxc2
cpu_dma_latency loop7 tty tty29 tty5 ttymxc5
disk mem tty0 tty3 tty50 ubi_ctrl
dri mmcblk0 tty1 tty30 tty51 uinput
fb0 mmcblk0p1 tty10 tty31 tty52 urandom
fd mmcblk0p2 tty11 tty32 tty53 v4l
full mtab tty12 tty33 tty54 vcs
fuse mxc_asrc tty13 tty34 tty55 vcs1
galcore mxc_dcic1 tty14 tty35 tty56 vcsa
i2c-0 network_latency tty15 tty36 tty57 vcsa1
i2c-1 network_throughput tty16 tty37 tty58 video0
i2c-3 null tty17 tty38 tty59 watchdog
initctl pps0 tty18 tty39 tty6 xconsole
input ptmx tty19 tty4 tty60 zero
kmsg ptp0 tty2 tty40 tty61
log pts tty20 tty41 tty62
root@udooneo:/dev# cd /sys/class/gpi   
root@udooneo:/sys/class# 
Display all 1206 possibilities? (y or n)
root@udooneo:/sys/class# ls
backlight gpio lcd mxc_dcic1 regulator thermal
bdi gpu_class leds net rfkill tty
block graphics mdio_bus power_supply rtc ubi
bluetooth hwmon mem pps scsi_device udc
dma i2c-dev misc ptp scsi_host vc
drm ieee80211 mmc_host pwm sound video4linux
firmware input mtd rc spi_master vtconsole
root@udooneo:/sys/class# cd    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment