Orin-NX flush usb port cannot act as host mode in jp5.1.6

Hi, all:

When I use Orin-NX flush usb port as host mode, it cannot work correctly in jetpack-5.1.6, but jetpack-5.1.2 is OK, how to settle it?

Thanks!

Are you talking about a NV devkit or a custom board case?

Hi, WayneWWW:

Thanks for your reply!

We talking about Custom board. id_gpiod can be detected.

If we power up the board with the usb flush port connect a device, other usb ports is freezon;

disconnect usb device, other usb ports is work well.

Thanks!

You, Yiquan

Hi,

Did you configure the device tree to match your board design already? or you don’t know what I am talking about here?

We flush JP5.1.2, the USB port is work well, but JP5.1.6 dos not, I think the configuration is done.

I want to know if any difference between JP5.1.2 and JP5.1.6, and how to modify our source code or device tree to adapt our custom board.

Anyway, the other USB port is work well, I check the USB port is USBSS1 from SOM connector.

Thanks!

please check

If you never configured the device tree before, then it has chance it is our software has much error-tolerance that make you passed in previous release. Not because that update creates the error.

I check the USB port (USB2-0 and USB3-1):

xusb_padctl: xusb_padctl@3520000 {
		status = "okay";
		pads {
			usb2 {
				lanes {
					usb2-0 {
						nvidia,function = "xusb";
						status = "okay";
					};
					usb2-1 {
						nvidia,function = "xusb";
						status = "okay";
					};
					usb2-2 {
						nvidia,function = "xusb";
						status = "okay";
					};
				};
			};
			usb3 {
				lanes {
					usb3-0 {
						nvidia,function = "xusb";
						status = "okay";
					};
					usb3-1 {
						nvidia,function = "xusb";
						status = "okay";
					};
					usb3-2 {
						nvidia,function = "xusb";
						status = "okay";
					};

				};
			};
		};

		ports {
			usb2-0 {/* Goes to recovery port */
				mode = "otg";
				status = "okay";
				vbus-supply = <&p3768_vdd_5v_sys>;
				usb-role-switch;
				connector {
					compatible = "usb-b-connector", "gpio-usb-b-connector";
 					label = "micro-USB";
 					type = "micro";
 					id-gpio = <&tegra_main_gpio TEGRA234_MAIN_GPIO(Z, 1) GPIO_ACTIVE_HIGH>;
 				};
	
			};
			
			usb2-1 {/* Goes to hub */
				mode = "host";
				vbus-supply = <&p3768_vdd_av10_hub>;
				status = "okay";
			};
			usb2-2 {/* Goes to M2.E */
				mode = "host";
				vbus-supply = <&p3768_vdd_5v_sys>;
				status = "okay";
			};
			usb3-0 {/* Goes to hub */
				nvidia,usb2-companion = <1>;
				status = "okay";
			};
			usb3-1 {/* Goes to J5 */
				nvidia,usb2-companion = <0>;
				status = "okay";
			};
			usb3-2 {/*  */
				nvidia,usb2-companion = <2>;
				status = "okay";
			};

		};
	};

	tegra_xudc: xudc@3550000 {
		status = "okay";
		phys = <&{/xusb_padctl@3520000/pads/usb2/lanes/usb2-0}>,
			<&{/xusb_padctl@3520000/pads/usb3/lanes/usb3-1}>;
		phy-names = "usb2-0", "usb3-1";
		nvidia,xusb-padctl = <&xusb_padctl>;
	};

	tegra_xhci: xhci@3610000 {
		status = "okay";
		phys = <&{/xusb_padctl@3520000/pads/usb2/lanes/usb2-0}>,
			<&{/xusb_padctl@3520000/pads/usb2/lanes/usb2-1}>,
			<&{/xusb_padctl@3520000/pads/usb2/lanes/usb2-2}>,
			<&{/xusb_padctl@3520000/pads/usb3/lanes/usb3-0}>,
			<&{/xusb_padctl@3520000/pads/usb3/lanes/usb3-1}>,
			<&{/xusb_padctl@3520000/pads/usb3/lanes/usb3-2}>;
		phy-names = "usb2-0", "usb2-1", "usb2-2", "usb3-0", "usb3-1","usb3-2";
		nvidia,xusb-padctl = <&xusb_padctl>;
	};

all configuration according to our hardware logic.

Anyway, when power-up with USB2-0 connect a USB device, report error:

“Cannot enable, Maybe the USB cable is bad?”

and only few successfully connected, but almost failed.

Just to clarify. You are the only one here that knows how your board design looks like.

I won’t tell if the device tree is correct or not here.

If you want to a precise analysis, please get a USB analyzer and dump the bus trace.

Do note that the generic debug note "Cannot enable, Maybe the USB cable is bad?” suggests the cable itself only because the device tree has been applied to a developer’s kit carrier board, and that all “wiring” up to the start of the cable is in a known good configuration. The issue could indeed be a bad cable, but it is very likely the issue is really still a device tree misconfiguring the carrier board itself (which is in reality part of that “bad” cable). A hardware USB analyzer would show if the actual signal is reaching the cable; perhaps it sends but does not receive properly, or vice versa.

An example might be that some components might have their data configured correctly, but perhaps what that signal is used with has failed to have the power rail enabled. For that case a “good” configuration will still fail if power does not exist to use that signal. If for some reason your device tree is correct for what you are looking at, then it is still possible the device tree is incorrect for some required supporting hardware function. The device tree for a dev kit carrier board layout is itself known working for that configuration.

Have you put a hardware USB analyzer on it to see if signal is there versus not? Once you start getting into higher speed signals with difficult timings even small changes to the shape/route of the signal can cause problems (square wave rise and fall/slew rates now matter and are altered by tiny inductance and resistance and path length changes). If you have a USB analyzer you can see if there is “no signal” versus “there, but not good timing”. I suspect that if this is truly an exact match to the developer kit’s design, that the actual signal timing is altered (you’ve already said you ruled out device tree and different layout issues, so signal quality comes next).

Hi, all:

I check our design again, our circut diagram is :

In software level, use usb-conn-gpio to switch host and device role, I do the following test:

  1. JP5.1.2 is ok
  2. JP5.1.6 or newer version is ok, if type-c plug in after system power to ready

the following is log from dmesg command when type-c is error:


[ 7.068045] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 65, base_baud = 0) is a TEGRA_UART
[ 7.083822] tegra-xusb-padctl 3520000.xusb_padctl: 0000000c > 00000011
[ 7.083830] tegra-xusb-padctl 3520000.xusb_padctl: 0000000c < 00000011
[ 7.083836] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 > 00000fff
[ 7.083839] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 < 00000ffb
[ 7.084050] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 > 00000ffb
[ 7.084053] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 < 00000ff9
[ 7.084260] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 > 00000ff9
[ 7.084263] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 < 00000ff8
[ 7.084277] tegra-xusb-padctl 3520000.xusb_padctl: 00000034 > 00000000
[ 7.084281] tegra-xusb-padctl 3520000.xusb_padctl: 00000034 < 00000000
[ 7.084284] tegra-xusb-padctl 3520000.xusb_padctl: 0000000c > 00000011
[ 7.084286] tegra-xusb-padctl 3520000.xusb_padctl: 0000000c < 00000031
[ 7.084291] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 > 00000ff8
[ 7.084292] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 < 00000fd8
[ 7.084498] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 > 00000fd8
[ 7.084499] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 < 00000fc8
[ 7.084705] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 > 00000fc8
[ 7.084709] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 < 00000fc0
[ 7.084722] tegra-xusb-padctl 3520000.xusb_padctl: 0000000c > 00000031
[ 7.084724] tegra-xusb-padctl 3520000.xusb_padctl: 0000000c < 00000131
[ 7.084728] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 > 00000fc0
[ 7.084729] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 < 00000ec0
[ 7.084936] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 > 00000ec0
[ 7.084938] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 < 00000e40
[ 7.085143] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 > 00000e40
[ 7.085146] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 < 00000e00
[ 7.085155] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00011000
[ 7.085159] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 < 00211000
[ 7.085175] tegra-xusb-padctl 3520000.xusb_padctl: failed to apply prod for utmi pad0
[ 7.085183] tegra-xusb-padctl 3520000.xusb_padctl: failed to apply prod for bias pad
[ 7.085187] tegra-xusb-padctl 3520000.xusb_padctl: 00000004 > 00000055
[ 7.085188] tegra-xusb-padctl 3520000.xusb_padctl: 00000004 < 00000055
[ 7.085191] tegra-xusb-padctl 3520000.xusb_padctl: 00000030 > 00000000
[ 7.085192] tegra-xusb-padctl 3520000.xusb_padctl: 00000030 < 00000000
[ 7.085195] tegra-xusb-padctl 3520000.xusb_padctl: 00000008 > 00000111
[ 7.085196] tegra-xusb-padctl 3520000.xusb_padctl: 00000008 < 00000113
[ 7.085199] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 26cc88e0
[ 7.085201] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 06cc88d0
[ 7.085205] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 20101044
[ 7.085207] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1c101014
[ 7.085230] tegra-xusb-padctl 3520000.xusb_padctl: failed to apply prod for utmi pad1
[ 7.085235] tegra-xusb-padctl 3520000.xusb_padctl: failed to apply prod for bias pad
[ 7.085237] tegra-xusb-padctl 3520000.xusb_padctl: 00000004 > 00000055
[ 7.085240] tegra-xusb-padctl 3520000.xusb_padctl: 00000004 < 00000055
[ 7.085244] tegra-xusb-padctl 3520000.xusb_padctl: 00000008 > 00000113
[ 7.085245] tegra-xusb-padctl 3520000.xusb_padctl: 00000008 < 00000113
[ 7.085251] tegra-xusb-padctl 3520000.xusb_padctl: 000000c8 > 26cc88e0
[ 7.085252] tegra-xusb-padctl 3520000.xusb_padctl: 000000c8 < 06cc88d1
[ 7.085255] tegra-xusb-padctl 3520000.xusb_padctl: 000000cc > 20101044
[ 7.085259] tegra-xusb-padctl 3520000.xusb_padctl: 000000cc < 1c101014
[ 7.085266] tegra-xusb-padctl 3520000.xusb_padctl: failed to apply prod for utmi pad2
[ 7.085272] tegra-xusb-padctl 3520000.xusb_padctl: failed to apply prod for bias pad
[ 7.085275] tegra-xusb-padctl 3520000.xusb_padctl: 00000004 > 00000055
[ 7.085277] tegra-xusb-padctl 3520000.xusb_padctl: 00000004 < 00000055
[ 7.085282] tegra-xusb-padctl 3520000.xusb_padctl: 00000008 > 00000113
[ 7.085284] tegra-xusb-padctl 3520000.xusb_padctl: 00000008 < 00000113
[ 7.085288] tegra-xusb-padctl 3520000.xusb_padctl: 00000108 > 26cc88e0
[ 7.085292] tegra-xusb-padctl 3520000.xusb_padctl: 00000108 < 06cc88d1
[ 7.085295] tegra-xusb-padctl 3520000.xusb_padctl: 0000010c > 20101044
[ 7.085297] tegra-xusb-padctl 3520000.xusb_padctl: 0000010c < 1c101014
[ 7.096724] tegra-xusb 3610000.xhci: Firmware timestamp: 2023-02-10 03:48:10 UTC, Version: 80.05 release
[ 7.106474] tegra-xusb 3610000.xhci: xHCI Host Controller
[ 7.112043] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[ 7.120716] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810
[ 7.130336] tegra-xusb 3610000.xhci: irq 229, io mem 0x03610000
[ 7.136650] tegra-xusb 3610000.xhci: xHCI Host Controller
[ 7.142212] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[ 7.150011] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[ 7.157609] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 7.166111] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.173539] usb usb1: Product: xHCI Host Controller
[ 7.178542] usb usb1: Manufacturer: Linux 5.10.216-tegra xhci-hcd
[ 7.184816] usb usb1: SerialNumber: 3610000.xhci
[ 7.190403] hub 1-0:1.0: USB hub found
[ 7.194291] hub 1-0:1.0: 4 ports detected
[ 7.198733] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 7.207237] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.214671] usb usb2: Product: xHCI Host Controller
[ 7.219676] usb usb2: Manufacturer: Linux 5.10.216-tegra xhci-hcd
[ 7.225954] usb usb2: SerialNumber: 3610000.xhci
[ 7.230881] hub 2-0:1.0: USB hub found
[ 7.234765] hub 2-0:1.0: 4 ports detected
[ 7.239772] tegra-xusb 3610000.xhci: usbphy-0 registered
[ 7.241387] (null) usb2-0: tegra_xusb_usb_phy_work(): calling notifier for role none
[ 7.241395] tegra-xusb 3610000.xhci: tegra_xhci_id_notify(): action is 0
[ 7.241398] tegra-xusb 3610000.xhci: Same role(0) received. Ignore
[ 7.258011] i2c i2c-2: Added multiplexed i2c bus 9
[ 7.263255] i2c i2c-2: Added multiplexed i2c bus 10
[ 7.268278] i2c-mux-gpio cam_i2cmux: 2 port mux on 3180000.i2c adapter
[ 7.275301] tegra23x-oc-event soctherm-oc-event: Finished tegra23x overcurrent event probing
[ 7.296720] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1996000 KHz, changing to: 1984000 KHz
[ 7.309107] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 1997000 KHz, changing to: 1984000 KHz
[ 7.320783] tegra194-cpufreq e000000.ccplex: probed with ICC, cl:3
[ 7.327898] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[ 7.329988] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 1
[ 7.334491] tegra-xusb-padctl 3520000.xusb_padctl: 00000288 > 0451e81e
[ 7.334493] tegra-xusb-padctl 3520000.xusb_padctl: 00000288 < 0451e81e
[ 7.334496] tegra-xusb-padctl 3520000.xusb_padctl: 00000284 > 060e0b38
[ 7.334497] tegra-xusb-padctl 3520000.xusb_padctl: 00000284 < 060e0338
[ 7.334500] tegra-xusb-padctl 3520000.xusb_padctl: 00000288 > 0451e81e
[ 7.334501] tegra-xusb-padctl 3520000.xusb_padctl: 00000288 < 0051e81e
[ 7.334518] tegra-xusb-padctl 3520000.xusb_padctl: 00000288 poll > 8451e81e, 0
[ 7.334520] tegra-xusb-padctl 3520000.xusb_padctl: 00000288 > 8451e81e
[ 7.334521] tegra-xusb-padctl 3520000.xusb_padctl: 00000288 < 8451e81e
[ 7.334524] tegra-xusb-padctl 3520000.xusb_padctl: 0000028c > a02fc11c
[ 7.334525] tegra-xusb-padctl 3520000.xusb_padctl: 0000028c < 202fc11c
[ 7.334840] tegra-xusb-padctl 3520000.xusb_padctl: 000000c8 > 06cc88d1
[ 7.334841] tegra-xusb-padctl 3520000.xusb_padctl: 000000c8 < 02cc88d1
[ 7.334844] tegra-xusb-padctl 3520000.xusb_padctl: 000000cc > 1c101014
[ 7.334845] tegra-xusb-padctl 3520000.xusb_padctl: 000000cc < 1c101010
[ 7.335232] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges:
[ 7.342420] tegra194-pcie 14100000.pcie: IO 0x0030100000..0x00301fffff → 0x0030100000
[ 7.351102] tegra194-pcie 14100000.pcie: MEM 0x20a8000000..0x20afffffff → 0x0040000000
[ 7.359782] tegra194-pcie 14100000.pcie: MEM 0x2080000000..0x20a7ffffff → 0x2080000000
[ 7.461873] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[ 7.471666] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 1
[ 7.473876] tegra194-pcie 14100000.pcie: Link up
[ 7.481455] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00
[ 7.488274] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 7.493917] pci_bus 0001:00: root bus resource [io 0x0000-0xfffff] (bus address [0x30100000-0x301fffff])
[ 7.503764] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff])
[ 7.514598] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref]
[ 7.522527] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400
[ 7.528862] pci 0001:00:00.0: PME# supported from D0 D3hot
[ 7.538639] pci 0001:01:00.0: [10ec:8168] type 00 class 0x020000
[ 7.544966] pci 0001:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid
[ 7.552220] pci 0001:01:00.0: reg 0x10: [io size 0x0100]
[ 7.557961] pci 0001:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[ 7.565068] pci 0001:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[ 7.573154] pci 0001:01:00.0: supports D1 D2
[ 7.577549] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 7.588515] pci 0001:00:00.0: BAR 14: assigned [mem 0x20a8000000-0x20a80fffff]
[ 7.595955] pci 0001:00:00.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 7.602309] pci 0001:01:00.0: BAR 4: assigned [mem 0x20a8000000-0x20a8003fff 64bit]
[ 7.610286] pci 0001:01:00.0: BAR 2: assigned [mem 0x20a8004000-0x20a8004fff 64bit]
[ 7.618256] pci 0001:01:00.0: BAR 0: assigned [io 0x1000-0x10ff]
[ 7.624545] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[ 7.629911] pci 0001:00:00.0: bridge window [io 0x1000-0x1fff]
[ 7.636192] pci 0001:00:00.0: bridge window [mem 0x20a8000000-0x20a80fffff]
[ 7.640261] usb 1-2: New USB device found, idVendor=0bda, idProduct=5489, bcdDevice= 1.40
[ 7.643554] pci 0001:00:00.0: Max Payload Size set to 128/ 256 (was 256), Max Read Rq 512
[ 7.651954] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.660698] pci 0001:01:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512
[ 7.667970] usb 1-2: Product: 4-Port USB 2.0 Hub
[ 7.667972] usb 1-2: Manufacturer: Generic
[ 7.676885] pcieport 0001:00:00.0: Adding to iommu group 7
[ 7.682414] hub 1-2:1.0: USB hub found
[ 7.685822] pcieport 0001:00:00.0: PME: Signaling with IRQ 55
[ 7.692420] hub 1-2:1.0: 4 ports detected
[ 7.695211] pcieport 0001:00:00.0: AER: enabled with IRQ 55
[ 7.711660] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[ 7.718957] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges:
[ 7.726139] tegra194-pcie 14160000.pcie: IO 0x0036100000..0x00361fffff → 0x0036100000
[ 7.734841] tegra194-pcie 14160000.pcie: MEM 0x2428000000..0x242fffffff → 0x0040000000
[ 7.743547] tegra194-pcie 14160000.pcie: MEM 0x2140000000..0x2427ffffff → 0x2140000000
[ 7.758569] usb 2-1: new SuperSpeedPlus Gen 2 USB device number 2 using tegra-xusb
[ 7.797543] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 2
[ 7.797554] tegra-xusb-padctl 3520000.xusb_padctl: 00000108 > 06cc88d1
[ 7.797555] tegra-xusb-padctl 3520000.xusb_padctl: 00000108 < 02cc88d1
[ 7.797558] tegra-xusb-padctl 3520000.xusb_padctl: 0000010c > 1c101014
[ 7.797559] tegra-xusb-padctl 3520000.xusb_padctl: 0000010c < 1c101010
[ 7.805614] usb 2-1: New USB device found, idVendor=0bda, idProduct=0489, bcdDevice= 1.40
[ 7.814031] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.821376] usb 2-1: Product: 4-Port USB 3.0 Hub
[ 7.826117] usb 2-1: Manufacturer: Generic
[ 7.840609] hub 2-1:1.0: USB hub found
[ 7.846948] hub 2-1:1.0: 4 ports detected
[ 7.857873] tegra194-pcie 14160000.pcie: Link up
[ 7.864673] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00
[ 7.871491] pci_bus 0004:00: root bus resource [bus 00-ff]
[ 7.877136] pci_bus 0004:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x36100000-0x361fffff])
[ 7.887249] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff])
[ 7.898111] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref]
[ 7.906035] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400
[ 7.912345] pci 0004:00:00.0: PME# supported from D0 D3hot
[ 7.921876] usb 1-3: new high-speed USB device number 3 using tegra-xusb
[ 7.921921] pci 0004:01:00.0: [126f:2263] type 00 class 0x010802
[ 7.929674] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 2
[ 7.935122] pci 0004:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 7.947015] pci 0004:00:00.0: BAR 14: assigned [mem 0x2428000000-0x24280fffff]
[ 7.954449] pci 0004:01:00.0: BAR 0: assigned [mem 0x2428000000-0x2428003fff 64bit]
[ 7.962412] pci 0004:00:00.0: PCI bridge to [bus 01-ff]
[ 7.967782] pci 0004:00:00.0: bridge window [mem 0x2428000000-0x24280fffff]
[ 7.975138] pci 0004:00:00.0: Max Payload Size set to 128/ 256 (was 256), Max Read Rq 512
[ 7.983876] pci 0004:01:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512
[ 7.992793] pcieport 0004:00:00.0: Adding to iommu group 8
[ 7.998628] pcieport 0004:00:00.0: PME: Signaling with IRQ 57
[ 8.004658] pcieport 0004:00:00.0: AER: enabled with IRQ 57
[ 8.010706] nvme 0004:01:00.0: Adding to iommu group 8
[ 8.016429] nvme nvme0: pci function 0004:01:00.0
[ 8.021322] nvme 0004:01:00.0: enabling device (0000 → 0002)
[ 8.021919] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator
[ 8.032688] nvme nvme0: missing or invalid SUBNQN field.
[ 8.034519] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges:
[ 8.046356] tegra194-pcie 141e0000.pcie: IO 0x003e100000..0x003e1fffff → 0x003e100000
[ 8.050669] nvme nvme0: allocated 64 MiB host memory buffer.
[ 8.055045] tegra194-pcie 141e0000.pcie: MEM 0x3228000000..0x322fffffff → 0x0040000000
[ 8.069556] tegra194-pcie 141e0000.pcie: MEM 0x2e40000000..0x3227ffffff → 0x2e40000000
[ 8.077315] nvme nvme0: 6/0/0 default/read/poll queues
[ 8.086787] usb 1-3: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90
[ 8.091329] nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15
[ 8.095208] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 8.095210] usb 1-3: Product: USB2.0 Hub
[ 8.114080] hub 1-3:1.0: USB hub found
[ 8.118601] hub 1-3:1.0: 4 ports detected
[ 8.409877] usb 1-2.4: new low-speed USB device number 4 using tegra-xusb
[ 8.528064] usb 1-2.4: New USB device found, idVendor=1c4f, idProduct=0034, bcdDevice= 1.10
[ 8.536659] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 8.544179] usb 1-2.4: Product: Usb Mouse
[ 8.548302] usb 1-2.4: Manufacturer: SIGMACHIP
[ 8.559170] input: SIGMACHIP Usb Mouse as /devices/platform/3610000.xhci/usb1/1-2/1-2.4/1-2.4:1.0/0003:1C4F:0034.0001/input/input0
[ 8.571335] hid-generic 0003:1C4F:0034.0001: input,hidraw0: USB HID v1.10 Mouse [SIGMACHIP Usb Mouse] on usb-3610000.xhci-2.4/input0
[ 8.609879] usb 1-3.2: new low-speed USB device number 5 using tegra-xusb
[ 8.729383] usb 1-3.2: New USB device found, idVendor=1c4f, idProduct=0002, bcdDevice= 1.50
[ 8.737970] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 8.745481] usb 1-3.2: Product: USB Keyboard
[ 8.749862] usb 1-3.2: Manufacturer: SIGMACHIP
[ 8.761188] input: SIGMACHIP USB Keyboard as /devices/platform/3610000.xhci/usb1/1-3/1-3.2/1-3.2:1.0/0003:1C4F:0002.0002/input/input1
[ 8.830102] hid-generic 0003:1C4F:0002.0002: input,hidraw1: USB HID v1.10 Keyboard [SIGMACHIP USB Keyboard] on usb-3610000.xhci-3.2/input0
[ 8.846758] input: SIGMACHIP USB Keyboard Consumer Control as /devices/platform/3610000.xhci/usb1/1-3/1-3.2/1-3.2:1.1/0003:1C4F:0002.0003/input/input2
[ 8.918102] input: SIGMACHIP USB Keyboard System Control as /devices/platform/3610000.xhci/usb1/1-3/1-3.2/1-3.2:1.1/0003:1C4F:0002.0003/input/input3
[ 8.931849] hid-generic 0003:1C4F:0002.0003: input,hidraw2: USB HID v1.10 Device [SIGMACHIP USB Keyboard] on usb-3610000.xhci-3.2/input1
[ 9.186041] tegra194-pcie 141e0000.pcie: Phy link never came up
[ 9.192203] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00
[ 9.199016] pci_bus 0007:00: root bus resource [bus 00-ff]
[ 9.204650] pci_bus 0007:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x3e100000-0x3e1fffff])
[ 9.214764] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff])
[ 9.225600] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref]
[ 9.233524] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400
[ 9.239839] pci 0007:00:00.0: PME# supported from D0 D3hot
[ 9.252763] pci 0007:00:00.0: PCI bridge to [bus 01-ff]
[ 9.258150] pci 0007:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512
[ 9.267100] pcieport 0007:00:00.0: Adding to iommu group 9
[ 9.272955] pcieport 0007:00:00.0: PME: Signaling with IRQ 59
[ 9.279016] pcieport 0007:00:00.0: AER: enabled with IRQ 59
[ 9.285119] pci_bus 0007:01: busn_res: [bus 01-ff] is released
[ 9.291231] pci 0007:00:00.0: Removing from iommu group 9
[ 9.296797] pci_bus 0007:00: busn_res: [bus 00-ff] is released
[ 9.304354] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator
[ 9.310885] tegra194-pcie 140a0000.pcie: Failed to get slot regulators: -517
[ 9.311064] vdd-3v3-sd: supplied by vdd-3v3
[ 9.315748] irq: IRQ300: trimming hierarchy from :pmc@c360000
[ 9.321757] usb-conn-gpio 3520000.xusb_padctl:ports:usb2-0:connector: init_role = none
[ 9.321770] usb-conn-gpio 3520000.xusb_padctl:ports:usb2-0:connector: role none – > host, gpios: id 0, vbus 0
[ 9.321774] (null) usb2-0: tegra_xusb_role_sw_set(): role none
[ 9.321785] (null) usb2-0: tegra_xusb_role_sw_set(): role host
[ 9.321794] (null) usb2-0: tegra_xusb_usb_phy_work(): calling notifier for role host
[ 9.321797] tegra-xusb 3610000.xhci: tegra_xhci_id_notify(): action is 2
[ 9.321813] tegra-xusb 3610000.xhci: host mode on
[ 9.321821] (null) usb2-0: tegra186_utmi_phy_set_mode: mode 11
[ 9.321823] tegra-xusb-padctl 3520000.xusb_padctl: set id override
[ 9.321826] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00211040
[ 9.321828] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 < 00011040
[ 9.321839] tegra-xusb 3610000.xhci: tegra_xhci_set_port_power():set SS port power
[ 9.321855] tegra-xusb 3610000.xhci: tegra_xhci_set_port_power():set HS port power
[ 9.323092] tegra194-isp5 14800000.isp: initialized
[ 9.330404] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized
[ 9.336872] (NULL device *): fops function table already registered
[ 9.344285] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized
[ 9.351154] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator
[ 9.357902] irq: IRQ301: trimming hierarchy from :interrupt-controller@f400000-1
[ 9.465963] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 9.465969] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 06cc88d0
[ 9.465971] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 02cc88d0
[ 9.465974] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1c101014
[ 9.465975] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1c101010
[ 9.470985] tegra194-pcie 140a0000.pcie: host bridge /pcie@140a0000 ranges:
[ 9.478173] tegra194-pcie 140a0000.pcie: IO 0x002a100000..0x002a1fffff → 0x002a100000
[ 9.486851] tegra194-pcie 140a0000.pcie: MEM 0x3528000000..0x352fffffff → 0x0040000000
[ 9.495524] tegra194-pcie 140a0000.pcie: MEM 0x3240000000..0x3527ffffff → 0x3240000000
[ 9.610027] tegra194-pcie 140a0000.pcie: Link up
[ 9.615824] tegra194-pcie 140a0000.pcie: PCI host bridge to bus 0008:00
[ 9.622641] pci_bus 0008:00: root bus resource [bus 00-ff]
[ 9.628276] pci_bus 0008:00: root bus resource [io 0x300000-0x3fffff] (bus address [0x2a100000-0x2a1fffff])
[ 9.638393] pci_bus 0008:00: root bus resource [mem 0x3528000000-0x352fffffff] (bus address [0x40000000-0x47ffffff])
[ 9.649228] pci_bus 0008:00: root bus resource [mem 0x3240000000-0x3527ffffff pref]
[ 9.657150] pci 0008:00:00.0: [10de:229c] type 01 class 0x060400
[ 9.663472] pci 0008:00:00.0: PME# supported from D0 D3hot
[ 9.673093] pci 0008:01:00.0: [10ec:8168] type 00 class 0x020000
[ 9.679414] pci 0008:01:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 9.685322] pci 0008:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[ 9.692420] pci 0008:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[ 9.700422] pci 0008:01:00.0: supports D1 D2
[ 9.704815] pci 0008:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 9.715681] pci 0008:00:00.0: BAR 14: assigned [mem 0x3528000000-0x35280fffff]
[ 9.723121] pci 0008:00:00.0: BAR 13: assigned [io 0x300000-0x300fff]
[ 9.729827] pci 0008:01:00.0: BAR 4: assigned [mem 0x3528000000-0x3528003fff 64bit]
[ 9.737795] pci 0008:01:00.0: BAR 2: assigned [mem 0x3528004000-0x3528004fff 64bit]
[ 9.745763] pci 0008:01:00.0: BAR 0: assigned [io 0x300000-0x3000ff]
[ 9.752399] pci 0008:00:00.0: PCI bridge to [bus 01-ff]
[ 9.757775] pci 0008:00:00.0: bridge window [io 0x300000-0x300fff]
[ 9.764408] pci 0008:00:00.0: bridge window [mem 0x3528000000-0x35280fffff]
[ 9.771759] pci 0008:00:00.0: Max Payload Size set to 128/ 256 (was 256), Max Read Rq 512
[ 9.780500] pci 0008:01:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512
[ 9.789437] pcieport 0008:00:00.0: Adding to iommu group 10
[ 9.795384] pcieport 0008:00:00.0: PME: Signaling with IRQ 61
[ 9.801422] pcieport 0008:00:00.0: AER: enabled with IRQ 61
[ 9.808501] irq: IRQ303: trimming hierarchy from :pmc@c360000
[ 9.814479] irq: IRQ304: trimming hierarchy from :interrupt-controller@f400000-1
[ 9.822168] input: gpio-keys as /devices/platform/gpio-keys/input/input4
[ 9.830198] tegra-se-nvhost 15810000.se: Adding to iommu group 49
[ 9.836806] tegra-se-nvhost 15810000.se: initialized
[ 9.850406] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 9.856779] tegra-se-nvhost 15820000.se: Adding to iommu group 50
[ 9.863286] tegra-se-nvhost 15820000.se: initialized
[ 9.869323] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 9.875681] tegra-se-nvhost 15840000.se: Adding to iommu group 51
[ 9.882204] tegra-se-nvhost 15840000.se: initialized
[ 9.888226] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 9.895033] tegra_actmon d230000.actmon: in actmon_register()…
[ 9.901372] tegra_actmon d230000.actmon: bwmgr_disable = 1
[ 9.907687] tegra_actmon d230000.actmon: initialization Completed for the device mc_all
[ 9.916110] hvc_sysfs: hypervisor is not present
[ 9.920879] clk: Disabling unused clocks
[ 9.958879] ALSA device list:
[ 9.961947] No soundcards found.
[ 9.966098] Freeing unused kernel memory: 4032K
[ 9.970835] Run /init as init process
[ 9.974602] with arguments:
[ 9.974603] /init
[ 9.974604] with environment:
[ 9.974605] HOME=/
[ 9.974606] TERM=linux
[ 9.974607] mminit_loglevel=4
[ 9.986671] Root device found: PARTUUID=b971ede2-7d22-4a1a-82f5-045b8bba3597
[ 10.017917] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 10.273911] EXT4-fs (nvme0n1p1): 11 orphan inodes deleted
[ 10.279468] EXT4-fs (nvme0n1p1): recovery complete
[ 10.285253] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
[ 10.285880] usb 1-1: new high-speed USB device number 6 using tegra-xusb
[ 10.300931] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 10.303771] Rootfs mounted over PARTUUID=b971ede2-7d22-4a1a-82f5-045b8bba3597
[ 10.317150] Switching from initrd to actual rootfs
[ 10.366066] systemd[1]: System time before build time, advancing clock.
[ 10.397348] x_tables: module verification failed: signature and/or required key missing - tainting kernel
[ 10.422880] systemd[1]: systemd 245.4-4ubuntu3.24 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)
[ 10.446494] systemd[1]: Detected architecture arm64.
[ 10.466050] systemd[1]: Set hostname to .
[ 10.539484] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name ‘RestartMode’ in section ‘Service’, ignoring.
[ 10.592787] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 10.605819] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 10.615381] systemd[1]: Created slice system-modprobe.slice.
[ 10.634144] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 10.654120] systemd[1]: Created slice User and Session Slice.
[ 10.677964] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 10.706145] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 10.733949] systemd[1]: Reached target User and Group Name Lookups.
[ 10.753879] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] “VM0 issued IVC in inactive state.”
[ 10.753904] systemd[1]: Reached target Slices.
[ 10.764095] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] “VM0 issued IVC in inactive state.”
[ 10.764096] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] “VM0 issued IVC in inactive state.”
[ 10.764099] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] “VM0 issued IVC in inactive state.”
[ 10.799279] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] “VM0 issued IVC in inactive state.”
[ 10.821898] systemd[1]: Reached target Mounting snaps.
[ 10.841893] systemd[1]: Reached target Mounted snaps.
[ 10.861897] systemd[1]: Reached target Swap.
[ 10.878127] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 10.898011] systemd[1]: Listening on Syslog Socket.
[ 10.913992] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 10.937949] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 10.958096] systemd[1]: Listening on Journal Audit Socket.
[ 10.977984] systemd[1]: Listening on Journal Socket (/dev/log).
[ 10.998012] systemd[1]: Listening on Journal Socket.
[ 11.022012] systemd[1]: Listening on udev Control Socket.
[ 11.041961] systemd[1]: Listening on udev Kernel Socket.
[ 11.058048] tegra-xusb-padctl 3520000.xusb_padctl: power down UTMI pad 0
[ 11.058052] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 02cc88d0
[ 11.058054] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 06cc88d0
[ 11.058057] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101010
[ 11.058058] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101014
[ 11.062982] systemd[1]: Mounting Huge Pages File System…
[ 11.082863] systemd[1]: Mounting POSIX Message Queue File System…
[ 11.102781] systemd[1]: Mounting RPC Pipe File System…
[ 11.122813] systemd[1]: Mounting Kernel Debug File System…
[ 11.142829] systemd[1]: Mounting Kernel Trace File System…
[ 11.163082] systemd[1]: Starting Journal Service…
[ 11.183111] systemd[1]: Starting Set the console keyboard layout…
[ 11.203118] systemd[1]: Starting Create list of static device nodes for the current kernel…
[ 11.227159] systemd[1]: Starting Load Kernel Module chromeos_pstore…
[ 11.249934] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[ 11.259494] systemd[1]: Starting Load Kernel Module efi_pstore…
[ 11.278853] systemd[1]: Starting Load Kernel Module pstore_blk…
[ 11.298906] systemd[1]: Starting Load Kernel Module pstore_zone…
[ 11.318841] systemd[1]: Starting Load Kernel Module ramoops…
[ 11.325969] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 11.325981] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 06cc88d0
[ 11.325983] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 02cc88d0
[ 11.325986] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101014
[ 11.325987] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101010
[ 11.338881] systemd[1]: Starting NVIDIA specific first-boot udev script…
[ 11.366877] systemd[1]: Started Nameserver information manager.
[ 11.390049] systemd[1]: Reached target Network (Pre).
[ 11.414324] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 11.423674] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 11.434783] systemd[1]: Starting Load Kernel Modules…
[ 11.445903] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 11.453185] nvmap_page_pool_init: Total RAM pages: 1907308
[ 11.457882] usb 1-1: new high-speed USB device number 7 using tegra-xusb
[ 11.458822] nvmap_page_pool_init: nvmap page pool size: 238413 pages (931 MB)
[ 11.466180] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 11.473088] nvmap_background_zero_thread: PP zeroing thread starting.
[ 11.487153] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 11.494859] EXT4-fs (nvme0n1p1): re-mounted. Opts: (null)
[ 11.507576] nvgpu: 17000000.ga10b nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000

