Nvidia AGX Orin USB connection issues

We have a problem related with the USB serial ports on Jetson AGX Orin Developer Kit. When we connect a device to a USB serial port, it works normaly for the first time and with the first command, but with the next commands a response from the connected device doesn’t arrive. We made a workaround closing and opening the serial port after every command.

After solving the previous problem, the serial port works well when we run a program or send a configuration file to the device, but, when we try to send another configuration file (or just modifying de existing one) after unpluging and pluging the device, we come up with an error saying that the serial port can not be opened.

When we execute the command ls /dev on the terminal, the Developer Kit no longer recognize the device connected to the serial port (ttyUSB0 and ttyUSB1), even if we unplug and plug the USB again. In fact, the USB port stops working at all and we can not use any other periferic (like a mouse or keyboard) on the same port because they don´t get recognized. The only solution to this problem is rebooting the system. We would like to know why this is happening and if there is a way to make the serial port available again without rebooting the system every time.

This issue is reported several times on this forum.

We suspect that the problem is caused by the Jetpack version 5.1 (L4T version 35.2.1) so we want to know when a new version of the jetpack will be released that fixes those issues.

2 Likes

Hi,
Would like to confirm the issue. Do you mean only the first packet is received and later packets cannot be received?

Hi DaneLLL, thanks for the answer.

Yes, only the first packet is recived and the rest packets can not be recived.

We have also found that not only the first packet is sent, sometimes it sends the first three packages and stops, sometimes only two, but the issue is the same, the next packages can not be recived. But that is only the case for the first issue we encountered.

Let us know if you need more information about the issues.

Hi jagarcia1,

Have you run the following command before connecting a device to USB serial port?

$ sudo systemctl stop nvgetty.service 
$ sudo systemctl disable nvgetty.service

Could you also help to provide the dmesg while the issue occurs?
(you could use ssh to login into the device if you could not use serial at this moment.).

Hi KevinFFF,

We tried to run both commands before connecting the device but none of the issues were solved.

Just to clarfy, we have 2 different issues. On the first one, we can only send few packets or commands to the device and the next can not be recived by the device (on the dmesg, the issue goes from the start to the line [ 226.269762] usb 1-4.2: cp210x converter now attached to ttyUSB1). The second issue comes after we made a workaround to solve the fist one. After that, we can send a full configuration file to the device, but if we try to send another one, the USB port stops working (on the dmesg, the issue goes from the line [ 226.269762] usb 1-4.2: cp210x converter now attached to ttyUSB1 to the end).

Here is the dmesg of both issues.

