How to boot from usb

Could I use an usb drive to be a boot device?
Need a micro sd card inserted to Nano?
Thanks.

I am not sure if the sd image is able to work on usb drive.
Below is the workflow from Xavier.

List boot from USB steps as below:
1. Check your USB disk is /dev/sda or /dev/sda1 on nano first.
2. Copy the root file system to USB disk
# insert your pen drive into Host PC. in most cases it will detected as /dev/sdb
# format the first partition as ext4
$ sudo mkfs.ext4 /dev/sdb1
# mount the pen drive
$ sudo mount /dev/sdb1 /mnt
# copy the root filesystem
$ cd rootfs/
$ sudo tar -cpf - * | ( cd /mnt/ ; sudo tar -xpf - )
$ sudo umount /mnt
$ cd ../
3. Flash:
$ sudo ./flash <borad name> sda (sda1)

I tried, but it failed.
There is no usb in boot_targets, and “usb start” cannot bring up the USB drive.

Then I found the following topic, does that mean I cannot use USB3 ports to load rootfs now?
[url]https://devtalk.nvidia.com/default/topic/1049281/usb-3-boot-on-jetson-nano/[/url]
Thanks!

Did you put rootfs into usb drive?
I don’t think u-boot is able to drive xhci device now.

yes

U-Boot 2016.07 (May 22 2019 - 11:21:18 +0800)

TEGRA210
Model: NVIDIA P3450-Porg
Board: NVIDIA P3450-PORG
DRAM:  4 GiB
MMC:   Tegra SD/MMC: 0, Tegra SD/MMC: 1
Using default environment

In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:1...
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
233 bytes read in 79 ms (2 KiB/s)
p3450-porg USB boot options
1:      primary kernel
Enter choice: 1:        primary kernel
Retrieving file: /boot/initrd
0 bytes read in 54 ms (0 Bytes/s)
Retrieving file: /boot/Image
33980424 bytes read in 1520 ms (21.3 MiB/s)
append: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,2 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000  root=/dev/sda1 rw rootwait console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0    root=/dev/sda1 rw rootwait console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4 root=/dev/sda1 rw rootwait
## Flattened Device Tree blob at 83100000
   Booting using the fdt blob at 0x83100000
   reserving fdt memory region: addr=80000000 size=20000
   Using Device Tree in place at 0000000083100000, end 00000000831740bb

Starting kernel ...