[ 11.527122] systemd[1]: Starting udev Coldplug all Devices…
[ 11.551582] systemd[1]: Started Journal Service.
[ 11.864773] systemd-journald[252]: Received client request to flush runtime journal.
[ 12.238086] tegra-xusb-padctl 3520000.xusb_padctl: power down UTMI pad 0
[ 12.238092] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 02cc88d0
[ 12.238095] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 06cc88d0
[ 12.238098] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101010
[ 12.238100] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101014
[ 12.432132] nvidia: loading out-of-tree module taints kernel.
[ 12.490117] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 12.490134] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 06cc88d0
[ 12.490136] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 02cc88d0
[ 12.490139] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101014
[ 12.490140] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101010
[ 12.490929] spi-tegra114 3210000.spi: Adding to iommu group 2
[ 12.492632] nv_platform 13800000.display: Adding to iommu group 52
[ 12.499647] platform 13800000.display:nvdisplay-niso: Adding to iommu group 53
[ 12.500364] r8168 0001:01:00.0: Adding to iommu group 7
[ 12.503757] imx219 9-0010: tegracam sensor driver:imx219_v2.0.6
[ 12.505362] NVRM: loading NVIDIA UNIX Open Kernel Module for aarch64 35.6.4 Release Build (buildbrain@mobile-u64-6192-d8000) Mon Jan 26 23:43:00 PST 2026
[ 12.506722] tegra-hda 3510000.hda: Adding to iommu group 54
[ 12.507453] irq: IRQ305: trimming hierarchy from :pmc@c360000
[ 12.508447] r8168 Gigabit Ethernet driver 8.053.00-NAPI loaded
[ 12.508549] r8168 0001:01:00.0: enabling device (0000 → 0003)
[ 12.516608] imx219 9-0010: imx219_board_setup: error during i2c read probe (-121)
[ 12.524746] spi-tegra114 3230000.spi: Adding to iommu group 2
[ 12.540677] imx219 9-0010: board setup failed
[ 12.541402] r8168 0001:01:00.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00
[ 12.546696] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 16 channels
[ 12.547854] imx219: probe of 9-0010 failed with error -121
[ 12.548132] imx219 10-0010: tegracam sensor driver:imx219_v2.0.6
[ 12.557220] r8168 0001:01:00.0 (unnamed net_device) (uninitialized): Random ether addr ba:b8:6e:69:be:31
[ 12.561132] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 12.561828] imx219 10-0010: imx219_board_setup: error during i2c read probe (-121)
[ 12.563208] r8168 Copyright (C) 2024 Realtek NIC software team nicfae@realtek.com
This program comes with ABSOLUTELY NO WARRANTY; for details, please see http://www.gnu.org/licenses/.
This is free software, and you are welcome to redistribute it under certain conditions; see http://www.gnu.org/licenses/.
[ 12.570158] r8168 0008:01:00.0: Adding to iommu group 10
[ 12.570447] r8168 Gigabit Ethernet driver 8.053.00-NAPI loaded
[ 12.570544] r8168 0008:01:00.0: enabling device (0000 → 0003)
[ 12.584105] cpu-throttle-alert cooling device registered.
[ 12.584374] imx219 10-0010: board setup failed
[ 12.589014] gpu-throttle-alert cooling device registered.
[ 12.589376] cv0-throttle-alert cooling device registered.
[ 12.590124] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 12.592364] r8168 Copyright (C) 2024 Realtek NIC software team nicfae@realtek.com
This program comes with ABSOLUTELY NO WARRANTY; for details, please see http://www.gnu.org/licenses/.
This is free software, and you are welcome to redistribute it under certain conditions; see http://www.gnu.org/licenses/.
[ 12.606463] imx219: probe of 10-0010 failed with error -121
[ 12.616208] cv1-throttle-alert cooling device registered.
[ 12.616605] cv2-throttle-alert cooling device registered.
[ 12.617897] usb 1-1: new high-speed USB device number 8 using tegra-xusb
[ 12.618591] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 12.618737] soc0-throttle-alert cooling device registered.
[ 12.619454] soc1-throttle-alert cooling device registered.
[ 12.619712] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=3 as /devices/platform/3510000.hda/sound/card0/input5
[ 12.619758] soc2-throttle-alert cooling device registered.
[ 12.619781] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=7 as /devices/platform/3510000.hda/sound/card0/input6
[ 12.619858] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=8 as /devices/platform/3510000.hda/sound/card0/input7
[ 12.619923] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=9 as /devices/platform/3510000.hda/sound/card0/input8
[ 12.630725] hot-surface-alert cooling device registered.
[ 12.662772] tegra-asoc: sound: Adding to iommu group 55
[ 12.755208] cryptd: max_cpu_qlen set to 1000
[ 12.999337] input: NVIDIA Jetson Orin NX APE Headset Jack as /devices/platform/sound/sound/card1/input9
[ 13.378091] tegra-xusb-padctl 3520000.xusb_padctl: power down UTMI pad 0
[ 13.378099] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 02cc88d0
[ 13.378100] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 06cc88d0
[ 13.378104] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101010
[ 13.378105] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101014
[ 13.629964] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 13.629977] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 06cc88d0
[ 13.629980] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 02cc88d0
[ 13.629984] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101014
[ 13.629986] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101010
[ 14.025154] using random self ethernet address
[ 14.032632] using random host ethernet address
[ 14.054459] loop: module loaded
[ 14.197088] Mass Storage Function, version: 2009/09/11
[ 14.197095] LUN: removable file: (no medium)
[ 14.199325] using random self ethernet address
[ 14.203951] using random host ethernet address
[ 14.215265] rndis0: HOST MAC ce:9b:8b:5d:63:40
[ 14.215269] rndis0: MAC ce:9b:8b:5d:63:41
[ 14.215590] usb0: HOST MAC ce:9b:8b:5d:63:42
[ 14.215592] usb0: MAC ce:9b:8b:5d:63:43
[ 14.216448] tegra-xudc 3550000.xudc: EP 0 (type: ctrl, dir: out) enabled
[ 14.216467] (null) usb2-0: tegra_xusb_usb_phy_work(): calling notifier for role host
[ 14.216473] tegra-xusb 3610000.xhci: tegra_xhci_id_notify(): action is 2
[ 14.216477] tegra-xusb 3610000.xhci: Same role(1) received. Ignore
[ 14.219263] l4tbr0: port 1(rndis0) entered blocking state
[ 14.219272] l4tbr0: port 1(rndis0) entered disabled state
[ 14.219368] device rndis0 entered promiscuous mode
[ 14.224708] l4tbr0: port 2(usb0) entered blocking state
[ 14.224721] l4tbr0: port 2(usb0) entered disabled state
[ 14.224828] device usb0 entered promiscuous mode
[ 14.346329] nvvrs_pseq 4-003c: CAUTION: interrupt status reg:0x10 set to 0x8
[ 14.346334] nvvrs_pseq 4-003c: Clearing interrupts
[ 14.394103] tegra-xusb-padctl 3520000.xusb_padctl: power down UTMI pad 0
[ 14.394113] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 02cc88d0
[ 14.394115] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 06cc88d0
[ 14.394118] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101010
[ 14.394119] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101014
[ 14.650017] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 14.650033] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 06cc88d0
[ 14.650036] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 02cc88d0
[ 14.650040] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101014
[ 14.650042] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101010
[ 15.410068] tegra-xusb-padctl 3520000.xusb_padctl: power down UTMI pad 0
[ 15.410076] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 02cc88d0
[ 15.410077] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 06cc88d0
[ 15.410081] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101010
[ 15.410082] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101014
[ 15.697995] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 15.698017] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 06cc88d0
[ 15.698020] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 02cc88d0
[ 15.698024] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101014
[ 15.698025] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101010
[ 15.851891] eth0: 0xffff8000109ea000, ca:8b:3d:af:dc:6a, IRQ 306
[ 15.923537] eth1: 0xffff800010102000, 48:b0:2d:d8:cb:4d, IRQ 307
[ 16.218880] CPU4: shutdown
[ 16.221692] psci: CPU4 killed (polled 0 ms)
[ 16.267242] CPU5: shutdown
[ 16.270076] psci: CPU5 killed (polled 0 ms)
[ 16.272111] pstore: Using crash dump compression: deflate
[ 16.272177] printk: console [ramoops-1] enabled
[ 16.272182] pstore: Registered ramoops as persistent store backend
[ 16.272187] ramoops: using 0x200000@0x26eb70000, ecc: 0
[ 16.414943] nvgpu: 17000000.ga10b gk20a_scale_init:541 [INFO] enabled scaling for GPU