[    0.000000] Linux version 5.10.104-tegra (buildbrain@mobile-u64-6348-d7000) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #1 SMP PREEMPT Tue Jan 24 15:09:44 PST 2023
[    0.000000] OF: fdt: memory scan node memory@80000000, reg size 16,
[    0.000000] OF: fdt:  - 80000000 ,  c0000000
[    0.000000] Machine model: Jetson AGX Orin
[    0.000000] efi: EFI v2.70 by EDK II
[    0.000000] efi: RTPROP=0x808260518 SMBIOS=0xffff0000 SMBIOS 3.0=0x806be0000 MEMATTR=0x807611018 ESRT=0x806817898 RNG=0x82a9fdd18 MEMRESERVE=0x807612f18 
[    0.000000] efi: seeding entropy pool
[    0.000000] esrt: Reserving ESRT space from 0x0000000806817898 to 0x00000008068178d0.
[    0.000000] Reserved memory: created CMA memory pool at 0x000000081a800000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000837ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x00000000fffdffff]
[    0.000000]   node   0: [mem 0x00000000fffe0000-0x00000000ffffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x0000000803ffffff]
[    0.000000]   node   0: [mem 0x0000000804000000-0x00000008061bffff]
[    0.000000]   node   0: [mem 0x00000008061c0000-0x000000080653dfff]
[    0.000000]   node   0: [mem 0x000000080653e000-0x00000008066d1fff]
[    0.000000]   node   0: [mem 0x00000008066d2000-0x0000000806bcffff]
[    0.000000]   node   0: [mem 0x0000000806bd0000-0x0000000806beffff]
[    0.000000]   node   0: [mem 0x0000000806bf0000-0x0000000806dfffff]
[    0.000000]   node   0: [mem 0x0000000806e00000-0x0000000806e4ffff]
[    0.000000]   node   0: [mem 0x0000000806e50000-0x000000080751ffff]
[    0.000000]   node   0: [mem 0x0000000807520000-0x000000080756ffff]
[    0.000000]   node   0: [mem 0x0000000807570000-0x00000008075dffff]
[    0.000000]   node   0: [mem 0x00000008075e0000-0x00000008075fffff]
[    0.000000]   node   0: [mem 0x0000000807600000-0x000000080761ffff]
[    0.000000]   node   0: [mem 0x0000000807620000-0x000000080763ffff]
[    0.000000]   node   0: [mem 0x0000000807640000-0x000000080775ffff]
[    0.000000]   node   0: [mem 0x0000000807760000-0x000000080793ffff]
[    0.000000]   node   0: [mem 0x0000000807940000-0x000000080798ffff]
[    0.000000]   node   0: [mem 0x0000000807990000-0x0000000807acffff]
[    0.000000]   node   0: [mem 0x0000000807ad0000-0x0000000807b9ffff]
[    0.000000]   node   0: [mem 0x0000000807ba0000-0x0000000807d7ffff]
[    0.000000]   node   0: [mem 0x0000000807d80000-0x0000000807d9ffff]
[    0.000000]   node   0: [mem 0x0000000807da0000-0x0000000807daffff]
[    0.000000]   node   0: [mem 0x0000000807db0000-0x000000080838ffff]
[    0.000000]   node   0: [mem 0x0000000808390000-0x000000080842ffff]
[    0.000000]   node   0: [mem 0x0000000808430000-0x000000080852ffff]
[    0.000000]   node   0: [mem 0x0000000808530000-0x00000008085cffff]
[    0.000000]   node   0: [mem 0x00000008085d0000-0x00000008086cffff]
[    0.000000]   node   0: [mem 0x00000008086d0000-0x000000080876ffff]
[    0.000000]   node   0: [mem 0x0000000808770000-0x000000080903ffff]
[    0.000000]   node   0: [mem 0x0000000809040000-0x000000080921ffff]
[    0.000000]   node   0: [mem 0x0000000809220000-0x000000082a9affff]
[    0.000000]   node   0: [mem 0x000000082a9b0000-0x000000082a9fffff]
[    0.000000]   node   0: [mem 0x000000082aa00000-0x000000082e7fffff]
[    0.000000]   node   0: [mem 0x000000082ea00000-0x000000082eefffff]
[    0.000000]   node   0: [mem 0x0000000836000000-0x0000000837ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000837ffffff]
[    0.000000] On node 0 totalpages: 8064256
[    0.000000]   DMA zone: 8192 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 524288 pages, LIFO batch:63
[    0.000000]   Normal zone: 118272 pages used for memmap
[    0.000000]   Normal zone: 7539968 pages, LIFO batch:63
[    0.000000] On node 0, zone Normal: 256 pages in unavailable ranges
[    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.2
[    0.000000] percpu: Embedded 32 pages/cpu s90200 r8192 d32680 u131072
[    0.000000] pcpu-alloc: s90200 r8192 d32680 u131072 alloc=32*4096
[    0.000000] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07 
[    0.000000] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: Virtualization Host Extensions
[    0.000000] CPU features: kernel page table isolation forced ON by KASLR
[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[    0.000000] CPU features: detected: Spectre-v4
[    0.000000] alternatives: patching kernel code
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 7937792
[    0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 console=tty0 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 nv-auto-config 
[    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB)
[    0.000000] Memory: 31048508K/32257024K available (18432K kernel code, 3168K rwdata, 7164K rodata, 3968K init, 1110K bss, 946372K reserved, 262144K cma-reserved)
[    0.000000] random: get_random_u64 called from __kmem_cache_create+0x38/0x420 with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, 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=12.
[    0.000000] 	Trampoline variant of Tasks RCU enabled.
[    0.000000] 	Rude 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=12
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 960 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] GICv3: Distributor has no Range Selector support
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000
[    0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70)
[    0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677]
[    0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[    0.000003] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.000772] Console: colour dummy device 80x25
[    0.000964] printk: console [tty0] enabled
[    0.001003] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.001012] pid_max: default: 32768 minimum: 301
[    0.001078] LSM: Security Framework initializing
[    0.001100] Yama: becoming mindful.
[    0.001119] SELinux:  Initializing.
[    0.001205] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.001256] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.003347] rcu: Hierarchical SRCU implementation.
[    0.003463] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[    0.004208] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-5.10/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0000-p3737-0000.dts
[    0.004219] DTB Build time: Jan 24 2023 15:26:09
[    0.005658] Tegra Revision: A01 SKU: 0xd0 CPU Process: 0 SoC Process: 0
[    0.005776] Remapping and enabling EFI services.
[    0.007009] smp: Bringing up secondary CPUs ...
[    0.035729] Detected PIPT I-cache on CPU1
[    0.035768] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000
[    0.035807] CPU1: Booted secondary processor 0x0000000100 [0x410fd421]
[    0.064469] Detected PIPT I-cache on CPU2
[    0.064479] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000
[    0.064494] CPU2: Booted secondary processor 0x0000000200 [0x410fd421]
[    0.093088] Detected PIPT I-cache on CPU3
[    0.093096] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000
[    0.093110] CPU3: Booted secondary processor 0x0000000300 [0x410fd421]
[    0.123769] Detected PIPT I-cache on CPU4
[    0.123789] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000
[    0.123816] CPU4: Booted secondary processor 0x0000010000 [0x410fd421]
[    0.152472] Detected PIPT I-cache on CPU5
[    0.152482] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000
[    0.152496] CPU5: Booted secondary processor 0x0000010100 [0x410fd421]
[    0.181114] Detected PIPT I-cache on CPU6
[    0.181124] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000
[    0.181139] CPU6: Booted secondary processor 0x0000010200 [0x410fd421]
[    0.209763] Detected PIPT I-cache on CPU7
[    0.209774] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000
[    0.209788] CPU7: Booted secondary processor 0x0000010300 [0x410fd421]
[    0.240454] Detected PIPT I-cache on CPU8
[    0.240475] GICv3: CPU8: found redistributor 20000 region 0:0x000000000f540000
[    0.240505] CPU8: Booted secondary processor 0x0000020000 [0x410fd421]
[    0.269147] Detected PIPT I-cache on CPU9
[    0.269157] GICv3: CPU9: found redistributor 20100 region 0:0x000000000f560000
[    0.269173] CPU9: Booted secondary processor 0x0000020100 [0x410fd421]
[    0.298401] Detected PIPT I-cache on CPU10
[    0.298410] GICv3: CPU10: found redistributor 20200 region 0:0x000000000f580000
[    0.298424] CPU10: Booted secondary processor 0x0000020200 [0x410fd421]
[    0.327652] Detected PIPT I-cache on CPU11
[    0.327663] GICv3: CPU11: found redistributor 20300 region 0:0x000000000f5a0000
[    0.327679] CPU11: Booted secondary processor 0x0000020300 [0x410fd421]
[    0.327735] smp: Brought up 1 node, 12 CPUs
[    0.327802] SMP: Total of 12 processors activated.
[    0.327809] CPU features: detected: Privileged Access Never
[    0.327812] CPU features: detected: LSE atomic instructions
[    0.327814] CPU features: detected: User Access Override
[    0.327817] CPU features: detected: 32-bit EL0 Support
[    0.327820] CPU features: detected: Common not Private translations
[    0.327823] CPU features: detected: RAS Extension Support
[    0.327826] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    0.327829] CPU features: detected: CRC32 instructions
[    0.327831] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    0.363639] CPU: All CPU(s) started at EL2
[    0.366115] devtmpfs: initialized
[    0.383725] Registered cp15_barrier emulation handler
[    0.383737] Registered setend emulation handler
[    0.383744] KASLR enabled
[    0.383885] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.383900] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.385521] pinctrl core: initialized pinctrl subsystem
[    0.386086] SMBIOS 3.0.0 present.
[    0.386094] DMI: Unknown Jetson AGX Orin/Jetson AGX Orin, BIOS 2.1-32413640 01/24/2023
[    0.386368] NET: Registered protocol family 16
[    0.387203] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.387405] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.387601] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.387631] audit: initializing netlink subsys (disabled)
[    0.387720] audit: type=2000 audit(0.384:1): state=initialized audit_enabled=0 res=1
[    0.387895] thermal_sys: Registered thermal governor 'step_wise'
[    0.387897] thermal_sys: Registered thermal governor 'power_allocator'
[    0.387902] thermal_sys: Registered thermal governor 'pid_thermal_gov'
[    0.390427] cpuidle: using governor menu
[    0.390540] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.390661] ASID allocator initialised with 32768 entries
[    0.390758] Serial: AMBA PL011 UART driver
[    0.392687] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful
[    0.392715] Tegra reboot handler registered.
[    0.411384] mc: mapped MMIO address: 0xffff8000111f0000 -> 0x2c10000
[    0.411402] mc: mapped MMIO address: 0xffff800011210000 -> 0x2c20000
[    0.411410] mc: mapped MMIO address: 0xffff800011230000 -> 0x2c30000
[    0.411417] mc: mapped MMIO address: 0xffff800011250000 -> 0x2c40000
[    0.411425] mc: mapped MMIO address: 0xffff800011270000 -> 0x2c50000
[    0.411431] mc: mapped MMIO address: 0xffff800011290000 -> 0x2b80000
[    0.411438] mc: mapped MMIO address: 0xffff8000112b0000 -> 0x2b90000
[    0.411445] mc: mapped MMIO address: 0xffff8000112d0000 -> 0x2ba0000
[    0.411452] mc: mapped MMIO address: 0xffff8000112f0000 -> 0x2bb0000
[    0.411458] mc: mapped MMIO address: 0xffff800011310000 -> 0x1700000
[    0.411465] mc: mapped MMIO address: 0xffff800011330000 -> 0x1710000
[    0.411471] mc: mapped MMIO address: 0xffff800011350000 -> 0x1720000
[    0.411477] mc: mapped MMIO address: 0xffff800011370000 -> 0x1730000
[    0.411485] mc: mapped MMIO address: 0xffff800011390000 -> 0x1740000
[    0.411491] mc: mapped MMIO address: 0xffff8000113b0000 -> 0x1750000
[    0.411497] mc: mapped MMIO address: 0xffff8000113d0000 -> 0x1760000
[    0.411504] mc: mapped MMIO address: 0xffff8000113f0000 -> 0x1770000
[    0.411514] nv-tegra-mc 2c10000.mc: No mssnvlink node
[    0.411540] mc-err: mcerr ops are set to t23x
[    0.412229] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 67, base_baud = 0) is a SBSA
[    1.670679] printk: console [ttyAMA0] enabled
[    1.679134] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    1.685840] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    1.692540] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    1.699239] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    1.707769] ACPI: Interpreter disabled.
[    1.712780] vdd-av1v1-hub: supplied by vdd-5v-sys
[    1.717677] vbusA-cvb: supplied by vdd-5v-sys
[    1.722154] vbusB-cvb: supplied by vdd-5v-sys
[    1.726636] vdd-usbc1-vbus: supplied by vdd-5v-sys
[    1.731546] vdd-usbc2-vbus: supplied by vdd-5v-sys
[    1.736621] iommu: Default domain type: Translated 
[    1.741546] eventlib_kernel: keventlib is initialized, test id: 0
[    1.747807] SCSI subsystem initialized
[    1.751630] usbcore: registered new interface driver usbfs
[    1.757130] usbcore: registered new interface driver hub
[    1.762455] usbcore: registered new device driver usb
[    1.767682] mc: Linux media interface: v0.10
[    1.771959] videodev: Linux video capture interface: v2.00
[    1.777587] pps_core: LinuxPPS API ver. 1 registered
[    1.782550] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.791688] PTP clock support registered
[    1.795804] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec
[    1.802970] tegra_wdt_t18x 2190000.watchdog: Registered successfully
[    1.810635] Registered efivars operations
[    1.815213] FPGA manager framework
[    1.818661] Advanced Linux Sound Architecture Driver Initialized.
[    1.825024] Bluetooth: Core ver 2.22
[    1.828606] NET: Registered protocol family 31
[    1.833049] Bluetooth: HCI device and connection manager initialized
[    1.839408] Bluetooth: HCI socket layer initialized
[    1.844287] Bluetooth: L2CAP socket layer initialized
[    1.849345] Bluetooth: SCO socket layer initialized
[    1.854727] camchar: rtcpu character device driver loaded
[    1.860357] clocksource: Switched to clocksource arch_sys_counter
[    2.019670] VFS: Disk quotas dquot_6.6.0
[    2.023648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.030685] pnp: PnP ACPI: disabled
[    2.036062] la/ptsa driver initialized.
[    2.039948] NET: Registered protocol family 2
[    2.044504] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    2.054238] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    2.062982] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    2.071272] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    2.079166] TCP: Hash tables configured (established 262144 bind 65536)
[    2.085883] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    2.092819] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    2.100268] NET: Registered protocol family 1
[    2.104893] RPC: Registered named UNIX socket transport module.
[    2.110827] RPC: Registered udp transport module.
[    2.115529] RPC: Registered tcp transport module.
[    2.120232] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.126682] PCI: CLS 0 bytes, default 64
[    2.130724] Trying to unpack rootfs image as initramfs...
[    2.246798] Freeing initrd memory: 8208K
[    2.253053] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    2.261003] kvm [1]: IPA Size Limit: 48 bits
[    2.265442] kvm [1]: VHE mode initialized successfully
[    2.271220] Initialise system trusted keyrings
[    2.275765] workingset: timestamp_bits=46 max_order=23 bucket_order=0
[    2.284358] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.290441] NFS: Registering the id_resolver key type
[    2.295509] Key type id_resolver registered
[    2.299690] Key type id_legacy registered
[    2.303728] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    2.310438] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    2.317845] ntfs: driver 2.1.32 [Flags: R/W].
[    2.333336] NET: Registered protocol family 38
[    2.337783] Key type asymmetric registered
[    2.341876] Asymmetric key parser 'x509' registered
[    2.346772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    2.354225] io scheduler mq-deadline registered
[    2.358758] io scheduler kyber registered
[    2.366714] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    2.372319] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[    2.377910] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    2.383495] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[    2.391546] tegra_dc_assign_hw_data: no matching compatible node
[    2.397562] tegradccommon module_init failed
[    2.401832] tegradc module_init failed
[    2.405832] EINJ: ACPI disabled.
[    2.410624] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[    2.417506] tegra-pmc: ### PMC reset source: SYS_RESET_N
[    2.422817] tegra-pmc: ### PMC reset level: L0
[    2.427257] tegra-pmc: ### PMC reset status reg: 0x0
[    2.433606] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.445998] random: fast init done
[    2.446151] printk: console [ttyTCU0] enabled
[    4.091983] arm-smmu 12000000.iommu: probing hardware configuration...
[    4.099965] arm-smmu 12000000.iommu: SMMUv2 with:
[    4.104822] arm-smmu 12000000.iommu: 	stage 1 translation
[    4.110378] arm-smmu 12000000.iommu: 	stage 2 translation
[    4.115918] arm-smmu 12000000.iommu: 	nested translation
[    4.121367] arm-smmu 12000000.iommu: 	stream matching with 128 register groups
[    4.128775] arm-smmu 12000000.iommu: 	128 context banks (0 stage-2 only)
[    4.137680] arm-smmu 12000000.iommu: 	Supported page sizes: 0x00001000
[    4.144378] arm-smmu 12000000.iommu: 	Stage-1: 48-bit VA -> 48-bit IPA
[    4.151072] arm-smmu 12000000.iommu: 	Stage-2: 48-bit IPA -> 48-bit PA
[    4.158645] arm-smmu 10000000.iommu: probing hardware configuration...
[    4.165339] arm-smmu 10000000.iommu: SMMUv2 with:
[    4.170161] arm-smmu 10000000.iommu: 	stage 1 translation
[    4.175695] arm-smmu 10000000.iommu: 	stage 2 translation
[    4.181225] arm-smmu 10000000.iommu: 	nested translation
[    4.186679] arm-smmu 10000000.iommu: 	stream matching with 128 register groups
[    4.194088] arm-smmu 10000000.iommu: 	128 context banks (0 stage-2 only)
[    4.202941] arm-smmu 10000000.iommu: 	Supported page sizes: 0x00001000
[    4.209634] arm-smmu 10000000.iommu: 	Stage-1: 48-bit VA -> 48-bit IPA
[    4.216325] arm-smmu 10000000.iommu: 	Stage-2: 48-bit IPA -> 48-bit PA
[    4.223451] arm-smmu 8000000.iommu: probing hardware configuration...
[    4.230052] arm-smmu 8000000.iommu: SMMUv2 with:
[    4.234786] arm-smmu 8000000.iommu: 	stage 1 translation
[    4.240241] arm-smmu 8000000.iommu: 	stage 2 translation
[    4.245690] arm-smmu 8000000.iommu: 	nested translation
[    4.251039] arm-smmu 8000000.iommu: 	stream matching with 128 register groups
[    4.258356] arm-smmu 8000000.iommu: 	128 context banks (0 stage-2 only)
[    4.267080] arm-smmu 8000000.iommu: 	Supported page sizes: 0x00001000
[    4.273690] arm-smmu 8000000.iommu: 	Stage-1: 48-bit VA -> 48-bit IPA
[    4.280290] arm-smmu 8000000.iommu: 	Stage-2: 48-bit IPA -> 48-bit PA
[    4.287604] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful
[    4.298043] tegra_profiler: version: 1.150, samples/io: 50/29
[    4.304017] tegra_profiler: auth: init
[    4.308147] nvsciipc: loaded module
[    4.313260] tun: Universal TUN/TAP device driver, 1.6
[    4.318879] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[    4.326291] hns3: Copyright (c) 2017 Huawei Corporation.
[    4.331764] e1000e: Intel(R) PRO/1000 Network Driver
[    4.336861] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    4.342944] igb: Intel(R) Gigabit Ethernet Network Driver
[    4.348484] igb: Copyright (c) 2007-2014 Intel Corporation.
[    4.354358] PPP generic driver version 2.4.2
[    4.358777] PPP BSD Compression module registered
[    4.363600] PPP Deflate Compression module registered
[    4.368801] PPP MPPE Compression module registered
[    4.373742] usbcore: registered new interface driver r8152
[    4.379382] usbcore: registered new interface driver asix
[    4.384934] usbcore: registered new interface driver ax88179_178a
[    4.391192] usbcore: registered new interface driver cdc_ether
[    4.397178] usbcore: registered new interface driver net1080
[    4.402986] usbcore: registered new interface driver cdc_subset
[    4.409075] usbcore: registered new interface driver zaurus
[    4.414804] usbcore: registered new interface driver cdc_ncm
[    4.420617] usbcore: registered new interface driver aqc111
[    4.426441] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.432805] ohci-pci: OHCI PCI platform driver
[    4.437374] ohci-platform: OHCI generic platform driver
[    4.443047] tegra-xusb 3610000.xhci: Adding to iommu group 0
[    4.449477] usbcore: registered new interface driver uas
[    4.454945] usbcore: registered new interface driver usb-storage
[    4.461261] tegra-xudc 3550000.xudc: Adding to iommu group 1
[    4.467403] mousedev: PS/2 mouse device common for all mice
[    4.473141] usbcore: registered new interface driver xpad
[    4.480552] tegra_rtc c2a0000.rtc: registered as rtc1
[    4.486023] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:29 UTC (29)
[    4.494255] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    4.500641] i2c /dev entries driver
[    4.504316] tegra-i2c 3160000.i2c: Adding to iommu group 2
[    4.510140] tegra-i2c c240000.i2c: Adding to iommu group 2
[    4.515824] tegra-i2c 3180000.i2c: Adding to iommu group 2
[    4.521502] tegra-i2c 3190000.i2c: Adding to iommu group 2
[    4.527180] tegra-i2c 31b0000.i2c: Adding to iommu group 2
[    4.532845] tegra-i2c 31c0000.i2c: Adding to iommu group 2
[    4.538511] tegra-i2c c250000.i2c: Adding to iommu group 2
[    4.544185] tegra-i2c 31e0000.i2c: Adding to iommu group 2
[    4.551942] tegra-camrtc-capture-vi tegra-capture-vi: ep of_device is not enabled endpoint.
[    4.560523] tegra-camrtc-capture-vi tegra-capture-vi: ep of_device is not enabled endpoint.
[    4.569974] device-mapper: uevent: version 1.0.3
[    4.574802] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[    4.584643] sdhci: Secure Digital Host Controller Interface driver
[    4.590989] sdhci: Copyright(c) Pierre Ossman
[    4.595455] Synopsys Designware Multimedia Card Interface Driver
[    4.601689] sdhci-pltfm: SDHCI platform and OF driver helper
[    4.607649] sdhci-tegra 3460000.sdhci: Adding to iommu group 3
[    4.607812] sdhci-tegra 3400000.sdhci: Adding to iommu group 4
[    4.608044] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401
[    4.608888] tegra-bpmp bpmp: firmware: 9a7bb16aee9be45a56e6-ccd7dae126b
[    4.610071] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9 
[    4.610611] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x81
[    4.615853] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0
[    4.649200] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful
[    5.854272] hid: raw HID events driver (C) Jiri Kosina
[    5.860057] usbcore: registered new interface driver usbhid
[    5.865798] usbhid: USB HID core driver
[    5.870521] tegra-dce d800000.dce: Adding to iommu group 5
[    5.877527] dce: dce_ipc_channel_init:314  Invalid Channel State [0x0] for ch_type [2]
[    5.886375] tegra234-aon c000000.aon: Adding to iommu group 6
[    5.892804] dce: dce_mailbox_set_full_interrupt:165  Intr bit set multiple times for MB : [0x5]
[    5.897243]  c000000.aon:hsp: probed
[    5.901776] dce: dce_admin_ipc_handle_signal:90   Spurious signal on channel: [0]. Ignored...
[    5.914246] tegra234-aon c000000.aon: init done
[    5.914660] tegra23x-psc e860000.psc: Adding to iommu group 7
[    5.918941] dce: dce_admin_send_cmd_ver:424  version : [0x2] err : [0x0]
[    5.925406] tegra23x-psc e860000.psc: ext_cfg base:(____ptrval____)
[    5.932087] dce: dce_mailbox_set_full_interrupt:165  Intr bit set multiple times for MB : [0x1]
[    5.938198] tegra23x-psc e860000.psc: init done
[    5.947144] dce: dce_admin_setup_clients_ipc:553  Channel Reset Complete for Type [1] ...
[    5.947146] dce: dce_admin_ipc_handle_signal:90   Spurious signal on channel: [1]. Ignored...
[    5.947160] dce: dce_admin_ipc_handle_signal:90   Spurious signal on channel: [1]. Ignored...
[    5.952042] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 8
[    5.960217] dce: dce_admin_setup_clients_ipc:529  Get queue info failed for [2]
[    5.960799] dce: dce_mailbox_set_full_interrupt:165  Intr bit set multiple times for MB : [0x2]
[    5.969643] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[    5.977807] dce: dce_admin_setup_clients_ipc:553  Channel Reset Complete for Type [3] ...
[    5.977808] dce: dce_admin_ipc_handle_signal:90   Spurious signal on channel: [3]. Ignored...
[    5.977819] dce: dce_admin_ipc_handle_signal:90   Spurious signal on channel: [3]. Ignored...
[    6.035422] dce: dce_start_boot_flow:173  DCE_BOOT_DONE
[    6.037537] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584
[    6.050001] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[    6.061638] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80
[    6.073338] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80
[    6.085128] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80
[    6.097732] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080
[    6.110582] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200
[    6.122774] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (117)
[    6.129597] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful
[    6.137966] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=10150ec03f8849d1537396903b70d4a48a255aba
[    6.152102] t19x_cache tegra-cache: probed
[    6.156652] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU
[    6.176573] optee: probing for conduit method.
[    6.181166] optee: revision 3.19 (18d0f61b)
[    6.181798] optee: dynamic shared memory is enabled
[    6.191228] optee: initialized driver
[    6.208345] nvpmodel: initialized successfully
[    6.213030] tegra_hv: get_hvd: not initialized yet
[    6.217971] user_ivc_mempool: hypervisor not present
[    6.223843] usbcore: registered new interface driver snd-usb-audio
[    6.231133] u32 classifier
[    6.233920]     input device check on
[    6.237682]     Actions configured
[    6.241327] Initializing XFRM netlink socket
[    6.246145] NET: Registered protocol family 10
[    6.252334] Segment Routing with IPv6
[    6.256173] NET: Registered protocol family 17
[    6.260760] NET: Registered protocol family 15
[    6.265419] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    6.279395] Bluetooth: RFCOMM socket layer initialized
[    6.284750] Bluetooth: RFCOMM ver 1.11
[    6.288634] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    6.294746] Bluetooth: HIDP socket layer initialized
[    6.300910] 9pnet: Installing 9P2000 support
[    6.305384] Key type dns_resolver registered
[    6.310774] registered taskstats version 1
[    6.315020] Loading compiled-in X.509 certificates
[    6.324590] Loaded X.509 cert 'Build time autogenerated kernel key: d2e6b29ce3ba3f3d31103e414d71889f8474be7b'
[    6.335188] tegra194-pcie 14100000.pcie: Adding to iommu group 9
[    6.348014] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[    6.355306] tegra194-pcie 14160000.pcie: Adding to iommu group 10
[    6.367905] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[    6.374855] tegra194-pcie 141a0000.pcie: Adding to iommu group 11
[    6.387126] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator
[    6.394091] tegra194-pcie 141a0000.pcie: Failed to get slot regulators: -517
[    6.418676] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 12
[    6.429077] host1x 13e40000.host1x: Adding to iommu group 13
[    7.446865] t23x_init_gating_regs: Timed out waiting for syncpt ram init!
[    7.465944] host1x 13e40000.host1x: initialized
[    7.471037] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 14
[    7.479241] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000)
[    7.491225] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 15
[    7.499322] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000)
[    7.511297] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 16
[    7.519401] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000)
[    7.531390] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 17
[    7.539474] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000)
[    7.551445] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 18
[    7.559544] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000)
[    7.571534] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 19
[    7.579671] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000)
[    7.591657] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 20
[    7.599771] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000)
[    7.611755] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 21
[    7.619844] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000)
[    7.631831] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 22
[    7.639935] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000)
[    7.651908] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 23
[    7.660033] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000)
[    7.672044] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 24
[    7.680127] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000)
[    7.692113] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 25
[    7.700202] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000)
[    7.712185] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 26
[    7.720312] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000)
[    7.732304] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 27
[    7.740405] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000)
[    7.752385] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 28
[    7.760508] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000)
[    7.772510] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 29
[    7.780585] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000)
[    7.792622] falcon 15340000.vic: Adding to iommu group 30
[    7.807172] falcon 15340000.vic: initialized
[    7.811896] falcon 15380000.nvjpg: Adding to iommu group 31
[    7.823647] falcon 15380000.nvjpg: initialized
[    7.828358] falcon 15540000.nvjpg1: Adding to iommu group 32
[    7.839335] falcon 15540000.nvjpg1: initialized
[    7.844128] falcon 154c0000.nvenc: Adding to iommu group 33
[    7.857980] falcon 154c0000.nvenc: initialized
[    7.862687] falcon 15a50000.ofa: Adding to iommu group 34
[    7.874274] falcon 15a50000.ofa: initialized
[    7.878808] nvdec 15480000.nvdec: Adding to iommu group 35
[    7.896704] nvdec 15480000.nvdec: initialized
[    7.901310] tsec 15500000.tsec: Adding to iommu group 36
[    7.916680] tsec 15500000.tsec: initialized
[    7.924544] gic 2a41000.agic-controller: GIC IRQ controller registered
[    7.941098] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[    7.956303] gpio-394 (camera-control-output-low): hogged as output/low
[    7.963068] gpio-397 (camera-control-output-low): hogged as output/low
[    7.969838] gpio-487 (camera-control-output-low): hogged as output/low
[    7.976600] gpio-486 (camera-control-output-low): hogged as output/low
[    7.984372] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio
[    7.991566] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon
[    7.998545] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    8.005073] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[    8.011554] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    8.017940] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[    8.026114] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[    8.034668] tegra194-isp5 14800000.isp: Adding to iommu group 37
[    8.044023] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU
[    8.053711] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized
[    8.060284] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 38
[    8.068439] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 39
[    8.076517] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU
[    8.086506] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized
[    8.093322] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU
[    8.103272] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized
[    8.110078] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU
[    8.119996] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized
[    8.126821] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 40
[    8.135564] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000)
[    8.146941] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 41
[    8.155731] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000)
[    8.167097] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 42
[    8.175843] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000)
[    8.187210] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 43
[    8.195949] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000)
[    8.207318] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 44
[    8.216064] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000)
[    8.227437] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 45
[    8.236187] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000)
[    8.247577] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 46
[    8.256312] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000)
[    8.267733] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 47
[    8.276481] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000)
[    8.287860] pva 16000000.pva0: Adding to iommu group 48
[    8.313856] pva 16000000.pva0: initialized
[    8.324795] nvdla 15880000.nvdla0: Adding to iommu group 49
[    8.339672] nvdla 15880000.nvdla0: initialized
[    8.345986] nvdla 158c0000.nvdla1: Adding to iommu group 50
[    8.360521] nvdla 158c0000.nvdla1: initialized
[    8.366774] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 2
[    8.373866] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels
[    8.381352] tegra-fuse-burn efuse-burn: shutdown limit check disabled
[    8.388010] tegra-fuse-burn efuse-burn: Fuse burn driver initialized
[    8.394750] serial-tegra 3100000.serial: Adding to iommu group 2
[    8.401439] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 13, base_baud = 0) is a TEGRA_UART
[    8.411250] serial-tegra 3110000.serial: Adding to iommu group 2
[    8.417920] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 65, base_baud = 0) is a TEGRA_UART
[    8.427527] serial-tegra 3130000.serial: Adding to iommu group 2
[    8.434101] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 66, base_baud = 0) is a TEGRA_UART
[    8.461405] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release
[    8.471177] tegra-xusb 3610000.xhci: xHCI Host Controller
[    8.476762] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[    8.485396] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810
[    8.495020] tegra-xusb 3610000.xhci: irq 235, io mem 0x03610000
[    8.501462] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    8.509965] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.517395] usb usb1: Product: xHCI Host Controller
[    8.522410] usb usb1: Manufacturer: Linux 5.10.104-tegra xhci-hcd
[    8.528679] usb usb1: SerialNumber: 3610000.xhci
[    8.534161] hub 1-0:1.0: USB hub found
[    8.538054] hub 1-0:1.0: 4 ports detected
[    8.542449] tegra-xusb 3610000.xhci: xHCI Host Controller
[    8.548014] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[    8.555810] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[    8.563345] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    8.571857] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.579291] usb usb2: Product: xHCI Host Controller
[    8.584307] usb usb2: Manufacturer: Linux 5.10.104-tegra xhci-hcd
[    8.590588] usb usb2: SerialNumber: 3610000.xhci
[    8.596174] hub 2-0:1.0: USB hub found
[    8.600069] hub 2-0:1.0: 4 ports detected
[    8.625472] tegra23x-oc-event soctherm-oc-event: Finished tegra23x overcurrent event probing
[    8.647965] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2009000 KHz, changing to: 2035200 KHz
[    8.661822] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2008000 KHz, changing to: 2035200 KHz
[    8.675391] cpufreq: cpufreq_online: CPU8: Running at unlisted initial frequency: 2010000 KHz, changing to: 2035200 KHz
[    8.688008] tegra194-cpufreq e000000.ccplex: probed with ICC
[    8.695413] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[    8.698552] sdhci-tegra 3400000.sdhci: Got CD GPIO
[    8.702770] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges:
[    8.703989] mmc0: CQHCI version 5.10
[    8.715684] irq: IRQ302: trimming hierarchy from :interrupt-controller@f400000-1
[    8.717687] tegra194-pcie 14100000.pcie:       IO 0x0030100000..0x00301fffff -> 0x0030100000
[    8.725322] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 302
[    8.725461] random: crng init done
[    8.731915] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit
[    8.733971] tegra194-pcie 14100000.pcie:      MEM 0x20a8000000..0x20afffffff -> 0x0040000000
[    8.733974] tegra194-pcie 14100000.pcie:      MEM 0x2080000000..0x20a7ffffff -> 0x2080000000
[    8.804359] usb 1-3: new full-speed USB device number 2 using tegra-xusb
[    8.825004] mmc0: Command Queue Engine enabled
[    8.829577] mmc0: periodic cache flush enabled
[    8.834149] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    8.841039] mmcblk0: mmc0:0001 G1M15M 59.3 GiB 
[    8.845899] mmcblk0rpmb: mmc0:0001 G1M15M partition 3 4.00 MiB, chardev (511:0)
[    8.862509]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14
[    8.876497] tegra194-pcie 14100000.pcie: Link up
[    8.882256] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00
[    8.889076] pci_bus 0001:00: root bus resource [bus 00-ff]
[    8.894714] pci_bus 0001:00: root bus resource [io  0x0000-0xfffff] (bus address [0x30100000-0x301fffff])
[    8.904565] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff])
[    8.915409] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref]
[    8.923336] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400
[    8.929688] pci 0001:00:00.0: PME# supported from D0 D3hot
[    8.939891] pci 0001:01:00.0: [10ec:c822] type 00 class 0x028000
[    8.946243] pci 0001:01:00.0: reg 0x10: [io  0x0000-0x00ff]
[    8.952192] pci 0001:01:00.0: reg 0x18: [mem 0x20a8000000-0x20a800ffff 64bit]
[    8.960632] pci 0001:01:00.0: supports D1 D2
[    8.965026] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    8.968706] usb 1-3: New USB device found, idVendor=13d3, idProduct=3549, bcdDevice= 0.00
[    8.976272] pci 0001:00:00.0: BAR 14: assigned [mem 0x20a8000000-0x20a80fffff]
[    8.980254] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    8.980256] usb 1-3: Product: Bluetooth Radio
[    8.980259] usb 1-3: Manufacturer: Realtek
[    8.987696] pci 0001:00:00.0: BAR 13: assigned [io  0x1000-0x1fff]
[    8.995039] usb 1-3: SerialNumber: 00e04c000001
[    9.014763] pci 0001:01:00.0: BAR 2: assigned [mem 0x20a8000000-0x20a800ffff 64bit]
[    9.022748] pci 0001:01:00.0: BAR 0: assigned [io  0x1000-0x10ff]
[    9.029047] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[    9.034419] pci 0001:00:00.0:   bridge window [io  0x1000-0x1fff]
[    9.040687] pci 0001:00:00.0:   bridge window [mem 0x20a8000000-0x20a80fffff]
[    9.048050] pci 0001:00:00.0: Max Payload Size set to  128/ 256 (was  256), Max Read Rq  512
[    9.056823] pci 0001:01:00.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  512
[    9.065781] pcieport 0001:00:00.0: Adding to iommu group 9
[    9.071683] pcieport 0001:00:00.0: PME: Signaling with IRQ 51
[    9.077828] pcieport 0001:00:00.0: AER: enabled with IRQ 51
[    9.084681] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[    9.092191] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges:
[    9.099373] tegra194-pcie 14160000.pcie:       IO 0x0036100000..0x00361fffff -> 0x0036100000
[    9.101319] usb 2-3: new SuperSpeedPlus Gen 2 USB device number 2 using tegra-xusb
[    9.108065] tegra194-pcie 14160000.pcie:      MEM 0x2428000000..0x242fffffff -> 0x0040000000
[    9.124533] tegra194-pcie 14160000.pcie:      MEM 0x2140000000..0x2427ffffff -> 0x2140000000
[    9.149967] usb 2-3: New USB device found, idVendor=0bda, idProduct=0420, bcdDevice= 1.40
[    9.158391] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    9.165733] usb 2-3: Product: 4-Port USB 3.0 Hub
[    9.170476] usb 2-3: Manufacturer: Generic
[    9.185443] hub 2-3:1.0: USB hub found
[    9.191453] hub 2-3:1.0: 4 ports detected
[    9.268499] usb 1-4: new high-speed USB device number 3 using tegra-xusb
[    9.447004] usb 1-4: New USB device found, idVendor=0bda, idProduct=5420, bcdDevice= 1.40
[    9.455423] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    9.462767] usb 1-4: Product: 4-Port USB 2.0 Hub
[    9.467513] usb 1-4: Manufacturer: Generic
[    9.474770] hub 1-4:1.0: USB hub found
[    9.480171] hub 1-4:1.0: 4 ports detected
[   10.180357] usb 1-4.3: new low-speed USB device number 4 using tegra-xusb
[   10.241961] tegra194-pcie 14160000.pcie: Phy link never came up
[   10.248141] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00
[   10.254963] pci_bus 0004:00: root bus resource [bus 00-ff]
[   10.260605] pci_bus 0004:00: root bus resource [io  0x100000-0x1fffff] (bus address [0x36100000-0x361fffff])
[   10.270725] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff])
[   10.281558] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref]
[   10.289486] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400
[   10.295827] pci 0004:00:00.0: PME# supported from D0 D3hot
[   10.298460] usb 1-4.3: New USB device found, idVendor=1c4f, idProduct=0002, bcdDevice= 3.30
[   10.309286] pci 0004:00:00.0: PCI bridge to [bus 01-ff]
[   10.310058] usb 1-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   10.315441] pci 0004:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[   10.322940] usb 1-4.3: Product: USB Keyboard
[   10.331892] pcieport 0004:00:00.0: Adding to iommu group 10
[   10.336021] usb 1-4.3: Manufacturer: SIGMACHIP
[   10.342035] input: SIGMACHIP USB Keyboard as /devices/platform/3610000.xhci/usb1/1-4/1-4.3/1-4.3:1.0/0003:1C4F:0002.0001/input/input0
[   10.346586] pcieport 0004:00:00.0: PME: Signaling with IRQ 53
[   10.364841] pcieport 0004:00:00.0: AER: enabled with IRQ 53
[   10.370826] pci_bus 0004:01: busn_res: [bus 01-ff] is released
[   10.376914] pci 0004:00:00.0: Removing from iommu group 10
[   10.382556] pci_bus 0004:00: busn_res: [bus 00-ff] is released
[   10.390034] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator
[   10.396603] tegra194-pcie 141a0000.pcie: Failed to get slot regulators: -517
[   10.396695] vdd-3v3-pcie: supplied by vdd-3v3-sys
[   10.401734] avdd-cam-2v8: supplied by vdd-3v3-sys
[   10.406666] vdd-dp: supplied by vdd-3v3-sys
[   10.411128] vdd-3v3-sd: supplied by vdd-3v3-sys
[   10.416079] dsi-vdd-1v8-bl-en: supplied by vdd-1v8-sys
[   10.420839] hid-generic 0003:1C4F:0002.0001: input,hidraw0: USB HID v1.10 Keyboard [SIGMACHIP USB Keyboard] on usb-3610000.xhci-4.3/input0
[   10.435723] tegra194-isp5 14800000.isp: initialized
[   10.438194] input: SIGMACHIP USB Keyboard Consumer Control as /devices/platform/3610000.xhci/usb1/1-4/1-4.3/1-4.3:1.1/0003:1C4F:0002.0002/input/input1
[   10.455277] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized
[   10.461719] (NULL device *): fops function table already registered
[   10.469089] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized
[   10.476058] sdhci-tegra 3400000.sdhci: Got CD GPIO
[   10.481065] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator
[   10.492530] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 302
[   10.512560] input: SIGMACHIP USB Keyboard System Control as /devices/platform/3610000.xhci/usb1/1-4/1-4.3/1-4.3:1.1/0003:1C4F:0002.0002/input/input2
[   10.526548] hid-generic 0003:1C4F:0002.0002: input,hidraw1: USB HID v1.10 Device [SIGMACHIP USB Keyboard] on usb-3610000.xhci-4.3/input1
[   10.593554] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges:
[   10.600751] tegra194-pcie 141a0000.pcie:       IO 0x003a100000..0x003a1fffff -> 0x003a100000
[   10.609435] tegra194-pcie 141a0000.pcie:      MEM 0x2b28000000..0x2b2fffffff -> 0x0040000000
[   10.618116] tegra194-pcie 141a0000.pcie:      MEM 0x2740000000..0x2b27ffffff -> 0x2740000000
[   10.620356] usb 1-4.4: new low-speed USB device number 5 using tegra-xusb
[   10.741219] usb 1-4.4: New USB device found, idVendor=03f0, idProduct=134a, bcdDevice= 1.00
[   10.749808] usb 1-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   10.757324] usb 1-4.4: Product: HP USB Optical Mouse
[   10.762425] usb 1-4.4: Manufacturer: PixArt
[   10.771281] input: PixArt HP USB Optical Mouse as /devices/platform/3610000.xhci/usb1/1-4/1-4.4/1-4.4:1.0/0003:03F0:134A.0003/input/input3
[   10.784852] hid-generic 0003:03F0:134A.0003: input,hidraw2: USB HID v1.11 Mouse [PixArt HP USB Optical Mouse] on usb-3610000.xhci-4.4/input0
[   11.560744] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit
[   11.741948] tegra194-pcie 141a0000.pcie: Phy link never came up
[   11.748111] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00
[   11.754910] pci_bus 0005:00: root bus resource [bus 00-ff]
[   11.760543] pci_bus 0005:00: root bus resource [io  0x200000-0x2fffff] (bus address [0x3a100000-0x3a1fffff])
[   11.770635] pci_bus 0005:00: root bus resource [mem 0x2b28000000-0x2b2fffffff] (bus address [0x40000000-0x47ffffff])
[   11.781463] pci_bus 0005:00: root bus resource [mem 0x2740000000-0x2b27ffffff pref]
[   11.789381] pci 0005:00:00.0: [10de:229a] type 01 class 0x060400
[   11.795725] pci 0005:00:00.0: PME# supported from D0 D3hot
[   11.809193] pci 0005:00:00.0: PCI bridge to [bus 01-ff]
[   11.814590] pci 0005:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[   11.823529] pcieport 0005:00:00.0: Adding to iommu group 11
[   11.829504] pcieport 0005:00:00.0: PME: Signaling with IRQ 55
[   11.835787] pcieport 0005:00:00.0: AER: enabled with IRQ 55
[   11.841737] pci_bus 0005:01: busn_res: [bus 01-ff] is released
[   11.847812] pci 0005:00:00.0: Removing from iommu group 11
[   11.853465] pci_bus 0005:00: busn_res: [bus 00-ff] is released
[   11.861117] nvethernet 6810000.ethernet: Adding to iommu group 51
[   11.867709] nvethernet 6810000.ethernet: failed to read skip mac reset flag, default 0
[   11.875865] nvethernet 6810000.ethernet: failed to read MDIO address
[   11.882398] nvethernet 6810000.ethernet: setting to default DMA bit mask
[   11.889303] nvethernet 6810000.ethernet: Failed to read DMA Tx ring size, using default [4096]
[   11.898170] nvethernet 6810000.ethernet: Failed to read DMA Tx ring size, using default [4096]
[   11.907024] nvethernet 6810000.ethernet: failed to read UPHY GBE mode- default to 10G
[   12.297304] nvethernet 6810000.ethernet: Ethernet MAC address: 48:b0:2d:a5:15:00
[   12.304982] -->macsec_probe()
[   12.304996] -->macsec_get_platform_res()
[   12.305026] <--macsec_get_platform_res()
[   12.305027] -->macsec_enable_car()
[   12.305247] <--macsec_enable_car()
[   12.305268] <--macsec_probe()
[   12.305270] nvethernet 6810000.ethernet: Macsec not enabled
[   12.311001] nvethernet 6810000.ethernet: Macsec: Reduced MTU: 1466 Max: 16383
[   12.320325] nvethernet 6810000.ethernet: eth0 (HW ver: 31) created with 10 DMA channels
[   12.329050] irq: IRQ304: trimming hierarchy from :pmc@c360000
[   12.335019] irq: IRQ305: trimming hierarchy from :interrupt-controller@f400000-1
[   12.342682] irq: IRQ306: trimming hierarchy from :pmc@c360000
[   12.348629] input: gpio-keys as /devices/platform/gpio-keys/input/input4
[   12.356178] tegra-se-nvhost 15810000.se: Adding to iommu group 52
[   12.362798] tegra-se-nvhost 15810000.se: initialized
[   12.378774] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[   12.385155] tegra-se-nvhost 15820000.se: Adding to iommu group 53
[   12.391702] tegra-se-nvhost 15820000.se: initialized
[   12.399125] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[   12.405487] tegra-se-nvhost 15840000.se: Adding to iommu group 54
[   12.412060] tegra-se-nvhost 15840000.se: initialized
[   12.418358] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[   12.425218] tegra_actmon d230000.actmon: in actmon_register()...
[   12.431539] tegra_actmon d230000.actmon: bwmgr_disable = 1
[   12.437565] tegra_actmon d230000.actmon: initialization Completed for the device mc_all
[   12.445943] hvc_sysfs: hypervisor is not present
[   12.580476] ALSA device list:
[   12.583527]   No soundcards found.
[   12.587609] Freeing unused kernel memory: 3968K
[   12.592308] Run /init as init process
[   12.596075]   with arguments:
[   12.596076]     /init
[   12.596077]     nv-auto-config
[   12.596078]   with environment:
[   12.596079]     HOME=/
[   12.596079]     TERM=linux
[   12.596080]     mminit_loglevel=4
[   12.607866] Root device found: mmcblk0p1
[   12.612381] Found dev node: /dev/mmcblk0p1
[   12.640553] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[   12.649707] Rootfs mounted over mmcblk0p1
[   12.669627] Switching from initrd to actual rootfs
[   12.791173] systemd[1]: System time before build time, advancing clock.
[   12.843545] systemd[1]: systemd 245.4-4ubuntu3.19 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[   12.867222] systemd[1]: Detected architecture arm64.
[   12.917926] systemd[1]: Set hostname to <ubuntu>.
[   13.098310] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[   13.111352] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[   13.121087] systemd[1]: Created slice system-modprobe.slice.
[   13.127397] systemd[1]: Created slice system-serial\x2dgetty.slice.
[   13.134230] systemd[1]: Created slice User and Session Slice.
[   13.140292] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   13.148407] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   13.158168] systemd[1]: Reached target User and Group Name Lookups.
[   13.164689] systemd[1]: Reached target Slices.
[   13.169317] systemd[1]: Reached target Swap.
[   13.173973] systemd[1]: Listening on RPCbind Server Activation Socket.
[   13.180830] systemd[1]: Listening on Syslog Socket.
[   13.193776] systemd[1]: Listening on fsck to fsckd communication Socket.
[   13.200797] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   13.207806] systemd[1]: Listening on Journal Audit Socket.
[   13.213599] systemd[1]: Listening on Journal Socket (/dev/log).
[   13.219836] systemd[1]: Listening on Journal Socket.
[   13.225089] systemd[1]: Listening on udev Control Socket.
[   13.230751] systemd[1]: Listening on udev Kernel Socket.
[   13.237394] systemd[1]: Mounting Huge Pages File System...
[   13.244147] systemd[1]: Mounting POSIX Message Queue File System...
[   13.251602] systemd[1]: Mounting RPC Pipe File System...
[   13.258127] systemd[1]: Mounting Kernel Debug File System...
[   13.265047] systemd[1]: Mounting Kernel Trace File System...
[   13.272147] systemd[1]: Starting Journal Service...
[   13.278455] systemd[1]: Starting Set the console keyboard layout...
[   13.285979] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   13.295757] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[   13.302770] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[   13.312058] systemd[1]: Starting Load Kernel Module efi_pstore...
[   13.319445] systemd[1]: Starting Load Kernel Module pstore_blk...
[   13.326812] systemd[1]: Starting Load Kernel Module pstore_zone...
[   13.334195] systemd[1]: Starting Load Kernel Module ramoops...
[   13.341341] systemd[1]: Starting NVIDIA specific first-boot udev script...
[   13.349656] systemd[1]: Started Nameserver information manager.
[   13.355976] systemd[1]: Reached target Network (Pre).
[   13.364456] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   13.373815] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   13.390916] systemd[1]: Starting Load Kernel Modules...
[   13.397347] systemd[1]: Starting Remount Root and Kernel File Systems...
[   13.404137] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[   13.410749] nvmap_heap_init: nvmap_heap_init: created heap block cache
[   13.411039] systemd[1]: Starting udev Coldplug all Devices...
[   13.417580] tegra-carveouts tegra-carveouts: fsi :dma coherent mem declare 0x0000000833000000,16777216
[   13.433046] tegra-carveouts tegra-carveouts: assigned reserved memory node fsi-carveout
[   13.433054] tegra-carveouts tegra-carveouts: vpr :dma coherent mem declare 0x0000000849800000,914358272
[   13.450959] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[   13.450964] nvmap_page_pool_init: Total RAM pages: 7830707
[   13.464828] nvmap_page_pool_init: nvmap page pool size: 978838 pages (3823 MB)
[   13.465080] misc nvmap: created heap vpr base 0x0000000849800000 size (892928KiB)
[   13.465104] nvmap_background_zero_thread: PP zeroing thread starting.
[   13.488134] systemd[1]: Started Journal Service.
[   13.489559] misc nvmap: created heap fsi base 0x0000000833000000 size (16384KiB)
[   13.535136] systemd-journald[299]: Received client request to flush runtime journal.
[   13.567951] nvgpu: 17000000.ga10b          nvgpu_nvhost_syncpt_init:135  [INFO]  syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000

