1
|
// results for Industrial IO board from Critial Link
|
2
|
root@mityomapl138:~# cat /proc/config.gz | gzip -d | grep MMC
|
3
|
|
4
|
CONFIG_MMC=y
|
5
|
# CONFIG_MMC_DEBUG is not set
|
6
|
# CONFIG_MMC_UNSAFE_RESUME is not set
|
7
|
# MMC/SD/SDIO Card Drivers
|
8
|
CONFIG_MMC_BLOCK=y
|
9
|
CONFIG_MMC_BLOCK_BOUNCE=y
|
10
|
# CONFIG_MMC_TEST is not set
|
11
|
# MMC/SD/SDIO Host Controller Drivers
|
12
|
# CONFIG_MMC_SDHCI is not set
|
13
|
CONFIG_MMC_DAVINCI=y
|
14
|
# CONFIG_MMC_SPI is not set
|
15
|
|
16
|
// same results are reported for config running on our custom board
|
17
|
|
18
|
####################################################################
|
19
|
Rebooting our custom board boot sequence follows:
|
20
|
####################################################################
|
21
|
root@mityomapl138:~# reboot
|
22
|
.
|
23
|
.
|
24
|
.
|
25
|
Rebooting... Restarting system.
|
26
|
OMAP-L138/AM-1808/AM-1810 initialization passed!
|
27
|
Configuring 128MB mDDR
|
28
|
Booting TI User Boot Loader
|
29
|
UBL Version: 1.65:2.28.1 BuiltJul 11 2011 12:49:53
|
30
|
UBL Flashtype: SPI
|
31
|
Starting SPI Memory Copy...
|
32
|
Valid magicnum, 0x55424CBB, found at offset 0x00010000.
|
33
|
DONE
|
34
|
Jumping to entry point at 0xC1080000.
|
35
|
|
36
|
|
37
|
U-Boot 2009.11 (Mar 31 2011 - 19:39:18)
|
38
|
|
39
|
I2C: ready
|
40
|
DRAM: 128 MB
|
41
|
NAND: 256 MiB
|
42
|
MMC: davinci: 0
|
43
|
In: serial
|
44
|
Out: serial
|
45
|
Err: serial
|
46
|
ARM Clock : 300000000 Hz
|
47
|
DDR Clock : 150000000 Hz
|
48
|
EMIFA CLock : 100000000 Hz
|
49
|
DSP Clock : 300000000 Hz
|
50
|
ASYNC3 Clock : 150000000 Hz
|
51
|
Enet config : 2
|
52
|
MMC 0 Enable : 0
|
53
|
Resetting ethernet phy
|
54
|
Net: Ethernet PHY: GENERIC @ 0x03 [0x8]
|
55
|
|
56
|
Hit any key to stop autoboot: 0
|
57
|
8192 KiB M25P64 at 0:0 is now current device
|
58
|
## Booting kernel from Legacy Image at c0700000 ...
|
59
|
Image Name: Linux-2.6.34-rc1
|
60
|
Image Type: ARM Linux Kernel Image (uncompressed)
|
61
|
Data Size: 2178580 Bytes = 2.1 MB
|
62
|
Load Address: c0008000
|
63
|
Entry Point: c0008000
|
64
|
Verifying Checksum ... OK
|
65
|
Loading Kernel Image ... OK
|
66
|
OK
|
67
|
|
68
|
Starting kernel ...
|
69
|
|
70
|
Uncompressing Linux... done, booting the kernel.
|
71
|
Linux version 2.6.34-rc1 (root@mitydsp) (gcc version 4.3.3 (GCC) ) #1 PREEMPT Mon Aug 1 09:14:07 EDT 2011
|
72
|
CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
|
73
|
CPU: VIVT data cache, VIVT instruction cache
|
74
|
Machine: MityDSP-L138
|
75
|
Peripheral Config Block Found
|
76
|
Enet_Config = 2
|
77
|
PHYMask = 0x8
|
78
|
No LCD Configured
|
79
|
UART[0] = 0, 0, 0, 115200
|
80
|
UART[1] = 1, 1, 0, 115200
|
81
|
UART[2] = 0, 0, 0, 115200
|
82
|
SPI[0] = 0, 0, 00, 0, 0
|
83
|
SPI[1] = 1, 1, 01, 0, 30000000
|
84
|
Memory policy: ECC disabled, Data cache writethrough
|
85
|
DaVinci da850/omap-l138/am18xx variant 0x1
|
86
|
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 24384
|
87
|
Kernel command line: mem=96M console=ttyS1,115200n8 mtdparts=nand:128M(rootfs),-(userfs) root=/dev/mtdblock0 rw rootfstype=jffs2
|
88
|
PID hash table entries: 512 (order: -1, 2048 bytes)
|
89
|
Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
|
90
|
Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
|
91
|
Memory: 96MB = 96MB total
|
92
|
Memory: 92716k/92716k available, 5588k reserved, 0K highmem
|
93
|
Virtual kernel memory layout:
|
94
|
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
|
95
|
fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
|
96
|
DMA : 0xff000000 - 0xffe00000 ( 14 MB)
|
97
|
vmalloc : 0xc6800000 - 0xfea00000 ( 898 MB)
|
98
|
lowmem : 0xc0000000 - 0xc6000000 ( 96 MB)
|
99
|
modules : 0xbf000000 - 0xc0000000 ( 16 MB)
|
100
|
.init : 0xc0008000 - 0xc002b000 ( 140 kB)
|
101
|
.text : 0xc002b000 - 0xc041d000 (4040 kB)
|
102
|
.data : 0xc0438000 - 0xc046c6e0 ( 210 kB)
|
103
|
Experimental preemptable hierarchical RCU implementation.
|
104
|
NR_IRQS:445
|
105
|
Console: colour dummy device 80x30
|
106
|
Calibrating delay loop... 149.50 BogoMIPS (lpj=747520)
|
107
|
Mount-cache hash table entries: 512
|
108
|
CPU: Testing write buffer coherency: ok
|
109
|
DaVinci: 144 gpio irqs
|
110
|
regulator: core version 0.5
|
111
|
NET: Registered protocol family 16
|
112
|
mityomapl138_init...
|
113
|
mityomapl138_setup_nand: using 16 bit data
|
114
|
EMAC: MII PHY configured, RMII PHY will not be functional
|
115
|
mityomapl138_init: setting phy_mask to 8
|
116
|
bio: create slab <bio-0> at 0
|
117
|
SCSI subsystem initialized
|
118
|
usbcore: registered new interface driver usbfs
|
119
|
usbcore: registered new interface driver hub
|
120
|
usbcore: registered new device driver usb
|
121
|
regulator: VDCDC1: 1150 <--> 1350 mV at 1200 mV
|
122
|
regulator: VDCDC2: 1710 <--> 1910 mV at 3300 mV
|
123
|
regulator: VDCDC3: 1120 <--> 1320 mV at 1800 mV
|
124
|
regulator: LDO1: 1800 mV
|
125
|
regulator: LDO2: 3300 mV
|
126
|
Advanced Linux Sound Architecture Driver Version 1.0.22.1.
|
127
|
Switching to clocksource timer0_1
|
128
|
NET: Registered protocol family 2
|
129
|
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
|
130
|
TCP established hash table entries: 4096 (order: 3, 32768 bytes)
|
131
|
TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
|
132
|
TCP: Hash tables configured (established 4096 bind 4096)
|
133
|
TCP reno registered
|
134
|
UDP hash table entries: 256 (order: 0, 4096 bytes)
|
135
|
UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
|
136
|
NET: Registered protocol family 1
|
137
|
RPC: Registered udp transport module.
|
138
|
RPC: Registered tcp transport module.
|
139
|
RPC: Registered tcp NFSv4.1 backchannel transport module.
|
140
|
JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
|
141
|
msgmni has been set to 181
|
142
|
io scheduler noop registered (default)
|
143
|
Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
|
144
|
serial8250.0: ttyS0 at MMIO 0x1c42000 (irq = 25) is a 16550A
|
145
|
serial8250.0: ttyS1 at MMIO 0x1d0c000 (irq = 53) is a 16550A
|
146
|
console [ttyS1] enabled
|
147
|
serial8250.0: ttyS2 at MMIO 0x1d0d000 (irq = 61) is a 16550A
|
148
|
brd: module loaded
|
149
|
at24 1-0050: 256 byte 24c02 EEPROM (read-only)
|
150
|
MityOMAPL138: Found MAC = 00:50:c2:bf:8d:e5
|
151
|
MityOMAPL138: Part Number = L138-DG-225-RI
|
152
|
MityOMAPL138: setting max frequency to 375 MHz
|
153
|
ahci ahci: forcing PORTS_IMPL to 0x1
|
154
|
ahci ahci: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
|
155
|
ahci ahci: flags: ncq sntf pm led clo only pmp pio slum part ccc
|
156
|
scsi0 : ahci
|
157
|
ata1: SATA max UDMA/133 irq 67
|
158
|
NAND device: Manufacturer ID: 0x2c, Chip ID: 0xca (Micron NAND 256MiB 3,3V 16-bit)
|
159
|
Creating 2 MTD partitions on "davinci_nand.1":
|
160
|
0x000000000000-0x000008000000 : "rootfs"
|
161
|
0x000008000000-0x000010000000 : "homefs"
|
162
|
davinci_nand davZk?}?
|
163
|
??1: controller rev. 2.5
|
164
|
spi_davinci spi_davinci.1: DMA: supported
|
165
|
spi_davinci spi_davinci.1: DMA: RX channel: 18, TX channel: 19, event queue: 0
|
166
|
spi_davinci spi_davinci.1: Controller at 0xfef0e000
|
167
|
console [netcon0] enabled
|
168
|
netconsole: network logging started
|
169
|
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
|
170
|
ohci ohci.0: DA8xx OHCI
|
171
|
ohci ohci.0: new USB bus registered, assigned bus number 1
|
172
|
Waiting for USB PHY clock good...
|
173
|
ohci ohci.0: irq 59, io mem 0x01e25000
|
174
|
hub 1-0:1.0: USB hub found
|
175
|
hub 1-0:1.0: 1 port detected
|
176
|
omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
|
177
|
omap_rtc: RTC power up reset detected
|
178
|
omap_rtc: already running
|
179
|
i2c /dev entries driver
|
180
|
cpuidle: using governor ladder
|
181
|
cpuidle: using governor menu
|
182
|
usbcore: registered new interface driver usbhid
|
183
|
usbhid: USB HID core driver
|
184
|
No device for DAI AD73311
|
185
|
Asahi Kasei AK4104 ALSA SoC Codec Driver
|
186
|
No device for DAI AK4535
|
187
|
Cirrus Logic CS4270 ALSA SoC Codec Driver
|
188
|
No device for codec dsd1791
|
189
|
No device for DAI dsd1791
|
190
|
No device for DAI PCM3008 HiFi
|
191
|
No device for DAI SSM2602
|
192
|
No device for DAI tlv320aic23
|
193
|
No device for DAI UDA134X
|
194
|
No device for DAI WM8510 HiFi
|
195
|
No device for DAI WM8728
|
196
|
No device for DAI WM8750
|
197
|
No device for DAI WM8971
|
198
|
No device for DAI WM8990 ADC/DAC Primary
|
199
|
ALSA device list:
|
200
|
No soundcards found.
|
201
|
TCP cubic registered
|
202
|
NET: Registered protocol family 17
|
203
|
Clocks: disable unused i2c1
|
204
|
Clocks: disable unused emac
|
205
|
Clocks: disable unused mcasp
|
206
|
Clocks: disable unused lcdc
|
207
|
Clocks: disable unused mmcsd
|
208
|
Clocks: disable unused spi0
|
209
|
Clocks: disable unused mcbsp0
|
210
|
Clocks: disable unused mcbsp1
|
211
|
Clocks: disable unused vpif
|
212
|
Clocks: disable unused ecap
|
213
|
Clocks: disable unused ehrpwm
|
214
|
regulator_init_complete: incomplete constraints, leaving LDO2 on
|
215
|
regulator_init_complete: incomplete constraints, leaving LDO1 on
|
216
|
regulator_init_complete: incomplete constraints, leaving VDCDC3 on
|
217
|
regulator_init_complete: incomplete constraints, leaving VDCDC2 on
|
218
|
regulator_init_complete: incomplete constraints, leaving VDCDC1 on
|
219
|
ata1: SATA link down (SStatus 0 SControl 300)
|
220
|
emac-mii: probed
|
221
|
omap_rtc omap_rtc: setting system clock to 2011-05-18 12:55:16 UTC (1305723316)
|
222
|
Empty flash at 0x01034b60 ends at 0x01035000
|
223
|
jffs2_scan_inode_node(): CRC failed on node at 0x041427c8: Read 0xffffffff, calculated 0x3a2370e3
|
224
|
Empty flash at 0x04142ba4 ends at 0x04143000
|
225
|
VFS: Mounted root (jffs2 filesystem) on device 31:0.
|
226
|
Freeing init memory: 140K
|
227
|
INIT: version 2.86 booting
|
228
|
Please wait: booting...
|
229
|
Starting udev
|
230
|
udev: starting version 151
|
231
|
Remounting root file system...
|
232
|
Caching udev devnodes
|
233
|
Populating dev cache
|
234
|
NET: Registered protocol family 10
|
235
|
Configuring network interfaces... eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=1:03, id=40005201)
|
236
|
ADDRCONF(NETDEV_UP): eth0: link is not ready
|
237
|
udhcpc (v1.13.2) started
|
238
|
run-parts: /etc/udhcpc.d/00avahi-autoipd exited with code 1
|
239
|
Sending discover...
|
240
|
Sending discover...
|
241
|
Sending discover...
|
242
|
No lease, forking to background
|
243
|
done.
|
244
|
Starting portmap daemon: portmap.
|
245
|
net.ipv4.conf.default.rp_filter = 1
|
246
|
net.ipv4.conf.all.rp_filter = 1
|
247
|
INIT: Entering runlevel: 5
|
248
|
Starting system message bus: dbus.
|
249
|
Starting Dropbear SSH server: dropbear.
|
250
|
creating NFS state directory: done
|
251
|
starting 8 nfsd kernel threads: Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
|
252
|
svc: failed to register lockdv1 RPC service (errno 97).
|
253
|
done
|
254
|
starting mountd: done
|
255
|
starting statd: done
|
256
|
Starting syslogd/klogd: done
|
257
|
* Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon
|
258
|
...done.
|
259
|
|
260
|
.-------.
|
261
|
| | .-.
|
262
|
| | |-----.-----.-----.| | .----..-----.-----.
|
263
|
| | | __ | ---'| '--.| .-'| | |
|
264
|
| | | | | |--- || --'| | | ' | | | |
|
265
|
'---'---'--'--'--. |-----''----''--' '-----'-'-'-'
|
266
|
-' |
|
267
|
'---'
|
268
|
|
269
|
The Angstrom Distribution mityomapl138 ttyS1
|
270
|
|
271
|
Angstrom 2010.7-test-20101202 mityomapl138 ttyS1
|
272
|
|
273
|
mityomapl138 login:
|
274
|
|
275
|
#####################################################################################
|
276
|
|
277
|
|
278
|
rebooting with Critical link system running on commercial IO configuration
|
279
|
#####################################################################################
|
280
|
|
281
|
Broadcast message from root (ttyS1) (Thu May 24 10:09:29 2018):
|
282
|
|
283
|
The system is going down for reboot NOW!
|
284
|
INIT: Switching to runlevel: 6
|
285
|
INIT: Sending processes the TERM signal
|
286
|
INIT: Sending procesStopping Dropbear SSH server: stopped /usr/sbin/dropbear (pid 1194)
|
287
|
dropbear.
|
288
|
* Stopping Avahi mDNS/DNS-SD Daemon: avahi-daemon
|
289
|
[ ok ]
|
290
|
Stopping system message bus: stopped process in pidfile '/var/run/dbus/pid' (pid 1186)
|
291
|
dbus.
|
292
|
Stopping syslogd/klogd: stopped syslogd (pid 1197)
|
293
|
stopped klogd (pid 1199)
|
294
|
done
|
295
|
Deconfiguring network interfaces... done.
|
296
|
Sending all processes the TERM signal...
|
297
|
Sending all processes the KILL signal...
|
298
|
Unmounting remote filesystems...
|
299
|
Stopping portmap daemon: portmap.
|
300
|
Deactivating swap...
|
301
|
Unmounting local filesystems...
|
302
|
Rebooting... Restarting system.
|
303
|
OMAP-L138 initialization passed!
|
304
|
Booting TI User Boot Loader
|
305
|
UBL Version: 1.65
|
306
|
UBL Flashtype: SPI
|
307
|
Starting SPI Memory Copy...
|
308
|
Valid magicnum, 0x55424CBB, found at offset 0x00010000.
|
309
|
DONE
|
310
|
Jumping to entry point at 0xC1080000.
|
311
|
|
312
|
|
313
|
U-Boot 2009.11-00154-g001d032-dirty (May 13 2010 - 11:38:47)
|
314
|
|
315
|
I2C: ready
|
316
|
DRAM: 64 MB
|
317
|
NAND: 256 MiB
|
318
|
In: serial
|
319
|
Out: serial
|
320
|
Err: serial
|
321
|
ARM Clock : 300000000 Hz
|
322
|
DDR Clock : 132000000 Hz
|
323
|
EMIFA CLock : 100000000 Hz
|
324
|
DSP Clock : 300000000 Hz
|
325
|
ASYNC3 Clock : 150000000 Hz
|
326
|
Net: Ethernet PHY: GENERIC @ 0x00
|
327
|
|
328
|
Hit any key to stop autoboot: 0
|
329
|
8192 KiB M25P64 at 0:0 is now current device
|
330
|
## Booting kernel from Legacy Image at c0700000 ...
|
331
|
Image Name: Linux-2.6.34-rc1
|
332
|
Image Type: ARM Linux Kernel Image (uncompressed)
|
333
|
Data Size: 2173668 Bytes = 2.1 MB
|
334
|
Load Address: c0008000
|
335
|
Entry Point: c0008000
|
336
|
Verifying Checksum ... OK
|
337
|
Loading Kernel Image ... OK
|
338
|
OK
|
339
|
|
340
|
Starting kernel ...
|
341
|
|
342
|
Linux version 2.6.34-rc1 (mitydspl138@mitydspl138-desktop) (gcc version 4.3.3 (GCC) ) #1 PREEMPT Fri Oct 21 18:21:59 EDT 2011
|
343
|
CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
|
344
|
CPU: VIVT data cache, VIVT instruction cache
|
345
|
Machine: MityDSP-L138
|
346
|
Peripheral Config Block Found
|
347
|
Enet_Config = 2
|
348
|
EMAC = 00:50:C2:8F:82:5B
|
349
|
PHYMask = 0x0
|
350
|
LCD Configured : 7DH06
|
351
|
UART[0] = 0, 194, 1, 0
|
352
|
UART[1] = 0, 194, 1, 0
|
353
|
UART[2] = 0, 0, 0, 0
|
354
|
SPI[0] = 0, 0, 00, 0, 65793
|
355
|
SPI[1] = 128, 195, 03, 0, 1634226945
|
356
|
Memory policy: ECC disabled, Data cache writethrough
|
357
|
DaVinci da850/omap-l138 variant 0x0
|
358
|
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 8128
|
359
|
Kernel command line: mem=32M ipaddr=10.110.99.50, netmask=255.255.255.0 console=ttyS1,115200n8 mtdparts=nand:128M(rootfs),-(userfs) root=/dev/mtdblock0 rw rootfstype=jffs2 ethaddr=00:50:c2:49:ds:ff
|
360
|
PID hash table entries: 128 (order: -3, 512 bytes)
|
361
|
Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
|
362
|
Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
|
363
|
Memory: 32MB = 32MB total
|
364
|
Memory: 27792k/27792k available, 4976k reserved, 0K highmem
|
365
|
Virtual kernel memory layout:
|
366
|
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
|
367
|
fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
|
368
|
DMA : 0xff000000 - 0xffe00000 ( 14 MB)
|
369
|
vmalloc : 0xc2800000 - 0xfea00000 ( 962 MB)
|
370
|
lowmem : 0xc0000000 - 0xc2000000 ( 32 MB)
|
371
|
modules : 0xbf000000 - 0xc0000000 ( 16 MB)
|
372
|
.init : 0xc0008000 - 0xc002b000 ( 140 kB)
|
373
|
.text : 0xc002b000 - 0xc041b000 (4032 kB)
|
374
|
.data : 0xc0436000 - 0xc0466580 ( 194 kB)
|
375
|
Experimental preemptable hierarchical RCU implementation.
|
376
|
NR_IRQS:245
|
377
|
Console: colour dummy device 80x30
|
378
|
Calibrating delay loop... 149.50 BogoMIPS (lpj=747520)
|
379
|
Mount-cache hash table entries: 512
|
380
|
CPU: Testing write buffer coherency: ok
|
381
|
DaVinci: 144 gpio irqs
|
382
|
regulator: core version 0.5
|
383
|
NET: Registered protocol family 16
|
384
|
mityomapl138_init...
|
385
|
mityomapl138_init: unknown LCD type : 7DH06
|
386
|
bio: create slab <bio-0> at 0
|
387
|
SCSI subsystem initialized
|
388
|
usbcore: registered new interface driver usbfs
|
389
|
usbcore: registered new interface driver hub
|
390
|
usbcore: registered new device driver usb
|
391
|
regulator: VDCDC1: 1150 <--> 1350 mV at 1200 mV
|
392
|
regulator: VDCDC2: 1710 <--> 1910 mV at 3300 mV
|
393
|
regulator: VDCDC3: 1120 <--> 1320 mV at 1800 mV
|
394
|
regulator: LDO1: 1800 mV
|
395
|
regulator: LDO2: 3300 mV
|
396
|
Advanced Linux Sound Architecture Driver Version 1.0.22.1.
|
397
|
Switching to clocksource timer0_1
|
398
|
NET: Registered protocol family 2
|
399
|
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
|
400
|
TCP established hash table entries: 1024 (order: 1, 8192 bytes)
|
401
|
TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
|
402
|
TCP: Hash tables configured (established 1024 bind 1024)
|
403
|
TCP reno registered
|
404
|
UDP hash table entries: 256 (order: 0, 4096 bytes)
|
405
|
UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
|
406
|
NET: Registered protocol family 1
|
407
|
RPC: Registered udp transport module.
|
408
|
RPC: Registered tcp transport module.
|
409
|
RPC: Registered tcp NFSv4.1 backchannel transport module.
|
410
|
EMAC: MII PHY configured, RMII PHY will not be functional
|
411
|
mityomapl138_init: setting phy_mask to 1
|
412
|
JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
|
413
|
msgmni has been set to 54
|
414
|
io scheduler noop registered (default)
|
415
|
Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
|
416
|
serial8250.0: ttyS0 at MMIO 0x1c42000 (irq = 25) is a 16550A
|
417
|
serial8250.0: ttyS1 at MMIO 0x1d0c000 (irq = 53) is a 16550A
|
418
|
console [ttyS1] enabled
|
419
|
serial8250.0: ttyS2 at MMIO 0x1d0d000 (irq = 61) is a 16550A
|
420
|
brd: module loaded
|
421
|
at24 1-0050: 256 byte 24c02 EEPROM (writable)
|
422
|
ahci ahci: forcing PORTS_IMPL to 0x1
|
423
|
ahci ahci: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
|
424
|
ahci ahci: flags: ncq sntf pm led clo only pmp pio slum part ccc
|
425
|
scsi0 : ahci
|
426
|
ata1: SATA max UDMA/133 irq 67
|
427
|
NAND device: Manufacturer ID: 0x2c, Chip ID: 0xca (Micron NAND 256MiB 3,3V 16-bit)
|
428
|
Creating 2 MTD partitions on "davinci_nand.0":
|
429
|
0x000000000000-0x000008000000 : "rootfs"
|
430
|
0x000008000000-0x000010000000 : "homefs"
|
431
|
davinci_nand davinci_nand.0: controller rev. 2.5
|
432
|
spi_davinci spi_davinci.1: Controller at 0xfef0e000
|
433
|
console [netcon0] enabled
|
434
|
netconsole: network logging started
|
435
|
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
|
436
|
ohci ohci.0: DA8xx OHCI
|
437
|
ohci ohci.0: new USB bus registered, assigned bus number 1
|
438
|
Waiting for USB PHY clock good...
|
439
|
ohci ohci.0: irq 59, io mem 0x01e25000
|
440
|
hub 1-0:1.0: USB hub found
|
441
|
hub 1-0:1.0: 1 port detected
|
442
|
omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
|
443
|
omap_rtc: RTC power up reset detected
|
444
|
omap_rtc: already running
|
445
|
i2c /dev entries driver
|
446
|
cpuidle: using governor ladder
|
447
|
cpuidle: using governor menu
|
448
|
davinci_mmc davinci_mmc.0: Using DMA, 4-bit mode
|
449
|
usbcore: registered new interface driver usbhid
|
450
|
usbhid: USB HID core driver
|
451
|
No device for DAI AD73311
|
452
|
Asahi Kasei AK4104 ALSA SoC Codec Driver
|
453
|
No device for DAI AK4535
|
454
|
Cirrus Logic CS4270 ALSA SoC Codec Driver
|
455
|
No device for codec dsd1791
|
456
|
No device for DAI dsd1791
|
457
|
No device for DAI PCM3008 HiFi
|
458
|
No device for DAI SSM2602
|
459
|
No device for DAI tlv320aic23
|
460
|
No device for DAI UDA134X
|
461
|
No device for DAI WM8510 HiFi
|
462
|
No device for DAI WM8728
|
463
|
No device for DAI WM8750
|
464
|
No device for DAI WM8971
|
465
|
No device for DAI WM8990 ADC/DAC Primary
|
466
|
mmc0: new high speed SD card at address fae9
|
467
|
asoc: dsd1791 <-> davinci-i2s mapping ok
|
468
|
soc-audio soc-audio.0: DSD1791 Audio Codec
|
469
|
mmcblk0: mmc0:fae9 SD02G 1.84 GiB
|
470
|
ALSA device list:
|
471
|
#0: MityDSP-L138 INDIO (dsd1791)
|
472
|
TCP cubic registered
|
473
|
NET: Registered protocol family 17
|
474
|
Clocks: disable unused i2c1
|
475
|
Clocks: disable unused emac
|
476
|
Clocks: disable unused lcdc
|
477
|
Clocks: disable unused spi0
|
478
|
Clocks: disable unused mcbsp0
|
479
|
Clocks: disable unused mcbsp1
|
480
|
Clocks: disable unused vpif
|
481
|
mmcblk0: unknown partition table
|
482
|
regulator_init_complete: incomplete constraints, leaving LDO2 on
|
483
|
ata1: SATA link down (SStatus 0 SControl 300)
|
484
|
regulator_init_complete: incomplete constraints, leaving LDO1 on
|
485
|
regulator_init_complete: incomplete constraints, leaving VDCDC3 on
|
486
|
regulator_init_complete: incomplete constraints, leaving VDCDC2 on
|
487
|
regulator_init_complete: incomplete constraints, leaving VDCDC1 on
|
488
|
emac-mii: probed
|
489
|
omap_rtc omap_rtc: setting system clock to 2018-05-24 10:09:59 UTC (1527156599)
|
490
|
Empty flash at 0x06214bc8 ends at 0x06215000
|
491
|
VFS: Mounted root (jffs2 filesystem) on device 31:0.
|
492
|
Freeing init memory: 140K
|
493
|
INIT: version 2.86 booting
|
494
|
Please wait: booting...
|
495
|
Starting udev
|
496
|
udev: starting version 151
|
497
|
EXT3-fs (mmcblk0):
|
498
|
kjournald starting. Commit interval 5 seconds
|
499
|
warning: maximal mount count reached, running e2fsck is recommended
|
500
|
EXT3-fs (mmcblk0): using internal journal
|
501
|
EXT3-fs (mmcblk0): mounted filesystem with writeback data mode
|
502
|
Remounting root file system...
|
503
|
Caching udev devnodes
|
504
|
Populating dev cachemv: cannot rename '/tmp/uname': No such file or directory
|
505
|
Configuring network interfaces... eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=1:00, id=40005201)
|
506
|
done.
|
507
|
Starting portmap daemon: portmap.
|
508
|
net.ipv4.conf.default.rp_filter = 1
|
509
|
net.ipv4.conf.all.rp_filter = 1
|
510
|
INIT: Entering runlevel: 5
|
511
|
Starting system message bus: dbus.
|
512
|
Starting Dropbear SSH server: dropbear.
|
513
|
Starting syslogd/klogd: done
|
514
|
* Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon
|
515
|
[ ok ]
|
516
|
|
517
|
.-------.
|
518
|
| | .-.
|
519
|
| | |-----.-----.-----.| | .----..-----.-----.
|
520
|
| | | __ | ---'| '--.| .-'| | |
|
521
|
| | | | | |--- || --'| | | ' | | | |
|
522
|
'---'---'--'--'--. |-----''----''--' '-----'-'-'-'
|
523
|
-' |
|
524
|
'---'
|
525
|
|
526
|
The Angstrom Distribution mityomapl138 ttyS1
|
527
|
|
528
|
Angstrom 2010.4-test-20100508 mityomapl138 ttyS1
|
529
|
|
530
|
mityomapl138 login: JFFS2 notice: (1056) check_node_data: wrong data CRC in data node at 0x06213d3c: read 0x1e118e21, calculated 0xab78f3e.
|