<hit enter to activate fiq debugger>
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.140+ (victor@lu16d-64b) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.9) ) #1 SMP PREEMPT Wed May 22 11:28:25 CST 2019
[    0.000000] Boot CPU: AArch64 Processor [411fd071]
[    0.000000] OF: fdt:memory scan node memory@80000000, reg size 48,
[    0.000000] OF: fdt: - 80000000 ,  7ee00000
[    0.000000] OF: fdt: - 100000000 ,  7f200000
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[    0.000000] OF: reserved mem: initialized node iram-carveout, compatible id nvidia,iram-carveout
[    0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[    0.000000] cma: Reserved 64 MiB at 0x00000000fac00000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.1
[    0.000000] percpu: Embedded 23 pages/cpu @ffffffc0fefd1000 s53400 r8192 d32616 u94208
[    0.000000] CPU features: enabling workaround for ARM erratum 832075
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1023544
[    0.000000] Kernel command line: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,2 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000  root=/dev/sda1 rw rootwait console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0    root=/dev/sda1 rw rootwait console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4 root=/dev/sda1 rw rootwait
[    0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 98304 bytes
[    0.000000] log_buf_len min size: 32768 bytes
[    0.000000] log_buf_len: 131072 bytes
[    0.000000] early log buf free: 29580(90%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Memory: 3576124K/4159488K available (15102K kernel code, 2912K rwdata, 6580K rodata, 8512K init, 607K bss, 108228K reserved, 475136K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008f40000   ( 15104 KB)
[    0.000000]     .rodata : 0xffffff8008f40000 - 0xffffff80095c0000   (  6656 KB)
[    0.000000]       .init : 0xffffff80095c0000 - 0xffffff8009e10000   (  8512 KB)
[    0.000000]       .data : 0xffffff8009e10000 - 0xffffff800a0e8008   (  2913 KB)
[    0.000000]        .bss : 0xffffff800a0e8008 - 0xffffff800a17fe3c   (   608 KB)
[    0.000000]     fixed   : 0xffffffbefe7fd000 - 0xffffffbefec00000   (  4108 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 GB maximum)
[    0.000000]               0xffffffbf00000000 - 0xffffffbf03fc8000   (    63 MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc0ff200000   (  4082 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] /interrupt-controller@60004000: 192 interrupts forwarded to /interrupt-controller
[    0.000000] t210 clock and reset probe
[    0.000000] tegra-pmc: get_secure_pmc_setting: done secure_pmc=1
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000006] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.001438] Console: colour dummy device 80x25
[    0.002334] console [tty0] enabled
[    0.002361] kmemleak: Kernel memory leak detector disabled
[    0.002389] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[    0.002419] pid_max: default: 32768 minimum: 301
[    0.002882] Security Framework initialized
[    0.003116] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.003136] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.004329] ftrace: allocating 46827 entries in 183 pages
[    0.173952] ASID allocator initialised with 65536 entries
[    0.211145] tegra-id: chipid=22117.
[    0.211186] tegra-id: opt_subrevision=0.
[    0.211215] Tegra Speedo/IDDQ fuse revision 4
[    0.211231] Tegra: CPU Speedo ID 9, SoC Speedo ID 0, GPU Speedo ID 2
[    0.211247] Tegra: CPU Process ID 0, SoC Process ID 1, GPU Process ID 0
[    0.211264] Tegra: CPU Speedo Value 2067, SoC Speedo Value 1969, GPU Speedo Value 2065
[    0.211285] Tegra: CPU IDDQ Value 2116, SoC IDDQ Value 2236, GPU IDDQ Value 2685
[    0.211320] Tegra Revision: A02 SKU: 0x8f CPU Process: 0 SoC Process: 1
[    0.211346] DTS File Name: arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0000-p3449-0000-a02.dts
[    0.211374] DTB Build time: May 22 2019 11:21:35
[    0.261035] CPU1: Booted secondary processor [411fd071]
[    0.292940] CPU2: Booted secondary processor [411fd071]
[    0.324920] CPU3: Booted secondary processor [411fd071]
[    0.325012] Brought up 4 CPUs
[    0.325078] SMP: Total of 4 processors activated.
[    0.325096] CPU features: detected feature: 32-bit EL0 Support
[    0.325370] CPU: All CPU(s) started at EL2
[    0.325402] alternatives: patching kernel code
[    0.333155] devtmpfs: initialized
[    0.368562] Initilizing CustomIPI irq domain
[    0.368979] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.369026] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.379328] pinctrl core: initialized pinctrl subsystem
[    0.379962] OS set in device tree is not L4T.
[    0.380399] regulator-dummy: no parameters
[    0.380696] Initializing plugin-manager
[    0.380855] Plugin module not found
[    0.381106] node /plugin-manager/fragement@0 match with board >=3448-0000-100
[    0.381618] node /plugin-manager/fragment@1 match with board >=3448-0000-101
[    0.382358] node /plugin-manager/fragment@5 match with board 3449-0000-200
[    0.382708] node /plugin-manager/fragement@6 match with odm-data enable-tegra-wdt
[    0.383099] node /plugin-manager/fragement@8 match with odm-data enable-tegra-wdt
[    0.386172] NET: Registered protocol family 16
[    0.389554] pstore: using zlib compression
[    0.390218] console [pstore-1] enabled
[    0.390234] pstore: Registered ramoops as persistent store backend
[    0.390254] ramoops: attached 0x200000@0xb0000000, ecc: 0/0
[    0.405057] cpuidle: using governor menu
[    0.408733] tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver
[    0.410163] vdso: 2 pages (1 code @ ffffff8008f47000, 1 data @ ffffff8009e14000)
[    0.410226] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.413447] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[    0.414904] tegra_bpmp_of_clk_init: EMC proxy not found.
[    0.415830] tegra_powergate_init: DONE
[    0.415870] DTS File Name: arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0000-p3449-0000-a02.dts
[    0.415903] DTB Build time: May 22 2019 11:21:35
[    0.417497] Tegra reboot handler registered.
[    0.421804] iommu: Adding device tegra-carveouts to group 0
[    0.421969] platform tegra-carveouts: domain=ffffffc0f9b9e318 allocates as[0]=ffffffc0f9b940a8
[    0.422353] iommu: Adding device smmu_test to group 1
[    0.422423] platform smmu_test: domain=ffffffc0f9b9e558 allocates as[0]=ffffffc0f9b94110
[    0.423239] mc: mapped MMIO address: 0xffffff800802e000 -> 0x70019000
[    0.423312] mc: mapped MMIO address: 0xffffff8008065000 -> 0x7001c000
[    0.423384] mc: mapped MMIO address: 0xffffff8008079000 -> 0x7001d000
[    0.423409] nv-tegra-mc 70019000.mc: No mssnvlink node
[    0.423443] mc-err: mcerr ops are set to t21x
[    0.432937] iommu: Adding device 70090000.xusb to group 2
[    0.433297] iommu: Adding device 70006000.serial to group 3
[    0.433377] platform 70006000.serial: domain=ffffffc0f9bf6c18 allocates as[0]=ffffffc0f9b94178
[    0.433806] iommu: Adding device 70006040.serial to group 4
[    0.434077] iommu: Adding device 70006200.serial to group 5
[    0.434283] iommu: Adding device sound to group 6
[    0.434354] platform sound: domain=ffffffc0f947f198 allocates as[0]=ffffffc0f9b941e0
[    0.434924] iommu: Adding device 7000d400.spi to group 7
[    0.435209] iommu: Adding device 7000d600.spi to group 8
[    0.435517] iommu: Adding device 70410000.spi to group 9
[    0.435838] iommu: Adding device 50000000.host1x to group 10
[    0.436129] iommu: Adding device 54080000.vi to group 11
[    0.436534] iommu: Adding device 54600000.isp to group 12
[    0.436810] iommu: Adding device 54680000.isp to group 13
[    0.437152] iommu: Adding device tegradc.0 to group 14
[    0.437223] platform tegradc.0: domain=ffffffc0f948c0d8 allocates as[0]=ffffffc0f9b94248
[    0.437769] platform tegradc.0: IOVA linear map 0x00000000d7000000(19000000)
[    0.438132] iommu: Adding device tegradc.1 to group 15
[    0.438198] platform tegradc.1: domain=ffffffc0f948c318 allocates as[0]=ffffffc0f9b942b0
[    0.438724] platform tegradc.1: IOVA linear map 0x00000000d7000000(19000000)
[    0.439016] iommu: Adding device 54340000.vic to group 16
[    0.439229] iommu: Adding device 544c0000.nvenc to group 17
[    0.439437] iommu: Adding device 54500000.tsec to group 18
[    0.439642] iommu: Adding device 54100000.tsecb to group 19
[    0.439860] iommu: Adding device 54480000.nvdec to group 20
[    0.440059] iommu: Adding device 54380000.nvjpg to group 21
[    0.441159] iommu: Adding device 546c0000.i2c to group 22
[    0.441526] iommu: Adding device 57000000.gpu to group 23
[    0.441598] platform 57000000.gpu: domain=ffffffc0f94f9318 allocates as[0]=ffffffc0f9b94318
[    0.441679] platform 57000000.gpu: domain=ffffffc0f94f9318 allocates as[1]=ffffffc0f9b94380
[    0.441741] platform 57000000.gpu: domain=ffffffc0f94f9318 allocates as[2]=ffffffc0f9b943e8
[    0.441796] platform 57000000.gpu: domain=ffffffc0f94f9318 allocates as[3]=ffffffc0f9b94450
[    0.442667] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.
[    0.442709] tegra-pmc 7000e400.pmc: scratch reg offset dts data not present
[    0.442736] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[    0.442757] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_WARM
[    0.442774] tegra-pmc: ### PMC reset status reg: 0x0
[    0.493228] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[    0.493263] tegra-pmc: Clear bootloader IO dpd settings
[    0.493297] tegra-pmc 7000e400.pmc: IO padctrl driver initialized
[    0.493381] tegra-pmc 7000e400.pmc: PMC: Successfully configure bootrom reset commands
[    0.493714] iommu: Adding device 70012000.se to group 24
[    0.494509] iommu: Adding device 7000c000.i2c to group 25
[    0.494771] iommu: Adding device 7000c400.i2c to group 26
[    0.495033] iommu: Adding device 7000c500.i2c to group 27
[    0.495303] iommu: Adding device 7000c700.i2c to group 28
[    0.495580] iommu: Adding device 7000d000.i2c to group 29
[    0.495854] iommu: Adding device 7000d100.i2c to group 30
[    0.496155] iommu: Adding device sdhci-tegra.0 to group 31
[    0.496231] platform sdhci-tegra.0: domain=ffffffc0f9508498 allocates as[0]=ffffffc0f9b944b8
[    0.497157] iommu: Adding device 700d0000.xudc to group 32
[    0.501681] vdd-ac-bat: 5000 mV
[    0.502085] vdd-5v0-sys: 5000 mV
[    0.503055] vdd-5v0-hdmi: supplied by vdd-5v0-sys
[    0.503119] vdd-5v0-hdmi: 5000 mV
[    0.503545] vdd-1v8: 1800 mV
[    0.503987] vdd-fan: supplied by vdd-5v0-sys
[    0.504043] vdd-fan: 5000 mV
[    0.504502] vdd-usb-vbus: supplied by vdd-5v0-sys
[    0.504554] vdd-usb-vbus: 5000 mV
[    0.505116] vdd-usb-vbus2: 5000 mV
[    0.533960] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.536485] GPIO line 151 (camera-control-output-low) hogged as output/low
[    0.536888] gpiochip_setup_dev: registered GPIOs 0 to 255 on device: gpiochip0 (tegra-gpio)
[    0.544941] eventlib_kernel: keventlib is initialized, test id: 0
[    0.545355] SCSI subsystem initialized
[    0.545862] usbcore: registered new interface driver usbfs
[    0.545940] usbcore: registered new interface driver hub
[    0.546013] usbcore: registered new device driver usb
[    0.550026] max77620 4-003c: PMIC Version OTP:0x35 and ES:0x8
[    0.551822] random: fast init done
[    0.557204] vdd-core: 600 <--> 1162 mV at 1075 mV
[    0.558459] vdd-ddr-1v1: Bringing 1125000uV into 1150000-1150000uV
[    0.560959] vdd-ddr-1v1: 1150 mV
[    0.564959] vdd-pre-reg-1v35: 1350 mV
[    0.568956] vdd-1v8: 1800 mV
[    0.569232] vdd-1v8: Failed to create debugfs directory
[    0.572955] avdd-sys-1v2: 1200 mV
[    0.576961] vdd-pex-1v0: 1050 mV
[    0.577741] vddio-sdmmc-ap: 1800 <--> 3300 mV at 3300 mV
[    0.578383] max77620-ldo3: at 3100 mV
[    0.580964] vdd-rtc: 850 <--> 1100 mV at 1000 mV
[    0.581605] max77620-ldo5: at 3100 mV
[    0.582269] max77620-ldo6: at 2800 mV
[    0.584958] avdd-1v05-pll: 1050 mV
[    0.588960] avdd-io-hdmi-dp: 1050 mV
[    0.590480] GPIO line 505 (spmic-default-output-high) hogged as output/high
[    0.590770] gpiochip_setup_dev: registered GPIOs 504 to 511 on device: gpiochip1 (max77620-gpio)
[    0.592824] max77620 4-003c: max77620 probe successful
[    0.595004] i2c i2c-6: Unbalanced pm_runtime_enable!
[    0.595521] media: Linux media interface: v0.10
[    0.595581] Linux video capture interface: v2.00
[    0.596477] pps_core: LinuxPPS API ver. 1 registered
[    0.596507] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.596548] PTP clock support registered
[    0.599960] tegra_fiq_debugger_init: found FIQ source (IRQ 98)
[    0.606161] tegra210-emc 7001b000.external-memory-controller: validated EMC DFS table
[    0.606956] Advanced Linux Sound Architecture Driver Initialized.
[    0.607630] Bluetooth: Core ver 2.22
[    0.607697] NET: Registered protocol family 31
[    0.607715] Bluetooth: HCI device and connection manager initialized
[    0.607743] Bluetooth: HCI socket layer initialized
[    0.607765] Bluetooth: L2CAP socket layer initialized
[    0.607807] Bluetooth: SCO socket layer initialized
[    0.609548] tegra210_dvfs: no clock found for sdmmc2_ddr
[    0.609586] tegra210_dvfs: no clock found for sdmmc4_ddr
[    0.609646] tegra210_dvfs: no clock found for sdmmc1_ddr
[    0.609674] tegra210_dvfs: no clock found for sdmmc3_ddr
[    0.612442] tegra_dvfs: Unable to get vdd-cpu rail for step info, defering probe
[    0.613756] vdd-3v3-sys: supplied by vdd-5v0-sys
[    0.613840] vdd-3v3-sys: 3300 mV
[    0.614122] vdd-1v8: supplied by vdd-3v3-sys
[    0.616412] vdd-usb-vbus2: supplied by vdd-3v3-sys
[    0.616890] vdd-3v3-sd: supplied by vdd-3v3-sys
[    0.616967] vdd-3v3-sd: 3300 mV
[    0.618142] avdd-io-edp-1v05: supplied by avdd-1v05-pll
[    0.618201] avdd-io-edp-1v05: 1050 mV
[    0.618668] vdd-usb-hub-en: supplied by vdd-1v8
[    0.618724] vdd-usb-hub-en: 5000 mV
[    0.620007] camchar: rtcpu character device driver loaded
[    0.620765] extcon-gpio-states extcon:extcon@1: Cable state:1, cable id:1
[    0.622153] clocksource: Switched to clocksource arch_sys_counter
[    0.660561] VFS: Disk quotas dquot_6.6.0
[    0.660738] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.661256] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    0.661684] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000d7000000, size=0x19000000
[    0.661732]  dma-vpr: heap size is not multiple of cma_chunk_size heap_info->num_chunks (13) rem_chunk_size(0x1000000)
[    0.662001] cma: enabled page replacement for spfn=d7000, epfn=f0000
[    0.662032] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[    0.662066] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[    0.662132] tegra-carveouts tegra-carveouts: iram :dma coherent mem declare 0x0000000040001000,258048
[    0.662187] tegra-carveouts tegra-carveouts: assigned reserved memory node iram-carveout
[    0.662222] nvmap: nvmap_select_cache_ops() nvmap cache ops set to set/ways
[    0.662246] nvmap_page_pool_init: Total RAM pages: 1012815
[    0.662265] nvmap_page_pool_init: nvmap page pool size: 126601 pages (494 MB)
[    0.662400] nvmap_background_zero_thread: PP zeroing thread starting.
[    0.662705] misc nvmap: created heap iram base 0x0000000040001000 size (252KiB)
[    0.663436] misc nvmap: created heap vpr base 0x00000000d7000000 size (409600KiB)
[    0.673194] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type AO-therm
[    0.673598] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type CPU-therm
[    0.673867] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[    0.674101] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[    0.674339] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[    0.674639] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz
[    0.674661] pre_t19x_iso_plat_init(): max_iso_bw=33280000KB
[    0.675119] NET: Registered protocol family 2
[    0.676116] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.676358] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.676881] TCP: Hash tables configured (established 32768 bind 32768)
[    0.677046] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.677149] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.677589] NET: Registered protocol family 1
[    0.678445] RPC: Registered named UNIX socket transport module.
[    0.678474] RPC: Registered udp transport module.
[    0.678492] RPC: Registered tcp transport module.
[    0.678510] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.678777] Trying to unpack rootfs image as initramfs...
[    0.687765] host1x 50000000.host1x: initialized
[    0.689513] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    0.692793] audit: initializing netlink subsys (disabled)
[    0.692911] audit: type=2000 audit(0.539:1): initialized
[    0.693660] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    0.703759] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.705270] ntfs: driver 2.1.32 [Flags: R/W].
[    0.706074] 9p: Installing v9fs 9p2000 file system support
[    0.709367] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    0.709524] io scheduler noop registered
[    0.709827] io scheduler cfq registered (default)
[    0.712514] gic 702f9000.agic: GIC IRQ controller registered
[    0.715326] iommu: Adding device 702ef000.adsp to group 33
[    0.722093] iommu: Adding device aconnect@702c0000:adsp_audio to group 34
[    0.722297] tegra-aconnect aconnect@702c0000: Tegra ACONNECT bus registered
[    0.722902] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_SKU_CALIB_0 = 0x71e840d
[    0.722935] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_USB_CALIB_EXT_0 = 0x4
[    0.724554] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.0, lane = usb2-0, function = xusb
[    0.724694] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.1, lane = usb2-1, function = xusb
[    0.724817] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.2, lane = usb2-2, function = xusb
[    0.725024] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.3, lane = pcie-0, function = pcie-x1
[    0.725142] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.4, lane = pcie-1, function = pcie-x4
[    0.725253] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.5, lane = pcie-2, function = pcie-x4
[    0.725368] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.6, lane = pcie-3, function = pcie-x4
[    0.725480] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.7, lane = pcie-4, function = pcie-x4
[    0.725587] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.8, lane = pcie-5, function = xusb
[    0.725699] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.9, lane = pcie-6, function = xusb
[    0.732210] tegra-pwm 7000a000.pwm: PWM clk cannot sleep in ops
[    0.733514] tegra-dfll-pwm 70110000.pwm: DFLL pwm-rate: 12800000
[    0.735400] tegra-pcie 1003000.pcie-controller: 4x1, 1x1 configuration
[    0.736723] tegra-pcie 1003000.pcie-controller: PCIE: Enable power rails
[    0.737088] tegra-pcie 1003000.pcie-controller: probing port 0, using 4 lanes
[    0.738325] tegra-pcie 1003000.pcie-controller: probing port 1, using 1 lanes
[    0.738565] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[    0.738814] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=750000, max_bw=1500000
[    0.739129] Adding domain tsec-pd to PM domain host1x-pd
[    0.741935] tsec 54500000.tsec: initialized
[    0.743449] tsec 54100000.tsecb: initialized
[    0.744168] Adding domain nvdec-pd to PM domain host1x-pd
[    0.747297] nvdec 54480000.nvdec: initialized
[    0.748384] Adding domain vic03-pd to PM domain host1x-pd
[    0.748594] Adding domain msenc-pd to PM domain host1x-pd
[    0.748775] Adding domain nvjpg-pd to PM domain host1x-pd
[    0.752529] falcon 54340000.vic: initialized
[    0.753814] falcon 544c0000.nvenc: initialized
[    0.755275] falcon 54380000.nvjpg: initialized
[    0.759587] tegradc tegradc.0: disp0 connected to head0->/host1x/sor1
[    0.759715] display board info: id 0x0, fab 0x0
[    0.759791] generic_infoframe_type: 0x87
[    0.759948] tegradc tegradc.0: DT parsed successfully
[    0.760013] tegradc tegradc.0: Display dc.ffffff800ab40000 registered with id=0
[    0.763427] tegradc tegradc.0: probed
[    0.767490] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels
[    0.772029] tegra-adma 702e2000.adma: Tegra210 ADMA driver registered 10 channels
[    0.772919] tegra-fuse-burn 7000f800.efuse:efuse-burn: Fuse burn driver initialized
[    0.773268] kfuse 7000fc00.kfuse: initialized
[    0.774767] tegra-pmc-iopower pmc-iopower: Regulator supply iopower-dbg-supply not available
[    0.775738] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[    0.777106] tegra-dfll-pwm 70110000.pwm: DFLL_PWM regulator is available now
[    0.777154] vdd-cpu: 708 <--> 1322 mV at 708 mV
[    0.777651] pwm-regulator pwm_regulators:pwm-regulator@0: PWM regulator registration passed
[    0.779426] vdd-gpu: applied init 1000000uV constraint
[    0.779455] vdd-gpu: 708 <--> 1323 mV at 997 mV
[    0.779875] pwm-regulator pwm_regulators:pwm-regulator@1: PWM regulator registration passed
[    0.784503] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.784696] No Device Node present for smmu client: serial8250 !!
[    0.784727] platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
[    0.784802] iommu: Adding device serial8250 to group 35
[    0.788221] console [ttyS0] disabled
[    0.788376] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 63, base_baud = 25500000) is a Tegra
[    1.253460] tegra-pcie 1003000.pcie-controller: link 0 down, retrying
[    1.657735] tegra-pcie 1003000.pcie-controller: link 0 down, retrying
[    2.062012] tegra-pcie 1003000.pcie-controller: link 0 down, retrying
[    2.064028] tegra-pcie 1003000.pcie-controller: link 0 down, ignoring
[    2.064437] tegra-pcie 1003000.pcie-controller: PCI host bridge to bus 0000:00
[    2.064445] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    2.064450] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff]
[    2.064463] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref]
[    2.064469] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.064881] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    2.074337] pci 0000:00:02.0: BAR 14: assigned [mem 0x13000000-0x130fffff]
[    2.074342] pci 0000:00:02.0: BAR 13: assigned [io  0x1000-0x1fff]
[    2.074351] pci 0000:01:00.0: BAR 4: assigned [mem 0x13000000-0x13003fff 64bit]
[    2.074377] pci 0000:01:00.0: BAR 2: assigned [mem 0x13004000-0x13004fff 64bit]
[    2.074401] pci 0000:01:00.0: BAR 0: assigned [io  0x1000-0x10ff]
[    2.074412] pci 0000:00:02.0: PCI bridge to [bus 01]
[    2.074419] pci 0000:00:02.0:   bridge window [io  0x1000-0x1fff]
[    2.074426] pci 0000:00:02.0:   bridge window [mem 0x13000000-0x130fffff]
[    2.075184] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[    2.075188] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    3.135024] console [ttyS0] enabled
[    3.135400] Console: switching to colour frame buffer device 80x30
[    3.136425] 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 64, base_baud = 0) is a TEGRA_UART
[    3.136768] serial-tegra 70006200.serial: RX in PIO mode
[    3.136860] 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 65, base_baud = 0) is a TEGRA_UART
[    3.137809] [drm] Initialized
[    3.160850] brd: module loaded
[    3.171540] loop: module loaded
[    3.171642] tegra_profiler: version: 1.132, samples/io: 46/26
[    3.171776] tegra_profiler: auth: init
[    3.173135] THERMAL EST: found 2 subdevs
[    3.173142] THERMAL EST num_resources: 0
[    3.173146] [THERMAL EST subdev 0]
[    3.173154] [THERMAL EST subdev 1]
[    3.173617] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est
[    3.173620] THERMAL EST: thz register success.
[    3.173768] THERMAL EST: end of probe, return err: 0
[    3.175112] hisi_sas: driver version v1.6
[    3.179475] tegra-qspi 70410000.spi: Prod settings list not found
[    3.188134] qspi_mtd spi32766.0: MX25U3235F (4096 Kbytes)
[    3.188144] qspi_mtd spi32766.0: mtd .name = spi32766.0, .size = 0x400000 (4MiB) .erasesize = 0x00001000 (4KiB) .numeraseregions = 0
[    3.195199] libphy: Fixed MDIO Bus: probed
[    3.195773] tun: Universal TUN/TAP device driver, 1.6
[    3.195775] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.196801] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    3.196804] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    3.196860] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    3.196862] igb: Copyright (c) 2007-2014 Intel Corporation.
[    3.196916] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    3.196918] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    3.196963] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[    3.196967] Copyright(c) 1999 - 2017 Intel Corporation.
[    3.197849] r8168 0000:01:00.0: enabling device (0000 -> 0003)
[    3.197878] r8168 Gigabit Ethernet driver 8.045.08-NAPI loaded
[    3.212087] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Invalid ethernet address 00:00:00:00:00:00, trying device tree node
[    3.212233] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Found valid ethernet address 00:04:4b:e5:03:de from device tree
[    3.212868] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[    3.212904] r8168  Copyright (C) 2017  Realtek NIC software team <nicfae@realtek.com>
[    3.212904]  This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
[    3.212904]  This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[    3.213449] PPP generic driver version 2.4.2
[    3.213670] PPP BSD Compression module registered
[    3.213674] PPP Deflate Compression module registered
[    3.213717] PPP MPPE Compression module registered
[    3.213723] NET: Registered protocol family 24
[    3.213792] usbcore: registered new interface driver r8152
[    3.213835] usbcore: registered new interface driver asix
[    3.213901] usbcore: registered new interface driver ax88179_178a
[    3.213942] usbcore: registered new interface driver cdc_ether
[    3.213979] usbcore: registered new interface driver net1080
[    3.214015] usbcore: registered new interface driver cdc_subset
[    3.214118] usbcore: registered new interface driver zaurus
[    3.214211] usbcore: registered new interface driver cdc_ncm
[    3.214734] VFIO - User Level meta-driver version: 0.3
[    3.216052] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.216074] ehci-pci: EHCI PCI platform driver
[    3.216123] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.216134] ohci-pci: OHCI PCI platform driver
[    3.216178] ohci-platform: OHCI generic platform driver
[    3.218815] tegra-xusb 70090000.xusb: USB2 port 0 has OTG_CAP
[    3.219402] tegra-xusb-padctl 7009f000.xusb_padctl: enabled OTG on UTMI pad 0
[    3.220568] tegra-xusb 70090000.xusb: extcon 0: ffffffc0fa5d2c00 id
[    3.220673] tegra-xusb 70090000.xusb: Direct firmware load for tegra21x_xusb_firmware failed with error -2
[    3.220676] tegra-xusb 70090000.xusb: Falling back to user helper
[    3.221925] usbcore: registered new interface driver uas
[    3.221981] usbcore: registered new interface driver usb-storage
[    3.222092] usbcore: registered new interface driver usbserial
[    3.225074] tegra-xudc-new 700d0000.xudc: device count: 1
[    3.226406] tegra-xudc-new 700d0000.xudc: USB charger detection disabled
[    3.226418] tegra-xudc-new 700d0000.xudc: vbus state: 1
[    3.226435] tegra-xudc-new 700d0000.xudc: device mode on: 0
[    3.226457] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 0
[    3.226480] tegra-xudc-new 700d0000.xudc: active: 0 => 1
[    3.227115] mousedev: PS/2 mouse device common for all mice
[    3.227199] usbcore: registered new interface driver xpad
[    3.473223] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[    3.485854] rtc rtc1: alarm rtc device
[    3.485870] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1
[    3.485898] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
[    3.486464] i2c /dev entries driver
[    3.488228] imx219 6-0010: tegracam sensor driver:imx219_v2.0.6
[    3.512537] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[    3.512606] imx219 6-0010: imx219_board_setup: error during i2c read probe (-121)
[    3.512636] imx219 6-0010: board setup failed
[    3.512738] imx219: probe of 6-0010 failed with error -121
[    3.522235] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[    3.563630] tegra_soctherm 700e2000.soctherm: pllx_offset tz:0 max:14, min:2
[    3.563635] tegra_soctherm 700e2000.soctherm: pllx_offset tz:2 max:8, min:4
[    3.564076] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    3.564092] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC
[    3.564101] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC
[    3.564232] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    3.564242] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC
[    3.564248] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC
[    3.564391] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    3.564399] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC
[    3.564403] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature
[    3.564584] tegra_soctherm 700e2000.soctherm: failed to register sensor: -19
[    3.565328] tegra_aotag tegra-aotag: Registering sensor 0
[    3.565380] tegra_aotag tegra-aotag: Invalid temp readout
[    3.565409] tegra_aotag tegra-aotag: Invalid temp readout
[    3.565426] tegra_aotag tegra-aotag: Bound to TZ : ID 0
[    3.565435] tegra_aotag tegra-aotag: Probe done [SUCCESS]:0
[    3.566325] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    3.566341] tegra_dfll_action dfll-cdev-cap: Tegra DFLL 'cap cooling device' registered
[    3.566530] tegra_aotag tegra-aotag: Invalid temp readout
[    3.566562] tegra_dfll_action dfll-cdev-floor: Tegra DFLL 'floor cooling device' registered
[    3.566980] parse_throttle_dt_data: Num cap clks = 6
[    3.566986] parse_throttle_dt_data: clk=cclk_g type=2
[    3.566997] parse_throttle_dt_data: clk=gpu type=4
[    3.567025] parse_throttle_dt_data: clk=cap.throttle.c2bus type=0
[    3.567045] parse_throttle_dt_data: clk=cap.throttle.c3bus type=0
[    3.567066] parse_throttle_dt_data: clk=cap.throttle.sclk type=0
[    3.567069] parse_throttle_dt_data: clk=emc type=3
[    3.568592] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    3.568692] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    3.568842] tegra_throttle_probe: probe successful. #cdevs=4
[    3.569607] FAN dev name: pwm-fan
[    3.569659] FAN:gpio request success.
[    3.569734] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[    3.570033] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[    3.570260] pwm_fan_driver pwm-fan: fan tach request irq success
[    3.570272] pwm_fan_driver pwm-fan: tach period: 1000
[    3.570374] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[    3.570379] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[    3.570383] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[    3.570387] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[    3.570391] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[    3.570394] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[    3.570398] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[    3.570401] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[    3.570405] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[    3.570408] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[    3.571022] tegra-wdt 60005100.watchdog: Tegra WDT enabled on probe. Timeout = 120 seconds.
[    3.571344] tegra-wdt 60005100.watchdog: initialized (timeout = 120 sec, nowayout = 1)
[    3.572217] device-mapper: uevent: version 1.0.3
[    3.572691] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    3.577801] tegra210-cpufreq cpufreq: probe()...completed
[    3.578513] sdhci: Secure Digital Host Controller Interface driver
[    3.578514] sdhci: Copyright(c) Pierre Ossman
[    3.578516] sdhci-pltfm: SDHCI platform and OF driver helper
[    3.578984] sdhci-tegra sdhci-tegra.0: Got CD GPIO
[    3.579352] sdhci-tegra sdhci-tegra.0: Client registration for eMC Successful
[    3.579478] sdhci-tegra sdhci-tegra.0: wakeup init done, cdirq 300
[    3.582930] tegra-se 70012000.se: tegra_se_probe: complete
[    3.583411] hidraw: raw HID events driver (C) Jiri Kosina
[    3.584719] usbcore: registered new interface driver usbhid
[    3.584720] usbhid: USB HID core driver
[    3.603673] tegra21x_actmon 6000c800.actmon: in actmon_register()...
[    3.604038] tegra21x_actmon 6000c800.actmon: initialization Completed for the device mc_all
[    3.605718] nvpmodel: initialized successfully
[    3.606794] usbcore: registered new interface driver snd-usb-audio
[    3.606850] No Device Node present for smmu client: snd-soc-dummy !!
[    3.606854] platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
[    3.606873] iommu: Adding device snd-soc-dummy to group 36
[    3.622330] mmc0: SDHCI controller on sdhci-tegra.0 [sdhci-tegra.0] using ADMA 64-bit with 64 bit addr
[    3.635463] OPE platform probe
[    3.635552] OPE platform probe successful
[    3.635931] OPE platform probe
[    3.636015] OPE platform probe successful
[    3.664199] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[    3.664326] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[    3.664449] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[    3.664576] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[    3.664696] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[    3.664818] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[    3.664942] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[    3.665064] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[    3.665188] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[    3.665310] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[    3.677978] u32 classifier
[    3.677979]     Actions configured
[    3.678049] Initializing XFRM netlink socket
[    3.678801] NET: Registered protocol family 10
[    3.679563] NET: Registered protocol family 17
[    3.679576] NET: Registered protocol family 15
[    3.679650] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    3.679697] Bluetooth: RFCOMM socket layer initialized
[    3.679705] Bluetooth: RFCOMM ver 1.11
[    3.679709] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.679713] Bluetooth: HIDP socket layer initialized
[    3.679731] 9pnet: Installing 9P2000 support
[    3.679764] Key type dns_resolver registered
[    3.688885] Registered cp15_barrier emulation handler
[    3.688945] Registered setend emulation handler
[    3.690086] registered taskstats version 1
[    3.690673] Adding domain ve2-pd to PM domain host1x-pd
[    3.690913] Adding domain ve-pd to PM domain host1x-pd
[    3.785898] input: tegra-hda HDMI/DP,pcm=3 as /devices/70030000.hda/sound/card0/input0
[    4.301562] tegradc tegradc.0: fb registered
[    4.306539] tegradc tegradc.1: disp1 connected to head1->/host1x/sor
[    4.312947] tegradc tegradc.1: No lt-data, using default setting
[    4.318975] tegradc tegradc.1: No hpd-gpio in DT
[    4.323621] tegradc tegradc.1: DT parsed successfully
[    4.328700] tegradc tegradc.1: Display dc.ffffff800f4c0000 registered with id=1
[    4.336714] tegradc tegradc.1: dpd enable lookup fail:-19
[    4.847701] Host read timeout at address 545c00c4
[    4.850205] sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock
[    4.850207] sdhci: =========== REGISTER DUMP (mmc0)===========
[    4.850211] sdhci: Sys addr: 0x00000000 | Version:  0x00000303
[    4.850214] sdhci: Blk size: 0x00007040 | Blk cnt:  0x00000000
[    4.850217] sdhci: Argument: 0x00000000 | Trn mode: 0x00000010
[    4.850220] sdhci: Present:  0x01fb0206 | Host ctl: 0x00000016
[    4.850223] sdhci: Power:    0x00000001 | Blk gap:  0x00000000
[    4.850225] sdhci: Wake-up:  0x00000000 | Clock:    0x00000007
[    4.850228] sdhci: Timeout:  0x0000000e | Int stat: 0x00000000
[    4.850231] sdhci: Int enab: 0x00000020 | Sig enab: 0x00000020
[    4.850233] sdhci: AC12 err: 0x00000000 | Slot int: 0x00000000
[    4.850236] sdhci: Caps:     0x376cd08c | Caps_1:   0x10006f73
[    4.850239] sdhci: Cmd:      0x0000133a | Max curr: 0x00000000
[    4.850240] sdhci: Host ctl2: 0x0000304b
[    4.850244] sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x00000000ffefe410
[    4.850264] sdhci: ===========================================
[    4.850274] mmc0: tuning execution failed: -5
[    4.850280] mmc0: error -5 whilst initialising SD card
[    4.853956] tegradc tegradc.1: probed
[    4.963591] tegradc tegradc.1: fb registered
[    4.971012] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[    4.978150] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[    4.986248] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[    4.987201] isp 54600000.isp: initialized
[    4.988169] isp 54680000.isp: initialized
[    4.999790] tegradc tegradc.1: blank - powerdown
[    5.000011] clk_cbus_recalc_rate: no gbus parent
[    5.000015] clk_cbus_round_rate: no gbus parent
[    5.000016] clk_cbus_round_rate: no gbus parent
[    5.000023] clk_cbus_recalc_rate: no gbus parent
[    5.000127] clk_cbus_recalc_rate: no gbus parent
[    5.000131] clk_cbus_round_rate: no gbus parent
[    5.000132] clk_cbus_round_rate: no gbus parent
[    5.000135] clk_cbus_recalc_rate: no gbus parent
[    5.000148] tegra_dvfs: GPU-cap: registered
[    5.000204] tegra dvfs: vdd-cpu: nominal 1168mV, offset 708000uV, step 19200uV, scaling enabled
[    5.000206] tegra dvfs: vdd-core: nominal 1075mV, offset 600000uV, step 12500uV, scaling enabled
[    5.000208] tegra dvfs: vdd-gpu: nominal 1058mV, offset 708000uV, step 10000uV, scaling enabled
[    5.002369] tegra_dvfs: vdd-gpu-vts: registered
[    5.003414] tegra_core_action core_dvfs_cdev_floor: Tegra CORE DVFS 'floor cooling device' registered
[    5.004031] tegra_core_action core_dvfs_cdev_cap: Tegra CORE DVFS 'cap cooling device' registered
[    5.004530] input: gpio-keys as /devices/gpio-keys/input/input1
[    5.036414] tegra_rtc 7000e000.rtc: setting system clock to 2000-01-01 01:51:24 UTC (946691484)
[    5.037321] vi 54080000.vi: vi_probe: ++
[    5.041035] vi 54080000.vi: initialized
[    5.043358] vi 54080000.vi: subdev nvcsi--1 bound
[    5.044681] Disable partitions left on by BL
[    5.044683]   disb
[    5.044727] bwmgr: missing cdev-type property
[    5.044855] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    5.044860] DRAM derating cdev registered.
[    5.045819] vdd-1v8: disabling
[    5.045821] vdd-fan: disabling
[    5.045823] vdd-usb-vbus: disabling
[    5.045825] vdd-usb-vbus2: disabling
[    5.045833] avdd-io-edp-1v05: disabling
[    5.045835] vdd-usb-hub-en: disabling
[    5.046052] ALSA device list:
[    5.046055]   #0: tegra-hda at 0x70038000 irq 83
[    5.046056]   #1: tegra-snd-t210ref-mobile-rt565x
[    5.178083] extcon-disp-state extcon:disp-state: cable 44 state 0 already set.
[    5.178084] Extcon DP: HPD disabled
[    5.178086] hpd: hpd_switch 0
[    5.178088] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[    5.178096] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[    5.178100] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[    5.211343] Waiting for root device /dev/sda1...
[    5.309280] mmc0: hw tuning done ...
[    5.312890] mmc0: new ultra high speed SDR104 SDHC card at address aaaa
[    5.319906] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
[    5.330162]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14
[   54.678206] random: crng init done
[   64.630273] tegra-xusb 70090000.xusb: cannot find firmware....retry after 1 second
[   65.654245] tegra-xusb 70090000.xusb: Direct firmware load for tegra21x_xusb_firmware failed with error -2
[   65.663901] tegra-xusb 70090000.xusb: Falling back to user helper
[  126.070252] tegra-xusb 70090000.xusb: cannot find firmware....retry after 1 second
[  127.094240] tegra-xusb 70090000.xusb: Direct firmware load for tegra21x_xusb_firmware failed with error -2
[  127.103895] tegra-xusb 70090000.xusb: Falling back to user helper
[  187.510245] tegra-xusb 70090000.xusb: cannot find firmware....retry after 1 second
[  188.534236] tegra-xusb 70090000.xusb: Direct firmware load for tegra21x_xusb_firmware failed with error -2
[  188.543892] tegra-xusb 70090000.xusb: Falling back to user helper
[  248.950248] tegra-xusb 70090000.xusb: cannot find firmware....retry after 1 second
[  249.974240] tegra-xusb 70090000.xusb: Direct firmware load for tegra21x_xusb_firmware failed with error -2
[  249.983895] tegra-xusb 70090000.xusb: Falling back to user helper
[  310.390250] tegra-xusb 70090000.xusb: cannot find firmware....retry after 1 second
[  311.414216] tegra-xusb 70090000.xusb: Leaving it upto user to load firmware!
[  311.421294] tegra-xusb 70090000.xusb: Direct firmware load for tegra21x_xusb_firmware failed with error -2
[  311.430947] tegra-xusb 70090000.xusb: Falling back to user helper