[   13.809926] using random self ethernet address
[   13.814605] using random host ethernet address
[   13.932070] nvidia: loading out-of-tree module taints kernel.
[   13.943899] nv_platform 13800000.display: Adding to iommu group 55
[   13.947288] platform 13800000.display:nvdisplay-niso: Adding to iommu group 56
[   13.950022] NVRM: loading NVIDIA UNIX Open Kernel Module for aarch64  35.2.1  Release Build  (buildbrain@mobile-u64-6348-d7000)  Tue Jan 24 15:26:51 PST 2023
[   13.953260] spi-tegra114 3210000.spi: Adding to iommu group 2
[   13.955011] spi-tegra114 3230000.spi: Adding to iommu group 2
[   13.999533] irq: IRQ307: trimming hierarchy from :pmc@c360000
[   14.002604] cpu-throttle-alert cooling device registered.
[   14.002836] gpu-throttle-alert cooling device registered.
[   14.002915] cv0-throttle-alert cooling device registered.
[   14.002979] cv1-throttle-alert cooling device registered.
[   14.003058] cv2-throttle-alert cooling device registered.
[   14.003126] soc0-throttle-alert cooling device registered.
[   14.003195] soc1-throttle-alert cooling device registered.
[   14.004744] soc2-throttle-alert cooling device registered.
[   14.005089] hot-surface-alert cooling device registered.
[   14.015507] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 16 channels
[   14.068605] irq: IRQ308: trimming hierarchy from :pmc@c360000
[   14.068616] nct1008_nct72 4-004c: starting parse dt
[   14.068669] nct1008_nct72 4-004c: !!!Found deprecated property!!!
[   14.068671] nct1008_nct72 4-004c: success parsing dt
[   14.068757] nct1008_nct72 4-004c: success in enabling tmp451 VDD rail
[   14.072802] tegra-hda 3510000.hda: Adding to iommu group 57
[   14.094525] nvadsp 2993000.adsp: Adding to iommu group 58
[   14.094655] nvadsp 2993000.adsp: in probe()...
[   14.095158] nvadsp 2993000.adsp: nvadsp_app_module_probe
[   14.104592] nct1008_nct72 4-004c: LOC shutdown limit 107
[   14.105222] nct1008_nct72 4-004c: EXT shutdown limit 107
[   14.141184] nct1008_nct72 4-004c: initial LOC temp: 32000 
[   14.141700] nct1008_nct72 4-004c: initial EXT temp: 38250 
[   14.142902] nct1008_nct72 4-004c: hi_b:-4, lo_b:0
[   14.143617] nct1008_nct72 4-004c: nct1008_probe: initialized
[   14.158612] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=3 as /devices/platform/3510000.hda/sound/card0/input5
[   14.158932] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=7 as /devices/platform/3510000.hda/sound/card0/input6
[   14.159267] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=8 as /devices/platform/3510000.hda/sound/card0/input7
[   14.159486] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=9 as /devices/platform/3510000.hda/sound/card0/input8
[   14.201760] loop: module loaded
[   14.215263] irq: IRQ310: trimming hierarchy from :pmc@c360000
[   14.240972] tegra-asoc: sound: Adding to iommu group 58
[   14.247928] OF: graph: no port node found in /i2c@c240000/ucsi_ccg@8/connector@0
[   14.255883] ucsi_ccg 1-0008: Port-0: no role switch found
[   14.296633] tegra210-adsp aconnect@2a41000:adsp_audio: Adding to iommu group 58
[   14.296655] tegra210_adsp_audio_probe: platform probe started
[   14.296960] tegra210-adsp tegra210-adsp: Default param-type to BYTE for mp3-dec1
[   14.297194] tegra210-adsp tegra210-adsp: Default param-type to BYTE for spkprot
[   14.297422] tegra210-adsp tegra210-adsp: Default param-type to BYTE for src
[   14.297651] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aac-dec1
[   14.297875] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aec
[   14.298098] tegra210-adsp tegra210-adsp: Default param-type to BYTE for wire
[   14.298101] tegra210-adsp tegra210-adsp: adma channel page address dt entry not found
[   14.298102] tegra210-adsp tegra210-adsp: using adma channel page 0
[   14.298147] nvadsp 2993000.adsp: ADSP OS firmware already loaded
[   14.320334] usbcore: registered new interface driver btusb
[   14.322674] rtl88x2ce 0001:01:00.0: Adding to iommu group 9
[   14.323000] rtl88x2ce 0001:01:00.0: enabling device (0000 -> 0003)
[   14.343677] OF: graph: no port node found in /i2c@c240000/ucsi_ccg@8/connector@0
[   14.343903] cryptd: max_cpu_qlen set to 1000
[   14.351542] OF: graph: no port node found in /i2c@c240000/ucsi_ccg@8/connector@0
[   14.359337] rtk_btusb: Realtek Bluetooth USB driver ver 3.1
[   14.359339] rtk_btcoex: rtk_btcoex_init: version: 1.2
[   14.359342] rtk_btcoex: create workqueue
[   14.359409] rtk_btcoex: alloc buffers 1792, 2432 for ev and l2
[   14.359447] rtk_btusb: btusb_probe intf->cur_altsetting->desc.bInterfaceNumber 0
[   14.359448] rtk_btusb: btusb_probe can_wakeup 1, may wakeup 0
[   14.359450] rtk_btusb: patch_add
[   14.359451] rtk_btusb: auto suspend is disabled
[   14.359453] rtk_btusb: pid = 0x3549
[   14.359454] rtk_btusb: patch_add: Reset gEVersion to 0xff
[   14.359460] rtk_btusb: set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
[   14.359565] rtk_btusb: btusb_probe: done
[   14.359596] usbcore: registered new interface driver rtk_btusb
[   14.359772] rtk_btusb: btusb_open start
[   14.359775] rtk_btusb: btusb_open hdev->promisc ==0
[   14.359777] rtk_btusb: download_patch start
[   14.359780] rtk_btusb: chip type value: 0x73
[   14.359782] rtk_btusb: HCI reset.
[   14.371309] rtk_btusb: read_ver_rsp->lmp_subver = 0x8822
[   14.371314] rtk_btusb: read_ver_rsp->hci_rev = 0xc
[   14.371316] rtk_btusb: patch_entry->lmp_sub = 0x8822
[   14.371318] rtk_btusb: load_firmware start
[   14.371319] rtk_btusb: lmp_version = 0x8822
[   14.371321] rtk_btusb: config filename rtl8822cu_config
[   14.378853] rtk_btusb: no bdaddr file /opt/bdaddr
[   14.378860] rtk_btusb: 55 ab 23 87 00 00
[   14.378867] rtk_btusb: Config file length 6, new length 6
[   14.378869] rtk_btusb: fw name is  rtl8822cu_fw
[   14.388462] rtk_btusb: This is not 8723a, use new patch style!
[   14.388470] rtk_btusb: rtk_get_eversion: gEVersion 255
[   14.389351] rtk_btusb: eversion->status = 0x0, eversion->version = 0x3
[   14.389357] rtk_btusb: load_firmware: New gEVersion 3
[   14.389360] rtk_btusb: rtk_get_fw_project_id: opcode 0, len 1, data 13
[   14.389362] rtk_btusb: lmp_version is 8822, project_id is 8822, match!
[   14.389363] rtk_btusb: fw_version = 0x9a8cbc9
[   14.389364] rtk_btusb: number_of_total_patch = 3
[   14.389365] rtk_btusb: chipID 4
[   14.389366] rtk_btusb: patch_length 0x8590
[   14.389367] rtk_btusb: start_offset 0x00005d00
[   14.389368] rtk_btusb: Svn version: 1940234490
[   14.389369] rtk_btusb: Coexistence: BTCOEX_20210106-2020
[   14.389370] rtk_btusb: buf_len = 0x8596
[   14.389381] rtk_btusb: fw: exists, config file: exists
[   14.389382] rtk_btusb: load_firmware done
[   14.389396] rtk_btusb: download_data start
[   14.541671] input: NVIDIA Jetson AGX Orin APE Headset Jack as /devices/platform/sound/sound/card1/input9
[   14.560320] rtk_btusb: download_data done
[   14.560325] rtk_btusb: HCI reset.
[   14.561941] Mass Storage Function, version: 2009/09/11
[   14.561946] LUN: removable file: (no medium)
[   14.564171] using random self ethernet address
[   14.568825] using random host ethernet address
[   14.571307] rtk_btusb: read_ver_rsp->lmp_subver = 0xcbc9
[   14.573404] rtk_btusb: read_ver_rsp->hci_rev = 0x9a8
[   14.573407] rtk_btusb: patch_entry->lmp_sub = 0x8822
[   14.573415] rtk_btusb: Rtk patch end 0
[   14.573419] rtk_btusb: btusb_open set HCI_RUNNING
[   14.573445] rtk_btcoex: Open BTCOEX
[   14.573447] rtk_btusb: btusb_open end
[   14.576325] rtk_btcoex: BTCOEX hci_rev 0x09a8
[   14.576340] rtk_btcoex: BTCOEX lmp_subver 0xcbc9
[   14.596309] rtk_btusb: btusb_notify: hci0 evt 3
[   14.596627] rndis0: HOST MAC 5e:e9:e9:e8:44:d0
[   14.596630] rndis0: MAC 5e:e9:e9:e8:44:d1
[   14.596989] usb0: HOST MAC 5e:e9:e9:e8:44:d2
[   14.596991] usb0: MAC 5e:e9:e9:e8:44:d3
[   14.597820] tegra-xudc 3550000.xudc: EP 0 (type: ctrl, dir: out) enabled
[   14.598771] tegra210-adsp tegra210-adsp: Loaded app wire
[   14.598776] tegra210-adsp tegra210-adsp: Loaded app apm
[   14.598779] tegra210-adsp tegra210-adsp: Loaded app adma
[   14.598781] tegra210-adsp tegra210-adsp: Loaded app adma_tx
[   14.598784] nvadsp_set_adma_dump_reg: callback for adma reg dump is sent to 000000002c6ac084
[   14.599991] l4tbr0: port 1(rndis0) entered blocking state
[   14.600003] l4tbr0: port 1(rndis0) entered disabled state
[   14.600120] device rndis0 entered promiscuous mode
[   14.605145] l4tbr0: port 2(usb0) entered blocking state
[   14.605157] l4tbr0: port 2(usb0) entered disabled state
[   14.605289] device usb0 entered promiscuous mode
[   14.622658] tegra210-adsp tegra210-adsp: Tegra210 ADSP driver successfully registered
[   15.539689] pstore: Using crash dump compression: deflate
[   15.539739] printk: console [ramoops-1] enabled
[   15.539742] pstore: Registered ramoops as persistent store backend
[   15.539744] ramoops: using 0x200000@0x82e800000, ecc: 0
[   15.540240] nvgpu: 17000000.ga10b                 tpc_pg_mask_store:1067 [INFO]  no value change, same mask already set
[   15.562243] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   15.562262] Bluetooth: BNEP socket layer initialized
[   15.695988] nvgpu: 17000000.ga10b                  gk20a_scale_init:539  [INFO]  enabled scaling for GPU