[ 16.462321] tegra-xusb-padctl 3520000.xusb_padctl: power down UTMI pad 0
[ 16.462329] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 02cc88d0
[ 16.462334] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 06cc88d0
[ 16.462338] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101010
[ 16.462341] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101014
[ 16.560192] zram: Added device: zram0
[ 16.562279] zram: Added device: zram1
[ 16.562510] zram: Added device: zram2
[ 16.562668] zram: Added device: zram3
[ 16.609686] zram0: detected capacity change from 0 to 976543744
[ 16.630431] Adding 953652k swap on /dev/zram0. Priority:5 extents:1 across:953652k SS
[ 16.633198] zram1: detected capacity change from 0 to 976543744
[ 16.666011] Adding 953652k swap on /dev/zram1. Priority:5 extents:1 across:953652k SS
[ 16.668455] zram2: detected capacity change from 0 to 976543744
[ 16.701937] Adding 953652k swap on /dev/zram2. Priority:5 extents:1 across:953652k SS
[ 16.703424] zram3: detected capacity change from 0 to 976543744
[ 16.718033] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 16.718053] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 06cc88d0
[ 16.718055] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 02cc88d0
[ 16.718059] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101014
[ 16.718061] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101010
[ 16.729975] Adding 953652k swap on /dev/zram3. Priority:5 extents:1 across:953652k SS
[ 17.378696] nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for aarch64 35.6.4 Release Build (buildbrain@mobile-u64-6192-d8000) Mon Jan 26 23:43:02 PST 2026
[ 17.482138] tegra-xusb-padctl 3520000.xusb_padctl: power down UTMI pad 0
[ 17.482149] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 02cc88d0
[ 17.482151] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 06cc88d0
[ 17.482155] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101010
[ 17.482156] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101014
[ 17.679610] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x731341 result 0xffff:
[ 17.746015] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 17.746033] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 06cc88d0
[ 17.746036] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 02cc88d0
[ 17.746039] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101014
[ 17.746041] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101010
[ 18.510436] tegra-xusb-padctl 3520000.xusb_padctl: power down UTMI pad 0
[ 18.510445] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 02cc88d0
[ 18.510448] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 06cc88d0
[ 18.510451] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101010
[ 18.510453] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101014
[ 18.797965] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 18.797979] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 06cc88d0
[ 18.797982] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 02cc88d0
[ 18.797985] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101014
[ 18.797986] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101010
[ 19.221775] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x731341 result 0xffff:
[ 19.562210] tegra-xusb-padctl 3520000.xusb_padctl: power down UTMI pad 0
[ 19.562224] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 02cc88d0
[ 19.562229] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 06cc88d0
[ 19.562234] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101010
[ 19.562237] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101014
[ 19.818097] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 19.818117] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 06cc88d0
[ 19.818120] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 02cc88d0
[ 19.818124] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101014
[ 19.818125] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101010

the following is log from dmesg command when type-c is OK:


[ 6.874733] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 65, base_baud = 0) is a TEGRA_UART
[ 6.887785] tegra-xusb-padctl 3520000.xusb_padctl: 0000000c > 00000011
[ 6.887791] tegra-xusb-padctl 3520000.xusb_padctl: 0000000c < 00000011
[ 6.887796] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 > 00000fff
[ 6.887797] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 < 00000ffb
[ 6.888005] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 > 00000ffb
[ 6.888007] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 < 00000ff9
[ 6.888212] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 > 00000ff9
[ 6.888215] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 < 00000ff8
[ 6.888230] tegra-xusb-padctl 3520000.xusb_padctl: 00000034 > 00000000
[ 6.888231] tegra-xusb-padctl 3520000.xusb_padctl: 00000034 < 00000000
[ 6.888236] tegra-xusb-padctl 3520000.xusb_padctl: 0000000c > 00000011
[ 6.888237] tegra-xusb-padctl 3520000.xusb_padctl: 0000000c < 00000031
[ 6.888240] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 > 00000ff8
[ 6.888242] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 < 00000fd8
[ 6.888447] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 > 00000fd8
[ 6.888450] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 < 00000fc8
[ 6.888657] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 > 00000fc8
[ 6.888659] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 < 00000fc0
[ 6.888671] tegra-xusb-padctl 3520000.xusb_padctl: 0000000c > 00000031
[ 6.888672] tegra-xusb-padctl 3520000.xusb_padctl: 0000000c < 00000131
[ 6.888675] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 > 00000fc0
[ 6.888677] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 < 00000ec0
[ 6.888882] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 > 00000ec0
[ 6.888886] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 < 00000e40
[ 6.889093] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 > 00000e40
[ 6.889095] tegra-xusb-padctl 3520000.xusb_padctl: 00000024 < 00000e00
[ 6.889106] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00011000
[ 6.889107] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 < 00211000
[ 6.889121] tegra-xusb-padctl 3520000.xusb_padctl: failed to apply prod for utmi pad0
[ 6.889130] tegra-xusb-padctl 3520000.xusb_padctl: failed to apply prod for bias pad
[ 6.889132] tegra-xusb-padctl 3520000.xusb_padctl: 00000004 > 00000055
[ 6.889133] tegra-xusb-padctl 3520000.xusb_padctl: 00000004 < 00000055
[ 6.889136] tegra-xusb-padctl 3520000.xusb_padctl: 00000030 > 00000000
[ 6.889137] tegra-xusb-padctl 3520000.xusb_padctl: 00000030 < 00000000
[ 6.889140] tegra-xusb-padctl 3520000.xusb_padctl: 00000008 > 00000111
[ 6.889143] tegra-xusb-padctl 3520000.xusb_padctl: 00000008 < 00000113
[ 6.889147] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 26cc88e0
[ 6.889152] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 06cc88d0
[ 6.889157] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 20101044
[ 6.889158] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1c101014
[ 6.889179] tegra-xusb-padctl 3520000.xusb_padctl: failed to apply prod for utmi pad1
[ 6.889185] tegra-xusb-padctl 3520000.xusb_padctl: failed to apply prod for bias pad
[ 6.889190] tegra-xusb-padctl 3520000.xusb_padctl: 00000004 > 00000055
[ 6.889191] tegra-xusb-padctl 3520000.xusb_padctl: 00000004 < 00000055
[ 6.889194] tegra-xusb-padctl 3520000.xusb_padctl: 00000008 > 00000113
[ 6.889196] tegra-xusb-padctl 3520000.xusb_padctl: 00000008 < 00000113
[ 6.889199] tegra-xusb-padctl 3520000.xusb_padctl: 000000c8 > 26cc88e0
[ 6.889200] tegra-xusb-padctl 3520000.xusb_padctl: 000000c8 < 06cc88d1
[ 6.889206] tegra-xusb-padctl 3520000.xusb_padctl: 000000cc > 20101044
[ 6.889208] tegra-xusb-padctl 3520000.xusb_padctl: 000000cc < 1c101014
[ 6.889219] tegra-xusb-padctl 3520000.xusb_padctl: failed to apply prod for utmi pad2
[ 6.889225] tegra-xusb-padctl 3520000.xusb_padctl: failed to apply prod for bias pad
[ 6.889227] tegra-xusb-padctl 3520000.xusb_padctl: 00000004 > 00000055
[ 6.889230] tegra-xusb-padctl 3520000.xusb_padctl: 00000004 < 00000055
[ 6.889233] tegra-xusb-padctl 3520000.xusb_padctl: 00000008 > 00000113
[ 6.889236] tegra-xusb-padctl 3520000.xusb_padctl: 00000008 < 00000113
[ 6.889240] tegra-xusb-padctl 3520000.xusb_padctl: 00000108 > 26cc88e0
[ 6.889241] tegra-xusb-padctl 3520000.xusb_padctl: 00000108 < 06cc88d1
[ 6.889246] tegra-xusb-padctl 3520000.xusb_padctl: 0000010c > 20101044
[ 6.889247] tegra-xusb-padctl 3520000.xusb_padctl: 0000010c < 1c101014
[ 6.902136] tegra-xusb 3610000.xhci: Firmware timestamp: 2023-02-10 03:48:10 UTC, Version: 80.05 release
[ 6.911903] tegra-xusb 3610000.xhci: xHCI Host Controller
[ 6.917472] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[ 6.926147] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810
[ 6.935753] tegra-xusb 3610000.xhci: irq 229, io mem 0x03610000
[ 6.942051] tegra-xusb 3610000.xhci: xHCI Host Controller
[ 6.947595] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[ 6.955399] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[ 6.963037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 6.971546] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.978983] usb usb1: Product: xHCI Host Controller
[ 6.983998] usb usb1: Manufacturer: Linux 5.10.216-tegra xhci-hcd
[ 6.990276] usb usb1: SerialNumber: 3610000.xhci
[ 6.995746] hub 1-0:1.0: USB hub found
[ 6.999624] hub 1-0:1.0: 4 ports detected
[ 7.004044] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 7.012549] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.019983] usb usb2: Product: xHCI Host Controller
[ 7.024991] usb usb2: Manufacturer: Linux 5.10.216-tegra xhci-hcd
[ 7.031275] usb usb2: SerialNumber: 3610000.xhci
[ 7.036538] hub 2-0:1.0: USB hub found
[ 7.040414] hub 2-0:1.0: 4 ports detected
[ 7.045377] tegra-xusb 3610000.xhci: usbphy-0 registered
[ 7.046930] (null) usb2-0: tegra_xusb_usb_phy_work(): calling notifier for role none
[ 7.046938] tegra-xusb 3610000.xhci: tegra_xhci_id_notify(): action is 0
[ 7.046939] tegra-xusb 3610000.xhci: Same role(0) received. Ignore
[ 7.066647] i2c i2c-2: Added multiplexed i2c bus 9
[ 7.072225] i2c i2c-2: Added multiplexed i2c bus 10
[ 7.077253] i2c-mux-gpio cam_i2cmux: 2 port mux on 3180000.i2c adapter
[ 7.084202] tegra23x-oc-event soctherm-oc-event: Finished tegra23x overcurrent event probing
[ 7.106528] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1947000 KHz, changing to: 1958400 KHz
[ 7.119558] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 1997000 KHz, changing to: 1984000 KHz
[ 7.131380] tegra194-cpufreq e000000.ccplex: probed with ICC, cl:3
[ 7.137812] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 1
[ 7.137979] tegra-xusb-padctl 3520000.xusb_padctl: 00000288 > 0451e81e
[ 7.137981] tegra-xusb-padctl 3520000.xusb_padctl: 00000288 < 0451e81e
[ 7.137985] tegra-xusb-padctl 3520000.xusb_padctl: 00000284 > 060e0b38
[ 7.137986] tegra-xusb-padctl 3520000.xusb_padctl: 00000284 < 060e0338
[ 7.137990] tegra-xusb-padctl 3520000.xusb_padctl: 00000288 > 0451e81e
[ 7.137992] tegra-xusb-padctl 3520000.xusb_padctl: 00000288 < 0051e81e
[ 7.138009] tegra-xusb-padctl 3520000.xusb_padctl: 00000288 poll > 8451e81e, 0
[ 7.138012] tegra-xusb-padctl 3520000.xusb_padctl: 00000288 > 8451e81e
[ 7.138013] tegra-xusb-padctl 3520000.xusb_padctl: 00000288 < 8451e81e
[ 7.138017] tegra-xusb-padctl 3520000.xusb_padctl: 0000028c > a02fc11c
[ 7.138018] tegra-xusb-padctl 3520000.xusb_padctl: 0000028c < 202fc11c
[ 7.138180] tegra-xusb-padctl 3520000.xusb_padctl: 000000c8 > 06cc88d1
[ 7.138181] tegra-xusb-padctl 3520000.xusb_padctl: 000000c8 < 02cc88d1
[ 7.138185] tegra-xusb-padctl 3520000.xusb_padctl: 000000cc > 1c101014
[ 7.138186] tegra-xusb-padctl 3520000.xusb_padctl: 000000cc < 1c101010
[ 7.138733] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[ 7.146610] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges:
[ 7.153780] tegra194-pcie 14100000.pcie: IO 0x0030100000..0x00301fffff → 0x0030100000
[ 7.162472] tegra194-pcie 14100000.pcie: MEM 0x20a8000000..0x20afffffff → 0x0040000000
[ 7.162474] tegra194-pcie 14100000.pcie: MEM 0x2080000000..0x20a7ffffff → 0x2080000000
[ 7.265455] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[ 7.269454] tegra194-pcie 14100000.pcie: Link up
[ 7.279301] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00
[ 7.286169] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 7.286321] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 1
[ 7.291808] pci_bus 0001:00: root bus resource [io 0x0000-0xfffff] (bus address [0x30100000-0x301fffff])
[ 7.301648] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff])
[ 7.312478] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref]
[ 7.320407] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400
[ 7.326746] pci 0001:00:00.0: PME# supported from D0 D3hot
[ 7.336450] pci 0001:01:00.0: [10ec:8168] type 00 class 0x020000
[ 7.342807] pci 0001:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid
[ 7.350058] pci 0001:01:00.0: reg 0x10: [io size 0x0100]
[ 7.355800] pci 0001:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[ 7.362907] pci 0001:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[ 7.371006] pci 0001:01:00.0: supports D1 D2
[ 7.375402] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 7.386327] pci 0001:00:00.0: BAR 14: assigned [mem 0x20a8000000-0x20a80fffff]
[ 7.393768] pci 0001:00:00.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 7.400137] pci 0001:01:00.0: BAR 4: assigned [mem 0x20a8000000-0x20a8003fff 64bit]
[ 7.408119] pci 0001:01:00.0: BAR 2: assigned [mem 0x20a8004000-0x20a8004fff 64bit]
[ 7.416095] pci 0001:01:00.0: BAR 0: assigned [io 0x1000-0x10ff]
[ 7.422424] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[ 7.427809] pci 0001:00:00.0: bridge window [io 0x1000-0x1fff]
[ 7.434075] pci 0001:00:00.0: bridge window [mem 0x20a8000000-0x20a80fffff]
[ 7.441427] pci 0001:00:00.0: Max Payload Size set to 128/ 256 (was 256), Max Read Rq 512
[ 7.450220] pci 0001:01:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512
[ 7.459195] pcieport 0001:00:00.0: Adding to iommu group 7
[ 7.465064] pcieport 0001:00:00.0: PME: Signaling with IRQ 55
[ 7.471292] pcieport 0001:00:00.0: AER: enabled with IRQ 55
[ 7.477870] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[ 7.485851] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges:
[ 7.493047] tegra194-pcie 14160000.pcie: IO 0x0036100000..0x00361fffff → 0x0036100000
[ 7.501760] tegra194-pcie 14160000.pcie: MEM 0x2428000000..0x242fffffff → 0x0040000000
[ 7.501762] usb 1-2: New USB device found, idVendor=0bda, idProduct=5489, bcdDevice= 1.40
[ 7.501765] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.510449] tegra194-pcie 14160000.pcie: MEM 0x2140000000..0x2427ffffff → 0x2140000000
[ 7.518859] usb 1-2: Product: 4-Port USB 2.0 Hub
[ 7.518860] usb 1-2: Manufacturer: Generic
[ 7.543932] hub 1-2:1.0: USB hub found
[ 7.548904] hub 1-2:1.0: 4 ports detected
[ 7.598550] usb 2-1: new SuperSpeedPlus Gen 2 USB device number 2 using tegra-xusb
[ 7.637638] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 2
[ 7.637650] tegra-xusb-padctl 3520000.xusb_padctl: 00000108 > 06cc88d1
[ 7.637652] tegra-xusb-padctl 3520000.xusb_padctl: 00000108 < 02cc88d1
[ 7.637656] tegra-xusb-padctl 3520000.xusb_padctl: 0000010c > 1c101014
[ 7.637658] tegra-xusb-padctl 3520000.xusb_padctl: 0000010c < 1c101010
[ 7.646363] usb 2-1: New USB device found, idVendor=0bda, idProduct=0489, bcdDevice= 1.40
[ 7.649463] tegra194-pcie 14160000.pcie: Link up
[ 7.654777] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.654779] usb 2-1: Product: 4-Port USB 3.0 Hub
[ 7.654780] usb 2-1: Manufacturer: Generic
[ 7.676938] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00
[ 7.683781] pci_bus 0004:00: root bus resource [bus 00-ff]
[ 7.689431] pci_bus 0004:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x36100000-0x361fffff])
[ 7.699577] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff])
[ 7.710418] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref]
[ 7.718350] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400
[ 7.724678] pci 0004:00:00.0: PME# supported from D0 D3hot
[ 7.733625] hub 2-1:1.0: USB hub found
[ 7.734280] pci 0004:01:00.0: [126f:2263] type 00 class 0x010802
[ 7.743703] hub 2-1:1.0: 4 ports detected
[ 7.743883] pci 0004:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 7.759816] pci 0004:00:00.0: BAR 14: assigned [mem 0x2428000000-0x24280fffff]
[ 7.765457] usb 1-3: new high-speed USB device number 3 using tegra-xusb
[ 7.767273] pci 0004:01:00.0: BAR 0: assigned [mem 0x2428000000-0x2428003fff 64bit]
[ 7.782144] pci 0004:00:00.0: PCI bridge to [bus 01-ff]
[ 7.787549] pci 0004:00:00.0: bridge window [mem 0x2428000000-0x24280fffff]
[ 7.787552] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 2
[ 7.794907] pci 0004:00:00.0: Max Payload Size set to 128/ 256 (was 256), Max Read Rq 512
[ 7.803649] pci 0004:01:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512
[ 7.812566] pcieport 0004:00:00.0: Adding to iommu group 8
[ 7.818425] pcieport 0004:00:00.0: PME: Signaling with IRQ 57
[ 7.824623] pcieport 0004:00:00.0: AER: enabled with IRQ 57
[ 7.830667] nvme 0004:01:00.0: Adding to iommu group 8
[ 7.836378] nvme nvme0: pci function 0004:01:00.0
[ 7.841273] nvme 0004:01:00.0: enabling device (0000 → 0002)
[ 7.841912] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator
[ 7.854266] nvme nvme0: missing or invalid SUBNQN field.
[ 7.854674] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges:
[ 7.866914] tegra194-pcie 141e0000.pcie: IO 0x003e100000..0x003e1fffff → 0x003e100000
[ 7.875607] tegra194-pcie 141e0000.pcie: MEM 0x3228000000..0x322fffffff → 0x0040000000
[ 7.877414] nvme nvme0: allocated 64 MiB host memory buffer.
[ 7.884290] tegra194-pcie 141e0000.pcie: MEM 0x2e40000000..0x3227ffffff → 0x2e40000000
[ 7.913533] nvme nvme0: 6/0/0 default/read/poll queues
[ 7.924583] nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15
[ 7.953296] usb 1-3: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90
[ 7.961717] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 7.969060] usb 1-3: Product: USB2.0 Hub
[ 7.974216] hub 1-3:1.0: USB hub found
[ 7.978743] hub 1-3:1.0: 4 ports detected
[ 8.249610] usb 1-2.4: new low-speed USB device number 4 using tegra-xusb
[ 8.367268] usb 1-2.4: New USB device found, idVendor=1c4f, idProduct=0034, bcdDevice= 1.10
[ 8.375861] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 8.383386] usb 1-2.4: Product: Usb Mouse
[ 8.387510] usb 1-2.4: Manufacturer: SIGMACHIP
[ 8.398342] input: SIGMACHIP Usb Mouse as /devices/platform/3610000.xhci/usb1/1-2/1-2.4/1-2.4:1.0/0003:1C4F:0034.0001/input/input0
[ 8.410524] hid-generic 0003:1C4F:0034.0001: input,hidraw0: USB HID v1.10 Mouse [SIGMACHIP Usb Mouse] on usb-3610000.xhci-2.4/input0
[ 8.437456] usb 1-3.2: new low-speed USB device number 5 using tegra-xusb
[ 8.556565] usb 1-3.2: New USB device found, idVendor=1c4f, idProduct=0002, bcdDevice= 1.50
[ 8.565153] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 8.572670] usb 1-3.2: Product: USB Keyboard
[ 8.577057] usb 1-3.2: Manufacturer: SIGMACHIP
[ 8.587547] input: SIGMACHIP USB Keyboard as /devices/platform/3610000.xhci/usb1/1-3/1-3.2/1-3.2:1.0/0003:1C4F:0002.0002/input/input1
[ 8.657971] hid-generic 0003:1C4F:0002.0002: input,hidraw1: USB HID v1.10 Keyboard [SIGMACHIP USB Keyboard] on usb-3610000.xhci-3.2/input0
[ 8.674645] input: SIGMACHIP USB Keyboard Consumer Control as /devices/platform/3610000.xhci/usb1/1-3/1-3.2/1-3.2:1.1/0003:1C4F:0002.0003/input/input2
[ 8.745674] input: SIGMACHIP USB Keyboard System Control as /devices/platform/3610000.xhci/usb1/1-3/1-3.2/1-3.2:1.1/0003:1C4F:0002.0003/input/input3
[ 8.760375] hid-generic 0003:1C4F:0002.0003: input,hidraw2: USB HID v1.10 Device [SIGMACHIP USB Keyboard] on usb-3610000.xhci-3.2/input1
[ 8.997642] tegra194-pcie 141e0000.pcie: Phy link never came up
[ 9.003831] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00
[ 9.010652] pci_bus 0007:00: root bus resource [bus 00-ff]
[ 9.016290] pci_bus 0007:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x3e100000-0x3e1fffff])
[ 9.026394] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff])
[ 9.037220] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref]
[ 9.045136] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400
[ 9.051445] pci 0007:00:00.0: PME# supported from D0 D3hot
[ 9.064310] pci 0007:00:00.0: PCI bridge to [bus 01-ff]
[ 9.069703] pci 0007:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512
[ 9.078673] pcieport 0007:00:00.0: Adding to iommu group 9
[ 9.084537] pcieport 0007:00:00.0: PME: Signaling with IRQ 59
[ 9.091212] pcieport 0007:00:00.0: AER: enabled with IRQ 59
[ 9.097185] pci_bus 0007:01: busn_res: [bus 01-ff] is released
[ 9.103284] pci 0007:00:00.0: Removing from iommu group 9
[ 9.108849] pci_bus 0007:00: busn_res: [bus 00-ff] is released
[ 9.116428] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator
[ 9.122990] tegra194-pcie 140a0000.pcie: Failed to get slot regulators: -517
[ 9.123154] vdd-3v3-sd: supplied by vdd-3v3
[ 9.127814] irq: IRQ300: trimming hierarchy from :pmc@c360000
[ 9.134465] (null) usb2-0: tegra_xusb_role_sw_set(): role none
[ 9.134482] (null) usb2-0: tegra_xusb_usb_phy_work(): calling notifier for role none
[ 9.134486] tegra-xusb 3610000.xhci: tegra_xhci_id_notify(): action is 0
[ 9.134488] tegra-xusb 3610000.xhci: Same role(0) received. Ignore
[ 9.136213] tegra194-isp5 14800000.isp: initialized
[ 9.150832] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized
[ 9.157324] (NULL device *): fops function table already registered
[ 9.164584] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized
[ 9.171512] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator
[ 9.178255] irq: IRQ301: trimming hierarchy from :interrupt-controller@f400000-1
[ 9.193686] (null) usb2-0: tegra_xusb_role_sw_set(): role host
[ 9.193704] (null) usb2-0: tegra_xusb_usb_phy_work(): calling notifier for role host
[ 9.193708] tegra-xusb 3610000.xhci: tegra_xhci_id_notify(): action is 2
[ 9.193739] tegra-xusb 3610000.xhci: host mode on
[ 9.193747] (null) usb2-0: tegra186_utmi_phy_set_mode: mode 11
[ 9.193750] tegra-xusb-padctl 3520000.xusb_padctl: set id override
[ 9.193753] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00211040
[ 9.193755] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 < 00011040
[ 9.193765] tegra-xusb 3610000.xhci: tegra_xhci_set_port_power():set SS port power
[ 9.193780] tegra-xusb 3610000.xhci: tegra_xhci_set_port_power():set HS port power
[ 9.293917] tegra194-pcie 140a0000.pcie: host bridge /pcie@140a0000 ranges:
[ 9.301094] tegra194-pcie 140a0000.pcie: IO 0x002a100000..0x002a1fffff → 0x002a100000
[ 9.309787] tegra194-pcie 140a0000.pcie: MEM 0x3528000000..0x352fffffff → 0x0040000000
[ 9.318468] tegra194-pcie 140a0000.pcie: MEM 0x3240000000..0x3527ffffff → 0x3240000000
[ 9.345555] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 9.345566] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 06cc88d0
[ 9.345567] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 02cc88d0
[ 9.345570] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1c101014
[ 9.345571] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1c101010
[ 9.433457] tegra194-pcie 140a0000.pcie: Link up
[ 9.439251] tegra194-pcie 140a0000.pcie: PCI host bridge to bus 0008:00
[ 9.446064] pci_bus 0008:00: root bus resource [bus 00-ff]
[ 9.451702] pci_bus 0008:00: root bus resource [io 0x300000-0x3fffff] (bus address [0x2a100000-0x2a1fffff])
[ 9.461819] pci_bus 0008:00: root bus resource [mem 0x3528000000-0x352fffffff] (bus address [0x40000000-0x47ffffff])
[ 9.472642] pci_bus 0008:00: root bus resource [mem 0x3240000000-0x3527ffffff pref]
[ 9.480529] usb 1-1: new high-speed USB device number 6 using tegra-xusb
[ 9.487462] pci 0008:00:00.0: [10de:229c] type 01 class 0x060400
[ 9.493797] pci 0008:00:00.0: PME# supported from D0 D3hot
[ 9.499823] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 9.503534] pci 0008:01:00.0: [10ec:8168] type 00 class 0x020000
[ 9.509854] pci 0008:01:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 9.515764] pci 0008:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[ 9.522863] pci 0008:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[ 9.530856] pci 0008:01:00.0: supports D1 D2
[ 9.535254] pci 0008:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 9.546137] pci 0008:00:00.0: BAR 14: assigned [mem 0x3528000000-0x35280fffff]
[ 9.553593] pci 0008:00:00.0: BAR 13: assigned [io 0x300000-0x300fff]
[ 9.560314] pci 0008:01:00.0: BAR 4: assigned [mem 0x3528000000-0x3528003fff 64bit]
[ 9.568306] pci 0008:01:00.0: BAR 2: assigned [mem 0x3528004000-0x3528004fff 64bit]
[ 9.576276] pci 0008:01:00.0: BAR 0: assigned [io 0x300000-0x3000ff]
[ 9.582942] pci 0008:00:00.0: PCI bridge to [bus 01-ff]
[ 9.588316] pci 0008:00:00.0: bridge window [io 0x300000-0x300fff]
[ 9.594948] pci 0008:00:00.0: bridge window [mem 0x3528000000-0x35280fffff]
[ 9.602308] pci 0008:00:00.0: Max Payload Size set to 128/ 256 (was 256), Max Read Rq 512
[ 9.611049] pci 0008:01:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512
[ 9.619977] pcieport 0008:00:00.0: Adding to iommu group 10
[ 9.625970] pcieport 0008:00:00.0: PME: Signaling with IRQ 61
[ 9.632538] pcieport 0008:00:00.0: AER: enabled with IRQ 61
[ 9.639687] irq: IRQ303: trimming hierarchy from :pmc@c360000
[ 9.645674] irq: IRQ304: trimming hierarchy from :interrupt-controller@f400000-1
[ 9.652617] usb 1-1: New USB device found, idVendor=1a40, idProduct=0801, bcdDevice= 1.00
[ 9.653355] input: gpio-keys as /devices/platform/gpio-keys/input/input4
[ 9.661702] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 9.669168] tegra-se-nvhost 15810000.se: Adding to iommu group 49
[ 9.675952] usb 1-1: Product: USB 2.0 Hub
[ 9.676761] hub 1-1:1.0: USB hub found
[ 9.686564] tegra-se-nvhost 15810000.se: initialized
[ 9.690615] hub 1-1:1.0: 4 ports detected
[ 9.708233] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 9.714624] tegra-se-nvhost 15820000.se: Adding to iommu group 50
[ 9.721183] tegra-se-nvhost 15820000.se: initialized
[ 9.727105] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 9.733474] tegra-se-nvhost 15840000.se: Adding to iommu group 51
[ 9.739976] tegra-se-nvhost 15840000.se: initialized
[ 9.746024] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 9.752844] tegra_actmon d230000.actmon: in actmon_register()…
[ 9.759178] tegra_actmon d230000.actmon: bwmgr_disable = 1
[ 9.765313] tegra_actmon d230000.actmon: initialization Completed for the device mc_all
[ 9.773680] hvc_sysfs: hypervisor is not present
[ 9.778456] clk: Disabling unused clocks
[ 9.815984] ALSA device list:
[ 9.819051] No soundcards found.
[ 9.823178] Freeing unused kernel memory: 4032K
[ 9.827910] Run /init as init process
[ 9.831685] with arguments:
[ 9.831686] /init
[ 9.831687] with environment:
[ 9.831688] HOME=/
[ 9.831688] TERM=linux
[ 9.831689] mminit_loglevel=4
[ 9.843608] Root device found: PARTUUID=b971ede2-7d22-4a1a-82f5-045b8bba3597
[ 9.993580] usb 1-1.3: new high-speed USB device number 7 using tegra-xusb
[ 10.111148] usb 1-1.3: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 1.10
[ 10.119750] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 10.127275] usb 1-1.3: Product: DataTraveler 3.0
[ 10.132017] usb 1-1.3: Manufacturer: Kingston
[ 10.136489] usb 1-1.3: SerialNumber: E0D55EA574EDE55058410735
[ 10.139387] EXT4-fs (nvme0n1p1): 8 orphan inodes deleted
[ 10.147917] EXT4-fs (nvme0n1p1): recovery complete
[ 10.153875] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[ 10.154890] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
[ 10.161054] scsi host0: usb-storage 1-1.3:1.0
[ 10.176522] Rootfs mounted over PARTUUID=b971ede2-7d22-4a1a-82f5-045b8bba3597
[ 10.189968] Switching from initrd to actual rootfs
[ 10.239107] systemd[1]: System time before build time, advancing clock.
[ 10.268773] x_tables: module verification failed: signature and/or required key missing - tainting kernel
[ 10.293376] systemd[1]: systemd 245.4-4ubuntu3.24 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)
[ 10.316976] systemd[1]: Detected architecture arm64.
[ 10.333614] systemd[1]: Set hostname to .
[ 10.406390] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name ‘RestartMode’ in section ‘Service’, ignoring.
[ 10.459356] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 10.472431] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 10.482018] systemd[1]: Created slice system-modprobe.slice.
[ 10.501760] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 10.525690] systemd[1]: Created slice User and Session Slice.
[ 10.545544] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 10.569724] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 10.593531] systemd[1]: Reached target User and Group Name Lookups.
[ 10.613483] systemd[1]: Reached target Slices.
[ 10.629480] systemd[1]: Reached target Mounting snaps.
[ 10.649475] systemd[1]: Reached target Mounted snaps.
[ 10.669480] systemd[1]: Reached target Swap.
[ 10.685706] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 10.705583] systemd[1]: Listening on Syslog Socket.
[ 10.721577] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 10.745529] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 10.765678] systemd[1]: Listening on Journal Audit Socket.
[ 10.785570] systemd[1]: Listening on Journal Socket (/dev/log).
[ 10.805589] systemd[1]: Listening on Journal Socket.
[ 10.829593] systemd[1]: Listening on udev Control Socket.
[ 10.849550] systemd[1]: Listening on udev Kernel Socket.
[ 10.870532] systemd[1]: Mounting Huge Pages File System…
[ 10.890458] systemd[1]: Mounting POSIX Message Queue File System…
[ 10.910531] systemd[1]: Mounting RPC Pipe File System…
[ 10.930416] systemd[1]: Mounting Kernel Debug File System…
[ 10.950403] systemd[1]: Mounting Kernel Trace File System…
[ 10.970693] systemd[1]: Starting Journal Service…
[ 10.990745] systemd[1]: Starting Set the console keyboard layout…
[ 11.018661] systemd[1]: Starting Create list of static device nodes for the current kernel…
[ 11.046644] systemd[1]: Starting Load Kernel Module chromeos_pstore…
[ 11.073530] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[ 11.082963] systemd[1]: Starting Load Kernel Module efi_pstore…
[ 11.106474] systemd[1]: Starting Load Kernel Module pstore_blk…
[ 11.126415] systemd[1]: Starting Load Kernel Module pstore_zone…
[ 11.146439] systemd[1]: Starting Load Kernel Module ramoops…
[ 11.170428] systemd[1]: Starting NVIDIA specific first-boot udev script…
[ 11.198490] systemd[1]: Started Nameserver information manager.
[ 11.202690] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[ 11.213268] sd 0:0:0:0: [sda] 60530688 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 11.224097] sd 0:0:0:0: [sda] Write Protect is off
[ 11.231352] sd 0:0:0:0: [sda] Mode Sense: 45 00 00 00
[ 11.231689] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn’t support DPO or FUA
[ 11.241633] systemd[1]: Reached target Network (Pre).
[ 11.261927] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 11.271296] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 11.282407] systemd[1]: Starting Load Kernel Modules…
[ 11.292820] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 11.300107] nvmap_page_pool_init: Total RAM pages: 1907308
[ 11.305756] nvmap_page_pool_init: nvmap page pool size: 238413 pages (931 MB)
[ 11.313156] nvmap_background_zero_thread: PP zeroing thread starting.
[ 11.326463] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 11.333575] EXT4-fs (nvme0n1p1): re-mounted. Opts: (null)
[ 11.342283] sda: sda1
[ 11.348492] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 11.358794] systemd[1]: Starting udev Coldplug all Devices…
[ 11.379220] systemd[1]: Started Journal Service.
[ 11.389045] nvgpu: 17000000.ga10b nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000

