Hello.
I have customboard based on am5728.
In my system I have two pci bridges and one custom pci-board with FPGA.
After linux boot I try to read memory from my pci-board and get this result
(I start to use devmem2 after my unsuccesful attmpts to read memory from my driver for this board
Note that kernel messages occure only one time after power reset and read 0x20200000 address):
root@am57xx-evm:~# devmem2 0x20200000
/dev/mem opened.
[ 1036.130101] omap_l3_noc 44000000.ocp: L3 application error: target 5 mod:1 (unclearable)
Memory mapped at address 0xb6fd1000.
Read at address 0x2020000[ 1036.138297] omap_l3_noc 44000000.ocp: L3 debug error: target 5 mod:1 (unclearable)
0 (0xb6fd1000): 0xFFFFFFFF
If I try to read memory from pci-bridge I get another answer, without kernel messages:
root@am57xx-evm:~# devmem2 0x20400000
/dev/mem opened.
Memory mapped at address 0xb6fba000.
Read at address 0x20400000 (0xb6fba000): 0x860910B5
I read some threads on forum but not resolve my problem. I decided to check errors.
From 14.2.4.2.1.1.2 Subsequence: L3_MAIN Interconnect Protection Violation Error Identification in TRM I check:
L3_FLAGMUX_REGERR0 [31:0] REGERROR0 (all values are zeros):
root@am57xx-evm:~# devmem2 0x4480350C
/dev/mem opened.
Memory mapped at address 0xb6f73000.
Read at address 0x4480350C (0xb6f7350c): 0x00000000
root@am57xx-evm:~# devmem2 0x4480360C
/dev/mem opened.
Memory mapped at address 0xb6fe6000.
Read at address 0x4480360C (0xb6fe660c): 0x00000000
root@am57xx-evm:~# devmem2 0x4500020C
/dev/mem opened.
Memory mapped at address 0xb6fb3000.
Read at address 0x4500020C (0xb6fb320c): 0x00000000
CTRL_CORE_SEC_ERR_STATUS_FUNC_1 (value is zero):
root@am57xx-evm:~# devmem2 0x4A002148
/dev/mem opened.
Memory mapped at address 0xb6fd8000.
Read at address 0x4A002148 (0xb6fd8148): 0x00000000
L3_FLAGMUX_REGERR1 (all values are zeros):
root@am57xx-evm:~# devmem2 0x44803514
/dev/mem opened.
Memory mapped at address 0xb6f79000.
Read at address 0x44803514 (0xb6f79514): 0x00000000
root@am57xx-evm:~# devmem2 0x44803614
/dev/mem opened.
Memory mapped at address 0xb6f37000.
Read at address 0x44803614 (0xb6f37614): 0x00000000
root@am57xx-evm:~# devmem2 0x45000214
/dev/mem opened.
Memory mapped at address 0xb6f3a000.
Read at address 0x45000214 (0xb6f3a214): 0x00000000
From 14.2.4.2.1.1.3 Subsequence: L3_MAIN Interconnect Standard Error Identification in TRM I check:
L3_TARG_STDERRLOG_MAIN (all values are zeros):
/dev/mem opened.
Memory mapped at address 0xb6f9e000.
Read at address 0x44000148 (0xb6f9e148): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6fc5000.
Read at address 0x44000248 (0xb6fc5248): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f9f000.
Read at address 0x44000348 (0xb6f9f348): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6fbf000.
Read at address 0x44000548 (0xb6fbf548): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6fe1000.
Read at address 0x44000648 (0xb6fe1648): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6fa3000.
Read at address 0x44000748 (0xb6fa3748): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f14000.
Read at address 0x44000848 (0xb6f14848): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6fc5000.
Read at address 0x44000948 (0xb6fc5948): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6fd3000.
Read at address 0x44001148 (0xb6fd3148): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6fc1000.
Read at address 0x44002F48 (0xb6fc1f48): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f00000.
Read at address 0x44003048 (0xb6f00048): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f09000.
Read at address 0x44003148 (0xb6f09148): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f86000.
Read at address 0x44000D48 (0xb6f86d48): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f6c000.
Read at address 0x44000C48 (0xb6f6cc48): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6fb4000.
Read at address 0x44000A48 (0xb6fb4a48): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f9d000.
Read at address 0x44000B48 (0xb6f9db48): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6fbb000.
Read at address 0x44000E48 (0xb6fbbe48): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f0c000.
Read at address 0x44000F48 (0xb6f0cf48): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f68000.
Read at address 0x44001048 (0xb6f68048): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f6d000.
Read at address 0x44001248 (0xb6f6d248): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6faa000.
Read at address 0x44001348 (0xb6faa348): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f7c000.
Read at address 0x44001448 (0xb6f7c448): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f0f000.
Read at address 0x44001648 (0xb6f0f648): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f69000.
Read at address 0x44001748 (0xb6f69748): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f0b000.
Read at address 0x44001848 (0xb6f0b848): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f0a000.
Read at address 0x44001948 (0xb6f0a948): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f7d000.
Read at address 0x44001C48 (0xb6f7dc48): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f05000.
Read at address 0x44001D48 (0xb6f05d48): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6fc9000.
Read at address 0x44001F48 (0xb6fc9f48): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f68000.
Read at address 0x44002048 (0xb6f68048): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f68000.
Read at address 0x44002148 (0xb6f68148): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6fd1000.
Read at address 0x44002248 (0xb6fd1248): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f56000.
Read at address 0x44002348 (0xb6f56348): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f16000.
Read at address 0x44002448 (0xb6f16448): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6fcb000.
Read at address 0x44002548 (0xb6fcb548): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f0a000.
Read at address 0x44002648 (0xb6f0a648): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6fb0000.
Read at address 0x44002748 (0xb6fb0748): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f09000.
Read at address 0x44002848 (0xb6f09848): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f08000.
Read at address 0x44002948 (0xb6f08948): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f1e000.
Read at address 0x44002B48 (0xb6f1eb48): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f6d000.
Read at address 0x44002E48 (0xb6f6de48): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6f05000.
Read at address 0x44003748 (0xb6f05748): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6fe9000.
Read at address 0x44003948 (0xb6fe9948): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6ff5000.
Read at address 0x45000148 (0xb6ff5148): 0x00000000
/dev/mem opened.
Memory mapped at address 0xb6fb4000.
Read at address 0x45000348 (0xb6fb4348): 0x00000000
L3_FLAGMUX_REGERR0 (0x4480360C value is 0x00000020. Before L3 application error occure this value was 0x00000000):
root@am57xx-evm:~# devmem2 0x4480350C
/dev/mem opened.
Memory mapped at address 0xb6fcf000.
Read at address 0x4480350C (0xb6fcf50c): 0x00000000
root@am57xx-evm:~# devmem2 0x4480360C
/dev/mem opened.
Memory mapped at address 0xb6f65000.
Read at address 0x4480360C (0xb6f6560c): 0x00000020
root@am57xx-evm:~# devmem2 0x4500020C
/dev/mem opened.
Memory mapped at address 0xb6fb1000.
Read at address 0x4500020C (0xb6fb120c): 0x00000000
L3_FLAGMUX_MASK1 (0x44803610 value is 0x007FFFDF. Before L3 application error occure this value was 0x007FFFFF):
root@am57xx-evm:~# devmem2 0x44803510
/dev/mem opened.
Memory mapped at address 0xb6f9c000.
Read at address 0x44803510 (0xb6f9c510): 0xFFFFFFFF
root@am57xx-evm:~# devmem2 0x44803610
/dev/mem opened.
Memory mapped at address 0xb6f36000.
Read at address 0x44803610 (0xb6f36610): 0x007FFFDF
root@am57xx-evm:~# devmem2 0x45000210
/dev/mem opened.
Memory mapped at address 0xb6fdb000.
Read at address 0x45000210 (0xb6fdb210): 0x00000000
L3_FLAGMUX_REGERR1 (0x44803614 value is 0x00000020. Before L3 application error occure this value was 0x00000000):
root@am57xx-evm:~# devmem2 0x44803514
/dev/mem opened.
Memory mapped at address 0xb6f49000.
Read at address 0x44803514 (0xb6f49514): 0x00000000
root@am57xx-evm:~# devmem2 0x44803614
/dev/mem opened.
Memory mapped at address 0xb6f26000.
Read at address 0x44803614 (0xb6f26614): 0x00000020
root@am57xx-evm:~# devmem2 0x45000214
/dev/mem opened.
Memory mapped at address 0xb6fa9000.
Read at address 0x45000214 (0xb6fa9214): 0x00000000
Next in Table 14-24. Interconnect Flag Mapping I cannot find 0x00000020 (32) value.
What is the reason of this errors?
Why I cannot read memory fro my pcie-board?
Is the reason on my side or maybe on pci-borard developer?
I will be grateful if you express your suggestions.
In board config space Command register value is 0x0546 that is mean Memory Space Enable bit is set.
Here addition information from my system:
From lspci:
There is pci-devices tree:
root@am57xx-evm:~# /usr/sbin/lspci -t
-[0000:00]---00.0-[01-ff]--+-00.0-[02-11]--+-01.0-[03]--
| +-04.0-[04]--
| +-05.0-[05]----00.0
| +-06.0-[06]--
| +-07.0-[07]--
| +-08.0-[08]--
| \-09.0-[09-11]--+-00.0-[0a-11]--+-01.0-[0b]--
| | +-04.0-[0c]--
| | +-05.0-[0d]--
| | +-06.0-[0e]--
| | +-07.0-[0f]--
| | +-08.0-[10]--
| | \-09.0-[11]--
| \-00.1
\-00.1
There is pci-devices config spaces:
root@am57xx-evm:~# /usr/sbin/lspci -x
00:00.0 PCI bridge: Texas Instruments Multicore DSP+ARM KeyStone II SOC (rev 01)
00: 4c 10 88 88 47 05 10 00 01 00 04 06 10 00 01 00
10: 04 00 10 20 00 00 00 00 00 01 ff 00 f0 00 00 20
20: 20 20 40 20 f0 ff 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 a6 01 01 00
01:00.0 PCI bridge: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba)
00: b5 10 09 86 46 05 10 00 ba 00 04 06 10 00 81 00
10: 00 00 40 20 00 00 00 00 01 02 11 00 f1 01 00 00
20: 20 20 30 20 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 a6 01 01 00
01:00.1 System peripheral: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba)
00: b5 10 09 86 40 01 10 00 ba 00 80 08 10 00 80 00
10: 00 00 42 20 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 b5 10 09 86
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 02 00 00
02:01.0 PCI bridge: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba)
00: b5 10 09 86 44 05 10 00 ba 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 02 03 03 00 f1 01 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 a9 01 01 00
02:04.0 PCI bridge: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba)
00: b5 10 09 86 44 05 10 00 ba 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 02 04 04 00 f1 01 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 a6 01 01 00
02:05.0 PCI bridge: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba)
00: b5 10 09 86 46 05 10 00 ba 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 02 05 05 00 f1 01 00 00
20: 20 20 20 20 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 a9 01 01 00
02:06.0 PCI bridge: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba)
00: b5 10 09 86 44 05 10 00 ba 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 02 06 06 00 f1 01 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 ad 01 01 00
02:07.0 PCI bridge: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba)
00: b5 10 09 86 44 05 10 00 ba 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 02 07 07 00 f1 01 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 af 01 01 00
02:08.0 PCI bridge: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba)
00: b5 10 09 86 44 05 10 00 ba 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 02 08 08 00 f1 01 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 a6 01 01 00
02:09.0 PCI bridge: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba)
00: b5 10 09 86 46 05 10 00 ba 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 02 09 11 00 f1 01 00 00
20: 30 20 30 20 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 a9 01 01 00
05:00.0 System peripheral: Altera Corporation Device 0005 (rev 01)
00: 72 11 05 00 40 01 10 00 01 00 80 08 10 00 00 00
10: 00 00 20 20 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 72 11 05 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 00 01 00 00
09:00.0 PCI bridge: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba)
00: b5 10 09 86 46 05 10 00 ba 00 04 06 10 00 81 00
10: 00 00 30 20 00 00 00 00 09 0a 11 00 f1 01 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 a9 01 01 00
09:00.1 System peripheral: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba)
00: b5 10 09 86 40 01 10 00 ba 00 80 08 10 00 80 00
10: 00 00 32 20 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 b5 10 09 86
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 02 00 00
0a:01.0 PCI bridge: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba)
00: b5 10 09 86 44 05 10 00 ba 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 0a 0b 0b 00 f1 01 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 ad 01 01 00
0a:04.0 PCI bridge: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba)
00: b5 10 09 86 44 05 10 00 ba 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 0a 0c 0c 00 f1 01 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 a9 01 01 00
0a:05.0 PCI bridge: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba)
00: b5 10 09 86 44 05 10 00 ba 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 0a 0d 0d 00 f1 01 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 ad 01 01 00
0a:06.0 PCI bridge: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba)
00: b5 10 09 86 44 05 10 00 ba 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 0a 0e 0e 00 f1 01 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 af 01 01 00
0a:07.0 PCI bridge: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba)
00: b5 10 09 86 44 05 10 00 ba 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 0a 0f 0f 00 f1 01 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 a6 01 01 00
0a:08.0 PCI bridge: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba)
00: b5 10 09 86 44 05 10 00 ba 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 0a 10 10 00 f1 01 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 a9 01 01 00
0a:09.0 PCI bridge: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba)
00: b5 10 09 86 44 05 10 00 ba 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 0a 11 11 00 f1 01 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 ad 01 01 00
root@am57xx-evm:~# /usr/sbin/lspci -nn
00:00.0 PCI bridge [0604]: Texas Instruments Multicore DSP+ARM KeyStone II SOC [104c:8888] (rev 01)
01:00.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA [10b5:8609] (rev ba)
01:00.1 System peripheral [0880]: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA [10b5:8609] (rev ba)
02:01.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA [10b5:8609] (rev ba)
02:04.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA [10b5:8609] (rev ba)
02:05.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA [10b5:8609] (rev ba)
02:06.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA [10b5:8609] (rev ba)
02:07.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA [10b5:8609] (rev ba)
02:08.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA [10b5:8609] (rev ba)
02:09.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA [10b5:8609] (rev ba)
05:00.0 System peripheral [0880]: Altera Corporation Device [1172:0005] (rev 01)
09:00.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA [10b5:8609] (rev ba)
09:00.1 System peripheral [0880]: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA [10b5:8609] (rev ba)
0a:01.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA [10b5:8609] (rev ba)
0a:04.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA [10b5:8609] (rev ba)
0a:05.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA [10b5:8609] (rev ba)
0a:06.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA [10b5:8609] (rev ba)
0a:07.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA [10b5:8609] (rev ba)
0a:08.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA [10b5:8609] (rev ba)
0a:09.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA [10b5:8609] (rev ba)
root@am57xx-evm:~# /usr/sbin/lspci -vv
00:00.0 PCI bridge: Texas Instruments Multicore DSP+ARM KeyStone II SOC (rev 01) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 167
Region 0: Memory at 20100000 (64-bit, non-prefetchable) [size=1M]
Bus: primary=00, secondary=01, subordinate=ff, sec-latency=0
I/O behind bridge: None
Memory behind bridge: 20200000-204fffff [size=3M]
Prefetchable memory behind bridge: None
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity+ SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI- D1+ D2- AuxCurrent=0mA PME(D0+,D1+,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000ae0f1000 Data: 0000
Capabilities: [70] Express (v2) Root Port (Slot-), MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag- RBE+
DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x2, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt+
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd-
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
AtomicOpsCtl: ReqEn- EgressBlck-
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [100 v2] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
HeaderLog: 00000000 00000000 00000000 00000000
RootCmd: CERptEn+ NFERptEn+ FERptEn+
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
Kernel driver in use: pcieport
01:00.0 PCI bridge: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba) (prog-if 00 [Normal decode])
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 168
Region 0: Memory at 20400000 (32-bit, non-prefetchable) [size=128K]
Bus: primary=01, secondary=02, subordinate=11, sec-latency=0
I/O behind bridge: None
Memory behind bridge: 20200000-203fffff [size=2M]
Prefetchable memory behind bridge: None
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity+ SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [48] MSI: Enable+ Count=1/4 Maskable+ 64bit+
Address: 00000000ae0f1000 Data: 0001
Masking: 00000001 Pending: 00000000
Capabilities: [68] Express (v2) Upstream Port, MSI 00
DevCap: MaxPayload 512 bytes, PhantFunc 0
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ SlotPowerLimit 0.000W
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <2us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; Disabled- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
AtomicOpsCtl: EgressBlck-
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [a4] Subsystem: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA
Capabilities: [100 v1] Device Serial Number ba-86-01-10-b5-df-0e-00
Capabilities: [fb4 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 1f, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
HeaderLog: 00000000 00000000 00000000 00000000
Capabilities: [138 v1] Power Budgeting <?>
Capabilities: [148 v1] Virtual Channel
Caps: LPEVC=1 RefClk=100ns PATEntryBits=4
Arb: Fixed+ WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=06 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32+ WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=WRR32 TC/VC=ff
Status: NegoPending- InProgress-
Port Arbitration Table <?>
VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable- ID=1 ArbSelect=Fixed TC/VC=00
Status: NegoPending+ InProgress-
Capabilities: [448 v1] Vendor Specific Information: ID=0000 Rev=0 Len=0cc <?>
Capabilities: [950 v1] Vendor Specific Information: ID=0001 Rev=0 Len=010 <?>
Kernel driver in use: pcieport
...........
02:05.0 PCI bridge: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA (rev ba) (prog-if 00 [Normal decode])
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 172
Bus: primary=02, secondary=05, subordinate=05, sec-latency=0
I/O behind bridge: None
Memory behind bridge: 20200000-202fffff [size=1M]
Prefetchable memory behind bridge: None
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity+ SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [48] MSI: Enable+ Count=1/4 Maskable+ 64bit+
Address: 00000000ae0f1000 Data: 0004
Masking: 00000001 Pending: 00000000
Capabilities: [68] Express (v2) Downstream Port (Slot+), MSI 00
DevCap: MaxPayload 512 bytes, PhantFunc 0
ExtTag- RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #5, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <2us
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
LnkCtl: ASPM Disabled; Disabled- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk- DLActive+ BWMgmt- ABWMgmt+
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot #5, PowerLimit 25.000W; Interlock- NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Off, PwrInd Off, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
Changed: MRL- PresDet+ LinkState+
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported ARIFwd+
AtomicOpsCap: Routing-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
AtomicOpsCtl: EgressBlck-
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [a4] Subsystem: PLX Technology, Inc. PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA
Capabilities: [100 v1] Device Serial Number ba-86-01-10-b5-df-0e-00
Capabilities: [fb4 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 1f, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
HeaderLog: 00000000 00000000 00000000 00000000
Capabilities: [148 v1] Virtual Channel
Caps: LPEVC=1 RefClk=100ns PATEntryBits=1
Arb: Fixed+ WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable- ID=1 ArbSelect=Fixed TC/VC=00
Status: NegoPending+ InProgress-
Capabilities: [520 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl+ DirectTrans+
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Capabilities: [950 v1] Vendor Specific Information: ID=0001 Rev=0 Len=010 <?>
Kernel driver in use: pcieport
...........
05:00.0 System peripheral: Altera Corporation Device 0005 (rev 01)
Subsystem: Altera Corporation Device 0005
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 0
Region 0: Memory at 20200000 (32-bit, non-prefetchable) [size=512K]
Capabilities: [50] MSI: Enable- Count=1/4 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [78] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [80] Express (v2) Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 25.000W
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #1, Speed 5GT/s, Width x1, ASPM not supported
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
AtomicOpsCtl: ReqEn-
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Capabilities: [200 v1] Vendor Specific Information: ID=1172 Rev=0 Len=044 <?>
Memory map:
root@am57xx-evm:~# cat /proc/iomem
20013000-2fffffff : MEM
20100000-201fffff : 0000:00:00.0
20200000-204fffff : PCI Bus 0000:01
20200000-203fffff : PCI Bus 0000:02
20200000-202fffff : PCI Bus 0000:05
20200000-2027ffff : 0000:05:00.0
20300000-203fffff : PCI Bus 0000:09
20300000-2031ffff : 0000:09:00.0
20320000-2033ffff : 0000:09:00.1
20400000-2041ffff : 0000:01:00.0
20420000-2043ffff : 0000:01:00.1
40300000-4037ffff : 40300000.ocmcram
40500000-405fffff : CMEM
40800000-40847fff : l2ram
40d01000-40d010ff : /ocp/mmu@40d01000
40d02000-40d020ff : /ocp/mmu@40d02000
40e00000-40e07fff : l1pram
40f00000-40f07fff : l1dram
41000000-41047fff : l2ram
41501000-415010ff : /ocp/mmu@41501000
41502000-415020ff : /ocp/mmu@41502000
41600000-41607fff : l1pram
41700000-41707fff : l1dram
43300000-433fffff : edma3_cc
44000000-44ffffff : /ocp
45000000-45000fff : /ocp
48020000-4802001f : serial
48032000-4803207f : /ocp/timer@48032000
48034000-4803407f : /ocp/timer@48034000
48036000-4803607f : /ocp/timer@48036000
4803e000-4803e07f : /ocp/timer@4803e000
48051000-480511ff : /ocp/gpio@48051000
48053000-480531ff : /ocp/gpio@48053000
48055000-480551ff : /ocp/gpio@48055000
48057000-480571ff : /ocp/gpio@48057000
48059000-480591ff : /ocp/gpio@48059000
4805b000-4805b1ff : /ocp/gpio@4805b000
4805d000-4805d1ff : /ocp/gpio@4805d000
48060000-480600ff : /ocp/i2c@48060000
48070000-480700ff : /ocp/i2c@48070000
4807c000-4807c0ff : /ocp/i2c@4807c000
48086000-4808607f : /ocp/timer@48086000
48088000-4808807f : /ocp/timer@48088000
48090000-48091fff : /ocp/rng@48090000
4809c000-4809c3ff : /ocp/mmc@4809c000
480a5000-480a509f : /ocp/des@480a5000
48422000-4842201f : serial
48440200-4844027f : /ocp/epwmss@48440000/pwm@48440200
4844a000-4844ad1b : /ocp/padconf@4844a000
48484000-48484fff : /ocp/ethernet@48484000
48485000-484850ff : /ocp/ethernet@48484000/mdio@48485000
48485200-48487fff : /ocp/ethernet@48484000
48820000-4882007f : /ocp/timer@48820000
48822000-4882207f : /ocp/timer@48822000
48824000-4882407f : /ocp/timer@48824000
48826000-4882607f : /ocp/timer@48826000
48828000-4882807f : /ocp/timer@48828000
4882a000-4882a07f : /ocp/timer@4882a000
4882c000-4882c07f : /ocp/timer@4882c000
4882e000-4882e07f : /ocp/timer@4882e000
48838000-488380ff : /ocp/rtc@48838000
48840000-488401ff : /ocp/mailbox@48840000
48842000-488421ff : /ocp/mailbox@48842000
48880000-4888ffff : /ocp/omap_dwc3_1@48880000
48890000-48897fff : /ocp/omap_dwc3_1@48880000/usb@48890000
48890000-48897fff : /ocp/omap_dwc3_1@48880000/usb@48890000
4889c100-488a6fff : /ocp/omap_dwc3_1@48880000/usb@48890000
488c0000-488cffff : /ocp/omap_dwc3_2@488c0000
488d0000-488d7fff : /ocp/omap_dwc3_2@488c0000/usb@488d0000
488d0000-488d7fff : /ocp/omap_dwc3_2@488c0000/usb@488d0000
488dc100-488e6fff : /ocp/omap_dwc3_2@488c0000/usb@488d0000
489d0700-489d077f : sc
489d5700-489d5717 : csc
4a0021e0-4a0021eb : /ocp/bandgap@4a0021e0
4a00232c-4a002337 : /ocp/bandgap@4a0021e0
4a002380-4a0023ab : /ocp/bandgap@4a0021e0
4a0023c0-4a0023fb : /ocp/bandgap@4a0021e0
4a00246c-4a00246f : ldo-address
4a002470-4a002473 : ldo-address
4a002554-4a002557 : gmii-sel
4a002564-4a00256b : /ocp/bandgap@4a0021e0
4a002574-4a0025c3 : /ocp/bandgap@4a0021e0
4a002b78-4a002c73 : /ocp/l4@4a000000/scm@2000/dma-router@b78
4a002c78-4a002cf3 : /ocp/l4@4a000000/scm@2000/dma-router@c78
4a003400-4a003867 : pinctrl-single
4a056000-4a056fff : omap_dma_system.0
4a056000-4a056fff : /ocp/dma-controller@4a056000
4a080000-4a08001f : /ocp/ocp2scp@4a080000
4a084000-4a0843ff : /ocp/ocp2scp@4a080000/phy@4a084000
4a084c00-4a084c3f : pll_ctrl
4a085000-4a0853ff : /ocp/ocp2scp@4a080000/phy@4a085000
4a090000-4a09001f : /ocp/ocp2scp@4a090000
4a094000-4a09407f : phy_rx
4a094400-4a094463 : phy_tx
4a096800-4a09683f : pll_ctrl
4a140000-4a1410ff : /ocp/sata@4a141100
4ae07ddc-4ae07ddf : setup-address
4ae07de0-4ae07de3 : control-address
4ae07de4-4ae07de7 : setup-address
4ae07de8-4ae07deb : control-address
4ae07e20-4ae07e23 : control-address
4ae07e24-4ae07e27 : control-address
4ae07e30-4ae07e33 : setup-address
4ae07e34-4ae07e37 : setup-address
4ae0c154-4ae0c157 : ldo-address
4ae0c158-4ae0c15b : ldo-address
4ae10000-4ae101ff : /ocp/gpio@4ae10000
4ae14000-4ae1407f : /ocp/wdt@4ae14000
4ae20000-4ae2007f : /ocp/timer@4ae20000
4b101000-4b1012ff : /ocp/sham@53100000
4b220000-4b221fff : intc
4b222000-4b2223ff : control
4b222400-4b2224ff : debug
4b224000-4b2243ff : control
4b224400-4b2244ff : debug
4b234000-4b236fff : iram
4b238000-4b23afff : iram
4b2a0000-4b2a1fff : intc
4b2a2000-4b2a23ff : control
4b2a2400-4b2a24ff : debug
4b2a4000-4b2a43ff : control
4b2a4400-4b2a44ff : debug
4b2b4000-4b2b6fff : iram
4b2b8000-4b2bafff : iram
4b500000-4b50009f : /ocp/aes@4b500000
4b700000-4b70009f : /ocp/aes@4b700000
55020000-5502ffff : l2ram
55082000-550820ff : /ocp/mmu@55082000
58000000-5800007f : dss
58001000-58001fff : /ocp/dss@58000000/dispc@58001000
58004054-58004057 : pll1_clkctrl
58004300-5800431f : pll1
58009054-58009057 : pll2_clkctrl
58009300-5800931f : pll2
58040000-580401ff : wp
58040200-5804027f : pll
58040300-5804037f : phy
58060000-58078fff : core
58820000-5882ffff : l2ram
58882000-588820ff : /ocp/mmu@58882000
80000000-9fffffff : System RAM
80008000-80dfffff : Kernel code
81000000-8109ebdf : Kernel data
a0000000-abffffff : CMEM
ac000000-ffcfffff : System RAM
My boot log:
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.14.79-gbde58ab01e (khrenkov@khrenkov-sitar) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #6 SMP PREEMPT Thu Dec 23 12:04:11 +07 2021
[ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: TI AM5728 EVM
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, size 56 MiB
[ 0.000000] OF: reserved mem: initialized node ipu2-memory@95800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB
[ 0.000000] OF: reserved mem: initialized node dsp1-memory@99000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB
[ 0.000000] OF: reserved mem: initialized node ipu1-memory@9d000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, size 8 MiB
[ 0.000000] OF: reserved mem: initialized node dsp2-memory@9f000000, compatible id shared-dma-pool
[ 0.000000] cma: Reserved 24 MiB at 0x00000000fe400000
[ 0.000000] OMAP4: Map 0x00000000ffd00000 to fe600000 for dram barrier
[ 0.000000] On node 0 totalpages: 474368
[ 0.000000] free_area_init_node: node 0, pgdat c1053d80, node_mem_map eeda2000
[ 0.000000] DMA zone: 1728 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 147456 pages, LIFO batch:31
[ 0.000000] HighMem zone: 326912 pages, LIFO batch:31
[ 0.000000] DRA752 ES2.0
[ 0.000000] percpu: Embedded 15 pages/cpu @eed2a000 s31372 r8192 d21876 u61440
[ 0.000000] pcpu-alloc: s31372 r8192 d21876 u61440 alloc=15*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 472640
[ 0.000000] Kernel command line: console=ttyO2,115200n8 root=/dev/nfs nfsroot=192.168.9.168:/home/khrenkov/Sitara/SDK/customNFS,nolock,v3,tcp,rsize=4096,wsize=4096 rw ip=dhcp
[ 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: 1675580K/1897472K available (8192K kernel code, 347K rwdata, 2564K rodata, 2048K init, 282K bss, 33476K reserved, 188416K cma-reserved, 1283072K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0a00000 (10208 kB)
[ 0.000000] .init : 0xc0e00000 - 0xc1000000 (2048 kB)
[ 0.000000] .data : 0xc1000000 - 0xc1056e98 ( 348 kB)
[ 0.000000] .bss : 0xc1058000 - 0xc109ebe0 ( 283 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] OMAP clockevent source: timer1 at 32786 Hz
[ 0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
[ 0.000004] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
[ 0.000016] Switching to timer-based delay loop, resolution 162ns
[ 0.000362] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[ 0.000371] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.000894] Console: colour dummy device 80x30
[ 0.000912] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2'
[ 0.000919] This ensures that you still see kernel messages. Please
[ 0.000926] update your kernel commandline.
[ 0.000948] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
[ 0.000962] pid_max: default: 32768 minimum: 301
[ 0.001081] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001095] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001627] CPU: Testing write buffer coherency: ok
[ 0.001664] CPU0: Spectre v2: using ICIALLU workaround
[ 0.001859] /cpus/cpu@0 missing clock-frequency property
[ 0.001879] /cpus/cpu@1 missing clock-frequency property
[ 0.001890] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.039846] Setting up static identity map for 0x80200000 - 0x80200060
[ 0.059859] Hierarchical SRCU implementation.
[ 0.080045] EFI services will not be available.
[ 0.099913] smp: Bringing up secondary CPUs ...
[ 0.170289] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.170294] CPU1: Spectre v2: using ICIALLU workaround
[ 0.170395] smp: Brought up 1 node, 2 CPUs
[ 0.170406] SMP: Total of 2 processors activated (24.59 BogoMIPS).
[ 0.170414] CPU: All CPU(s) started in HYP mode.
[ 0.170421] CPU: Virtualization extensions available.
[ 0.170960] devtmpfs: initialized
[ 0.191448] random: get_random_u32 called from bucket_table_alloc+0x108/0x230 with crng_init=0
[ 0.191701] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.191897] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.191912] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.195659] pinctrl core: initialized pinctrl subsystem
[ 0.196118] DMI not present or invalid.
[ 0.196371] NET: Registered protocol family 16
[ 0.197415] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.198355] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.307851] omap_hwmod: dcan1: _wait_target_disable failed
[ 0.419754] cpuidle: using governor ladder
[ 0.419786] cpuidle: using governor menu
[ 0.428244] gpio gpiochip0: (gpio): added GPIO chardev (254:0)
[ 0.428313] gpiochip_setup_dev: registered GPIOs 0 to 31 on device: gpiochip0 (gpio)
[ 0.428373] OMAP GPIO hardware version 0.1
[ 0.429011] gpio gpiochip1: (gpio): added GPIO chardev (254:1)
[ 0.429078] gpiochip_setup_dev: registered GPIOs 32 to 63 on device: gpiochip1 (gpio)
[ 0.429748] gpio gpiochip2: (gpio): added GPIO chardev (254:2)
[ 0.429814] gpiochip_setup_dev: registered GPIOs 64 to 95 on device: gpiochip2 (gpio)
[ 0.430524] gpio gpiochip3: (gpio): added GPIO chardev (254:3)
[ 0.430594] gpiochip_setup_dev: registered GPIOs 96 to 127 on device: gpiochip3 (gpio)
[ 0.431259] gpio gpiochip4: (gpio): added GPIO chardev (254:4)
[ 0.431325] gpiochip_setup_dev: registered GPIOs 128 to 159 on device: gpiochip4 (gpio)
[ 0.432000] gpio gpiochip5: (gpio): added GPIO chardev (254:5)
[ 0.432065] gpiochip_setup_dev: registered GPIOs 160 to 191 on device: gpiochip5 (gpio)
[ 0.432717] gpio gpiochip6: (gpio): added GPIO chardev (254:6)
[ 0.432784] gpiochip_setup_dev: registered GPIOs 192 to 223 on device: gpiochip6 (gpio)
[ 0.433460] gpio gpiochip7: (gpio): added GPIO chardev (254:7)
[ 0.433525] gpiochip_setup_dev: registered GPIOs 224 to 255 on device: gpiochip7 (gpio)
[ 0.455805] No ATAGs?
[ 0.455879] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.455893] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.456284] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[ 0.456295] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[ 0.456834] OMAP DMA hardware revision 0.0
[ 0.466750] edma 43300000.edma: memcpy is disabled
[ 0.469983] edma 43300000.edma: TI EDMA DMA engine driver
[ 0.476801] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.477175] of_get_named_gpiod_flags: parsed 'gpio' property of node '/fixedregulator-mmcwl[0]' - status (0)
[ 0.477430] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-com_3v6[0]'
[ 0.477840] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-main_12v0[0]'
[ 0.478069] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-evm_5v0[0]'
[ 0.478119] evm_5v0: supplied by main_12v0
[ 0.478373] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-vdd_3v3[0]'
[ 0.478521] com_3v6: supplied by evm_5v0
[ 0.478644] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-aic_dvdd[0]'
[ 0.478694] aic_dvdd_fixed: supplied by vdd_3v3
[ 0.478932] of_get_named_gpiod_flags: parsed 'gpio' property of node '/fixedregulator-vtt[0]' - status (0)
[ 0.481400] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 0.481593] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 0.481831] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 0.482078] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 0.482421] omap-iommu 41501000.mmu: 41501000.mmu registered
[ 0.482627] omap-iommu 41502000.mmu: 41502000.mmu registered
[ 0.482888] iommu: Adding device 58820000.ipu to group 1
[ 0.482976] iommu: Adding device 55020000.ipu to group 2
[ 0.483134] iommu: Adding device 40800000.dsp to group 0
[ 0.483393] iommu: Adding device 41000000.dsp to group 3
[ 0.485650] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.486151] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[ 0.486636] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz
[ 0.486804] media: Linux media interface: v0.10
[ 0.486841] Linux video capture interface: v2.00
[ 0.486918] pps_core: LinuxPPS API ver. 1 registered
[ 0.486927] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.486947] PTP clock support registered
[ 0.486975] EDAC MC: Ver: 3.0.0
[ 0.487223] dmi: Firmware registration failed.
[ 0.487611] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 0.487881] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 0.488201] Advanced Linux Sound Architecture Driver Initialized.
[ 0.488908] clocksource: Switched to clocksource arch_sys_counter
[ 0.496604] NET: Registered protocol family 2
[ 0.497116] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.497180] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.497306] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.497374] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.497407] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.497533] NET: Registered protocol family 1
[ 0.497818] RPC: Registered named UNIX socket transport module.
[ 0.497827] RPC: Registered udp transport module.
[ 0.497835] RPC: Registered tcp transport module.
[ 0.497843] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.497855] PCI: CLS 0 bytes, default 64
[ 0.498748] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[ 0.498966] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.499951] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 0.504174] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.504685] NFS: Registering the id_resolver key type
[ 0.504708] Key type id_resolver registered
[ 0.504717] Key type id_legacy registered
[ 0.504754] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.506074] bounce: pool size: 64 pages
[ 0.506118] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.506129] io scheduler noop registered
[ 0.506138] io scheduler deadline registered
[ 0.506238] io scheduler cfq registered (default)
[ 0.506247] io scheduler mq-deadline registered
[ 0.506256] io scheduler kyber registered
[ 0.510548] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
[ 0.513737] dra7-pcie 51000000.pcie: Linked as a consumer to phy-4a094000.pciephy.1
[ 0.513896] dra7-pcie 51000000.pcie: GPIO lookup for consumer (null)
[ 0.513908] dra7-pcie 51000000.pcie: using device tree for GPIO lookup
[ 0.513943] of_get_named_gpiod_flags: parsed 'gpios' property of node '/ocp/axi@0/pcie@51000000[0]' - status (0)
[ 0.514106] OF: PCI: host bridge /ocp/axi@0/pcie@51000000 ranges:
[ 0.514140] OF: PCI: IO 0x20003000..0x20012fff -> 0x00000000
[ 0.514162] OF: PCI: MEM 0x20013000..0x2fffffff -> 0x20013000
[ 0.614247] dra7-pcie 51000000.pcie: link up
[ 0.614384] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[ 0.614397] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.614408] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.614418] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 0.614452] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
[ 0.614485] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
[ 0.614545] pci 0000:00:00.0: supports D1
[ 0.614555] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 0.614738] PCI: bus0: Fast back to back transfers disabled
[ 0.614890] pci 0000:01:00.0: [10b5:8609] type 01 class 0x060400
[ 0.615034] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0001ffff]
[ 0.615476] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.615750] pci 0000:01:00.1: [10b5:8609] type 00 class 0x088000
[ 0.615866] pci 0000:01:00.1: reg 0x10: [mem 0x00000000-0x0001ffff]
[ 0.616061] pci 0000:01:00.1: enabling Extended Tags
[ 0.639070] PCI: bus1: Fast back to back transfers disabled
[ 0.639089] pci 0000:01:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.639386] pci 0000:02:01.0: [10b5:8609] type 01 class 0x060400
[ 0.639930] pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
[ 0.640224] pci 0000:02:04.0: [10b5:8609] type 01 class 0x060400
[ 0.640768] pci 0000:02:04.0: PME# supported from D0 D3hot D3cold
[ 0.641053] pci 0000:02:05.0: [10b5:8609] type 01 class 0x060400
[ 0.641596] pci 0000:02:05.0: PME# supported from D0 D3hot D3cold
[ 0.641885] pci 0000:02:06.0: [10b5:8609] type 01 class 0x060400
[ 0.642429] pci 0000:02:06.0: PME# supported from D0 D3hot D3cold
[ 0.642724] pci 0000:02:07.0: [10b5:8609] type 01 class 0x060400
[ 0.643267] pci 0000:02:07.0: PME# supported from D0 D3hot D3cold
[ 0.643568] pci 0000:02:08.0: [10b5:8609] type 01 class 0x060400
[ 0.644113] pci 0000:02:08.0: PME# supported from D0 D3hot D3cold
[ 0.644419] pci 0000:02:09.0: [10b5:8609] type 01 class 0x060400
[ 0.644964] pci 0000:02:09.0: PME# supported from D0 D3hot D3cold
[ 0.645551] PCI: bus2: Fast back to back transfers disabled
[ 0.645569] pci 0000:02:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.645606] pci 0000:02:04.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.645642] pci 0000:02:05.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.645678] pci 0000:02:06.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.645714] pci 0000:02:07.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.645750] pci 0000:02:08.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.645785] pci 0000:02:09.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.646014] PCI: bus3: Fast back to back transfers enabled
[ 0.646027] pci_bus 0000:03: busn_res: [bus 03-ff] end is updated to 03
[ 0.646245] PCI: bus4: Fast back to back transfers enabled
[ 0.646257] pci_bus 0000:04: busn_res: [bus 04-ff] end is updated to 04
[ 0.646549] pci 0000:05:00.0: [1172:0005] type 00 class 0x088000
[ 0.646687] pci 0000:05:00.0: reg 0x10: [mem 0x00000000-0x0007ffff]
[ 0.647519] PCI: bus5: Fast back to back transfers disabled
[ 0.647532] pci_bus 0000:05: busn_res: [bus 05-ff] end is updated to 05
[ 0.647752] PCI: bus6: Fast back to back transfers enabled
[ 0.647764] pci_bus 0000:06: busn_res: [bus 06-ff] end is updated to 06
[ 0.647986] PCI: bus7: Fast back to back transfers enabled
[ 0.647998] pci_bus 0000:07: busn_res: [bus 07-ff] end is updated to 07
[ 0.648220] PCI: bus8: Fast back to back transfers enabled
[ 0.648232] pci_bus 0000:08: busn_res: [bus 08-ff] end is updated to 08
[ 0.648510] pci 0000:09:00.0: [10b5:8609] type 01 class 0x060400
[ 0.648660] pci 0000:09:00.0: reg 0x10: [mem 0x00000000-0x0001ffff]
[ 0.649158] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[ 0.649496] pci 0000:09:00.1: [10b5:8609] type 00 class 0x088000
[ 0.649617] pci 0000:09:00.1: reg 0x10: [mem 0x00000000-0x0001ffff]
[ 0.649827] pci 0000:09:00.1: enabling Extended Tags
[ 0.650618] PCI: bus9: Fast back to back transfers disabled
[ 0.650635] pci 0000:09:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.650944] pci 0000:0a:01.0: [10b5:8609] type 01 class 0x060400
[ 0.651525] pci 0000:0a:01.0: PME# supported from D0 D3hot D3cold
[ 0.651827] pci 0000:0a:04.0: [10b5:8609] type 01 class 0x060400
[ 0.652405] pci 0000:0a:04.0: PME# supported from D0 D3hot D3cold
[ 0.652701] pci 0000:0a:05.0: [10b5:8609] type 01 class 0x060400
[ 0.653283] pci 0000:0a:05.0: PME# supported from D0 D3hot D3cold
[ 0.653585] pci 0000:0a:06.0: [10b5:8609] type 01 class 0x060400
[ 0.654164] pci 0000:0a:06.0: PME# supported from D0 D3hot D3cold
[ 0.654471] pci 0000:0a:07.0: [10b5:8609] type 01 class 0x060400
[ 0.655052] pci 0000:0a:07.0: PME# supported from D0 D3hot D3cold
[ 0.655362] pci 0000:0a:08.0: [10b5:8609] type 01 class 0x060400
[ 0.655940] pci 0000:0a:08.0: PME# supported from D0 D3hot D3cold
[ 0.656258] pci 0000:0a:09.0: [10b5:8609] type 01 class 0x060400
[ 0.656838] pci 0000:0a:09.0: PME# supported from D0 D3hot D3cold
[ 0.657451] PCI: bus10: Fast back to back transfers disabled
[ 0.657470] pci 0000:0a:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.657508] pci 0000:0a:04.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.657545] pci 0000:0a:05.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.657583] pci 0000:0a:06.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.657619] pci 0000:0a:07.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.657656] pci 0000:0a:08.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.657692] pci 0000:0a:09.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.657933] PCI: bus11: Fast back to back transfers enabled
[ 0.657945] pci_bus 0000:0b: busn_res: [bus 0b-ff] end is updated to 0b
[ 0.658182] PCI: bus12: Fast back to back transfers enabled
[ 0.658194] pci_bus 0000:0c: busn_res: [bus 0c-ff] end is updated to 0c
[ 0.658425] PCI: bus13: Fast back to back transfers enabled
[ 0.658436] pci_bus 0000:0d: busn_res: [bus 0d-ff] end is updated to 0d
[ 0.658667] PCI: bus14: Fast back to back transfers enabled
[ 0.658678] pci_bus 0000:0e: busn_res: [bus 0e-ff] end is updated to 0e
[ 0.658933] PCI: bus15: Fast back to back transfers enabled
[ 0.658945] pci_bus 0000:0f: busn_res: [bus 0f-ff] end is updated to 0f
[ 0.659178] PCI: bus16: Fast back to back transfers enabled
[ 0.659190] pci_bus 0000:10: busn_res: [bus 10-ff] end is updated to 10
[ 0.659422] PCI: bus17: Fast back to back transfers enabled
[ 0.659434] pci_bus 0000:11: busn_res: [bus 11-ff] end is updated to 11
[ 0.659457] pci_bus 0000:0a: busn_res: [bus 0a-ff] end is updated to 11
[ 0.659478] pci_bus 0000:09: busn_res: [bus 09-ff] end is updated to 11
[ 0.659500] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 11
[ 0.660088] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff 64bit]
[ 0.660107] pci 0000:00:00.0: BAR 8: assigned [mem 0x20200000-0x204fffff]
[ 0.660122] pci 0000:01:00.0: BAR 8: assigned [mem 0x20200000-0x203fffff]
[ 0.660134] pci 0000:01:00.0: BAR 0: assigned [mem 0x20400000-0x2041ffff]
[ 0.660156] pci 0000:01:00.1: BAR 0: assigned [mem 0x20420000-0x2043ffff]
[ 0.660181] pci 0000:02:05.0: BAR 8: assigned [mem 0x20200000-0x202fffff]
[ 0.660192] pci 0000:02:09.0: BAR 8: assigned [mem 0x20300000-0x203fffff]
[ 0.660203] pci 0000:02:01.0: PCI bridge to [bus 03]
[ 0.660258] pci 0000:02:04.0: PCI bridge to [bus 04]
[ 0.660314] pci 0000:05:00.0: BAR 0: assigned [mem 0x20200000-0x2027ffff]
[ 0.660336] pci 0000:02:05.0: PCI bridge to [bus 05]
[ 0.660361] pci 0000:02:05.0: bridge window [mem 0x20200000-0x202fffff]
[ 0.660400] pci 0000:02:06.0: PCI bridge to [bus 06]
[ 0.660453] pci 0000:02:07.0: PCI bridge to [bus 07]
[ 0.660506] pci 0000:02:08.0: PCI bridge to [bus 08]
[ 0.660562] pci 0000:09:00.0: BAR 0: assigned [mem 0x20300000-0x2031ffff]
[ 0.660583] pci 0000:09:00.1: BAR 0: assigned [mem 0x20320000-0x2033ffff]
[ 0.660606] pci 0000:0a:01.0: PCI bridge to [bus 0b]
[ 0.660659] pci 0000:0a:04.0: PCI bridge to [bus 0c]
[ 0.660712] pci 0000:0a:05.0: PCI bridge to [bus 0d]
[ 0.660765] pci 0000:0a:06.0: PCI bridge to [bus 0e]
[ 0.660818] pci 0000:0a:07.0: PCI bridge to [bus 0f]
[ 0.660871] pci 0000:0a:08.0: PCI bridge to [bus 10]
[ 0.660924] pci 0000:0a:09.0: PCI bridge to [bus 11]
[ 0.660977] pci 0000:09:00.0: PCI bridge to [bus 0a-11]
[ 0.661030] pci 0000:02:09.0: PCI bridge to [bus 09-11]
[ 0.661054] pci 0000:02:09.0: bridge window [mem 0x20300000-0x203fffff]
[ 0.661092] pci 0000:01:00.0: PCI bridge to [bus 02-11]
[ 0.661117] pci 0000:01:00.0: bridge window [mem 0x20200000-0x203fffff]
[ 0.661155] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 0.661167] pci 0000:00:00.0: bridge window [mem 0x20200000-0x204fffff]
[ 0.661497] pcieport 0000:00:00.0: Signaling PME with IRQ 167
[ 0.661858] pcieport 0000:00:00.0: AER enabled with IRQ 167
[ 0.662044] pcieport 0000:01:00.0: enabling device (0140 -> 0142)
[ 0.665361] pcieport 0000:02:05.0: enabling device (0140 -> 0142)
[ 0.669796] pcieport 0000:02:09.0: enabling device (0140 -> 0142)
[ 0.670922] pcieport 0000:09:00.0: enabling device (0140 -> 0142)
[ 0.680573] pwm-backlight backlight: GPIO lookup for consumer enable
[ 0.680585] pwm-backlight backlight: using device tree for GPIO lookup
[ 0.680598] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]'
[ 0.680610] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]'
[ 0.680619] pwm-backlight backlight: using lookup tables for GPIO lookup
[ 0.680629] pwm-backlight backlight: lookup for GPIO enable failed
[ 0.680651] pwm-backlight backlight: backlight supply power not found, using dummy regulator
[ 0.725461] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[ 0.728182] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 45, base_baud = 3000000) is a 8250
[ 2.821555] console [ttyS2] enabled
[ 2.825883] 48422000.serial: ttyS7 at MMIO 0x48422000 (irq = 46, base_baud = 3000000) is a 8250
[ 2.836512] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 2.843232] omapdss_dss 58000000.dss: 58000000.dss supply vdda_video not found, using dummy regulator
[ 2.852724] DSS: OMAP DSS rev 6.1
[ 2.857681] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
[ 2.866106] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
[ 2.875092] tpd12s015 encoder: GPIO lookup for consumer (null)
[ 2.880975] tpd12s015 encoder: using device tree for GPIO lookup
[ 2.887037] of_get_named_gpiod_flags: parsed 'gpios' property of node '/encoder[0]' - status (0)
[ 2.895886] tpd12s015 encoder: GPIO lookup for consumer (null)
[ 2.901762] tpd12s015 encoder: using device tree for GPIO lookup
[ 2.907829] of_get_named_gpiod_flags: parsed 'gpios' property of node '/encoder[1]' - status (0)
[ 2.916674] tpd12s015 encoder: GPIO lookup for consumer (null)
[ 2.922549] tpd12s015 encoder: using device tree for GPIO lookup
[ 2.928628] of_get_named_gpiod_flags: parsed 'gpios' property of node '/encoder[2]' - status (0)
[ 2.938296] of_get_named_gpiod_flags: can't parse 'hpd-gpios' property of node '/connector[0]'
[ 2.957139] brd: module loaded
[ 2.965658] loop: module loaded
[ 2.971734] mdio_bus fixed-0: GPIO lookup for consumer reset
[ 2.977420] mdio_bus fixed-0: using lookup tables for GPIO lookup
[ 2.983566] mdio_bus fixed-0: lookup for GPIO reset failed
[ 2.989126] libphy: Fixed MDIO Bus: probed
[ 2.995824] mdio_bus 48485000.mdio: GPIO lookup for consumer reset
[ 3.002059] mdio_bus 48485000.mdio: using device tree for GPIO lookup
[ 3.008535] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/ethernet@48484000/mdio@48485000[0]'
[ 3.019650] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/ethernet@48484000/mdio@48485000[0]'
[ 3.030670] mdio_bus 48485000.mdio: using lookup tables for GPIO lookup
[ 3.037315] mdio_bus 48485000.mdio: lookup for GPIO reset failed
[ 3.098938] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 3.106632] libphy: 48485000.mdio: probed
[ 3.115804] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver Micrel KSZ9031 Gigabit PHY
[ 3.125548] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver Micrel KSZ9031 Gigabit PHY
[ 3.135856] cpsw 48484000.ethernet: Detected MACID = b0:7e:11:52:23:5f
[ 3.142491] cpsw 48484000.ethernet: initialized cpsw ale version 1.4
[ 3.148873] cpsw 48484000.ethernet: ALE Table size 1024
[ 3.154172] cpsw 48484000.ethernet: device node lookup for pps timer failed
[ 3.161220] cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies)
[ 3.169118] cpsw 48484000.ethernet: cpsw: Detected MACID = b0:7e:11:52:23:5f
[ 3.177313] i2c /dev entries driver
[ 3.181723] IR NEC protocol handler initialized
[ 3.186276] IR RC5(x/sz) protocol handler initialized
[ 3.191374] IR RC6 protocol handler initialized
[ 3.195925] IR JVC protocol handler initialized
[ 3.200492] IR Sony protocol handler initialized
[ 3.205129] IR SANYO protocol handler initialized
[ 3.209992] IR Sharp protocol handler initialized
[ 3.214715] IR MCE Keyboard/mouse protocol handler initialized
[ 3.220589] IR XMP protocol handler initialized
[ 3.249005] tmp102 0-0048: error reading config register
[ 3.254471] tmp102: probe of 0-0048 failed with error -121
[ 3.262882] sdhci: Secure Digital Host Controller Interface driver
[ 3.269116] sdhci: Copyright(c) Pierre Ossman
[ 3.274019] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.280757] sdhci-omap 4809c000.mmc: GPIO lookup for consumer cd
[ 3.286794] sdhci-omap 4809c000.mmc: using device tree for GPIO lookup
[ 3.293386] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@4809c000[0]'
[ 3.302581] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@4809c000[0]'
[ 3.311685] sdhci-omap 4809c000.mmc: using lookup tables for GPIO lookup
[ 3.318418] sdhci-omap 4809c000.mmc: lookup for GPIO cd failed
[ 3.324295] sdhci-omap 4809c000.mmc: GPIO lookup for consumer wp
[ 3.330341] sdhci-omap 4809c000.mmc: using device tree for GPIO lookup
[ 3.336899] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@4809c000[0]'
[ 3.346089] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@4809c000[0]'
[ 3.355187] sdhci-omap 4809c000.mmc: using lookup tables for GPIO lookup
[ 3.361933] sdhci-omap 4809c000.mmc: lookup for GPIO wp failed
[ 3.367944] sdhci-omap 4809c000.mmc: 4809c000.mmc supply vqmmc not found, using dummy regulator
[ 3.377023] sdhci-omap 4809c000.mmc: no pinctrl state for hs200_1_8v mode
[ 3.438964] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[ 3.447634] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led0[0]' - status (0)
[ 3.458707] no flags found for gpios
[ 3.462442] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led1[0]' - status (0)
[ 3.471553] no flags found for gpios
[ 3.475331] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led2[0]' - status (0)
[ 3.484440] no flags found for gpios
[ 3.488232] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led3[0]' - status (0)
[ 3.497284] no flags found for gpios
[ 3.502027] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led4[0]' - status (0)
[ 3.513093] no flags found for gpios
[ 3.516804] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led5[0]' - status (0)
[ 3.525854] no flags found for gpios
[ 3.529962] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.539790] NET: Registered protocol family 10
[ 3.545078] Segment Routing with IPv6
[ 3.548808] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 3.555218] NET: Registered protocol family 17
[ 3.559910] Key type dns_resolver registered
[ 3.564346] omap_voltage_late_init: Voltage driver support not added
[ 3.570782] Power Management for TI OMAP4+ devices.
[ 3.576985] Registering SWP/SWPB emulation handler
[ 3.595129] dmm 4e000000.dmm: workaround for errata i878 in use
[ 3.602726] dmm 4e000000.dmm: initialized all PAT entries
[ 3.608585] omapdss_hdmi5 58040000.encoder: 58040000.encoder supply vdda not found, using dummy regulator
[ 3.619855] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.626500] [drm] No driver support for vblank timestamp query.
[ 3.632514] [drm] Cannot find any crtc or sizes
[ 3.638141] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0
[ 3.646404] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_keys/USER5[0]' - status (0)
[ 3.656080] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_keys/USER4[0]' - status (0)
[ 3.665721] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_keys/USER3[0]' - status (0)
[ 3.675366] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_keys/USER2[0]' - status (0)
[ 3.685009] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_keys/USER1[0]' - status (0)
[ 3.694751] input: gpio_keys as /devices/platform/gpio_keys/input/input0
[ 3.702396] hctosys: unable to open rtc device (rtc0)
[ 3.708625] net eth0: initializing cpsw version 1.15 (0)
[ 3.716128] mmc0: host does not support reading read-only switch, assuming write-enable
[ 3.726127] mmc0: new high speed SDHC card at address 0001
[ 3.731969] mmcblk0: mmc0:0001 SD32G 29.1 GiB
[ 3.737351] mmcblk0: p1 p2
[ 3.839706] Micrel KSZ9031 Gigabit PHY 48485000.mdio:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=48485000.mdio:00, irq=POLL)
[ 3.860333] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 3.866731] net eth1: initializing cpsw version 1.15 (0)
[ 3.989385] Micrel KSZ9031 Gigabit PHY 48485000.mdio:02: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=48485000.mdio:02, irq=POLL)
[ 4.008209] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 4.648955] [drm] Cannot find any crtc or sizes
[ 8.177597] cpsw 48484000.ethernet eth1: Link is Up - 1Gbps/Full - flow control rx/tx
[ 8.185508] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 8.208931] Sending DHCP requests ., OK
[ 8.252813] IP-Config: Got DHCP answer from 192.168.8.1, my address is 192.168.8.167
[ 8.260629] IP-Config: Complete:
[ 8.263876] device=eth1, hwaddr=b0:7e:11:52:23:5f, ipaddr=192.168.8.167, mask=255.255.252.0, gw=192.168.8.17
[ 8.274207] host=192.168.8.167, domain=tetz, nis-domain=(none)
[ 8.281030] bootserver=0.0.0.0, rootserver=192.168.9.168, rootpath= nameserver0=192.168.8.1
[ 8.296513] vmmcwl_fixed: disabling
[ 8.300049] aic_dvdd_fixed: disabling
[ 8.303735] ALSA device list:
[ 8.306716] No soundcards found.
[ 8.338962] VFS: Mounted root (nfs filesystem) on device 0:15.
[ 8.346076] devtmpfs: mounted
[ 8.350327] Freeing unused kernel memory: 2048K
[ 8.374241] random: fast init done
[ 8.816851] systemd[1]: System time before build time, advancing clock.
[ 8.884912] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN default-hierarchy=hybrid)
[ 8.906249] systemd[1]: Detected architecture arm.
Welcome to Arago 2018.10!
[ 8.951903] systemd[1]: Set hostname to <am57xx-evm>.
[ 10.093335] random: systemd: uninitialized urandom read (16 bytes read)
[ 10.138311] systemd[1]: Listening on Process Core Dump Socket.
[ OK ] Listening on Process Core Dump Socket.
[ 10.169042] random: systemd: uninitialized urandom read (16 bytes read)
[ 10.175722] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 10.209009] random: systemd: uninitialized urandom read (16 bytes read)
[ 10.217478] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 10.322255] random: crng init done
[ 10.334095] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 10.369976] systemd[1]: Created slice System Slice.
[ OK ] Created slice System Slice.
[ 10.409093] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 10.441877] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ OK ] Listening on Journal Socket (/dev/log).
[ OK ] Listening on udev Control Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ OK ] Listening on udev Kernel Socket.
[ OK ] Reached target Swap.
Mounting Temporary Directory (/tmp)...
[ OK ] Created slice system-getty.slice.
[ OK ] Listening on Journal Socket.
Starting Remount Root and Kernel File Systems...
Starting Create list of required st…ce nodes for the current kernel...
Starting Load Kernel Modules...
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Created slice system-serial\x2dgetty.slice.
Mounting Kernel Debug File System...
[ 10.927142] cmemk: loading out-of-tree module taints kernel.
[ 10.933854] CMEMK module: reference Linux version 4.14.79
[ 10.940136] allocated heap buffer 0x40500000 of size 0x100000
[ 10.946066] cmemk initialized
[ OK ] Started Dispatch Password Requests to Console[ 10.964817] cryptodev: driver 1.9 loaded.
Directory Watch.
[ OK ] Reached target Paths.
[ OK ] Listening on Syslog Socket.
Starting Journal Service...
[ OK ] Mounted Kernel Debug File System.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Temporary Directory (/tmp).
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started Create list of required sta…vice nodes for the current kernel.
[ OK ] Started Load Kernel Modules.
Starting Apply Kernel Variables...
Mounting Kernel Configuration File System...
Starting Create Static Device Nodes in /dev...
Starting udev Coldplug all Devices...
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Started Journal Service.
[ OK ] Started Apply Kernel Variables.
Starting Flush Journal to Persistent Storage...
[ 11.595669] systemd-journald[85]: Received request to flush runtime journal from PID 1
[ OK ] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ OK ] Reached target Local File Systems (Pre).
Mounting /media/ram...
Mounting /var/volatile...
[ OK ] Mounted /var/volatile.
[ OK ] Mounted /media/ram.
[ OK ] Started Flush Journal to Persistent Storage.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Create Volatile Files and Directories.
Starting Update UTMP about System Boot/Shutdown...
Starting Network Time Synchronization...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Synchronized.
[ 12.560835] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
[ OK ] Started udev Coldplug all Devices.
[ 12.605843] remoteproc remoteproc0: 58820000.ipu is available
[ OK ] Reached target System Initialization.
[ 12.637577] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
[ 12.654757] remoteproc remoteproc1: 55020000.ipu is available
[ 12.671388] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
[ 12.707444] remoteproc remoteproc2: 40800000.dsp is available
[ 12.730586] omap-rproc 41000000.dsp: assigned reserved memory node dsp2-memory@9f000000
[ 12.741730] remoteproc remoteproc3: 41000000.dsp is available
[ OK ] Listening on dropbear.socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
Starting Network Service...
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Started Daily rotation of log files.
[ OK ] Reached target Timers.
[ OK ] Listening on RPCbind Server Activation Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting TI MultiCore Tools Daemon...
Starting System Logging Service...
[ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
[ 14.402230] remoteproc remoteproc1: powering up 55020000.ipu
[ 14.408362] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 4828304
[ 14.431040] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
Starting TI IPC Daemon...
Starting uim-sysfs.service...
Starting Print notice about GPLv3 packages...
[ OK ] Started D-Bus System Message Bus.
[ 14.575401] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 14.579295] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x32
[ 14.579438] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x33
[ 14.579567] virtio_rpmsg_bus virtio0: creating channel rpmsg-omx addr 0x3c
[ 14.579672] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
[ 14.619395] remoteproc remoteproc1: registered virtio0 (type 7)
[ 14.628019] remoteproc remoteproc1: remote processor 55020000.ipu is now up
[ 15.015884] remoteproc remoteproc0: powering up 58820000.ipu
[ 15.021989] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 6732532
[ 15.039061] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
[ 15.057202] of_get_named_gpiod_flags: can't parse 'gpio-reset' property of node '/ocp/i2c@48070000/tlv320aic3104@18[0]'
[ 15.093472] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 15.111784] remoteproc remoteproc0: registered virtio1 (type 7)
[ 15.124567] remoteproc remoteproc0: remote processor 58820000.ipu is now up
[ 15.220433] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x3d
[ 15.236743] pixcir_ts 4-005c: GPIO lookup for consumer attb
[ 15.236749] pixcir_ts 4-005c: using device tree for GPIO lookup
[ 15.236825] of_get_named_gpiod_flags: can't parse 'attb-gpios' property of node '/ocp/i2c@4807c000/pixcir_ts@5c[0]'
[ 15.237035] of_get_named_gpiod_flags: parsed 'attb-gpio' property of node '/ocp/i2c@4807c000/pixcir_ts@5c[0]' - status (0)
[ 15.237051] pixcir_ts 4-005c: GPIO lookup for consumer reset
[ 15.237057] pixcir_ts 4-005c: using device tree for GPIO lookup
[ 15.237065] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/i2c@4807c000/pixcir_ts@5c[0]'
[ 15.237091] of_get_named_gpiod_flags: parsed 'reset-gpio' property of node '/ocp/i2c@4807c000/pixcir_ts@5c[0]' - status (0)
[ 15.237202] pixcir_ts 4-005c: GPIO lookup for consumer wake
[ 15.237208] pixcir_ts 4-005c: using device tree for GPIO lookup
[ 15.237285] of_get_named_gpiod_flags: can't parse 'wake-gpios' property of node '/ocp/i2c@4807c000/pixcir_ts@5c[0]'
[ 15.237292] of_get_named_gpiod_flags: can't parse 'wake-gpio' property of node '/ocp/i2c@4807c000/pixcir_ts@5c[0]'
[ 15.237297] pixcir_ts 4-005c: using lookup tables for GPIO lookup
[ 15.237304] pixcir_ts 4-005c: lookup for GPIO wake failed
[ 15.240651] pixcir_ts 4-005c: GPIO lookup for consumer enable
[ 15.240734] pixcir_ts 4-005c: using device tree for GPIO lookup
[ 15.240744] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/ocp/i2c@4807c000/pixcir_ts@5c[0]'
[ 15.240751] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/ocp/i2c@4807c000/pixcir_ts@5c[0]'
[ 15.240757] pixcir_ts 4-005c: using lookup tables for GPIO lookup
[ 15.240763] pixcir_ts 4-005c: lookup for GPIO enable failed
[ 15.406350] pixcir_ts 4-005c: pixcir_set_power_mode: can't read reg 0x33 : -121
[ 15.406356] pixcir_ts 4-005c: Failed to set IDLE mode
[ 15.417119] pixcir_ts: probe of 4-005c failed with error -121
[ 15.850247] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[ 15.857996] omap-des 480a5000.des: will run requests pump with realtime priority
[ 15.929156] omap_i2c 48060000.i2c: controller timed out
[ 15.965021] rtc-ds1307 2-006f: read error -110
[ 16.031512] rtc-ds1307: probe of 2-006f failed with error -110
[ 16.273789] omap_rtc 48838000.rtc: char device (253:2)
[ 16.286380] omap_rtc 48838000.rtc: registered as rtc2
[ 16.787955] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
[ 16.869415] vpe 489d0000.vpe: Device registered as /dev/video0
[ 16.927266] SCSI subsystem initialized
[ 17.097760] libata version 3.00 loaded.
[ 17.399195] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
[ 17.407879] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 17.439167] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
[ 17.490444] scsi host0: ahci
[ 17.495305] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 80
[ 17.738473] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[ 17.817947] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[ 17.831763] omap-aes 4b500000.aes: will run requests pump with realtime priority
[ 17.839326] ata1: SATA link down (SStatus 0 SControl 300)
[ 17.908329] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[ 17.918682] omap-aes 4b700000.aes: will run requests pump with realtime priority
[ 17.951477] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ OK ] Started Hardware RNG Entropy Gatherer Daemon.
[ OK ] Reached target Containers.
Starting Login Service...
[ OK ] Started Periodic Command Scheduler.
[ OK ] Started Job spooling tools.
Starting RPC Bind Service...
[ OK ] Started System Logging Service.
[ OK ] Started TI MultiCore Tools Daemon.
[ OK ] Started TI IPC Daemon.
[ 18.481573] remoteproc remoteproc2: powering up 40800000.dsp
[ 18.488783] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 20559272
[ OK ] Found device /dev/ttyS2.
[ 18.573977] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
[ 18.579895] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[ 18.585913] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[ 18.708261] remoteproc remoteproc3: powering up 41000000.dsp
[ 18.717802] remoteproc remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 20559272
[ 18.775007] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
[ 18.780909] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
[ 18.786876] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
[ OK ] Started RPC Bind Service.
[ OK ] Started Network Service.
[ 18.883122] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 18.883221] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x3d
[ 18.945979] remoteproc remoteproc2: registered virtio2 (type 7)
[ 18.973770] remoteproc remoteproc2: remote processor 40800000.dsp is now up
[ 19.004860] NET: Registered protocol family 15
[ 19.010201] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
[ 19.045282] omap-hdmi-audio omap-hdmi-audio.0.auto: ASoC: no DMI vendor name!
[ 19.073088] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 19.073143] remoteproc remoteproc3: registered virtio3 (type 7)
[ 19.073150] remoteproc remoteproc3: remote processor 41000000.dsp is now up
[ 19.073179] virtio_rpmsg_bus virtio3: creating channel rpmsg-proto addr 0x3d
[ 19.362776] EXT4-fs (mmcblk0p2): mounting ext3 file system using the ext4 subsystem
[ 19.449813] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 19.546356] EXT4-fs (mmcblk0p2): recovery complete
[ 19.551358] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 19.828376] Initializing XFRM netlink socket
[ OK ] Created slice system-systemd\x2dbacklight.slice.
Starting Load/Save Screen Backlight…ightness of backlight:backlight...
[ OK ] Reached target Network.
Starting Simple Network Management Protocol (SNMP) Daemon....
Starting Enable and configure wl18xx bluetooth stack...
Starting Permit User Sessions...
Starting Network Name Resolution...
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
[ OK ] Started Permit User Sessions.
[ OK ] Started Login Service.
[ OK ] Started Network Name Resolution.
[ OK ] Started uim-sysfs.service.
[ OK ] Started Simple Network Management Protocol (SNMP) Daemon..
[ 21.528394] pruss 4b200000.pruss: creating PRU cores and other child platform devices
[ 21.545039] pruss 4b280000.pruss: creating PRU cores and other child platform devices
[ 21.617355] NET: Registered protocol family 44
[ 21.632849] rpmsg_rpc virtio0.rpmsg-rpc.-1.101: probing service rpc_example_1 with src 1024 dst 101
[ 21.670428] rpmsg_rpc virtio0.rpmsg-rpc.-1.101: published functions = 8
[ 21.758160] remoteproc remoteproc4: 4b234000.pru is available
[ 21.772778] usbcore: registered new interface driver usbfs
[ 21.774636] usbcore: registered new interface driver hub
[ 21.775186] usbcore: registered new device driver usb
[ 21.795796] pru-rproc 4b234000.pru: PRU rproc node /ocp/pruss_soc_bus@4b226004/pruss@0/pru@34000 probed successfully
[ 21.814654] remoteproc remoteproc5: 4b238000.pru is available
[ 21.821962] pru-rproc 4b238000.pru: PRU rproc node /ocp/pruss_soc_bus@4b226004/pruss@0/pru@38000 probed successfully
[ 21.848469] remoteproc remoteproc6: 4b2b4000.pru is available
[ 21.855204] pru-rproc 4b2b4000.pru: PRU rproc node /ocp/pruss_soc_bus@4b2a6004/pruss@0/pru@34000 probed successfully
[ 21.867637] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 21.867665] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[ 21.873784] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x02010010
[ 21.873843] xhci-hcd xhci-hcd.1.auto: irq 198, io mem 0x48890000
[ 21.880092] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 21.880100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 21.880106] usb usb1: Product: xHCI Host Controller
[ 21.880111] usb usb1: Manufacturer: Linux 4.14.79-gbde58ab01e xhci-hcd
[ 21.880116] usb usb1: SerialNumber: xhci-hcd.1.auto
[ 21.885845] hub 1-0:1.0: USB hub found
[ 21.886893] hub 1-0:1.0: 1 port detected
[ 21.893858] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 21.893876] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[ 21.893890] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 21.894519] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 21.894696] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 21.894703] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 21.894709] usb usb2: Product: xHCI Host Controller
[ 21.894714] usb usb2: Manufacturer: Linux 4.14.79-gbde58ab01e xhci-hcd
[ 21.894719] usb usb2: SerialNumber: xhci-hcd.1.auto
[ 21.895648] hub 2-0:1.0: USB hub found
[ 21.895682] hub 2-0:1.0: 1 port detected
[ 21.896232] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 21.896257] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3
[ 21.909392] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x02010010
[ 21.909450] xhci-hcd xhci-hcd.2.auto: irq 199, io mem 0x488d0000
[ 21.909693] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 21.909701] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 21.909707] usb usb3: Product: xHCI Host Controller
[ 21.909712] usb usb3: Manufacturer: Linux 4.14.79-gbde58ab01e xhci-hcd
[ 21.909718] usb usb3: SerialNumber: xhci-hcd.2.auto
[ 21.910262] hub 3-0:1.0: USB hub found
[ 21.910307] hub 3-0:1.0: 1 port detected
[ 21.910699] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 21.910716] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4
[ 21.910728] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
[ 21.911570] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 21.911743] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[ 21.911749] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 21.911754] usb usb4: Product: xHCI Host Controller
[ 21.911760] usb usb4: Manufacturer: Linux 4.14.79-gbde58ab01e xhci-hcd
[ 21.911765] usb usb4: SerialNumber: xhci-hcd.2.auto
[ 21.912283] hub 4-0:1.0: USB hub found
[ 21.912325] hub 4-0:1.0: 1 port detected
[ OK ] Started Enable and configure wl18xx bluetooth[ 22.196889] remoteproc remoteproc7: 4b2b8000.pru is available
stack.
[ 22.209701] pru-rproc 4b2b8000.pru: PRU rproc node /ocp/pruss_soc_bus@4b2a6004/pruss@0/pru@38000 probed successfully
[ 22.278974] usb 3-1: new high-speed USB device number 2 using xhci-hcd
[ 22.469116] usb 3-1: New USB device found, idVendor=0424, idProduct=2514
[ 22.476302] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 22.487660] hub 3-1:1.0: USB hub found
[ 22.492900] hub 3-1:1.0: 4 ports detected
[ 22.848956] usb 3-1.3: new high-speed USB device number 3 using xhci-hcd
[ 22.999116] usb 3-1.3: New USB device found, idVendor=0424, idProduct=2514
[ 23.006277] usb 3-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 23.031090] hub 3-1.3:1.0: USB hub found
[ 23.035311] hub 3-1.3:1.0: 4 ports detected
[ 23.418942] usb 3-1.3.4: new high-speed USB device number 4 using xhci-hcd
[ 23.559228] usb 3-1.3.4: New USB device found, idVendor=0424, idProduct=2514
[ 23.566316] usb 3-1.3.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 23.606984] hub 3-1.3.4:1.0: USB hub found
[ 23.611721] hub 3-1.3.4:1.0: 4 ports detected
[ 23.958956] usb 3-1.3.4.2: new full-speed USB device number 5 using xhci-hcd
[ 24.090637] usb 3-1.3.4.2: New USB device found, idVendor=0483, idProduct=572a
[ 24.098350] usb 3-1.3.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 24.107194] usb 3-1.3.4.2: Product: Composite MSC + CDC
[ 24.113207] usb 3-1.3.4.2: Manufacturer: STMicroelectronics
[ 24.119219] usb 3-1.3.4.2: SerialNumber: 1111101010
[ 24.249814] usb 3-1.3.4.4: new high-speed USB device number 6 using xhci-hcd
[ 24.293264] cdc_acm 3-1.3.4.2:1.0: ttyACM0: USB ACM device
[ 24.302528] usbcore: registered new interface driver cdc_acm
[ 24.308557] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 24.379120] usb 3-1.3.4.4: New USB device found, idVendor=0424, idProduct=2514
[ 24.386835] usb 3-1.3.4.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 24.407414] hub 3-1.3.4.4:1.0: USB hub found
[ 24.412277] hub 3-1.3.4.4:1.0: 4 ports detected
[ 24.759003] usb 3-1.3.4.4.1: new full-speed USB device number 7 using xhci-hcd
[ 24.890804] usb 3-1.3.4.4.1: New USB device found, idVendor=0483, idProduct=572a
[ 24.898252] usb 3-1.3.4.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 24.906353] usb 3-1.3.4.4.1: Product: Composite Device MSC + CDC
[ 24.912514] usb 3-1.3.4.4.1: Manufacturer: STMicroelectronics
[ 24.918368] usb 3-1.3.4.4.1: SerialNumber: 1111
[ 24.952720] cdc_acm 3-1.3.4.4.1:1.1: ttyACM1: USB ACM device
[ 25.058971] usb 3-1.3.4.4.4: new high-speed USB device number 8 using xhci-hcd
[ 25.145153] usb-storage 3-1.3.4.4.1:1.0: USB Mass Storage device detected
[ 25.154728] scsi host1: usb-storage 3-1.3.4.4.1:1.0
[ 25.163301] usbcore: registered new interface driver usb-storage
[ 25.189204] usb 3-1.3.4.4.4: New USB device found, idVendor=0424, idProduct=2514
[ 25.197113] usb 3-1.3.4.4.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 25.239294] hub 3-1.3.4.4.4:1.0: USB hub found
[ 25.244197] hub 3-1.3.4.4.4:1.0: 4 ports detected
[ 26.169503] scsi 1:0:0:0: Direct-Access STM Product 0.01 PQ: 0 ANSI: 2
[ 26.209827] sd 1:0:0:0: [sda] 1024 4096-byte logical blocks: (4.19 MB/4.00 MiB)
[ 26.218068] sd 1:0:0:0: [sda] Write Protect is off
[ 26.223694] sd 1:0:0:0: [sda] Mode Sense: 22 00 00 00
[ 26.229823] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 26.252772] sda: sda1
[ 26.257563] sd 1:0:0:0: [sda] Attached SCSI removable disk
[ 27.470473] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
autoconf
bash-dev
bash
binutils-dev
binutils
bison-dev
bison
cifs-utils
cpio
cpp-symlinks
cpp
dosfstools
elfutils-dev
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbc6x
gdbserver
gettext
gzip
hidapi
libasm1
libdw1
libelf1
libgdbm-compat4
libgdbm-dev
libgdbm4
libgettextlib
libgettextsrc
libgmp10
libidn11
libmpc3
libmpfr4
libreadline-dev
libreadline7
libunistring2
m4-dev
m4
make
mc
nano
nettle
parted
python3-pycairo
rsyslog
which
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
***************************************************************
***************************************************************
[ OK ] Started Print notice about GPLv3 packages.
[ OK ] Reached target Sound Card.
Starting rc.pvr.service...
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ OK ] Reached target Host and Network Name Lookups.
[ OK ] Started NFS status monitor for NFSv2/3 locking..
[ OK ] Started Serial Getty on ttyS2.
[ OK ] Started Getty on tty1.
[ OK ] Reached target Login Prompts.
Starting Synchronize System and HW clocks...
[FAILED] Failed to start Synchronize System and HW clocks.
See 'systemctl status sync-clocks.service' for details.
[ 29.296319] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
[ 29.309377] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
[ OK ] Started rc.pvr.service.
Starting telnetd.service...
[ OK ] Started telnetd.service.
Starting thttpd.service...
[ OK ] Started thttpd.service.
Starting rng-tools.service...
[ OK ] Started rng-tools.service.
Starting gdbserverproxy.service...
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org am57xx-evm ttyS2
Arago 2018.10 am57xx-evm ttyS2