Tool/software:
Dear champ,
Customer need to complete SI (Signal Integrity) test for PCIe on customer board.
Recommendation on how to enter compliance mode / RX loopback mode so customer SI team can do signal measurement. (eye diagram?)
BR, Rich
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Dear champ,
Customer need to complete SI (Signal Integrity) test for PCIe on customer board.
Recommendation on how to enter compliance mode / RX loopback mode so customer SI team can do signal measurement. (eye diagram?)
BR, Rich
Hi Rich,
Please expect a delay of 1-2 days in responses due to TI US holiday.
Regards,
Josiitaa
Rich,
We will get back to you on this.
and what is the background, would CCS be ok?
Shreyas,
Usually Window is the first choice but AM67x will be running Linux from customer side.
In test lab, there could have computer running Windows to control DUT to enter test mode for compliance test.
Execute file or application will be preferred.
UART console and commend line is less preferred.
CCS installation and JTAG will not be considered unless that's the only way to test.
This applies to USB3 and PCIe and all other SI test.
Please provide Linux commend line instruction.
CCS is the final solution if there is no alternative.
BR, Rich
Hi Rich,
For entering compliance mode, you could refer to the TRM register sheet for the PCIe and search for link_ctrl_status register EC bit which enables the device to go into compliance.
In Linux, registers in general can be written with devmem2. Our team has not validated entering compliance mode through Linux, but should be able to write to the register using "devmem2 0x0D0000F0 w 0x10". Usually eye diagram measurement is done through baremetal code and/or using CCS instead of Linux.
Regards,
Takuma
Hi Rich,
Could you try "devmem2 0x0D0000F0 w 0x11" instead of 0x10?
Regards,
Takuma
Takuma,
Customer feedback using devmem2 0x0D0000F0 w 0x11, not seeing any output on PCIe interface.
Is there additional setting required other than this register?
May you provide the BareMetal test code for reference?
BR, Rich
Takuma,
Do you get code for reference?
Moreover, will the setting be different for RC and EP mode?
BR, Rich
Takuma.
Customer doesn't reserve JTAG on their board and expect having Linux comment to conduct this test.
Using devmem2 0x0D0000F0 w 0x11 doesn't see any waveform output even with 50 ohm loading on test fixture.
Could team verify the Linux test procedure with AM67x EVM in house?
BR, Rich
Takuma,
Could we provide baremetal test code for reference?
It seems modifying single register is not enough and we need the procedure to enter test mode.
Could team create a Linux version procedure for field customer to use?
BR, Rich
Hi Rich,
I can take a look at it, but as this is not supported in our standard SDK, please expect this to take a long time.
I am still asking to get access to the source code, so I have no timeline to share yet. But depending on how complex the source code is, it may be a 1 week task, or a several month task.
Regards,
Takuma
Takuma,
How other TDA4 customer conduct PCIe compliance test?
Is there instructions in Linux for TDA4 customers?
BR, Rich
Hi Rich,
How other TDA4 customer conduct PCIe compliance test?
Customers can conduct PCIe compliance test using baremetal code.
Is there instructions in Linux for TDA4 customers?
No, there are no instructions in Linux.
On the other hand, I do see you have a different thread for AM64 asking a similar question here: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1486766/am6442-how-to-enter-pcie-compliance-test-mode-on-am64x
^ Were you able to test this out? The serdes and PCIe controller should be similar between AM64 and AM67. If this procedure for AM64 works, then the same apply to AM67.
Regards,
Takuma
Takuma,
No, the AM64x post also mentioned same register bit to set and it doesn't work either.
We do need a way to initial PCIe compliance test because there is no JTAG reserved on customer board.
We can try on TI EVM if a Linux or console version can work.
One thought on the bare metal test code, can we create a file which can run the test code from SD card? Customer usually will reserve SD card for SW developing.
BR, Rich
Hi Rich,
I have been looking through the source code and so far it looks to be a bit more complicated to go convert to Linux commands. Can I get 2 more days to see how feasible it is to port?
One thought on the bare metal test code, can we create a file which can run the test code from SD card? Customer usually will reserve SD card for SW developing.
The bare metal test code runs in emulation mode on EVM while Linux runs in normal mode, so I do not think it is possible to use the bare metal binary as-is. And since it uses some libraries from PDK that is specific to R5, it will not compile easily for A53 cores.
Regards,
Takuma
Hi Rich,
Will need two more days for this. In any case, I sent the source code through email if you/customer want to take a look through it as well.
Regards,
Takuma
Takuma,
OK, please. Let's see what possibility could be for the test.
BR, Rich
Hi Rich,
The entry point is main() in serdes_diag_test_main.c, which calls Serdes_Example_BERTest() in serdes_diag_test.c.
So far, no luck in converting to Linux. I was trying to convert by referencing the code and register excel sheet, but there are too many registers to look through in a short amount of time. I was thinking a week might be enough, but it is looking to be more in the range of a month or more to convert.
Regards,
Takuma
Takuma,
Per we discussed over E-mail, the last update for this test can refer another thread for AM64x and we are expecting a simple solution which customer can do TX mode test. A loader in SD card or script in Linux will be feasible.
BR, Rich
Hi Rich,
I talked with a different colleague internally, and it sounds like entering compliance test is simpler than expected.
Regards,
Takuma
Takuma,
I was in customer lab for PCIe compliance test which I sent the setup picture to you.
There is a PCIe card (call test fixture) connect all the signals back to Oscilloscope.
Oscilloscope will keep measure signal from test fixture. They took another system and power on the DUT and I saw waveform and test pattern on Oscilloscope.
Connecting our device will show any output at beginning then we power up and run Linux and not get any output on Oscilloscope at all.
I tried the CCS Binary from team via JTAG and it does run the test program run on R5 to place AM67x PCIe into PMA Isolation but still not seeing output on Oscilloscope.
When you said
What software are running on AM67x? How can I enter compliance mode?
For the example binary you sent requires BERT, do we have a another example binary can do TX mode test (without BERT)? This is for CCS and JTAG.
If considering Linux, we need to configure PCIe controller to RC mode in Linux, when and how to place PCIe to compliance mode? What software to run?
BR, Rich
Hi Rich,
Kyle (who is our hardware application team manager) sent an email internally. Current top priority is the other thread on USB, and Shreyas will be responding with some experiments to try. Next priority would be this thread for PCIe.
For PCIe, we are working on trying to get a hardware set up similar to the one that you have sent a picture of.
As for your questions:
We are trying to verify this at our end.
Regards,
Takuma
Takuma,
Thanks for the arrangement to verify TX mode test without BERT.
I used TI EVM with pre-build WIC image which will set PCIe in RC mode.
Let me know what the step we can enter compliance mode automatically during link training. This is what I was told from PCIe expert here.
BR, Rich
Hi Rich,
Good news, but we are able to verify that we can enter compliance mode on TI EVM without BERT.
Software used:
Hardware used:
Procedure:
1. Connect TX Lane 0 of CLB to oscilloscope like below
2. Flash default Linux image onto SD card and boot. No extra patches or commands are needed. Just boot the default Linux. Logging in is optional.
3. Done. There should be a signal observed on the oscilloscope
Logs:
If there are no signals, then we have collected some logs which you can cross check to see if there are any differences.
lspci -vvv (to see if PCIe controller is up)
00:00.0 PCI bridge: Texas Instruments Device b010 (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 Interrupt: pin A routed to IRQ 473 Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 I/O behind bridge: 0000f000-00000fff [disabled] Memory behind bridge: fff00000-000fffff [disabled] Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff [disabled] Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [80] 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: [90] MSI: Enable+ Count=1/1 Maskable+ 64bit+ Address: 0000000001000000 Data: 0000 Masking: 00000000 Pending: 00000000 Capabilities: [b0] MSI-X: Enable- Count=1 Masked- Vector table: BAR=0 offset=00000000 PBA: BAR=0 offset=00000008 Capabilities: [c0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+ RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 8GT/s, Width x1, ASPM L1, Exit Latency L1 <8us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp+ LnkCtl: ASPM Disabled; RCB 64 bytes, Disabled- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (downgraded), Width x1 (ok) TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #0, PowerLimit 0.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- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range B, TimeoutDis+ NROPrPrP- LTR+ 10BitTagComp- 10BitTagReq- OBFF Via message, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ OBFF Disabled, ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS- LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1- EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest- Retimer- 2Retimers- CrosslinkRes: unsupported 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- AdvNonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ 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 Capabilities: [150 v1] Device Serial Number 00-00-00-00-00-00-00-00 Capabilities: [300 v1] Secondary PCI Express LnkCtl3: LnkEquIntrruptEn- PerformEqu- LaneErrStat: 0 Capabilities: [4c0 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- 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- VC2: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable- ID=2 ArbSelect=Fixed TC/VC=00 Status: NegoPending- InProgress- VC3: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable- ID=3 ArbSelect=Fixed TC/VC=00 Status: NegoPending- InProgress- Capabilities: [900 v1] L1 PM Substates L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+ PortCommonModeRestoreTime=255us PortTPowerOnTime=26us L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1- T_CommonMode=0us LTR1.2_Threshold=0ns L1SubCtl2: T_PwrOn=10us Capabilities: [a20 v1] Precision Time Measurement PTMCap: Requester:- Responder:+ Root:+ PTMClockGranularity: 4ns PTMControl: Enabled:- RootSelected:- PTMEffectiveGranularity: Unknown Kernel driver in use: pcieport Kernel modules: pci_endpoint_test
dmesg (to see if there are any errors during boot for PCIe or SERDES)
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.1.80-ti-g2e423244f8c0 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024 [ 0.000000] Machine model: Texas Instruments J722S EVM [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '') [ 0.000000] printk: bootconsole [ns16550a0] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a0000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a0100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a1000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a1100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a2000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 31 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a2100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 32 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-rtos-ipc-memory-region@a5000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 96 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@a7000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ad000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@ad000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ad100000, size 63 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71_0-memory@ad100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b1000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71_1-dma-memory@b1000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b1100000, size 63 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71_1-memory1b1100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b5000000, size 40 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@b5000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 512 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000980000000, size 896 MiB [ 0.000000] OF: reserved mem: initialized node linux-cma-buffers@980000000, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x00000009ffffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e77ffff] [ 0.000000] node 0: [mem 0x000000009e780000-0x00000000a3ffffff] [ 0.000000] node 0: [mem 0x00000000a4000000-0x00000000a4ffffff] [ 0.000000] node 0: [mem 0x00000000a5000000-0x00000000b77fffff] [ 0.000000] node 0: [mem 0x00000000b7800000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000880000000-0x000000089fffffff] [ 0.000000] node 0: [mem 0x00000008a0000000-0x00000009ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000009ffffffff] [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.4 [ 0.000000] percpu: Embedded 20 pages/cpu s41064 r8192 d32664 u81920 [ 0.000000] pcpu-alloc: s41064 r8192 d32664 u81920 alloc=20*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2064384 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=42a29ef8-02 rw rootfstype=ext4 rootwait [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: area num 4. [ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB) [ 0.000000] Memory: 5784368K/8388608K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 1686736K reserved, 917504K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 256 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: GICv3 features: 16 PPIs [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000 [ 0.000000] ITS [mem 0x01820000-0x0182ffff] [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS [ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19 [ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @8a0800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x00000008a0040000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008a0050000 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.008535] Console: colour dummy device 80x25 [ 0.013123] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023791] pid_max: default: 32768 minimum: 301 [ 0.028549] LSM: Security Framework initializing [ 0.033383] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.041146] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.050845] cblist_init_generic: Setting adjustable number of callback queues. [ 0.058269] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.064549] cblist_init_generic: Setting adjustable number of callback queues. [ 0.071935] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.078295] rcu: Hierarchical SRCU implementation. [ 0.083195] rcu: Max phase no-delay instances is 1000. [ 0.088753] Platform MSI: msi-controller@1820000 domain created [ 0.095063] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.104504] EFI services will not be available. [ 0.109382] smp: Bringing up secondary CPUs ... [ 0.114593] Detected VIPT I-cache on CPU1 [ 0.114692] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000 [ 0.114709] GICv3: CPU1: using allocated LPI pending table @0x00000008a0060000 [ 0.114758] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.115381] Detected VIPT I-cache on CPU2 [ 0.115451] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000 [ 0.115464] GICv3: CPU2: using allocated LPI pending table @0x00000008a0070000 [ 0.115494] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.116040] Detected VIPT I-cache on CPU3 [ 0.116112] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000 [ 0.116125] GICv3: CPU3: using allocated LPI pending table @0x00000008a0080000 [ 0.116152] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.116220] smp: Brought up 1 node, 4 CPUs [ 0.195859] SMP: Total of 4 processors activated. [ 0.200664] CPU features: detected: 32-bit EL0 Support [ 0.205928] CPU features: detected: CRC32 instructions [ 0.211229] CPU: All CPU(s) started at EL2 [ 0.215421] alternatives: applying system-wide alternatives [ 0.222762] devtmpfs: initialized [ 0.236801] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246796] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.280711] pinctrl core: initialized pinctrl subsystem [ 0.286648] DMI not present or invalid. [ 0.291131] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.298207] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.305645] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.313762] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.322045] audit: initializing netlink subsys (disabled) [ 0.327752] audit: type=2000 audit(0.224:1): state=initialized audit_enabled=0 res=1 [ 0.328174] thermal_sys: Registered thermal governor 'step_wise' [ 0.335669] thermal_sys: Registered thermal governor 'power_allocator' [ 0.341948] cpuidle: using governor menu [ 0.352768] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.359778] ASID allocator initialised with 65536 entries [ 0.378126] KASLR disabled due to lack of seed [ 0.388849] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.395810] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.402212] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.409143] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.415544] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.422476] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.428874] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.435804] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.443468] k3-chipinfo 43000014.chipid: Family:J722S rev:SR1.0 JTAGID[0x0bba002f] Detected [ 0.453458] iommu: Default domain type: Translated [ 0.458463] iommu: DMA domain TLB invalidation policy: strict mode [ 0.465112] SCSI subsystem initialized [ 0.469076] libata version 3.00 loaded. [ 0.469255] usbcore: registered new interface driver usbfs [ 0.474891] usbcore: registered new interface driver hub [ 0.480337] usbcore: registered new device driver usb [ 0.485892] pps_core: LinuxPPS API ver. 1 registered [ 0.490965] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.500303] PTP clock support registered [ 0.504426] EDAC MC: Ver: 3.0.0 [ 0.508421] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100 [ 0.515241] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100 [ 0.522037] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100 [ 0.528875] omap-mailbox 29030000.mailbox: omap mailbox rev 0x66fca100 [ 0.535887] FPGA manager framework [ 0.539432] Advanced Linux Sound Architecture Driver Initialized. [ 0.546493] clocksource: Switched to clocksource arch_sys_counter [ 0.552949] VFS: Disk quotas dquot_6.6.0 [ 0.556993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.569667] Carveout Heap: Exported 512 MiB at 0x0000000900000000 [ 0.576011] NET: Registered PF_INET protocol family [ 0.581304] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.594249] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.603082] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.611009] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.619529] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 0.628894] TCP: Hash tables configured (established 65536 bind 65536) [ 0.635762] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.642861] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.650550] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.656743] RPC: Registered named UNIX socket transport module. [ 0.662820] RPC: Registered udp transport module. [ 0.667623] RPC: Registered tcp transport module. [ 0.672426] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.679009] NET: Registered PF_XDP protocol family [ 0.683913] PCI: CLS 0 bytes, default 64 [ 0.688609] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [ 0.698515] Initialise system trusted keyrings [ 0.703277] workingset: timestamp_bits=46 max_order=21 bucket_order=0 [ 0.713932] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.720452] NFS: Registering the id_resolver key type [ 0.725667] Key type id_resolver registered [ 0.729939] Key type id_legacy registered [ 0.734084] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.740930] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.782810] Key type asymmetric registered [ 0.786995] Asymmetric key parser 'x509' registered [ 0.792022] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 0.799719] io scheduler mq-deadline registered [ 0.804351] io scheduler kyber registered [ 0.811664] pinctrl-single 4084000.pinctrl: 34 pins, size 136 [ 0.818075] pinctrl-single f4000.pinctrl: 171 pins, size 684 [ 0.830067] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled [ 0.845123] loop: module loaded [ 0.849561] megasas: 07.719.03.00-rc1 [ 0.856182] tun: Universal TUN/TAP device driver, 1.6 [ 0.862063] VFIO - User Level meta-driver version: 0.3 [ 0.868014] usbcore: registered new interface driver usb-storage [ 0.874693] i2c_dev: i2c /dev entries driver [ 0.880167] sdhci: Secure Digital Host Controller Interface driver [ 0.886521] sdhci: Copyright(c) Pierre Ossman [ 0.891169] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.897704] ledtrig-cpu: registered to indicate activity on CPUs [ 0.904020] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.910935] usbcore: registered new interface driver usbhid [ 0.916629] usbhid: USB HID core driver [ 0.921361] optee: probing for conduit method. [ 0.925937] optee: revision 4.1 (012cdca4) [ 0.926227] optee: dynamic shared memory is enabled [ 0.935635] optee: initialized driver [ 0.941111] Initializing XFRM netlink socket [ 0.945527] NET: Registered PF_PACKET protocol family [ 0.950745] Key type dns_resolver registered [ 0.955496] registered taskstats version 1 [ 0.959706] Loading compiled-in X.509 certificates [ 0.972417] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--w2023.01-j722s (Kool Koa') [ 1.026526] omap_i2c 2b200000.i2c: bus 0 rev0.12 at 400 kHz [ 1.033273] pca953x 1-0023: supply vcc not found, using dummy regulator [ 1.040180] pca953x 1-0023: using AI [ 1.067143] gpio-488 (TRC_MUX_SEL): hogged as output/low [ 1.073068] omap_i2c 20000000.i2c: bus 1 rev0.12 at 400 kHz [ 1.078982] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created [ 1.087287] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created [ 1.096494] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created [ 1.105461] ti-sci-inta 4e400000.interrupt-controller: Interrupt Aggregator domain 200 created [ 1.119189] ti-udma 485c0100.dma-controller: Number of rings: 82 [ 1.127108] ti-udma 485c0100.dma-controller: Channels: 44 (bchan: 16, tchan: 12, rchan: 16) [ 1.137703] ti-udma 485c0000.dma-controller: Number of rings: 150 [ 1.147417] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15) [ 1.156730] ti-udma 4e230000.dma-controller: Number of rings: 40 [ 1.163936] ti-udma 4e230000.dma-controller: Channels: 20 (bchan: 0, tchan: 8, rchan: 12) [ 1.173951] printk: console [ttyS2] disabled [ 1.178387] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 274, base_baud = 3000000) is a 8250 [ 1.187253] printk: console [ttyS2] enabled [ 1.195707] printk: bootconsole [ns16550a0] disabled [ 1.208591] spi-nor spi0.0: s28hs512t (65536 Kbytes) [ 1.213670] 7 fixed-partitions partitions found on MTD device fc40000.spi.0 [ 1.220628] Creating 7 MTD partitions on "fc40000.spi.0": [ 1.226019] 0x000000000000-0x000000080000 : "ospi.tiboot3" [ 1.232614] 0x000000080000-0x000000280000 : "ospi.tispl" [ 1.238942] 0x000000280000-0x000000680000 : "ospi.u-boot" [ 1.245306] 0x000000680000-0x0000006c0000 : "ospi.env" [ 1.251416] 0x0000006c0000-0x000000700000 : "ospi.env.backup" [ 1.258161] 0x000000800000-0x000003fc0000 : "ospi.rootfs" [ 1.264540] 0x000003fc0000-0x000004000000 : "ospi.phypattern" [ 1.314535] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000 [ 1.324182] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867 [ 1.332318] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01903, cpsw version 0x6BA81903 Ports: 3 quirks:00000006 [ 1.345173] am65-cpsw-nuss 8000000.ethernet: Use random MAC address [ 1.351444] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5 [ 1.358569] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512 [ 1.365085] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:500000000, add_val:1 pps:0 [ 1.375439] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19 [ 1.383216] cpu cpu0: _of_add_opp_table_v2: no supported OPPs [ 1.389015] cpu cpu0: OPP table can't be empty [ 1.394632] mmc0: CQHCI version 5.10 [ 1.405581] mmc1: CQHCI version 5.10 [ 1.406639] debugfs: Directory 'pd:249' with parent 'pm_genpd' already present! [ 1.416536] debugfs: Directory 'pd:248' with parent 'pm_genpd' already present! [ 1.423870] debugfs: Directory 'pd:247' with parent 'pm_genpd' already present! [ 1.431340] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present! [ 1.438690] debugfs: Directory 'pd:244' with parent 'pm_genpd' already present! [ 1.439649] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit [ 1.447487] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present! [ 1.450450] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit [ 1.468444] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present! [ 1.483104] ALSA device list: [ 1.486099] No soundcards found. [ 1.489861] Waiting for root device PARTUUID=42a29ef8-02... [ 1.529217] mmc1: new ultra high speed SDR104 SDHC card at address aaaa [ 1.536488] mmcblk1: mmc1:aaaa SC16G 14.8 GiB [ 1.546794] mmcblk1: p1 p2 [ 1.552637] mmc0: Command Queue Engine enabled [ 1.557113] mmc0: new HS400 MMC card at address 0001 [ 1.562717] mmcblk0: mmc0:0001 G1M15L 29.6 GiB [ 1.568706] mmcblk0: p1 p2 [ 1.572207] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB [ 1.578280] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB [ 1.584209] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0) [ 1.775301] EXT4-fs (mmcblk1p2): recovery complete [ 1.780756] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none. [ 1.789369] VFS: Mounted root (ext4 filesystem) on device 179:2. [ 1.802121] devtmpfs: mounted [ 1.805718] Freeing unused kernel memory: 1984K [ 1.810404] Run /sbin/init as init process [ 1.814504] with arguments: [ 1.814508] /sbin/init [ 1.814511] with environment: [ 1.814514] HOME=/ [ 1.814516] TERM=linux [ 1.960091] systemd[1]: System time before build time, advancing clock. [ 2.005173] NET: Registered PF_INET6 protocol family [ 2.011171] Segment Routing with IPv6 [ 2.014892] In-situ OAM (IOAM) with IPv6 [ 2.043993] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid) [ 2.075841] systemd[1]: Detected architecture arm64. [ 2.138418] systemd[1]: Hostname set to <j722s-evm>. [ 2.226573] systemd-sysv-generator[156]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust. [ 2.498292] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. [ 2.570762] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. [ 2.656697] systemd[1]: Queued start job for default target Graphical Interface. [ 2.722854] systemd[1]: Created slice Slice /system/getty. [ 2.745463] systemd[1]: Created slice Slice /system/modprobe. [ 2.769378] systemd[1]: Created slice Slice /system/serial-getty. [ 2.792772] systemd[1]: Created slice User and Session Slice. [ 2.814934] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 2.838822] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 2.862913] systemd[1]: Reached target Path Units. [ 2.878638] systemd[1]: Reached target Remote File Systems. [ 2.898619] systemd[1]: Reached target Slice Units. [ 2.914640] systemd[1]: Reached target Swaps. [ 2.971916] systemd[1]: Listening on RPCbind Server Activation Socket. [ 2.994812] systemd[1]: Reached target RPC Port Mapper. [ 3.024037] systemd[1]: Listening on Process Core Dump Socket. [ 3.046997] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 3.071375] systemd[1]: Listening on Journal Audit Socket. [ 3.095167] systemd[1]: Listening on Journal Socket (/dev/log). [ 3.119193] systemd[1]: Listening on Journal Socket. [ 3.135404] systemd[1]: Listening on Network Service Netlink Socket. [ 3.159678] systemd[1]: Listening on udev Control Socket. [ 3.183130] systemd[1]: Listening on udev Kernel Socket. [ 3.203171] systemd[1]: Listening on User Database Manager Socket. [ 3.258950] systemd[1]: Mounting Huge Pages File System... [ 3.279606] systemd[1]: Mounting POSIX Message Queue File System... [ 3.338986] systemd[1]: Mounting Kernel Debug File System... [ 3.359064] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing). [ 3.380378] systemd[1]: Mounting Temporary Directory /tmp... [ 3.404542] systemd[1]: Starting Create List of Static Device Nodes... [ 3.475260] systemd[1]: Starting Load Kernel Module configfs... [ 3.495445] systemd[1]: Starting Load Kernel Module drm... [ 3.515645] systemd[1]: Starting Load Kernel Module fuse... [ 3.531708] fuse: init (API version 7.37) [ 3.542025] systemd[1]: Starting Start psplash boot splash screen... [ 3.571843] systemd[1]: Starting RPC Bind... [ 3.586912] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/). [ 3.606358] systemd[1]: Starting Journal Service... [ 3.634080] systemd[1]: Starting Load Kernel Modules... [ 3.656530] systemd[1]: Starting Generate network units from Kernel command line... [ 3.665377] cryptodev: loading out-of-tree module taints kernel. [ 3.677836] cryptodev: driver 1.12 loaded. [ 3.707582] systemd[1]: Starting Remount Root and Kernel File Systems... [ 3.737339] systemd[1]: Starting Coldplug All udev Devices... [ 3.743361] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none. [ 3.768998] systemd[1]: Started RPC Bind. [ 3.791420] systemd[1]: Started Journal Service. [ 4.187586] systemd-journald[172]: Received client request to flush runtime journal. [ 4.415445] audit: type=1334 audit(1651167747.452:2): prog-id=5 op=LOAD [ 4.422130] audit: type=1334 audit(1651167747.460:3): prog-id=6 op=LOAD [ 5.061546] mc: Linux media interface: v0.10 [ 5.116462] videodev: Linux video capture interface: v2.00 [ 5.123398] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@ad000000 [ 5.140471] k3-dsp-rproc 7e000000.dsp: configured DSP for IPC-only mode [ 5.193595] platform 79000000.r5f: configured R5F for IPC-only mode [ 5.200157] platform 79000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a1000000 [ 5.213246] remoteproc remoteproc0: 7e000000.dsp is available [ 5.219300] remoteproc remoteproc0: attaching to 7e000000.dsp [ 5.226426] k3-dsp-rproc 7e000000.dsp: DSP initialized in IPC-only mode [ 5.233151] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node vision-apps-c71-dma-memory@ad000000 [ 5.245262] remoteproc remoteproc1: 79000000.r5f is available [ 5.251283] remoteproc remoteproc1: attaching to 79000000.r5f [ 5.258735] platform 79000000.r5f: R5F core initialized in IPC-only mode [ 5.266115] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a1000000 [ 5.330163] virtio_rpmsg_bus virtio0: rpmsg host is online [ 5.336349] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd [ 5.349714] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7) [ 5.357896] remoteproc remoteproc0: remote processor 7e000000.dsp is now attached [ 5.370532] random: crng init done [ 5.374542] k3-dsp-rproc 7e000000.dsp: register pm nitifiers in remoteproc mode [ 5.377082] virtio_rpmsg_bus virtio1: rpmsg host is online [ 5.378099] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd [ 5.379136] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe [ 5.386069] k3-dsp-rproc 7e200000.dsp: assigned reserved memory node vision-apps-c71_1-dma-memory@b1000000 [ 5.400576] rproc-virtio rproc-virtio.1.auto: registered virtio1 (type 7) [ 5.414874] k3-dsp-rproc 7e200000.dsp: configured DSP for IPC-only mode [ 5.421264] remoteproc remoteproc1: remote processor 79000000.r5f is now attached [ 5.440540] remoteproc remoteproc2: 7e200000.dsp is available [ 5.443345] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) [ 5.446962] remoteproc remoteproc2: attaching to 7e200000.dsp [ 5.452507] e5010 fd20000.e5010: Device registered as /dev/video2 [ 5.472924] platform 78000000.r5f: configured R5F for IPC-only mode [ 5.474254] k3-dsp-rproc 7e200000.dsp: DSP initialized in IPC-only mode [ 5.481420] platform 78000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000 [ 5.486237] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node vision-apps-c71_1-dma-memory@b1000000 [ 5.506230] remoteproc remoteproc3: 78000000.r5f is available [ 5.509187] rtc-ti-k3 2b1f0000.rtc: registered as rtc0 [ 5.513035] remoteproc remoteproc3: attaching to 78000000.r5f [ 5.517446] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:03 UTC (3) [ 5.526082] platform 78000000.r5f: R5F core initialized in IPC-only mode [ 5.538148] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000 [ 5.549688] virtio_rpmsg_bus virtio3: rpmsg host is online [ 5.553800] virtio_rpmsg_bus virtio2: rpmsg host is online [ 5.558516] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd [ 5.565203] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7) [ 5.571511] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd [ 5.581202] remoteproc remoteproc2: remote processor 7e200000.dsp is now attached [ 5.586122] rproc-virtio rproc-virtio.4.auto: registered virtio3 (type 7) [ 5.593647] k3-dsp-rproc 7e200000.dsp: register pm nitifiers in remoteproc mode [ 5.599900] remoteproc remoteproc3: remote processor 78000000.r5f is now attached [ 5.618006] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe [ 5.791261] PVR_K: 213: Device: fd80000.gpu [ 5.842247] platform 78400000.r5f: configured R5F for IPC-only mode [ 5.851437] PVR_K: 213: Read BVNC 36.53.104.796 from HW device registers [ 5.853536] platform 78400000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000 [ 5.859540] PVR_K: 213: RGX Device registered BVNC 36.53.104.796 with 1 core in the system [ 5.884246] remoteproc remoteproc4: 78400000.r5f is available [ 5.890356] remoteproc remoteproc4: attaching to 78400000.r5f [ 5.917758] [drm] Initialized pvr 23.3.6512818 20170530 for fd80000.gpu on minor 0 [ 5.931898] j721e-pcie-host f102000.pcie: host bridge /pcie@f102000 ranges: [ 5.944305] platform 78400000.r5f: R5F core initialized in IPC-only mode [ 5.953841] rproc-virtio rproc-virtio.5.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000 [ 5.983998] j721e-pcie-host f102000.pcie: IO 0x0068001000..0x0068010fff -> 0x0068001000 [ 5.992934] j721e-pcie-host f102000.pcie: MEM 0x0068011000..0x006fffffff -> 0x0068011000 [ 6.003729] virtio_rpmsg_bus virtio4: rpmsg host is online [ 6.003850] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd [ 6.009442] rproc-virtio rproc-virtio.5.auto: registered virtio4 (type 7) [ 6.009842] j721e-pcie-host f102000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 6.020382] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15 [ 6.023229] remoteproc remoteproc4: remote processor 78400000.r5f is now attached [ 6.032356] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15 [ 6.054167] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15 [ 6.062555] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe [ 6.070551] virtio_rpmsg_bus virtio4: msg received with no recipient [ 6.077310] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe [ 6.091289] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe [ 6.099019] virtio_rpmsg_bus virtio2: msg received with no recipient [ 6.141279] virtio_rpmsg_bus virtio0: msg received with no recipient [ 6.552420] audit: type=1334 audit(1651171681.778:4): prog-id=7 op=LOAD [ 6.562736] audit: type=1334 audit(1651171681.790:5): prog-id=8 op=LOAD [ 6.665880] Bluetooth: Core ver 2.22 [ 6.673336] NET: Registered PF_BLUETOOTH protocol family [ 6.690571] Bluetooth: HCI device and connection manager initialized [ 6.706309] Bluetooth: HCI socket layer initialized [ 6.712613] Bluetooth: L2CAP socket layer initialized [ 6.717903] Bluetooth: SCO socket layer initialized [ 7.061097] j721e-pcie-host f102000.pcie: PCI host bridge to bus 0000:00 [ 7.132842] pci_bus 0000:00: root bus resource [bus 00-ff] [ 7.132931] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x68001000-0x68010fff]) [ 7.132939] pci_bus 0000:00: root bus resource [mem 0x68011000-0x6fffffff] [ 7.132992] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400 [ 7.133085] pci 0000:00:00.0: supports D1 [ 7.133140] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 7.255063] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 7.277472] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 7.284937] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 7.299944] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 7.324834] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 7.331746] pci 0000:00:00.0: PCI bridge to [bus 01] [ 7.352832] pcieport 0000:00:00.0: PME: Signaling with IRQ 473 [ 7.369228] pcieport 0000:00:00.0: AER: enabled with IRQ 473 [ 7.521467] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL) [ 7.530843] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode [ 7.680968] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller [ 7.686744] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 1 [ 7.702876] xhci-hcd xhci-hcd.6.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010 [ 7.712440] xhci-hcd xhci-hcd.6.auto: irq 474, io mem 0x31210000 [ 7.718931] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller [ 7.724645] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 2 [ 7.732392] xhci-hcd xhci-hcd.6.auto: Host supports USB 3.0 SuperSpeed [ 7.739874] hub 1-0:1.0: USB hub found [ 7.743783] hub 1-0:1.0: 1 port detected [ 7.750705] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 7.760872] hub 2-0:1.0: USB hub found [ 7.765079] hub 2-0:1.0: 1 port detected [ 8.002544] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ 8.160071] hub 1-1:1.0: USB hub found [ 8.164011] hub 1-1:1.0: 4 ports detected [ 8.286687] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd [ 8.311910] hub 2-1:1.0: USB hub found [ 8.315991] hub 2-1:1.0: 4 ports detected [ 8.426467] audit: type=1334 audit(1651171683.650:6): prog-id=9 op=LOAD [ 8.436083] audit: type=1334 audit(1651171683.658:7): prog-id=10 op=LOAD [ 8.927413] audit: type=1006 audit(1651171684.154:8): pid=724 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1 [ 8.940055] audit: type=1300 audit(1651171684.154:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd8c87fb8 a2=4 a3=ffffbeb0c020 items=0 ppid=1 pid=724 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null) [ 8.966594] audit: type=1327 audit(1651171684.154:8): proctitle="(systemd)" [ 9.611257] audit: type=1006 audit(1651171684.838:9): pid=653 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1 [ 9.623716] audit: type=1300 audit(1651171684.838:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd8c87fb8 a2=4 a3=ffffbeb0c020 items=0 ppid=1 pid=653 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null) [ 9.650006] audit: type=1327 audit(1651171684.838:9): proctitle="(weston)" [ 20.082336] audit: type=1006 audit(1651171695.306:10): pid=1100 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1 [ 20.095106] audit: type=1300 audit(1651171695.306:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffd8c87fb8 a2=1 a3=ffffbeb0c020 items=0 ppid=1 pid=1100 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null) [ 20.123404] audit: type=1327 audit(1651171695.306:10): proctitle="(systemd)" [ 20.130589] audit: type=1334 audit(1651171695.338:11): prog-id=11 op=LOAD [ 20.137577] audit: type=1300 audit(1651171695.338:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffffbde59f0 a2=78 a3=0 items=0 ppid=1 pid=1100 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null) [ 20.163107] audit: type=1327 audit(1651171695.338:11): proctitle="(systemd)" [ 20.170257] audit: type=1334 audit(1651171695.346:12): prog-id=11 op=UNLOAD [ 20.177274] audit: type=1334 audit(1651171695.346:13): prog-id=12 op=LOAD [ 20.184116] audit: type=1300 audit(1651171695.346:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffffbde5a90 a2=78 a3=0 items=0 ppid=1 pid=1100 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null) [ 20.209577] audit: type=1327 audit(1651171695.346:13): proctitle="(systemd)"
uname -a (to check which version of Linux is flashed)
Linux j722s-evm 6.1.80-ti-g2e423244f8c0 #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
Regards,
Takuma
And as a sidenote, we have also tried switching between the different compliance modes. We were successfully able to switch between Gen1 speeds, Gen2 speeds, and Gen3 speeds.
However, this requires an extra hardware configuration step which is to connect COMP TOGGLE signal on the CLB to RX0 like below:
And there is a switch on the CLB that can be pressed to toggle between different speeds.
This is not required if just testing PCIe Gen1 speeds, and even without these connections there should be Gen1 speed signals coming out of the TX lines.
Regards,
Takuma
Thanks Takuma.
The scope captures for PCIe compliance using the Linux SDK, J7AEN EVM, and the PCIe compliance load board are attached for Gen1, Gen2 and Gen3.
Gen1
Gen2
Gen3