[ 11.704342] systemd-journald[254]: Received client request to flush runtime journal.
[ 12.236638] nvidia: loading out-of-tree module taints kernel.
[ 12.248623] nv_platform 13800000.display: Adding to iommu group 52
[ 12.253296] platform 13800000.display:nvdisplay-niso: Adding to iommu group 53
[ 12.254759] NVRM: loading NVIDIA UNIX Open Kernel Module for aarch64 35.6.4 Release Build (buildbrain@mobile-u64-6192-d8000) Mon Jan 26 23:43:00 PST 2026
[ 12.285096] spi-tegra114 3210000.spi: Adding to iommu group 2
[ 12.298978] r8168 0001:01:00.0: Adding to iommu group 7
[ 12.299303] r8168 Gigabit Ethernet driver 8.053.00-NAPI loaded
[ 12.299406] r8168 0001:01:00.0: enabling device (0000 → 0003)
[ 12.310982] imx219 9-0010: tegracam sensor driver:imx219_v2.0.6
[ 12.322625] spi-tegra114 3230000.spi: Adding to iommu group 2
[ 12.324333] imx219 9-0010: imx219_board_setup: error during i2c read probe (-121)
[ 12.340332] irq: IRQ306: trimming hierarchy from :pmc@c360000
[ 12.342696] tegra-hda 3510000.hda: Adding to iommu group 54
[ 12.345898] cpu-throttle-alert cooling device registered.
[ 12.345965] gpu-throttle-alert cooling device registered.
[ 12.346017] cv0-throttle-alert cooling device registered.
[ 12.346063] cv1-throttle-alert cooling device registered.
[ 12.346109] cv2-throttle-alert cooling device registered.
[ 12.346158] soc0-throttle-alert cooling device registered.
[ 12.346201] soc1-throttle-alert cooling device registered.
[ 12.346252] soc2-throttle-alert cooling device registered.
[ 12.346306] hot-surface-alert cooling device registered.
[ 12.357690] imx219 9-0010: board setup failed
[ 12.371209] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 16 channels
[ 12.372930] imx219: probe of 9-0010 failed with error -121
[ 12.389383] r8168 0001:01:00.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00
[ 12.401181] imx219 10-0010: tegracam sensor driver:imx219_v2.0.6
[ 12.419239] imx219 10-0010: imx219_board_setup: error during i2c read probe (-121)
[ 12.437478] r8168 0001:01:00.0 (unnamed net_device) (uninitialized): Random ether addr 82:0f:7f:46:84:3e
[ 12.438071] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 12.439530] tegra-asoc: sound: Adding to iommu group 55
[ 12.440162] r8168 Copyright (C) 2024 Realtek NIC software team nicfae@realtek.com
This program comes with ABSOLUTELY NO WARRANTY; for details, please see http://www.gnu.org/licenses/.
This is free software, and you are welcome to redistribute it under certain conditions; see http://www.gnu.org/licenses/.
[ 12.440596] r8168 0008:01:00.0: Adding to iommu group 10
[ 12.440890] r8168 Gigabit Ethernet driver 8.053.00-NAPI loaded
[ 12.440985] r8168 0008:01:00.0: enabling device (0000 → 0003)
[ 12.446577] imx219 10-0010: board setup failed
[ 12.451326] imx219: probe of 10-0010 failed with error -121
[ 12.477400] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=3 as /devices/platform/3510000.hda/sound/card0/input5
[ 12.477575] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=7 as /devices/platform/3510000.hda/sound/card0/input6
[ 12.477789] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=8 as /devices/platform/3510000.hda/sound/card0/input7
[ 12.477904] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=9 as /devices/platform/3510000.hda/sound/card0/input8
[ 12.492830] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 12.497983] r8168 Copyright (C) 2024 Realtek NIC software team nicfae@realtek.com
This program comes with ABSOLUTELY NO WARRANTY; for details, please see http://www.gnu.org/licenses/.
This is free software, and you are welcome to redistribute it under certain conditions; see http://www.gnu.org/licenses/.
[ 12.636150] cryptd: max_cpu_qlen set to 1000
[ 12.880515] input: NVIDIA Jetson Orin NX APE Headset Jack as /devices/platform/sound/sound/card1/input9
[ 13.288047] using random self ethernet address
[ 13.294835] using random host ethernet address
[ 13.319182] loop: module loaded
[ 13.472762] Mass Storage Function, version: 2009/09/11
[ 13.472769] LUN: removable file: (no medium)
[ 13.475429] using random self ethernet address
[ 13.480028] using random host ethernet address
[ 13.493043] rndis0: HOST MAC ce:9b:8b:5d:63:40
[ 13.493050] rndis0: MAC ce:9b:8b:5d:63:41
[ 13.494056] usb0: HOST MAC ce:9b:8b:5d:63:42
[ 13.494062] usb0: MAC ce:9b:8b:5d:63:43
[ 13.494983] tegra-xudc 3550000.xudc: EP 0 (type: ctrl, dir: out) enabled
[ 13.495008] (null) usb2-0: tegra_xusb_usb_phy_work(): calling notifier for role host
[ 13.495017] tegra-xusb 3610000.xhci: tegra_xhci_id_notify(): action is 2
[ 13.495021] tegra-xusb 3610000.xhci: Same role(1) received. Ignore
[ 13.500193] l4tbr0: port 1(rndis0) entered blocking state
[ 13.500205] l4tbr0: port 1(rndis0) entered disabled state
[ 13.500343] device rndis0 entered promiscuous mode
[ 13.507117] l4tbr0: port 2(usb0) entered blocking state
[ 13.507131] l4tbr0: port 2(usb0) entered disabled state
[ 13.507264] device usb0 entered promiscuous mode
[ 14.178160] nvvrs_pseq 4-003c: CAUTION: interrupt status reg:0x10 set to 0x8
[ 14.178166] nvvrs_pseq 4-003c: Clearing interrupts
[ 15.081927] eth0: 0xffff800010909000, ca:8b:3d:af:dc:6a, IRQ 305
[ 15.155320] eth1: 0xffff800010af9000, 48:b0:2d:d8:cb:4d, IRQ 308
[ 15.377358] pstore: Using crash dump compression: deflate
[ 15.377393] printk: console [ramoops-1] enabled
[ 15.377394] pstore: Registered ramoops as persistent store backend
[ 15.377396] ramoops: using 0x200000@0x26eb70000, ecc: 0
[ 15.454458] CPU4: shutdown
[ 15.457266] psci: CPU4 killed (polled 0 ms)
[ 15.511113] CPU5: shutdown
[ 15.513934] psci: CPU5 killed (polled 0 ms)
[ 15.654597] nvgpu: 17000000.ga10b gk20a_scale_init:541 [INFO] enabled scaling for GPU