It is a situation that your system roofs is not able to be ready because usb firmware is on usb drive itself…

sudo ./flash.sh jetson-nano-qspi-sd sda1

This flashes all partitions to the micro sd card, and uboot loads kernel from micro sd and kernel tries to use rootfs on /dev/sda1. The flash command only flashes extlinux.conf, Image, and dtb to APP partition on the micro sd card; however, tegra21x_xusb_firmware is on the usb drive. So should I copy drivers and libraries to the micro sd card manually?



Does tegra21x_xusb_firmware in my log equal to rp4.blob in RP4 partition?

If yes, when using “sudo ./flash.sh jetson-nano-qspi-sd sda1” command to do flashing, flash.sh does create all partitoins to the micro sd card, so I think rp4.blob also flashes to RP4 partition of the micro sd card. Am I right?

Then u-boot loads kernel from the micro sd card to memory and jumps to Linux kernel. When is rp4.blob read from RP4 partition?

In usb boot case, which device is rp4.blob read from, micro sd card or USB drive?

If rp4.blob is read from the micro sd card, why kernel cannot find it?

Thanks!

lonesomesnow,

Yes, you are right, rp4.blob is the xusb firmware. The current status is just simple.Just because u-boot does not support it yet and our developer is still working on it.

OK, wait for your update.
Thanks again!

L4T r32.2.0

I tried to flash boot from USB, it appeared a lot of failed services after I set user information at first boot time. But it still can boot successfully after I reboot it manually.
Is there something wrong in boot from USB?

Steps:

  1. Format my USB stick on host pc

$ sudo mkfs.ext4 /dev/sdb1 -L nano

  1. Flash Nano

$ sudo ./flash.sh jetson-nano-qspi-sd sda1

  1. Copy rootfs to my USB stick

$ sudo cp -a rootfs/* /media/victor/nano/ && sync

  1. Insert my USB stick to Nano and boot

Thanks!

Hi lonesomesnow,

For r32.2, external is being used as identification is solely on UUID based and not type of media.
You can reference detail steps on Topic-1060950