Hello, I'm trying to build a custom image for p3768-0000-p3767-0001 machine. Everything goes OK, until "Writing partitions" stage:
✘ sudo ./initrd-flash
Starting at 2024-05-08T10:13:01+01:00
Machine: p3768-0000-p3767-0001
Rootfs device: nvme0n1p1
Found Jetson device in recovery mode at USB 1-5
== Step 1: Signing binaries at 2024-05-08T10:13:02+01:00 ==
== Step 2: Boot Jetson via RCM at 2024-05-08T10:13:21+01:00 ==
Found Jetson device in recovery mode at USB 1-5
== Step 3: Sending flash sequence commands at 2024-05-08T10:13:24+01:00 ==
Waiting for USB storage device flashpkg from 613c0807.......[/dev/sde]
Device size in blocks: 262144
Unmounted /dev/sde.
== Step 4: Writing partitions on external storage device at 2024-05-08T10:13:48+01:00 ==
Waiting for USB storage device nvme0n1 from 613c0807...[/dev/sde]
Creating partitions
[02] name=A_kernel start=0 size=262144 sectors
[03] name=A_kernel-dtb start=0 size=1536 sectors
[04] name=A_reserved_on_user start=0 size=64768 sectors
[05] name=B_kernel start=0 size=262144 sectors
[06] name=B_kernel-dtb start=0 size=1536 sectors
[07] name=B_reserved_on_user start=0 size=64768 sectors
[08] name=recovery start=0 size=163840 sectors
[09] name=recovery-dtb start=0 size=1024 sectors
[10] name=esp start=0 size=131072 sectors
[11] name=recovery_alt start=0 size=163840 sectors
[12] name=recovery-dtb_alt start=0 size=1024 sectors
[13] name=esp_alt start=0 size=131072 sectors
[14] name=UDA start=0 size=819200 sectors
[15] name=reserved start=0 size=982016 sectors
[01] name=APP (fills to end)
Writing partitions
Writing boot.img (size=35817472) to /dev/sde2 (size=134217728)...
Writing kernel_tegra234-p3767-0001-p3768-0000-a0.dtb (size=347347) to /dev/sde3 (size=786432)...
Writing boot.img (size=35817472) to /dev/sde5 (size=134217728)...
Writing kernel_tegra234-p3767-0001-p3768-0000-a0.dtb (size=347347) to /dev/sde6 (size=786432)...
Writing esp.img (size=67108864) to /dev/sde10 (size=67108864)...
Writing myos-image.ext4 (size=59055800320) to /dev/sde1 (size=248493809152)...
Serial logs (from ORIN):
Jetson UEFI firmware (version v35.5.0 built on 2024-02-26T13:44:31+00:00)
ESC to enter Setup.
F11 to enter Boot Manager Menu.
Enter to continue boot.
......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
��[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421]
[ 0.000000] Linux version 5.10.192-l4t-35.5.0+gdb857ecdbe10 (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Feb 28 11:28:56 UTC 2024
[ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16,
[ 0.000000] OF: fdt: - 80000000 , c0000000
[ 0.000000] Machine model: NVIDIA Orin NX Developer Kit
[ 0.000000] efi: EFI v2.70 by EDK II
[ 0.000000] efi: SMBIOS=0xffff0000 SMBIOS 3.0=0x23ba70000 MEMATTR=0x23635e018 RNG=0x22a480018 MEMRESERVE=0x22a8e7f18
[ 0.000000] random: crng init done
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000025e800000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000000273ffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fffdffff]
[ 0.000000] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000022ca17fff]
[ 0.000000] node 0: [mem 0x000000022ca18000-0x000000022cc7bfff]
[ 0.000000] node 0: [mem 0x000000022cc7c000-0x000000023a15ffff]
[ 0.000000] node 0: [mem 0x000000023a160000-0x000000023c09ffff]
[ 0.000000] node 0: [mem 0x000000023c0a0000-0x000000026eb0ffff]
[ 0.000000] node 0: [mem 0x000000026eb10000-0x000000026eb1ffff]
[ 0.000000] node 0: [mem 0x0000000272000000-0x0000000273ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000273ffffff]
[ 0.000000] On node 0, zone Normal: 224 pages in unavailable ranges
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 32 pages/cpu s90584 r8192 d32296 u131072
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] alternatives: patching kernel code
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2002464
[ 0.000000] Kernel command line: mminit_loglevel=4 console=ttyTCU0,115200 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 nospectre_bhb ipv6.disable=1 audit=0 ipv6.disable=1 audit=0
[ 0.000000] audit: disabled (until reboot)
[ 0.000000] audit: disabled (until reboot)
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB)
[ 0.000000] Memory: 7360184K/8137856K available (18240K kernel code, 3136K rwdata, 7108K rodata, 3840K init, 1417K bss, 515528K reserved, 262144K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000
[ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70)
[ 0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677]
[ 0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.000003] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.000583] Console: colour dummy device 80x25
[ 0.000621] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[ 0.000629] pid_max: default: 32768 minimum: 301
[ 0.000678] LSM: Security Framework initializing
[ 0.000699] Yama: becoming mindful.
[ 0.000717] SELinux: Initializing.
[ 0.000772] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.000787] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.001745] rcu: Hierarchical SRCU implementation.
[ 0.001820] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[ 0.002143] DTS File Name: tegra234-p3767-0001-p3768-0000-a0.dts
[ 0.002147] DTB Build time: Feb 28 2024 11:28:56
[ 0.003203] Tegra Revision: A01 SKU: 0xd4 CPU Process: 0 SoC Process: 0
[ 0.003347] Remapping and enabling EFI services.
[ 0.004214] smp: Bringing up secondary CPUs ...
[ 0.032901] Detected PIPT I-cache on CPU1
[ 0.032939] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000
[ 0.032961] CPU1: Booted secondary processor 0x0000000100 [0x410fd421]
[ 0.061589] Detected PIPT I-cache on CPU2
[ 0.061599] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000
[ 0.061615] CPU2: Booted secondary processor 0x0000000200 [0x410fd421]
[ 0.090212] Detected PIPT I-cache on CPU3
[ 0.090221] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000
[ 0.090234] CPU3: Booted secondary processor 0x0000000300 [0x410fd421]
[ 0.120868] Detected PIPT I-cache on CPU4
[ 0.120888] GICv3: CPU4: found redistributor 10200 region 0:0x000000000f500000
[ 0.120915] CPU4: Booted secondary processor 0x0000010200 [0x410fd421]
[ 0.149572] Detected PIPT I-cache on CPU5
[ 0.149581] GICv3: CPU5: found redistributor 10300 region 0:0x000000000f520000
[ 0.149596] CPU5: Booted secondary processor 0x0000010300 [0x410fd421]
[ 0.149655] smp: Brought up 1 node, 6 CPUs
[ 0.149666] SMP: Total of 6 processors activated.
[ 0.149669] CPU features: detected: Privileged Access Never
[ 0.149670] CPU features: detected: LSE atomic instructions
[ 0.149672] CPU features: detected: User Access Override
[ 0.149673] CPU features: detected: 32-bit EL0 Support
[ 0.149676] CPU features: detected: Common not Private translations
[ 0.149678] CPU features: detected: RAS Extension Support
[ 0.149679] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.149681] CPU features: detected: CRC32 instructions
[ 0.149683] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.166131] spectre-bhb mitigation disabled by command line option
[ 0.181410] CPU: All CPU(s) started at EL2
[ 0.183031] devtmpfs: initialized
[ 0.197486] Registered cp15_barrier emulation handler
[ 0.197494] Registered setend emulation handler
[ 0.197499] KASLR enabled
[ 0.197609] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.197620] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.199048] pinctrl core: initialized pinctrl subsystem
[ 0.199700] NET: Registered protocol family 16
[ 0.200374] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.200436] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.200488] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.200706] thermal_sys: Registered thermal governor 'step_wise'
[ 0.200708] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.200711] thermal_sys: Registered thermal governor 'pid_thermal_gov'
[ 0.201536] cpuidle: using governor menu
[ 0.201626] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.201685] ASID allocator initialised with 32768 entries
[ 0.201762] Serial: AMBA PL011 UART driver
[ 0.203415] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful
[ 0.203436] Tegra reboot handler registered.
[ 0.220225] mc: mapped MMIO address: 0xffff8000107b0000 -> 0x2c10000
[ 0.220236] mc: mapped MMIO address: 0xffff8000107d0000 -> 0x2c20000
[ 0.220241] mc: mapped MMIO address: 0xffff8000107f0000 -> 0x2c30000
[ 0.220248] mc: mapped MMIO address: 0xffff800010810000 -> 0x2c40000
[ 0.220253] mc: mapped MMIO address: 0xffff800010830000 -> 0x2c50000
[ 0.220258] mc: mapped MMIO address: 0xffff800010850000 -> 0x2b80000
[ 0.220263] mc: mapped MMIO address: 0xffff800010870000 -> 0x2b90000
[ 0.220267] mc: mapped MMIO address: 0xffff800010890000 -> 0x2ba0000
[ 0.220272] mc: mapped MMIO address: 0xffff8000108b0000 -> 0x2bb0000
[ 0.220278] mc: mapped MMIO address: 0xffff8000108d0000 -> 0x1700000
[ 0.220282] mc: mapped MMIO address: 0xffff8000108f0000 -> 0x1710000
[ 0.220287] mc: mapped MMIO address: 0xffff800010910000 -> 0x1720000
[ 0.220292] mc: mapped MMIO address: 0xffff800010930000 -> 0x1730000
[ 0.220297] mc: mapped MMIO address: 0xffff800010950000 -> 0x1740000
[ 0.220301] mc: mapped MMIO address: 0xffff800010970000 -> 0x1750000
[ 0.220306] mc: mapped MMIO address: 0xffff800010990000 -> 0x1760000
[ 0.220311] mc: mapped MMIO address: 0xffff8000109b0000 -> 0x1770000
[ 0.220319] nv-tegra-mc 2c10000.mc: No mssnvlink node
[ 0.220335] mc-err: mcerr ops are set to t23x
[ 0.220946] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 65, base_baud = 0) is a SBSA
[ 0.224606] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.224610] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.224611] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.224613] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.225993] ACPI: Interpreter disabled.
[ 0.226359] ddr-vddq: supplied by vdd-5v
[ 0.226514] ddr-vdd2: supplied by vdd-5v
[ 0.226615] vdd-AO-1v2: supplied by vdd-5v
[ 0.226691] vdd-3v3: supplied by vdd-5v
[ 0.226796] vdd-rtc: supplied by vdd-AO-1v2
[ 0.226869] vdd-0v95-uphy: supplied by vdd-AO-1v2
[ 0.226957] vdd-0v95-hdmi: supplied by vdd-AO-1v2
[ 0.227145] vdd-1v8: supplied by vdd-3v3-sys
[ 0.227233] vdd-3v3-AO: supplied by vdd-5v-sys
[ 0.227313] vdd-av10-hub: supplied by vdd-5v-sys
[ 0.227384] vdd-vbus-a: supplied by vdd-5v-sys
[ 0.227472] vdd-vbus-b: supplied by vdd-5v-sys
[ 0.227549] vdd-3v3-dp: supplied by vdd-3v3-sys
[ 0.227808] iommu: Default domain type: Translated
[ 0.227847] eventlib_kernel: keventlib is initialized, test id: 0
[ 0.228026] SCSI subsystem initialized
[ 0.228094] usbcore: registered new interface driver usbfs
[ 0.228106] usbcore: registered new interface driver hub
[ 0.228117] usbcore: registered new device driver usb
[ 0.228284] mc: Linux media interface: v0.10
[ 0.228293] videodev: Linux video capture interface: v2.00
[ 0.228418] pps_core: LinuxPPS API ver. 1 registered
[ 0.228420] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.228427] PTP clock support registered
[ 0.228643] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.228677] tegra_wdt_t18x 2190000.watchdog: Registered successfully
[ 0.229988] Registered efivars operations
[ 0.230087] FPGA manager framework
[ 0.230112] Advanced Linux Sound Architecture Driver Initialized.
[ 0.230358] Bluetooth: Core ver 2.22
[ 0.230377] NET: Registered protocol family 31
[ 0.230379] Bluetooth: HCI device and connection manager initialized
[ 0.230385] Bluetooth: HCI socket layer initialized
[ 0.230390] Bluetooth: L2CAP socket layer initialized
[ 0.230397] Bluetooth: SCO socket layer initialized
[ 0.230853] camchar: rtcpu character device driver loaded
[ 0.231045] clocksource: Switched to clocksource arch_sys_counter
[ 0.381356] VFS: Disk quotas dquot_6.6.0
[ 0.381394] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.381636] pnp: PnP ACPI: disabled
[ 0.383489] la/ptsa driver initialized.
[ 0.383542] NET: Registered protocol family 2
[ 0.383670] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.384875] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.384893] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.384952] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.385453] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.385507] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.385525] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.385601] NET: Registered protocol family 1
[ 0.385770] RPC: Registered named UNIX socket transport module.
[ 0.385772] RPC: Registered udp transport module.
[ 0.385773] RPC: Registered tcp transport module.
[ 0.385774] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.385783] PCI: CLS 0 bytes, default 64
[ 0.385877] Trying to unpack rootfs image as initramfs...
[ 0.456376] Freeing initrd memory: 4372K
[ 0.458227] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.458433] kvm [1]: IPA Size Limit: 48 bits
[ 0.458453] kvm [1]: GICv3: no GICV resource entry
[ 0.458456] kvm [1]: disabling GICv2 emulation
[ 0.458479] kvm [1]: GIC system register CPU interface enabled
[ 0.458540] kvm [1]: vgic interrupt IRQ9
[ 0.458644] kvm [1]: VHE mode initialized successfully
[ 0.459351] Initialise system trusted keyrings
[ 0.459464] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ 0.461788] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.462083] NFS: Registering the id_resolver key type
[ 0.462098] Key type id_resolver registered
[ 0.462101] Key type id_legacy registered
[ 0.462136] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.462145] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.462156] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.473784] NET: Registered protocol family 38
[ 0.473790] Key type asymmetric registered
[ 0.473793] Asymmetric key parser 'x509' registered
[ 0.473816] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 239)
[ 0.473874] io scheduler mq-deadline registered
[ 0.473877] io scheduler kyber registered
[ 0.477315] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.477341] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.477356] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[ 0.477369] tegra-pwm 32e0000.pwm: PWM clk can sleep in ops
[ 0.479610] tegra_dc_assign_hw_data: no matching compatible node
[ 0.479613] tegradccommon module_init failed
[ 0.479617] tegradc module_init failed
[ 0.479861] EINJ: ACPI disabled.
[ 0.481241] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.481247] tegra-pmc: ### PMC reset source: MAINSWRST
[ 0.481250] tegra-pmc: ### PMC reset level: L1
[ 0.481252] tegra-pmc: ### PMC reset status reg: 0x2d
[ 0.482396] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.838794] printk: console [ttyTCU0] enabled
[ 1.843585] arm-smmu 12000000.iommu: probing hardware configuration...
[ 1.849463] arm-smmu 12000000.iommu: SMMUv2 with:
[ 1.854021] arm-smmu 12000000.iommu: stage 1 translation
[ 1.859364] arm-smmu 12000000.iommu: stage 2 translation
[ 1.864857] arm-smmu 12000000.iommu: nested translation
[ 1.870199] arm-smmu 12000000.iommu: stream matching with 128 register groups
[ 1.877199] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only)
[ 1.885845] arm-smmu 12000000.iommu: Supported page sizes: 0x00001000
[ 1.890322] arm-smmu 12000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA
[ 1.896882] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA
[ 1.904074] arm-smmu 10000000.iommu: probing hardware configuration...
[ 1.909746] arm-smmu 10000000.iommu: SMMUv2 with:
[ 1.914469] arm-smmu 10000000.iommu: stage 1 translation
[ 1.919982] arm-smmu 10000000.iommu: stage 2 translation
[ 1.925406] arm-smmu 10000000.iommu: nested translation
[ 1.930832] arm-smmu 10000000.iommu: stream matching with 128 register groups
[ 1.938009] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only)
[ 1.946760] arm-smmu 10000000.iommu: Supported page sizes: 0x00001000
[ 1.951223] arm-smmu 10000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA
[ 1.957780] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA
[ 1.964769] arm-smmu 8000000.iommu: probing hardware configuration...
[ 1.970907] arm-smmu 8000000.iommu: SMMUv2 with:
[ 1.975632] arm-smmu 8000000.iommu: stage 1 translation
[ 1.981144] arm-smmu 8000000.iommu: stage 2 translation
[ 1.986569] arm-smmu 8000000.iommu: nested translation
[ 1.991733] arm-smmu 8000000.iommu: stream matching with 128 register groups
[ 1.998905] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only)
[ 2.007655] arm-smmu 8000000.iommu: Supported page sizes: 0x00001000
[ 2.012123] arm-smmu 8000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA
[ 2.018681] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA
[ 2.025933] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful
[ 2.034469] tegra_profiler: version: 1.151, samples/io: 51/30
[ 2.038912] tegra_profiler: auth: init
[ 2.042923] nvsciipc: loaded module
[ 2.047369] tegra23x-qspi 3270000.spi: Adding to iommu group 0
[ 2.052317] tegra23x-qspi 3270000.spi: Node prod_c_nonsecure has invalid entries
[ 2.059633] tegra23x-qspi 3270000.spi: Node prod_c_nonsecure: Child has not proper setting
[ 2.067856] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting.
[ 2.075297] tegra23x-qspi 3270000.spi: Prod settings list not found
[ 2.082085] tun: Universal TUN/TAP device driver, 1.6
[ 2.087069] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 2.093934] hns3: Copyright (c) 2017 Huawei Corporation.
[ 2.099467] e1000e: Intel(R) PRO/1000 Network Driver
[ 2.104433] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.110310] igb: Intel(R) Gigabit Ethernet Network Driver
[ 2.115631] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.121362] PPP generic driver version 2.4.2
[ 2.125561] PPP BSD Compression module registered
[ 2.130250] PPP Deflate Compression module registered
[ 2.135419] PPP MPPE Compression module registered
[ 2.140420] usbcore: registered new interface driver r8152
[ 2.145740] usbcore: registered new interface driver asix
[ 2.151257] usbcore: registered new interface driver ax88179_178a
[ 2.157376] usbcore: registered new interface driver cdc_ether
[ 2.163324] usbcore: registered new interface driver net1080
[ 2.168926] usbcore: registered new interface driver cdc_subset
[ 2.174966] usbcore: registered new interface driver zaurus
[ 2.180659] usbcore: registered new interface driver cdc_ncm
[ 2.186351] usbcore: registered new interface driver aqc111
[ 2.191856] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.198064] ohci-pci: OHCI PCI platform driver
[ 2.202361] ohci-platform: OHCI generic platform driver
[ 2.207673] tegra-xusb 3610000.xhci: Adding to iommu group 1
[ 2.213659] usbcore: registered new interface driver uas
[ 2.218639] usbcore: registered new interface driver usb-storage
[ 2.224619] tegra-xudc 3550000.xudc: Adding to iommu group 2
[ 2.230302] mousedev: PS/2 mouse device common for all mice
[ 2.235788] usbcore: registered new interface driver xpad
[ 2.243004] tegra_rtc c2a0000.rtc: registered as rtc1
[ 2.246548] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:37 UTC (37)
[ 2.254332] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 2.260592] i2c /dev entries driver
[ 2.264142] tegra-i2c 3160000.i2c: Adding to iommu group 3
[ 2.269696] tegra-i2c c240000.i2c: Adding to iommu group 3
[ 2.275126] tegra-i2c 3180000.i2c: Adding to iommu group 3
[ 2.280526] tegra-i2c 3190000.i2c: Adding to iommu group 3
[ 2.285864] tegra-i2c 31b0000.i2c: Adding to iommu group 3
[ 2.291372] tegra-i2c 31c0000.i2c: Adding to iommu group 3
[ 2.296804] tegra-i2c c250000.i2c: Adding to iommu group 3
[ 2.302153] tegra-i2c 31e0000.i2c: Adding to iommu group 3
[ 2.310015] pps pps0: new PPS source ktimer
[ 2.311729] pps pps0: ktimer PPS source registered
[ 2.316537] pps_ldisc: PPS line discipline registered
[ 2.322461] device-mapper: uevent: version 1.0.3
[ 2.326327] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[ 2.335629] sdhci: Secure Digital Host Controller Interface driver
[ 2.341033] sdhci: Copyright(c) Pierre Ossman
[ 2.345495] Synopsys Designware Multimedia Card Interface Driver
[ 2.351598] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.357598] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401
[ 2.365207] tegra-bpmp bpmp: firmware: a5fd653d3815177549cc-fcc6f4f897a
[ 2.372954] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9
[ 2.376313] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x82
[ 2.387275] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0
[ 2.387480] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful
��debugfs initialized
��[ 3.519551] hid: raw HID events driver (C) Jiri Kosina
[ 3.520649] usbcore: registered new interface driver usbhid
[ 3.520819] usbhid: USB HID core driver
[ 3.521421] tegra-dce d800000.dce: Adding to iommu group 4
[ 3.523880] dce: dce_ipc_channel_init:319 Invalid Channel State [0x0] for ch_type [2]
[ 3.524840] tegra234-aon c000000.aon: Adding to iommu group 5
[ 3.526091] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5]
[ 3.526371] dce: dce_admin_ipc_handle_signal:90 Spurious signal on channel: [0]. Ignored...
[ 3.526493] c000000.aon:hsp: probed
[ 3.526717] dce: dce_admin_send_cmd_ver:424 version : [0x2] err : [0x0]
[ 3.527032] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x1]
[ 3.527318] dce: dce_admin_setup_clients_ipc:553 Channel Reset Complete for Type [1] ...
[ 3.527320] dce: dce_admin_ipc_handle_signal:90 Spurious signal on channel: [1]. Ignored...
[ 3.527771] dce: dce_admin_setup_clients_ipc:529 Get queue info failed for [2]
[ 3.528037] tegra234-aon c000000.aon: init done
[ 3.528180] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x2]
[ 3.531518] tegra23x-psc e860000.psc: Adding to iommu group 6
[ 3.536383] dce: dce_admin_setup_clients_ipc:553 Channel Reset Complete for Type [3] ...
[ 3.536385] dce: dce_admin_ipc_handle_signal:90 Spurious signal on channel: [3]. Ignored...
[ 3.536401] dce: dce_admin_ipc_handle_signal:90 Spurious signal on channel: [3]. Ignored...
[ 3.542250] tegra23x-psc e860000.psc: ext_cfg base:000000008012b92f
[ 3.550446] dce: dce_start_boot_flow:173 DCE_BOOT_DONE
[ 3.558770] tegra23x-psc e860000.psc: init done
[ 3.558884] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 7
[ 3.590848] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[ 3.601687] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584
[ 3.606608] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 3.617790] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80
[ 3.628664] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80
[ 3.639865] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0����xaf��I/��00-��TC:��0xf�� Re��f80��ser��
��ve��[ ��d s�� 3��har��.65��ed ��146��mem��9] ��ory��teg�� i��ra-��s d��ivc��isa��-bu��ble��s b��d
��c00����000����.rt��I/T��cpu��C:��:iv�� Dy��c-b��nam��us:��ic ��ivc��sha��cap��red��tur�� m��e@4��emo��: i��ry ��vcc��is ��apt��ena��ure��ble��: v��d
��er=����0 g����rp=��I/��1 R��TC:��X[5�� No��12x��rma��64]��l W��=0x��orl��ff8��d ��0-0��vir��x18��tua��000��liz�� TX��ati��[51��on ��2x6��su��4]=��ppo��0x1��rt ��800��is ��0-0��dis��x20��abl��080��ed��
��
��[ ���� 3��I/��.66��TC:��397�� As��9] ��ync��teg��hro��ra-��nou��ivc��s ��-bu��not��s b��ifi��c00��cat��000��ion��.rt��s a��cpu��re��:iv�� di��c-b��sab��us:��led��dia��
��g@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200
[ 3.676162] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (113)
[ 3.682059] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful
[ 3.690423] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=55ecd57df677fd722e795b49ccb283f065b222a1
[ 3.703133] t19x_cache tegra-cache: probed
[ 3.705434] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU
[ 3.716402] optee: probing for conduit method.
[ 3.716540] optee: revision 3.22
[ 3.777090] optee: dynamic shared memory is enabled
[ 3.777408] optee: initialized driver
[ 3.788578] nvpmodel: initialized successfully
[ 3.788805] tegra_hv: get_hvd: not initialized yet
[ 3.788937] user_ivc_mempool: hypervisor not present
[ 3.789777] usbcore: registered new interface driver snd-usb-audio
[ 3.790722] u32 classifier
[ 3.792318] input device check on
[ 3.795985] Actions configured
[ 3.799379] Initializing XFRM netlink socket
[ 3.803717] IPv6: Loaded, but administratively disabled, reboot required to enable
[ 3.811137] NET: Registered protocol family 17
[ 3.815536] NET: Registered protocol family 15
[ 3.819972] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 3.833560] Bluetooth: RFCOMM socket layer initialized
[ 3.838020] Bluetooth: RFCOMM ver 1.11
[ 3.841931] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 3.847816] Bluetooth: HIDP socket layer initialized
[ 3.853706] 9pnet: Installing 9P2000 support
[ 3.857198] Key type dns_resolver registered
[ 3.861913] registered taskstats version 1
[ 3.865654] Loading compiled-in X.509 certificates
[ 3.870802] tegra194-pcie 14100000.pcie: Adding to iommu group 8
[ 3.882998] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[ 3.883914] tegra194-pcie 14160000.pcie: Adding to iommu group 9
[ 3.894794] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[ 3.895284] tegra194-pcie 141e0000.pcie: Adding to iommu group 10
[ 3.906950] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator
[ 3.907818] tegra194-pcie 140a0000.pcie: Adding to iommu group 11
[ 3.919374] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator
[ 3.945910] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 12
[ 3.948922] host1x 13e40000.host1x: Adding to iommu group 13
[ 3.972974] host1x 13e40000.host1x: initialized
[ 3.973482] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 14
[ 3.973886] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000)
[ 3.975462] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 15
[ 3.975826] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000)
[ 3.977364] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 16
[ 3.980495] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000)
[ 3.992156] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 17
[ 3.998555] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000)
[ 4.009956] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 18
[ 4.016364] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000)
[ 4.027948] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 19
[ 4.034433] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000)
[ 4.045960] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 20
[ 4.052418] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000)
[ 4.063990] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 21
[ 4.070461] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000)
[ 4.082029] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 22
[ 4.088498] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000)
[ 4.100078] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 23
[ 4.106509] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000)
[ 4.118079] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 24
[ 4.124539] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000)
[ 4.136117] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 25
[ 4.142576] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000)
[ 4.154123] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 26
[ 4.160634] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000)
[ 4.172159] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 27
[ 4.178600] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000)
[ 4.190187] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 28
[ 4.196641] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000)
[ 4.208180] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 29
[ 4.214657] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000)
[ 4.226264] falcon 15340000.vic: Adding to iommu group 30
[ 4.235852] falcon 15340000.vic: initialized
[ 4.236285] falcon 15380000.nvjpg: Adding to iommu group 31
[ 4.243826] falcon 15380000.nvjpg: initialized
[ 4.245144] falcon 15540000.nvjpg1: Adding to iommu group 32
[ 4.254069] falcon 15540000.nvjpg1: initialized
[ 4.255586] falcon 154c0000.nvenc: Adding to iommu group 33
[ 4.265842] falcon 154c0000.nvenc: initialized
[ 4.266092] falcon 15a50000.ofa: Adding to iommu group 34
[ 4.274895] falcon 15a50000.ofa: initialized
[ 4.275735] nvdec 15480000.nvdec: Adding to iommu group 35
[ 4.288177] nvdec 15480000.nvdec: initialized
[ 4.288421] tsec 15500000.tsec: Adding to iommu group 36
[ 4.296075] tsec 15500000.tsec: initialized
[ 4.299190] gic 2a41000.agic-controller: GIC IRQ controller registered
[ 4.312278] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[ 4.320606] gpio-397 (camera-control-output-low): hogged as output/low
[ 4.320821] gpio-486 (camera-control-output-low): hogged as output/low
[ 4.322514] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio
[ 4.328179] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon
[ 4.334364] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 4.340703] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 4.346338] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[ 4.351702] tegra-pwm 32e0000.pwm: PWM clk can sleep in ops
[ 4.359417] tegra194-isp5 14800000.isp: Adding to iommu group 37
[ 4.365622] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU
[ 4.372331] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized
[ 4.377962] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e40000.host1x:nvcsi@15a00000- bound
[ 4.387054] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e40000.host1x:nvcsi@15a00000- bound
[ 4.396410] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 38
[ 4.403857] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 39
[ 4.410971] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU
[ 4.420184] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized
[ 4.426161] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU
[ 4.435992] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized
[ 4.442163] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU
[ 4.451922] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized
[ 4.457936] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 40
[ 4.466263] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000)
[ 4.477181] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 41
[ 4.485652] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000)
[ 4.496430] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 42
[ 4.504727] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000)
[ 4.515671] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 43
[ 4.524013] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000)
[ 4.534745] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 44
[ 4.543240] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000)
[ 4.553994] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 45
[ 4.562477] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000)
[ 4.573251] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 46
[ 4.581733] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000)
[ 4.592508] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 47
[ 4.600977] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000)
[ 4.611761] pva 16000000.pva0: Adding to iommu group 48
[ 4.622589] pva 16000000.pva0: initialized
[ 4.631248] nvdla 15880000.nvdla0: Adding to iommu group 49
[ 4.636861] nvdla 15880000.nvdla0: initialized
[ 4.638702] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 3
[ 4.639698] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels
[ 4.644607] tegra-fuse-burn efuse-burn: shutdown limit check disabled
[ 4.650691] tegra-fuse-burn efuse-burn: Fuse burn driver initialized
[ 4.657449] serial-tegra 3100000.serial: Adding to iommu group 3
[ 4.663638] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 17, base_baud = 0) is a TEGRA_UART
[ 4.672890] serial-tegra 3130000.serial: Adding to iommu group 3
[ 4.678481] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 63, base_baud = 0) is a TEGRA_UART
[ 4.687704] serial-tegra 3140000.serial: Adding to iommu group 3
[ 4.693251] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 64, base_baud = 0) is a TEGRA_UART
[ 4.702446] tegra23x-qspi 3270000.spi: Node prod_c_nonsecure has invalid entries
[ 4.709317] tegra23x-qspi 3270000.spi: Node prod_c_nonsecure: Child has not proper setting
[ 4.717621] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting.
[ 4.725058] tegra23x-qspi 3270000.spi: Prod settings list not found
[ 4.741195] qspi_mtd spi6.0: MX25U51279G (65536 Kbytes)
[ 4.741333] qspi_mtd spi6.0: mtd .name = spi6.0, .size = 0x4000000 (64MiB) .erasesize = 0x00010000 (64KiB) .numeraseregions = 0
[ 4.753393] 1 fixed-partitions partitions found on MTD device spi6.0
[ 4.754368] Creating 1 MTD partitions on "spi6.0":
[ 4.759366] 0x000000000000-0x000004000000 : "Whole_flash0"
[ 4.784868] tegra-xusb 3610000.xhci: Firmware timestamp: 2023-02-10 03:48:10 UTC, Version: 80.05 release
[ 4.785126] tegra-xusb 3610000.xhci: xHCI Host Controller
[ 4.785299] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[ 4.788118] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810
[ 4.796589] tegra-xusb 3610000.xhci: irq 229, io mem 0x03610000
[ 4.802802] tegra-xusb 3610000.xhci: xHCI Host Controller
[ 4.808102] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[ 4.815714] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[ 4.823096] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 4.831109] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.838464] usb usb1: Product: xHCI Host Controller
[ 4.843269] usb usb1: Manufacturer: Linux 5.10.192-l4t-35.5.0+gdb857ecdbe10 xhci-hcd
[ 4.851058] usb usb1: SerialNumber: 3610000.xhci
[ 4.856509] hub 1-0:1.0: USB hub found
[ 4.859747] hub 1-0:1.0: 4 ports detected
[ 4.864124] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 4.872155] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.879416] usb usb2: Product: xHCI Host Controller
[ 4.884395] usb usb2: Manufacturer: Linux 5.10.192-l4t-35.5.0+gdb857ecdbe10 xhci-hcd
[ 4.892188] usb usb2: SerialNumber: 3610000.xhci
[ 4.897426] hub 2-0:1.0: USB hub found
[ 4.900787] hub 2-0:1.0: 4 ports detected
[ 4.927475] i2c i2c-2: Added multiplexed i2c bus 9
[ 4.928214] i2c i2c-2: Added multiplexed i2c bus 10
[ 4.928342] i2c-mux-gpio cam_i2cmux: 2 port mux on 3180000.i2c adapter
[ 4.928800] tegra23x-oc-event soctherm-oc-event: Finished tegra23x overcurrent event probing
[ 4.942591] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1990000 KHz, changing to: 1984000 KHz
[ 4.944178] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 1895000 KHz, changing to: 1958400 KHz
[ 4.951774] cpufreq: cpu4,cur:1838000,set:1958400,set ndiv:153
[ 4.957472] tegra194-cpufreq e000000.ccplex: probed with ICC, cl:3
[ 4.964152] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[ 4.970633] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges:
[ 4.976279] tegra194-pcie 14100000.pcie: IO 0x0030100000..0x00301fffff -> 0x0030100000
[ 4.984848] tegra194-pcie 14100000.pcie: MEM 0x20a8000000..0x20afffffff -> 0x0040000000
[ 4.993510] tegra194-pcie 14100000.pcie: MEM 0x2080000000..0x20a7ffffff -> 0x2080000000
[ 5.107200] tegra194-pcie 14100000.pcie: Link up
[ 5.108389] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00
[ 5.108581] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 5.108732] pci_bus 0001:00: root bus resource [io 0x0000-0xfffff] (bus address [0x30100000-0x301fffff])
[ 5.108981] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff])
[ 5.109266] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref]
[ 5.109517] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400
[ 5.109833] pci 0001:00:00.0: PME# supported from D0 D3hot
[ 5.113830] pci 0001:01:00.0: [10ec:c822] type 00 class 0x028000
[ 5.114146] pci 0001:01:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 5.114484] pci 0001:01:00.0: reg 0x18: [mem 0x20a8000000-0x20a800ffff 64bit]
[ 5.115765] pci 0001:01:00.0: supports D1 D2
[ 5.115875] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 5.119850] pci 0001:00:00.0: BAR 14: assigned [mem 0x20a8000000-0x20a80fffff]
[ 5.120032] pci 0001:00:00.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 5.120191] pci 0001:01:00.0: BAR 2: assigned [mem 0x20a8000000-0x20a800ffff 64bit]
[ 5.123436] pci 0001:01:00.0: BAR 0: assigned [io 0x1000-0x10ff]
[ 5.127058] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[ 5.129487] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[ 5.141555] pci 0001:00:00.0: bridge window [io 0x1000-0x1fff]
[ 5.147873] pci 0001:00:00.0: bridge window [mem 0x20a8000000-0x20a80fffff]
[ 5.155022] pci 0001:00:00.0: Max Payload Size set to 128/ 256 (was 256), Max Read Rq 512
[ 5.163392] pci 0001:01:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512
[ 5.172063] pcieport 0001:00:00.0: Adding to iommu group 8
[ 5.177442] pcieport 0001:00:00.0: PME: Signaling with IRQ 55
[ 5.183370] pcieport 0001:00:00.0: AER: enabled with IRQ 55
[ 5.189450] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[ 5.195611] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges:
[ 5.201777] tegra194-pcie 14160000.pcie: IO 0x0036100000..0x00361fffff -> 0x0036100000
[ 5.210313] tegra194-pcie 14160000.pcie: MEM 0x2428000000..0x242fffffff -> 0x0040000000
[ 5.218796] tegra194-pcie 14160000.pcie: MEM 0x2140000000..0x2427ffffff -> 0x2140000000
[ 5.301328] usb 1-2: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 7.f3
[ 5.301561] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.301760] usb 1-2: Product: USB2.0 Hub
[ 5.301899] usb 1-2: Manufacturer: VIA Labs, Inc.
[ 5.302045] usb 1-2: SerialNumber: 000000001
[ 5.303844] hub 1-2:1.0: USB hub found
[ 5.304574] hub 1-2:1.0: 4 ports detected
[ 5.335058] tegra194-pcie 14160000.pcie: Link up
[ 5.336212] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00
[ 5.336401] pci_bus 0004:00: root bus resource [bus 00-ff]
[ 5.336539] pci_bus 0004:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x36100000-0x361fffff])
[ 5.336785] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff])
[ 5.337055] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref]
[ 5.337288] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400
[ 5.337585] pci 0004:00:00.0: PME# supported from D0 D3hot
[ 5.341366] pci 0004:01:00.0: [144d:a808] type 00 class 0x010802
[ 5.341696] pci 0004:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 5.346761] pci 0004:00:00.0: BAR 14: assigned [mem 0x2428000000-0x24280fffff]
[ 5.346955] pci 0004:01:00.0: BAR 0: assigned [mem 0x2428000000-0x2428003fff 64bit]
[ 5.349343] pci 0004:00:00.0: PCI bridge to [bus 01-ff]
[ 5.354512] pci 0004:00:00.0: bridge window [mem 0x2428000000-0x24280fffff]
[ 5.361782] pci 0004:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512
[ 5.370339] pci 0004:01:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 512
[ 5.378984] pcieport 0004:00:00.0: Adding to iommu group 9
[ 5.384452] pcieport 0004:00:00.0: PME: Signaling with IRQ 57
[ 5.390541] pcieport 0004:00:00.0: AER: enabled with IRQ 57
[ 5.396101] nvme 0004:01:00.0: Adding to iommu group 9
[ 5.401489] nvme nvme0: pci function 0004:01:00.0
[ 5.405864] nvme 0004:01:00.0: enabling device (0000 -> 0002)
[ 5.406593] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator
[ 5.417736] nvme nvme0: missing or invalid SUBNQN field.
[ 5.418834] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges:
[ 5.423153] nvme nvme0: Shutdown timeout set to 8 seconds
[ 5.430030] tegra194-pcie 141e0000.pcie: IO 0x003e100000..0x003e1fffff -> 0x003e100000
[ 5.435555] usb 2-1: new SuperSpeedPlus Gen 2 USB device number 2 using tegra-xusb
[ 5.451472] tegra194-pcie 141e0000.pcie: MEM 0x3228000000..0x322fffffff -> 0x0040000000
[ 5.460135] tegra194-pcie 141e0000.pcie: MEM 0x2e40000000..0x3227ffffff -> 0x2e40000000
[ 5.472241] nvme nvme0: 6/0/0 default/read/poll queues
[ 5.485876] nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15
[ 5.493781] usb 2-1: New USB device found, idVendor=2109, idProduct=0822, bcdDevice= 7.f3
[ 5.493997] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.496083] usb 2-1: Product: USB3.1 Hub
[ 5.501332] usb 2-1: Manufacturer: VIA Labs, Inc.
[ 5.506755] usb 2-1: SerialNumber: 000000001
[ 5.514612] hub 2-1:1.0: USB hub found
[ 5.516040] hub 2-1:1.0: 4 ports detected
[ 5.619203] usb 1-3: new full-speed USB device number 3 using tegra-xusb
[ 5.771206] usb 1-3: New USB device found, idVendor=13d3, idProduct=3549, bcdDevice= 0.00
[ 5.771451] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.771661] usb 1-3: Product: Bluetooth Radio
[ 5.771796] usb 1-3: Manufacturer: Realtek
[ 5.771909] usb 1-3: SerialNumber: 00e04c000001
[ 6.576025] tegra194-pcie 141e0000.pcie: Phy link never came up
[ 6.576277] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00
[ 6.576491] pci_bus 0007:00: root bus resource [bus 00-ff]
[ 6.576643] pci_bus 0007:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x3e100000-0x3e1fffff])
[ 6.576918] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff])
[ 6.577224] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref]
[ 6.577475] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400
[ 6.577776] pci 0007:00:00.0: PME# supported from D0 D3hot
[ 6.584754] pci 0007:00:00.0: PCI bridge to [bus 01-ff]
[ 6.584909] pci 0007:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512
[ 6.585380] pcieport 0007:00:00.0: Adding to iommu group 10
[ 6.585722] pcieport 0007:00:00.0: PME: Signaling with IRQ 59
[ 6.586154] pcieport 0007:00:00.0: AER: enabled with IRQ 59
[ 6.586529] pci_bus 0007:01: busn_res: [bus 01-ff] is released
[ 6.586765] pci 0007:00:00.0: Removing from iommu group 10
[ 6.586917] pci_bus 0007:00: busn_res: [bus 00-ff] is released
[ 6.592226] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator
[ 6.597130] vdd-3v3-sd: supplied by vdd-3v3
[ 6.602782] tegra194-isp5 14800000.isp: initialized
[ 6.609923] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized
[ 6.612261] (NULL device *): fops function table already registered
[ 6.619878] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized
[ 6.625229] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator
[ 6.631011] irq: IRQ300: trimming hierarchy from :interrupt-controller@f400000-1
[ 6.744197] tegra194-pcie 140a0000.pcie: host bridge /pcie@140a0000 ranges:
[ 6.744419] tegra194-pcie 140a0000.pcie: IO 0x002a100000..0x002a1fffff -> 0x002a100000
[ 6.744679] tegra194-pcie 140a0000.pcie: MEM 0x3528000000..0x352fffffff -> 0x0040000000
[ 6.744935] tegra194-pcie 140a0000.pcie: MEM 0x3240000000..0x3527ffffff -> 0x3240000000
[ 6.851215] tegra194-pcie 140a0000.pcie: Link up
[ 6.853288] tegra194-pcie 140a0000.pcie: PCI host bridge to bus 0008:00
[ 6.853497] pci_bus 0008:00: root bus resource [bus 00-ff]
[ 6.853650] pci_bus 0008:00: root bus resource [io 0x300000-0x3fffff] (bus address [0x2a100000-0x2a1fffff])
[ 6.853917] pci_bus 0008:00: root bus resource [mem 0x3528000000-0x352fffffff] (bus address [0x40000000-0x47ffffff])
[ 6.854184] pci_bus 0008:00: root bus resource [mem 0x3240000000-0x3527ffffff pref]
[ 6.854431] pci 0008:00:00.0: [10de:229c] type 01 class 0x060400
[ 6.854734] pci 0008:00:00.0: PME# supported from D0 D3hot
[ 6.858565] pci 0008:01:00.0: [10ec:8168] type 00 class 0x020000
[ 6.858867] pci 0008:01:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 6.859193] pci 0008:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[ 6.859471] pci 0008:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[ 6.860658] pci 0008:01:00.0: supports D1 D2
[ 6.860778] pci 0008:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 6.864763] pci 0008:00:00.0: BAR 14: assigned [mem 0x3528000000-0x35280fffff]
[ 6.864946] pci 0008:00:00.0: BAR 13: assigned [io 0x300000-0x300fff]
[ 6.866290] pci 0008:01:00.0: BAR 4: assigned [mem 0x3528000000-0x3528003fff 64bit]
[ 6.874083] pci 0008:01:00.0: BAR 2: assigned [mem 0x3528004000-0x3528004fff 64bit]
[ 6.881956] pci 0008:01:00.0: BAR 0: assigned [io 0x300000-0x3000ff]
[ 6.888458] pci 0008:00:00.0: PCI bridge to [bus 01-ff]
[ 6.893679] pci 0008:00:00.0: bridge window [io 0x300000-0x300fff]
[ 6.900068] pci 0008:00:00.0: bridge window [mem 0x3528000000-0x35280fffff]
[ 6.907428] pci 0008:00:00.0: Max Payload Size set to 128/ 256 (was 256), Max Read Rq 512
[ 6.915967] pci 0008:01:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512
[ 6.924636] pcieport 0008:00:00.0: Adding to iommu group 11
[ 6.930281] pcieport 0008:00:00.0: PME: Signaling with IRQ 61
[ 6.936136] pcieport 0008:00:00.0: AER: enabled with IRQ 61
[ 6.942553] irq: IRQ302: trimming hierarchy from :pmc@c360000
[ 6.947299] irq: IRQ303: trimming hierarchy from :interrupt-controller@f400000-1
[ 6.954700] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 6.962547] tegra-se-nvhost 15810000.se: Adding to iommu group 50
[ 6.967942] tegra-se-nvhost 15810000.se: initialized
[ 6.981225] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 6.981483] tegra-se-nvhost 15820000.se: Adding to iommu group 51
[ 6.985105] tegra-se-nvhost 15820000.se: initialized
[ 6.990883] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 6.995879] tegra-se-nvhost 15840000.se: Adding to iommu group 52
[ 7.002308] tegra-se-nvhost 15840000.se: initialized
[ 7.008171] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 7.013728] tegra_actmon d230000.actmon: in actmon_register()...
[ 7.019382] tegra_actmon d230000.actmon: bwmgr_disable = 1
[ 7.024968] tegra_actmon d230000.actmon: initialization Completed for the device mc_all
[ 7.032761] hvc_sysfs: hypervisor is not present
[ 7.071584] ALSA device list:
[ 7.071667] No soundcards found.
[ 7.072377] Freeing unused kernel memory: 3840K
[ 7.072565] Run /init as init process
128+0 records in
128+0 records out
mke2fs 1.46.5 (30-Dec-2021)
Found /tmp/flashpkg.ext4
[ 7.154429] Mass Storage Function, version: 2009/09/11
[ 7.154583] LUN: removable file: (no medium)
[ 7.156058] tegra-xudc 3550000.xudc: EP 0 (type: ctrl, dir: out) enabled
Exported /tmp/flashpkg.ext4 as flashpkg
Waiting for host to connect...[connected]
Waiting for host to disconnect...[ 7.676488] tegra-xudc 3550000.xudc: EP 3 (type: bulk, dir: in) enabled
[ 7.676712] tegra-xudc 3550000.xudc: EP 2 (type: bulk, dir: out) enabled
[ 10.410064] tegra-xudc 3550000.xudc: ep 3 disabled
[ 10.410230] tegra-xudc 3550000.xudc: ep 2 disabled
[disconnected]
[ 11.173699] tegra-xudc 3550000.xudc: ep 0 disabled
[ 11.179897] loop: module loaded
[ 11.207688] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
Processing: bootloader
Processing: export-devices nvme0n1
[ 11.213206] Mass Storage Function, version: 2009/09/11
[ 11.213355] LUN: removable file: (no medium)
[ 11.213894] tegra-xudc 3550000.xudc: EP 0 (type: ctrl, dir: out) enabled
[ 11.668444] tegra-xudc 3550000.xudc: EP 3 (type: bulk, dir: in) enabled
[ 11.668661] tegra-xudc 3550000.xudc: EP 2 (type: bulk, dir: out) enabled
The Writing myos-image.ext4 stage is taking a lot of time (I've been waiting for 20 minutes). Is this normal? I remember flashing Orin's in the past didn't take this much time..
Hello, I'm trying to build a custom image for
p3768-0000-p3767-0001
machine. Everything goes OK, until "Writing partitions" stage:Serial logs (from ORIN):
The
Writing myos-image.ext4
stage is taking a lot of time (I've been waiting for 20 minutes). Is this normal? I remember flashing Orin's in the past didn't take this much time..