[ 15.799727] zram: Added device: zram0
[ 15.800109] zram: Added device: zram1
[ 15.802513] zram: Added device: zram2
[ 15.803099] zram: Added device: zram3
[ 15.852668] zram0: detected capacity change from 0 to 976543744
[ 15.885554] Adding 953652k swap on /dev/zram0. Priority:5 extents:1 across:953652k SS
[ 15.890243] zram1: detected capacity change from 0 to 976543744
[ 15.917520] Adding 953652k swap on /dev/zram1. Priority:5 extents:1 across:953652k SS
[ 15.918866] zram2: detected capacity change from 0 to 976543744
[ 15.953537] Adding 953652k swap on /dev/zram2. Priority:5 extents:1 across:953652k SS
[ 15.955003] zram3: detected capacity change from 0 to 976543744
[ 15.977572] Adding 953652k swap on /dev/zram3. Priority:5 extents:1 across:953652k SS
[ 16.625860] nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for aarch64 35.6.4 Release Build (buildbrain@mobile-u64-6192-d8000) Mon Jan 26 23:43:02 PST 2026
[ 16.928158] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x731341 result 0xffff:
[ 18.425538] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x731341 result 0xffff:
[ 18.922604] fuse: init (API version 7.32)
[ 19.075338] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x731341 result 0xffff:
[ 19.306740] r8168: eth1: link up
[ 19.306820] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 21.856478] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 52.261515] tegra-xusb-padctl 3520000.xusb_padctl: power down UTMI pad 0
[ 52.261529] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 02cc88d0
[ 52.261535] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 06cc88d0
[ 52.261542] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101010
[ 52.261547] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101014
[ 52.261573] usb 1-1: USB disconnect, device number 6
[ 52.261579] usb 1-1.3: USB disconnect, device number 7
[ 52.281372] (null) usb2-0: tegra_xusb_role_sw_set(): role device
[ 52.281424] (null) usb2-0: tegra_xusb_usb_phy_work(): calling notifier for role device
[ 52.281430] tegra-xusb 3610000.xhci: tegra_xhci_id_notify(): action is 1
[ 52.281489] tegra-xusb 3610000.xhci: host mode off
[ 52.281503] (null) usb2-0: tegra186_utmi_phy_set_mode: mode 11
[ 52.281506] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00011000
[ 52.281513] tegra-xusb-padctl 3520000.xusb_padctl: clear id override
[ 52.281516] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00011000
[ 52.281522] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 < 00211000
[ 52.281528] tegra-xusb-padctl 3520000.xusb_padctl: clear vbus override
[ 52.281532] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00211040
[ 52.281537] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 < 00211040
[ 52.281554] tegra-xusb 3610000.xhci: tegra_xhci_set_port_power():clear SS port power
[ 52.282470] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 52.282483] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 06cc88d0
[ 52.282485] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 02cc88d0
[ 52.282488] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1c101014
[ 52.282490] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1c101010
[ 52.282494] (null) usb2-0: tegra186_utmi_phy_set_mode: mode 11
[ 52.282496] tegra-xusb-padctl 3520000.xusb_padctl: set vbus override
[ 52.282498] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00211040
[ 52.282500] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 < 00215040
[ 52.489487] tegra-xusb 3610000.xhci: tegra_xhci_set_port_power():clear HS port power
[ 57.450376] (null) usb2-0: tegra_xusb_role_sw_set(): role none
[ 57.450452] (null) usb2-0: tegra_xusb_usb_phy_work(): calling notifier for role none
[ 57.450461] tegra-xusb 3610000.xhci: tegra_xhci_id_notify(): action is 0
[ 57.450465] tegra-xusb 3610000.xhci: Same role(0) received. Ignore
[ 57.450485] (null) usb2-0: tegra186_utmi_phy_set_mode: mode 11
[ 57.450491] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00215049
[ 57.450495] tegra-xusb-padctl 3520000.xusb_padctl: clear id override
[ 57.450500] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00215049
[ 57.450504] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 < 00215049
[ 57.450507] tegra-xusb-padctl 3520000.xusb_padctl: clear vbus override
[ 57.450511] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00215049
[ 57.450514] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 < 00211049
[ 57.450523] tegra-xusb-padctl 3520000.xusb_padctl: power down UTMI pad 0
[ 57.450527] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 02cc88d0
[ 57.450530] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 06cc88d0
[ 57.450535] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1c101010
[ 57.450538] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1c101014
[ 57.509465] (null) usb2-0: tegra_xusb_role_sw_set(): role host
[ 57.509528] (null) usb2-0: tegra_xusb_usb_phy_work(): calling notifier for role host
[ 57.509535] tegra-xusb 3610000.xhci: tegra_xhci_id_notify(): action is 2
[ 57.509566] tegra-xusb 3610000.xhci: host mode on
[ 57.509578] (null) usb2-0: tegra186_utmi_phy_set_mode: mode 11
[ 57.509581] tegra-xusb-padctl 3520000.xusb_padctl: set id override
[ 57.509585] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00211040
[ 57.509587] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 < 00011040
[ 57.509603] tegra-xusb 3610000.xhci: tegra_xhci_set_port_power():set SS port power
[ 57.509671] tegra-xusb 3610000.xhci: tegra_xhci_set_port_power():set HS port power
[ 57.653570] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 57.653586] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 06cc88d0
[ 57.653588] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 02cc88d0
[ 57.653592] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1c101014
[ 57.653593] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1c101010
[ 57.781474] usb 1-1: new high-speed USB device number 8 using tegra-xusb
[ 57.782013] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 57.932622] usb 1-1: New USB device found, idVendor=1a40, idProduct=0801, bcdDevice= 1.00
[ 57.932628] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 57.932630] usb 1-1: Product: USB 2.0 Hub
[ 57.933752] hub 1-1:1.0: USB hub found
[ 57.934247] hub 1-1:1.0: 4 ports detected
[ 58.229463] usb 1-1.3: new high-speed USB device number 9 using tegra-xusb
[ 58.339150] usb 1-1.3: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 1.10
[ 58.339156] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 58.339160] usb 1-1.3: Product: DataTraveler 3.0
[ 58.339163] usb 1-1.3: Manufacturer: Kingston
[ 58.339167] usb 1-1.3: SerialNumber: E0D55EA574EDE55058410735
[ 58.340844] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[ 58.341055] scsi host0: usb-storage 1-1.3:1.0
[ 59.362799] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[ 59.372128] sd 0:0:0:0: [sda] 60530688 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 59.383737] sd 0:0:0:0: [sda] Write Protect is off
[ 59.388692] sd 0:0:0:0: [sda] Mode Sense: 45 00 00 00
[ 59.389085] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn’t support DPO or FUA
[ 59.498774] sda: sda1
[ 59.500480] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 60.427486] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 91.442260] tegra-xusb-padctl 3520000.xusb_padctl: power down UTMI pad 0
[ 91.442270] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 02cc88d0
[ 91.442272] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 06cc88d0
[ 91.442276] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1e101010
[ 91.442278] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1e101014
[ 91.442294] usb 1-1: USB disconnect, device number 8
[ 91.442298] usb 1-1.3: USB disconnect, device number 9
[ 91.462376] (null) usb2-0: tegra_xusb_role_sw_set(): role device
[ 91.462418] (null) usb2-0: tegra_xusb_usb_phy_work(): calling notifier for role device
[ 91.462424] tegra-xusb 3610000.xhci: tegra_xhci_id_notify(): action is 1
[ 91.462455] tegra-xusb 3610000.xhci: host mode off
[ 91.462468] (null) usb2-0: tegra186_utmi_phy_set_mode: mode 11
[ 91.462472] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00011000
[ 91.462480] tegra-xusb-padctl 3520000.xusb_padctl: clear id override
[ 91.462483] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00011000
[ 91.462486] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 < 00211000
[ 91.462488] tegra-xusb-padctl 3520000.xusb_padctl: clear vbus override
[ 91.462490] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00211040
[ 91.462492] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 < 00211040
[ 91.462507] tegra-xusb 3610000.xhci: tegra_xhci_set_port_power():clear SS port power
[ 91.463464] tegra-xusb-padctl 3520000.xusb_padctl: power on UTMI pads 0
[ 91.463478] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 06cc88d0
[ 91.463479] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 02cc88d0
[ 91.463483] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1c101014
[ 91.463485] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1c101010
[ 91.463489] (null) usb2-0: tegra186_utmi_phy_set_mode: mode 11
[ 91.463491] tegra-xusb-padctl 3520000.xusb_padctl: set vbus override
[ 91.463494] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00211040
[ 91.463495] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 < 00215040
[ 91.670098] tegra-xusb 3610000.xhci: tegra_xhci_set_port_power():clear HS port power
[ 96.698383] (null) usb2-0: tegra_xusb_role_sw_set(): role none
[ 96.698445] (null) usb2-0: tegra_xusb_usb_phy_work(): calling notifier for role none
[ 96.698452] tegra-xusb 3610000.xhci: tegra_xhci_id_notify(): action is 0
[ 96.698455] tegra-xusb 3610000.xhci: Same role(0) received. Ignore
[ 96.698472] (null) usb2-0: tegra186_utmi_phy_set_mode: mode 11
[ 96.698477] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00215049
[ 96.698481] tegra-xusb-padctl 3520000.xusb_padctl: clear id override
[ 96.698484] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00215049
[ 96.698487] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 < 00215049
[ 96.698490] tegra-xusb-padctl 3520000.xusb_padctl: clear vbus override
[ 96.698493] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00215049
[ 96.698495] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 < 00211049
[ 96.698501] tegra-xusb-padctl 3520000.xusb_padctl: power down UTMI pad 0
[ 96.698504] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 > 02cc88d0
[ 96.698507] tegra-xusb-padctl 3520000.xusb_padctl: 00000088 < 06cc88d0
[ 96.698510] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c > 1c101010
[ 96.698513] tegra-xusb-padctl 3520000.xusb_padctl: 0000008c < 1c101014
[ 96.754758] (null) usb2-0: tegra_xusb_role_sw_set(): role host
[ 96.754826] (null) usb2-0: tegra_xusb_usb_phy_work(): calling notifier for role host
[ 96.754832] tegra-xusb 3610000.xhci: tegra_xhci_id_notify(): action is 2
[ 96.754863] tegra-xusb 3610000.xhci: host mode on
[ 96.754874] (null) usb2-0: tegra186_utmi_phy_set_mode: mode 11
[ 96.754877] tegra-xusb-padctl 3520000.xusb_padctl: set id override
[ 96.754881] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 > 00211040
[ 96.754883] tegra-xusb-padctl 3520000.xusb_padctl: 00000360 < 00011040
[ 96.754898] tegra-xusb 3610000.xhci: tegra_xhci_set_port_power():set SS port power
[ 96.754966] tegra-xusb 3610000.xhci: tegra_xhci_set_port_power():set HS port power
[ 99.131401] usb 2-2: new SuperSpeed Gen 1 USB device number 3 using tegra-xusb
[ 99.157280] usb 2-2: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 1.10
[ 99.157285] usb 2-2: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[ 99.157287] usb 2-2: Product: DataTraveler 3.0
[ 99.157289] usb 2-2: Manufacturer: Kingston
[ 99.157291] usb 2-2: SerialNumber: E0D55EA574AB154139642956
[ 99.157510] usb 2-2: change ep 03 bMaxBurst (2) to 15
[ 99.158212] usb-storage 2-2:1.0: USB Mass Storage device detected
[ 99.158441] scsi host0: usb-storage 2-2:1.0