[   16.164169] irq: IRQ312: trimming hierarchy from :interrupt-controller@f400000-1
[   16.164821] hwmon hwmon6: temp1_input not attached to any thermal zone
[   16.450722] zram: Added device: zram0
[   16.451460] zram: Added device: zram1
[   16.452280] zram: Added device: zram2
[   16.452991] zram: Added device: zram3
[   16.453714] zram: Added device: zram4
[   16.454351] zram: Added device: zram5
[   16.454703] zram: Added device: zram6
[   16.454814] zram: Added device: zram7
[   16.454974] zram: Added device: zram8
[   16.456533] zram: Added device: zram9
[   16.456776] zram: Added device: zram10
[   16.456961] zram: Added device: zram11
[   16.507246] zram0: detected capacity change from 0 to 1336442880
[   16.636377] Adding 1305116k swap on /dev/zram0.  Priority:5 extents:1 across:1305116k SS
[   16.639241] zram1: detected capacity change from 0 to 1336442880
[   16.680429] Adding 1305116k swap on /dev/zram1.  Priority:5 extents:1 across:1305116k SS
[   16.681954] zram2: detected capacity change from 0 to 1336442880
[   16.711072] Aquantia AQR113C 6810000.ethernet:00: No AQR phy_mode setting in DT
[   16.732400] Adding 1305116k swap on /dev/zram2.  Priority:5 extents:1 across:1305116k SS
[   16.734025] zram3: detected capacity change from 0 to 1336442880
[   16.776411] Adding 1305116k swap on /dev/zram3.  Priority:5 extents:1 across:1305116k SS
[   16.777938] zram4: detected capacity change from 0 to 1336442880
[   16.820615] Adding 1305116k swap on /dev/zram4.  Priority:5 extents:1 across:1305116k SS
[   16.822194] zram5: detected capacity change from 0 to 1336442880
[   16.860442] Adding 1305116k swap on /dev/zram5.  Priority:5 extents:1 across:1305116k SS
[   16.862413] zram6: detected capacity change from 0 to 1336442880
[   16.900394] Adding 1305116k swap on /dev/zram6.  Priority:5 extents:1 across:1305116k SS
[   16.902398] zram7: detected capacity change from 0 to 1336442880
[   16.968408] Adding 1305116k swap on /dev/zram7.  Priority:5 extents:1 across:1305116k SS
[   16.970425] zram8: detected capacity change from 0 to 1336442880
[   17.028430] Adding 1305116k swap on /dev/zram8.  Priority:5 extents:1 across:1305116k SS
[   17.030570] zram9: detected capacity change from 0 to 1336442880
[   17.076439] Adding 1305116k swap on /dev/zram9.  Priority:5 extents:1 across:1305116k SS
[   17.077887] zram10: detected capacity change from 0 to 1336442880
[   17.136415] Adding 1305116k swap on /dev/zram10.  Priority:5 extents:1 across:1305116k SS
[   17.137846] zram11: detected capacity change from 0 to 1336442880
[   17.176440] Adding 1305116k swap on /dev/zram11.  Priority:5 extents:1 across:1305116k SS
[   17.503020] Bridge firewalling registered
[   17.829813] nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for aarch64  35.2.1  Release Build  (buildbrain@mobile-u64-6348-d7000)  Tue Jan 24 15:26:53 PST 2023
[   17.916323] fuse: init (API version 7.32)
[   18.056609] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x2080013f result 0x56:
[   18.057543] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x2080017e result 0x56:
[   18.061331] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x2080014a result 0x56:
[   18.112684] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x730190 result 0x56:
[   22.253580] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   44.552425] vdd-12v-sys: disabling
[   44.552447] vdd-3v3-ftdi: disabling
[   70.228394] usb 1-4.1: new full-speed USB device number 6 using tegra-xusb
[   70.339817] usb 1-4.1: New USB device found, idVendor=10c4, idProduct=ea70, bcdDevice= 1.00
[   70.339828] usb 1-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[   70.339833] usb 1-4.1: Product: CP2105 Dual USB to UART Bridge Controller
[   70.339838] usb 1-4.1: Manufacturer: Silicon Labs
[   70.339841] usb 1-4.1: SerialNumber: 00CF43AF
[   70.445999] usbcore: registered new interface driver cp210x
[   70.446017] usbserial: USB Serial support registered for cp210x
[   70.446067] cp210x 1-4.1:1.0: cp210x converter detected
[   70.450564] gpiochip2: registered GPIOs 314 to 315 on cp210x
[   70.455462] usb 1-4.1: cp210x converter now attached to ttyUSB0
[   70.455521] cp210x 1-4.1:1.1: cp210x converter detected
[   70.460004] gpiochip3: registered GPIOs 311 to 313 on cp210x
[   70.464967] usb 1-4.1: cp210x converter now attached to ttyUSB1
[  109.685829] usb 1-4.1: USB disconnect, device number 6
[  109.686263] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0
[  109.686441] cp210x 1-4.1:1.0: device disconnected
[  109.686685] cp210x ttyUSB1: cp210x converter now disconnected from ttyUSB1
[  109.686816] cp210x 1-4.1:1.1: device disconnected
[  147.539202] usb 1-4.2: new full-speed USB device number 7 using tegra-xusb
[  147.651322] usb 1-4.2: New USB device found, idVendor=10c4, idProduct=ea70, bcdDevice= 1.00
[  147.651334] usb 1-4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[  147.651340] usb 1-4.2: Product: CP2105 Dual USB to UART Bridge Controller
[  147.651343] usb 1-4.2: Manufacturer: Silicon Labs
[  147.651347] usb 1-4.2: SerialNumber: 00CF43AF
[  147.654937] cp210x 1-4.2:1.0: cp210x converter detected
[  147.661277] gpiochip2: registered GPIOs 314 to 315 on cp210x
[  147.666385] usb 1-4.2: cp210x converter now attached to ttyUSB0
[  147.667406] cp210x 1-4.2:1.1: cp210x converter detected
[  147.671930] gpiochip3: registered GPIOs 311 to 313 on cp210x
[  147.676872] usb 1-4.2: cp210x converter now attached to ttyUSB1
[  224.629902] usb 1-4.2: USB disconnect, device number 7
[  224.630833] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0
[  224.631092] cp210x 1-4.2:1.0: device disconnected
[  224.631414] cp210x ttyUSB1: cp210x converter now disconnected from ttyUSB1
[  224.631566] cp210x 1-4.2:1.1: device disconnected
[  226.134205] usb 1-4.2: new full-speed USB device number 8 using tegra-xusb
[  226.245567] usb 1-4.2: New USB device found, idVendor=10c4, idProduct=ea70, bcdDevice= 1.00
[  226.245578] usb 1-4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[  226.245583] usb 1-4.2: Product: CP2105 Dual USB to UART Bridge Controller
[  226.245586] usb 1-4.2: Manufacturer: Silicon Labs
[  226.245590] usb 1-4.2: SerialNumber: 00CF43AF
[  226.249177] cp210x 1-4.2:1.0: cp210x converter detected
[  226.253961] gpiochip2: registered GPIOs 314 to 315 on cp210x
[  226.259067] usb 1-4.2: cp210x converter now attached to ttyUSB0
[  226.260271] cp210x 1-4.2:1.1: cp210x converter detected
[  226.264797] gpiochip3: registered GPIOs 311 to 313 on cp210x
[  226.269762] usb 1-4.2: cp210x converter now attached to ttyUSB1
[  294.774957] usb 1-4.2: USB disconnect, device number 8
[  294.775646] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0
[  294.778856] cp210x 1-4.2:1.0: device disconnected
[  294.780559] cp210x ttyUSB1: cp210x converter now disconnected from ttyUSB1
[  294.780825] cp210x 1-4.2:1.1: device disconnected
[  316.500831] usb 1-4.2: new full-speed USB device number 9 using tegra-xusb
[  316.616188] usb 1-4.2: New USB device found, idVendor=10c4, idProduct=ea70, bcdDevice= 1.00
[  316.616197] usb 1-4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[  316.616203] usb 1-4.2: Product: CP2105 Dual USB to UART Bridge Controller
[  316.616208] usb 1-4.2: Manufacturer: Silicon Labs
[  316.616212] usb 1-4.2: SerialNumber: 00CF43AF
[  316.619816] cp210x 1-4.2:1.0: cp210x converter detected
[  316.624379] gpiochip2: registered GPIOs 314 to 315 on cp210x
[  316.629525] usb 1-4.2: cp210x converter now attached to ttyUSB0
[  316.630767] cp210x 1-4.2:1.1: cp210x converter detected
[  316.635297] gpiochip3: registered GPIOs 311 to 313 on cp210x
[  316.640216] usb 1-4.2: cp210x converter now attached to ttyUSB1
[  327.940932] cp210x ttyUSB0: failed set request 0x12 status: -110
[  333.060672] cp210x ttyUSB0: failed set request 0x0 status: -110
[  338.180596] cp210x ttyUSB0: failed set request 0x0 status: -110
[  338.186746] cp210x ttyUSB0: cp210x_open - Unable to enable UART
`

From the dmesg, there’s multiple connect/disconnect messages for USB.
Does your device connect on ttyUSB0 or ttyUSB1 or both?

What device do you connect on USB serial port?

What workaround do you make for the first issue?

Please also provide the result of following command for further check.

lsusb -t

Hi,

We are connecting the IWR6843AOP_EVM from Texas Instruments, which connects to both ports, the ttyUSB0 and the ttyUSB1. We are using the ROS package ti_mmwave_rospkg also provided by the Texas Instruments.

We closed and opened the serial port after every command/packet.

I provide the result of the command lsusb -t.

    |__ Port 3: Dev 2, If 0, Class=Hub, Driver=hub/4p, 10000M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=tegra-xusb/4p, 480M
    |__ Port 3: Dev 2, If 0, Class=Wireless, Driver=rtk_btusb, 12M
    |__ Port 3: Dev 2, If 1, Class=Wireless, Driver=rtk_btusb, 12M
    |__ Port 4: Dev 3, If 0, Class=Hub, Driver=hub/4p, 480M
        |__ Port 3: Dev 4, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
        |__ Port 3: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
        |__ Port 1: Dev 6, If 0, Class=Vendor Specific Class, Driver=cp210x, 12M
        |__ Port 1: Dev 6, If 1, Class=Vendor Specific Class, Driver=cp210x, 12M
        |__ Port 4: Dev 5, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M

When the second issue happens, there is no response for the command lsusb -t when connecting any device to the port (not only the radar, any device like a mouse or a keyboard). Also, the devices connected to that port don’t work .

Hi,

We managed to solve the first of our issues. Te problem was that the “Serial Communication Library” was an old version which was not correctly supported on ROS Noetic. We still have the second issue, after sending a full configuration file to the device, the USB port stops working if we try to send another one.

Thanks

Could you help to provide the detail reproduce steps on the Orin devkit?

Could we use host PC instead of this peripheral to reproduce the issue because we don’t have this module?

First, we connect the IWR6843AOP_EVM to the Orin devkit and run a ROS node with a .launch file. The launch file sends automatically a configuration file to the radar. The radar works well for the first time. Then we kill the ROS Node and change the .launch file or the configuration file. When we try to run the node with the new configuration, it does not work, the ports disappear.

There is another way to get the issue. After killing the ROS Node for the first time, and launch again the node without making any changes, it may not work, but, by killing and starting the ROS nose several times, eventually, the ports disappear.

We tried to replicate the problem with a PC host. We used two FTDI Chip USB to RS-485 converter cable connected to each other. One of the sides was connected to the PC host, and the other to the Jetson AGX Orin. We tried to replicate the issue by sending and receiving commands from the PC host with the application Hercules and from the Jetson AGX Orin with Cutecom. When sending commands, we closed and reopened Cutecom and, from time to time, the Orin devkit stopped receiving the command we sent from the PC host (but the Orin devkit could sent commands) until we closed and opened the serial port again. We were not able to make the ports disappear, buy we think that the issue we replicated has something to do with the issue.

Hi everyone,

Coming from TTY device usable only once after being connected on the Jetson AGX Orin, since it’s closed now.

Just to follow up on the possible workaround, everything seems to work correctly when using a usb pci-e board on the Orin. The issue is present only when connecting directly to the USB ports of the Orin. We have had the same issue on two different Orin so it’s probably not particular to us.

If the issue relates to USB serial specifically , please wait for the usb 80.05 firmware update.

Can i know max how many usb devices can be connected to sing AGX ORIN

Hi aman6,

What USB devices are you using?
It seems another topic from current one.
Please file another one for detail.

Please check this below link

I have a problem with the USB serial ports on my Jetson AGX Orin Development Kit. When I connect my device (u-box RTK28 GPS receiver) to a USB port and start my Python program, everything works as expected. When I shutdown the program and then restart the program, the USB port doesn’t work. The only way to get it back is to unplug the USB device and then plug it back in. As soon as I exit the program and then restart the program the USB port doesn’t work again.

I have been running both the Python program and the USB device on a Jetson Xavier NX for months without an issue when exiting and restarting the program.

When will this Orin issue be corrected or is there something else I could try via Python? Plugging and unplugging is not an option as I work remotely.

Thanks for your consideration.

Hi, rflamm,

which version of the SDK Jetptack are you using? We were using theJetpack 5.0 but recently the version 5.1 was released (We have not tried it yet).

Hi jagarcia1,

I’m using SDK Jetpack 5,0 which came loaded on the AGX Orin. Correct me if I’m wrong, but I don’t think Jetpack as much to do with the usb firmware.

Each JetPack is tied to a particular release of L4T (JetPack/SDKM is a front end to flashing; L4T is what actually gets flashed, and is Ubuntu plus NVIDIA drivers). Since Jetsons don’t have an actual BIOS that content (its equivalent) is either in eMMC (for eMMC models) or QSPI (for SD card dev kit models). Part of this, when flashing, is device tree, which is definitely firmware. You can more or less think of the device tree as arguments passed to drivers (and if the drivers change, then probably so do the arguments).

If the L4T release has changed between JetPack releases, then it is quite possible firmware has also changed, including for USB. Note that you can look up the L4T release, and this binds to a specific JetPack release. See:

JetPack 5.0 had several bugs that 5.1 fixes. Even if the specific issue is not part of 5.0 it is still a very good idea to use the more recent L4T which JetPack 5.1+ would install.

linuxdev,

Thanks for the explanation! I’ll install 5.1 asap.