Your prompt reply will be greatly appreciated!

You might want to attach things like dmesg as an attachment. You can create a file of most commands like this (dmesg example):
dmesg 2>&1 | tee log_dmesg.txt

I want to find out if the device is plugged in from the start to the host, versus being plugged in after boot. A comparison of both the JP 5.1.6 and JP 5.1.2 would be useful. Do you still have both releases available? If so, for the working case of JP 5.1.2, does it matter if the device is plugged in prior to boot versus after? Same question for JP 5.1.6.

Also, what device or devices have you tested? Is it a particular device, or is it multiple devices?

Note that during boot the device tree might differ from after boot. The drivers too might differ. It is rather important to know if failure is during boot stage (already plugged in for devices which have a driver) or if it fails only once Linux starts. A serial console log (and serial console log can be taken including some of the boot stage while dmesg log cannot show boot content) can show parts of boot.

Then check, after boot, for both cases, if hot plug of the USB devices to the host works. Knowing if devices work or fail in boot, and then if it changes or remains the same during the time Linux runs might point to things like issues with the device tree within a boot stage versus device tree while running Linux.

If it turns out to be when Linux is running, then we can look further at differences in the kernel itself and to differences in what shows up as device tree (the boot stages can edit a device tree, so even if you think the tree is the same for both the tree may no longer be what you expect it to be; kernel differences might break things even if device tree is valid).

I am not sure if that is the problem on my side but I could not read the words in your schematic clearly even with zoom in.

Also, the connection from the SOM side should be clarified too.

I test typec port in jp5.1.2 and jp5.1.6, attachment are dmesg logs of jp5.1.2 and jp5.1.6 for typec plugin conditions, FYI!

Thanks!

jp512_dmesg_plugin_after_login.txt (83.4 KB)

jp516_dmesg_plugin_before_powerup.txt (103.2 KB)

jp516_dmesg_plugin_after_login.txt (82.5 KB)

jp512_dmesg_plugin_before_powerup.txt (80.1 KB)

Can you provide more information on specific USB devices? For example, I see usb-storage, but I don’t know which in the working case is the USB-C you are speaking of. It would be useful to examine the logs you posted knowing one specific device to trace.

It might also be useful on both releases to export a kernel config like this:

cat /proc/config.gz | egrep -v '(^#|^$)' | sort 2>&1 | tee "config_$(uname -r).txt"

Do this on both the working and failing cases. What this does is ask the kernel itself what its configuration is, then it eliminates commented or blank lines, followed by sorting. The file is named after the kernel version. What this does is to make the files useful for comparison in the diff tool (I like the kdiff3 tool front end). This means that at any point differences between kernel configurations can be examined without much effort.

Thanks for your reply:

Our USB device is a USB3 disk, the typec port is ‘otg’ mode, by the way, usb2.0 is work well!

The attachment is difference of kernel configuration between jp512 and jp516, FYI

Thanks a lot!

diff_config.txt (7.6 KB)

Does your device tree in any way use device tree overlays? Your new kernel removes this:

-CONFIG_OF_OVERLAY=y
+# CONFIG_OF_OVERLAY is not set

Not every installs use overlays, but if yours does, then all overlay information was lost with the newer kernel config. This could lose any mapping of that PHY to various USB controllers, including the ID pin. Right now this is the more likely issue.

Does any other device work on that port, e.g., a mouse or keyboard? If so, then it tends to suggest a more general failure, and the device tree is probably one of the more common cases (the devices which plug into USB are plug-n-play and self-describing; the hardware of the port itself is not plug-n-play and can be found only because of the device tree).

There are other kernel changes, but none of those would be an issue. You would need a completely new set of modules for the new kernel versus the old one (the 5.1.2 kernel won’t be able to load the 5.1.6 modules, and vice versa). Do validate that any modules were from the build of that release and not from the other release (I don’t expect these to be wrong, but since two kernels are involved and I don’t know the install steps used or kernel configuration steps it is necessary to point out that modules must load for the config to be valid).

I’m also looking at one of the previous dmesg logs for “after login” of the jp516 log. I would like to see a simpler device (like the mouse) in a dmesg log which is specific to only that plug-in event. In the failed case, I will suggest you fully boot it without the mouse (or keyboard or some simple device; a USB disk is more complicated and it must also support filesystems). Then start “dmesg --follow”. Note exactly where the log ends, and then plug in the mouse. Note exactly where the log lines are which are specific to only that mouse plug-in event. Then copy and paste or otherwise provide the log lines which pertain only to that specific simple USB device plug-in. Note if that mouse works (or keyboard might be better if you are only in text mode). Knowing if the plug-in is detected and triggers logging is itself significant even if the logs don’t show much.

You might want to run lsusb to see devices plugged in to your host prior to adding the mouse/keyboard in this last test. Then run it again after plug-in and note if the devices changed (not having a mouse/keyboard show up after plug-in means more than not having a USB disk plugin show up).

Yes, you are quite right!

I boot without mouse and keyboard, USB disk can work well!

Attachment is the dmesg log.

kb_plugin_afer_login.txt (101.2 KB)

I add kernel configuration:

CONFIG_OF_OVERLAY=y

and update image, USB3-disk cannot work.

One would need to know if overlay content is now needed for the device tree. It might be that the USB disk has other reasons for not working, but here is a note on the problem…

Any non-plug-n-play hardware, including the USB controllers and wiring which routes from a USB connector to the controller needs a device tree to tell the kernel which driver(s) to use for which pin and the address to find that hardware (physical address on a bus, we are in kernel space). Multiple controllers are in use depending on circumstances. We don’t know yet if there is a lack of function due to drivers and wire routing for the USB infrastructure itself, versus something in particular for the USB disk; even if it isn’t for the USB disk it can still be missing requirements for the filesystem (one would be able to format a partition if the disk drivers are present, but would need further drivers to understand reading and writing to that partition in the form of files). We just don’t know yet what is visible or missing.

We now know it is possible for an overlay to function. What we don’t know is if the overlay device tree was needed (perhaps any device tree content is in the main device tree, or perhaps that content requires an overlay to “edit” an existing device tree node).

In the case of USB2 and older a single controller handles older standards plus USB2. The wiring does not change for host mode for slower devices of something like USB1.1 from a mouse/keyboard versus when operating at full USB2 speeds. Things change when USB3 or newer gets involved.

In USB3 there are extra wires which need their own routing to a separate USB3 controller. The device tree can correctly route USB2 but fail USB3, or vice versa. Most USB3 devices (not all) can work at a slower USB2 or USB1.1 speed if for some reason USB3 is not available.

The device becomes involved for the “on the go” (“OTG” or “charger port”) connector as well. There is no such thing as a USB wire which is simultaneously able to handle both host and device modes (USB3 uses some wiring “Jedi mind trickery” with extra wires to appear this way). When switching between modes there is an ID detect pin, and that pin also mandates a proper device tree to tell drivers which pin to use and which controller will provide device mode. Failing to have that can force a port to only a single mode without the ability to switch modes. We still don’t know if this is related or not, but if it is, then it would be related to the change to device tree overlay; your kernel can now use overlays, but we don’t know if (A) an overlay was needed to edit a node, or (B) for the case that an overlay is needed, we don’t know if the overlay file is present.

Just as a caution I have to note that when you switch to support via a built-in “integrated” kernel symbol that old modules will be invalidated, and you should make sure modules were also needing update due to this. If you don’t get module load errors, then it is probably correct. Just keep an eye out for module load errors.

Going to the log I see some USB notes. The usbfs (USB filesystem) is there, but more than that is needed for full use (your system has access to the disk, but we don’t know yet if it has everything needed make use of it). These messages are not specific to your USB device itself. This message is specific to all USB devices which are human interface devices (keyboard, mouse):
[ 5.206530] usbhid: USB HID core driver

Still, even though the controller can now use a mouse/keyboard, it doesn’t mean the wiring will reach the controller (that’s a device tree function). We can guarantee that this device is seen by USB:
[ 458.926479] usb 1-3.2: New USB device found, idVendor=1c4f, idProduct=0002, bcdDevice= 1.50

If we go to the USB registry this is from manufacturer SiGma Micro, and the product is XM102K Optical Wheel Mouse. This is a plug-n-play device, and you have HID drivers, and so this mouse will automatically associate with the last driver and should function correctly. Really, the only part of that log which is specific to that mouse is the end of the log. At least in a slower mode for human interface devices we know the Jetson port is acting in host mode.

We will ignore everything in a log which occurs prior to the plug-in of the USB device. What would be extremely useful is if you continuously monitor via “dmesg --follow”, look where the log is at, and then (only after boot completes) plug in the USB disk. Show us the log which is generated as new log lines when the USB disk is triggering more logging from plug-in. Keep the disk unplugged prior to this, fully boot, check the current log, and then plug in the device. We’ll see if the device is visible, and then we’ll see how drivers and wires are attempting to route this event.

Side note: We know routing to the USB2 controller (which also handles legacy USB1 and USB1.1) works. We’re about to find out if USB3 routing works (which goes to a different controller as defined in the device tree).

Thanks for your help!

I find any intresting issues:

  1. If I plugin typec port before kernel image loading (following blod text output by debug uart), it donot work;
  2. If I plugin typec port after kernel image loading, it work well.

According my tests, Only PZ.01 cause the problem, it seems kernel and dtb is ok.

Jetson UEFI firmware (version 6.4-43803471 built on 2026-01-27T07:29:02+00:00)
ESC to enter Setup.
F11 to enter Boot Manager Menu.
Enter to continue boot.
** WARNING: Test Key is used. **

L4TLauncher: Attempting Direct Boot *** Plugin at here is OK
EFI stub: Booting Linux Kernel…
EFI stub: Using DTB from configuration table
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
EFI stub: Exiting boot services and installing virtual address map…
▒▒I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 6 initializing
I/TC: Secondary CPU 6 switching to normal world boot
I/TC: Secondary CPU 7 initializing
I/TC: Secondary CPU 7 switching to normal world boot

Thanks