Jetson Nano No Internet Connection After Flashing

Jetson Nano not detecting ethernet connection. I was able to connect to network using ethernet before recently flashing the jetson using clone image.

The transmitting led from the router connecting points are blinking but no ethernet leds blinking on jetson.

output from ifconfig -a :

dummy0: flags=130<BROADCAST,NOARP>  mtu 1500
        ether e2:1d:5f:09:d7:68  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

l4tbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.55.1  netmask 255.255.255.0  broadcast 192.168.55.255
        inet6 fe80::e058:d8ff:feef:2839  prefixlen 64  scopeid 0x20<link>
        inet6 fe80::1  prefixlen 128  scopeid 0x20<link>
        ether e2:58:d8:ef:28:39  txqueuelen 1000  (Ethernet)
        RX packets 2076  bytes 132574 (132.5 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 4250  bytes 503432 (503.4 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1  (Local Loopback)
        RX packets 670  bytes 46231 (46.2 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 670  bytes 46231 (46.2 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

rndis0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::e058:d8ff:feef:2839  prefixlen 64  scopeid 0x20<link>
        ether e2:58:d8:ef:28:39  txqueuelen 1000  (Ethernet)
        RX packets 1930  bytes 106254 (106.2 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 4435  bytes 791873 (791.8 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

usb0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::e058:d8ff:feef:283b  prefixlen 64  scopeid 0x20<link>
        ether e2:58:d8:ef:28:3b  txqueuelen 1000  (Ethernet)
        RX packets 183  bytes 32090 (32.0 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 612  bytes 97076 (97.0 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Output from sudo ethtool eth0

Settings for eth0:
Cannot get device settings: No such device
Cannot get wake-on-lan settings: No such device
Cannot get message level: No such device
Cannot get link status: No such device
No data available

And no output on sudo rfkill list all

Any assistance on the matter would be really appreciated

When you used the clone to flash, what was the flash command used? Also, was the L4T release (see “head -n 1 /etc/nv_tegra_release”) the same or different between clone donar and recipient? What is the L4T release version? Is this a custom carrier board, or a dev kit?

I used these commands to clone and flash the same device.

$ sudo ./flash.sh -r -k APP -G backup.img jetson-nano-emmc mmcblk0p1

$ sudo cp backup.img bootloader/system.img
and then created massflash blob with
$ sudo BOARDID=3448 BOARDSKU=0002 FAB=200 USELEVEL=fuselevel_production ./nvmassflashgen.sh -r 0x21 -y PKC -u <pkc_keyfile> jetson-nano-emmc mmcblk0p1
and then used
$ sudo ./nvmflash --showlogs

L4T - 32.5.1
cloned and flashed the same device (I was testing the clone on the same device)
I am using a carrier board

I am not experienced with mass flashing, and this may have some bearing on the failure, so I am limited on what I can comment on. Someone else may be able to suggest if the mass flash steps would correctly preserve the rootfs/APP partition clone.

It isn’t clear if that carrier board is custom or from a dev kit, but it sounds like it is a custom carrier board. This in turn would require a custom device tree, and so I will suggest if the device tree is wrong, then the ethernet won’t be found and a driver won’t be able to load. You should compare the running system’s device tree for ethernet to the tree which the running system should be using. The current tree can be exported:
dtc -I fs -O dts -o extracted.dts /proc/device-tree
(if the dtc application is missing on the Jetson, then “sudo apt-get install device-tree-compiler”)

Another complication (which probably is irrelevant for this case) is if there is a udev rule looking for a particular MAC address on the ethernet. This is typically used for renaming, but would not cause the ethernet to not show up…it would simply cause it to show up under a different name. Worth mentioning though that you should be certain your mass flash network setup has no udev entry in “/etc/udev/” subdirectories for a specific MAC address.

Finally, if you do not find a failure in the device tree, then you should provide a full serial console boot log of one of the failing units. See:
http://www.jetsonhacks.com/2015/12/01/serial-console-nvidia-jetson-tx1/

Output:

extracted.dts: Warning (unit_address_vs_reg): Node /reserved-memory/fb0_carveout has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /reserved-memory/ramoops_carveout has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /reserved-memory/fb1_carveout has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /reserved-memory/iram-carveout has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /ptm has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/admaif@0x702d0000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/amx@702d3100 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/afc@702d7300 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/i2s@702d1000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/iqc@702de000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/i2s@702d1300 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/dmic@702d4200 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/adx@702d3900 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/mvc@702da000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/sfc@702d2400 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/amx@702d3000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/afc@702d7200 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/afc@702d7500 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/i2s@702d1200 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/dmic@702d4100 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/amixer@702dbb00 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/sfc@702d2000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/ope@702d8400 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/adx@702d3800 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/iqc@702de200 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/mvc@702da200 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/sfc@702d2600 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/afc@702d7100 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/ope@702d8000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/afc@702d7400 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/i2s@702d1100 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/dmic@702d4000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/i2s@702d1400 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/sfc@702d2200 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/spkprot@702d8c00 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /ahub/afc@702d7000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /clock has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /lens_imx219@RBPCV2 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /gpu has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /camera-pcl/dpd/csie has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /camera-pcl/dpd/csic has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /camera-pcl/dpd/csia has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /camera-pcl/dpd/csif has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /camera-pcl/dpd/csid has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /camera-pcl/dpd/csib has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /adma@702e2000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /usb_cd has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /eeprom-manager/bus@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /eeprom-manager/bus@1 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /tegra_cec has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /soctherm@0x700E2000/throttle_dev@gpu_high has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /soctherm@0x700E2000/throttle@critical has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /soctherm@0x700E2000/fuse_war@fuse_rev_0_1 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /soctherm@0x700E2000/throttle@heavy has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /soctherm@0x700E2000/throttle_dev@cpu_high has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /soctherm@0x700E2000/fuse_war@fuse_rev_2 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /chosen/plugin-manager/ids/connection/i2c@7000c500 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /chosen/plugin-manager/ids/connection/i2c@7000c500/module@0x50 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /chosen/plugin-manager/ids/connection/i2c@7000c500/module@0x57 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /aconnect@702c0000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /aconnect@702c0000/ahub has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /aconnect@702c0000/ahub/ope@702d8400/mbdrc@702d8600 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /aconnect@702c0000/ahub/ope@702d8400/peq@702d8500 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /aconnect@702c0000/ahub/mvc@0x702da200 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /aconnect@702c0000/ahub/ope@702d8000/mbdrc@702d8200 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /aconnect@702c0000/ahub/ope@702d8000/peq@702d8100 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /aconnect@702c0000/adsp has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@5 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@5/override@1 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@5/override@2 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@5/override@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@8 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@8/override@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@3 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@3/override@1 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@3/override@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@6 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@6/override@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@1 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@1/override@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@13 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@13/override@1 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@13/override@2 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@13/override@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@13/override@3 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-b00@2 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-b00@2/override@1 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-b00@2/overrides@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-pins@3 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-pins@3/overrides@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@0/override@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@0/override@0/_overlay_/channel@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@0/override@0/_overlay_/channel@1 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@9 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@9/override@11 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@9/override@1 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@9/override@8 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@9/override@16 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@9/override@6 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@9/override@14 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@9/override@4 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@9/override@12 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@9/override@2 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@9/override@10 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@9/override@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@9/override@9 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@9/override@7 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@9/override@15 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@9/override@5 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@9/override@13 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@9/override@3 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-common@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-common@0/overrides@8 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-common@0/overrides@6 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-common@0/overrides@10 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-common@0/overrides@4 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-common@0/overrides@2 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-common@0/override@12 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-common@0/overrides@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-common@0/overrides@9 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-common@0/overrides@7 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-common@0/overrides@11 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-common@0/overrides@3 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-common@0/overrides@1 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@4 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@4/override@1 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@4/override@2 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@4/override@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-a00@1 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-a00@1/override@1 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment-e2614-a00@1/overrides@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@7 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@7/override@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@2 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@2/override@1 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@2/override@2 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@2/override@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@12 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@12/override@1 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragment@12/override@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@11 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@28 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@18 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@8 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@26 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@16 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@6 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@24 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@14 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@4 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@22 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@12 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@30 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@20 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@10 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@29 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@19 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@9 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@27 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@17 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@7 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@25 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@15 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@5 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@23 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@13 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@31 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /plugin-manager/fragement@10/override@21 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /sata@70020000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /external-memory-controller@7001b000/emc-table@1 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /external-memory-controller@7001b000/emc-table@1/emc-table@1600000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /external-memory-controller@7001b000/emc-table@1/emc-table@204000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /external-memory-controller@7001b000/emc-table@1/emc-table-derated@204000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /external-memory-controller@7001b000/emc-table@1/emc-table-derated@1600000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /external-memory-controller@7001b000/emc-table@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /external-memory-controller@7001b000/emc-table@0/emc-table@1600000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /external-memory-controller@7001b000/emc-table@0/emc-table@204000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /external-memory-controller@7001b000/emc-table@0/emc-table-derated@204000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /external-memory-controller@7001b000/emc-table@0/emc-table-derated@1600000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /host1x has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/nvcsi/channel@0/ports/port@1/endpoint@1 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/nvcsi/channel@0/ports/port@0/endpoint@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/nvcsi/channel@1/ports/port@3/endpoint@3 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/nvcsi/channel@1/ports/port@2/endpoint@2 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/nvjpg has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/dsi has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/dpaux has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/csi_base/csi_chan0/ports/csi_chan0_port1/endpoint@1 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/csi_base/csi_chan0/ports/csi_chan0_port0/endpoint@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/csi_base/csi_chan1/ports/csi_chan1_port1/endpoint@3 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/csi_base/csi_chan1/ports/csi_chan1_port0/endpoint@2 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/tsec has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/sor1 has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/nvenc has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/sor has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/sor/dp-display/dp-lt-settings/lt-setting@2 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/sor/dp-display/dp-lt-settings/lt-setting@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/sor/dp-display/dp-lt-settings/lt-setting@1 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/vic has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/vi has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/dpaux1 has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/tsecb has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /host1x/nvdec has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /i2c@7000c500/battery-charger@6b has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /mc has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /mipical has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /i2c@7000d000/max77620@3c/pinmux@0 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /i2c@7000d000/max77620@3c/fps/fps0 has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /i2c@7000d000/max77620@3c/fps/fps1 has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /i2c@7000d000/max77620@3c/fps/fps2 has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /iommu has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /dfll-max77621@70110000 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /rtc has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /interrupt-controller has a reg or ranges property, but no unit name
extracted.dts: Warning (unit_address_vs_reg): Node /i2c@7000c400/iqs263@44 has a unit name, but no reg property
extracted.dts: Warning (unit_address_vs_reg): Node /mselect has a reg or ranges property, but no unit name
extracted.dts: Warning (pci_bridge): Node /pcie@1003000/pci@2,0 missing bus-range for PCI bridge
extracted.dts: Warning (pci_bridge): Node /pcie@1003000/pci@1,0 missing bus-range for PCI bridge
extracted.dts: Warning (unit_address_format): Failed prerequisite 'pci_bridge'
extracted.dts: Warning (pci_device_reg): Failed prerequisite 'pci_bridge'
extracted.dts: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge'
extracted.dts: Warning (simple_bus_reg): Node /extcon/disp-state missing or empty reg/ranges property
extracted.dts: Warning (simple_bus_reg): Node /mods-simple-bus/mods-clocks missing or empty reg/ranges property
extracted.dts: Warning (simple_bus_reg): Node /host1x/nvcsi missing or empty reg/ranges property
extracted.dts: Warning (simple_bus_reg): Node /host1x/nvjpg simple-bus unit address format error, expected "54380000"
extracted.dts: Warning (simple_bus_reg): Node /host1x/dsi simple-bus unit address format error, expected "54300000"
extracted.dts: Warning (simple_bus_reg): Node /host1x/dpaux simple-bus unit address format error, expected "545c0000"
extracted.dts: Warning (simple_bus_reg): Node /host1x/csi_base missing or empty reg/ranges property
extracted.dts: Warning (simple_bus_reg): Node /host1x/vi_base missing or empty reg/ranges property
extracted.dts: Warning (simple_bus_reg): Node /host1x/tsec simple-bus unit address format error, expected "54500000"
extracted.dts: Warning (simple_bus_reg): Node /host1x/sor1 simple-bus unit address format error, expected "54580000"
extracted.dts: Warning (simple_bus_reg): Node /host1x/nvenc simple-bus unit address format error, expected "544c0000"
extracted.dts: Warning (simple_bus_reg): Node /host1x/sor simple-bus unit address format error, expected "54540000"
extracted.dts: Warning (simple_bus_reg): Node /host1x/vic simple-bus unit address format error, expected "54340000"
extracted.dts: Warning (simple_bus_reg): Node /host1x/vi-bypass missing or empty reg/ranges property
extracted.dts: Warning (simple_bus_reg): Node /host1x/vi simple-bus unit address format error, expected "54080000"
extracted.dts: Warning (simple_bus_reg): Node /host1x/vi/ports missing or empty reg/ranges property
extracted.dts: Warning (simple_bus_reg): Node /host1x/dpaux1 simple-bus unit address format error, expected "54040000"
extracted.dts: Warning (simple_bus_reg): Node /host1x/tsecb simple-bus unit address format error, expected "54100000"
extracted.dts: Warning (simple_bus_reg): Node /host1x/nvdec simple-bus unit address format error, expected "54480000"
extracted.dts: Warning (simple_bus_reg): Node /regulators/regulator@10 simple-bus unit address format error, expected "a"
extracted.dts: Warning (gpios_property): property 'gpio' size (15) is invalid, expected multiple of 4 in node /__symbols__
extracted.dts: Warning (gpios_property): Missing property '#gpio-cells' in node /thermal-zones/AO-therm/trips/gpu-scaling5 or bad phandle (referred from /plugin-manager/fragment-e2614-pins@3/overrides@0/_overlay_:gpios[0])

and btw It is a custom eMMC carrier module

Are you certain the old device tree was migrated to the new flashing software? I suppose there are reasons why a dtc tool might give some warnings, but the number of warnings is rather high. Look for what you’ve modified in the device tree for the custom carrier board (either you’ve modified this, or else the provider of the carrier board has provided this in the case where the unit used to work), and browse to that node in “/proc/device-tree” and see if ethernet requirements are in the newly flashed board. You might also want to name what steps you used to make sure the device tree was in the host PC flash software prior to the mass flash.

which folder/file might i find the ethernet requirements in /proc/device-tree directory?

I couldn’t say which, but it would be the same as the device tree you created for the custom carrier board. As an example, the node “chosen” has a leaf “bootargs”. In that case you could see the content with:

  • cd /proc/device-tree
  • cd chosen
  • cat bootargs

If you have an idea of what the name of the node is, then you could use “find” to get closer. Example:
find /proc/device-tree '*ether*'

Any “chosen” content is used as a boot argument, the rest will be for setting up the ethernet driver (e.g., the hex addresses are physical addresses for the driver to find the hardware). If you have something similar to “/proc/device-tree/ether_qos@2490000”, then you could “cd /proc/device-tree/ether_qos@2490000”, and then use ls to look around.

Incidentally, if you cd to a location which is the start of the tree for ethernet, then if you have the “tree” command installed (“sudo apt-get install tree”), you could mouse copy and paste the output of “tree” from that location. The tree would match device tree content for that node.

I am really thankful for your input

but u see i have cloned and massflashed on the same device. so I cannot compare cos now the flashed image exists on the device

also here is the ls of /proc/device-tree i cannot

 aconnect@702c0000                     i2c@7000c400                    sdhci@700b0200
 actmon@6000c800                       i2c@7000c500                    sdhci@700b0400
'#address-cells'                       i2c@7000c700                    sdhci@700b0600
 adma@702e2000                         i2c@7000d000                    se@70012000
 adsp_audio                            i2c@7000d100                    serial@70006000
 agic-controller                       interrupt-controller            serial@70006040
 ahb@6000c000                          interrupt-controller@60004000   serial@70006200
 ahub                                  interrupt-parent                serial@70006300
 aliases                               iommu                           serial-number
 apbmisc@70000800                      kfuse@7000fc00                 '#size-cells'
 arm-pmu                               leds                            smmu_test
 bpmp                                  lens_imx219@RBPCV2              smp-custom-ipi
 bthrot_cdev                           mailbox@70098000                soctherm@0x700E2000
 bwmgr                                 max16984-cdp                    soft_watchdog
 camera-pcl                            mc                              sound
 cam_i2cmux                            memory@80000000                 sound_ref
 chosen                                memory-controller@70019000      spdif-dit.0@0
 clock                                 mipical                         spdif-dit.1@1
 clock@70110000                        model                           spdif-dit.2@2
 compatible                            modem                           spdif-dit.3@3
 core_dvfs_cdev_cap                    mods-simple-bus                 spdif-dit.4@4
 core_dvfs_cdev_floor                  mselect                         spdif-dit.5@5
 cpu_edp                               name                            spdif-dit.6@6
 cpufreq                               nvdumper                        spdif-dit.7@7
 cpuidle                               nvidia,boardids                 spi@7000d400
 cpus                                  nvidia,dtbbuildtime             spi@7000d600
 cpu-throttle-alert                    nvidia,dtsfilename              spi@7000d800
 dfll-cdev-cap                         nvidia,fastboot-usb-pid         spi@7000da00
 dfll-cdev-floor                       nvidia,pmu-boardid              spi@70410000
 dfll-max77621@70110000                nvidia,proc-boardid             __symbols__
 dma@60020000                          nvpmodel                        tegra-aotag
 dma_test                              pcie@1003000                    tegra-camera-platform
 dtv@7000c300                          pfsd                            tegra-carveouts
 dummy-cool-dev                        pinctrl@7009f000                tegra_cec
 dvfs                                  pinmux@700008d4                 tegra_fiq_debugger
 dvfs_rails                            plugin-manager                  tegra-pmc-blink-pwm
 eeprom-manager                        pmc@7000e400                    tegra-supply-tests
 efuse@7000f800                        pmc-iopower                     tegra_udrm
 extcon                                power-domain                    tfesd
 external-memory-controller@7001b000   psci                            thermal-fan-est
 flow-controller@60007000              psy_extcon_xudc                 thermal-zones
 gpio@6000d000                         ptm                             timer
 gpio-keys                             pwm@7000a000                    timer@60005000
 gpio-timed-keys                       pwm@70110000                    tlk
 gps_wake                              pwm-fan                         trusty
 gpu                                   pwm_regulators                  usb_cd
 gpu-dvfs-rework                       r8168                           watchdog@60005100
 gpu_edp                               regulators                      xotg
 gpu-throttle-alert                    reserved-memory                 xudc@700d0000
 hda@70030000                          rollback-protection             xusb@70090000
 host1x                                rtc                             xusb_padctl@7009f000
 hot-surface-alert                     sata@70020000
 i2c@7000c000                          sdhci@700b0000

and here is cat /proc/device-tree/chosen/bootargs

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,4 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 gpt  earlycon=uart8250,mmio32,0x70006000  root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 sdhci_tegra.en_boot_part_access=1 quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 sdhci_tegra.en_boot_part_access=1 %  ```

i cannot find any folder which relates to ethernet in anyway. Please help.

There is the problem. Without the ethernet device tree information the drivers have no way to know where ethernet hardware is, or even if any ethernet hardware exists. In order for your previous software to have worked there must have been an ethernet setup in the device tree. You cannot extract the missing content from the existing tree, but you must have the tree available from the original “working” flash. Without that there is no hope of the ethernet working, so you must find the device tree which was used in the original flash. Restoring this into the flash software should propagate this correct tree and fix things.

So you mean to say to copy the ethernet folder from the original flash and just paste it here? if yes can i copy the same directory from an entirely different jetson nano with the same specs?

Understand that “/proc” is not a real filesystem of files. Anything you see there is “pretending” to be a file, and is actually in RAM…not on disk. These are reflections of kernel drivers and kernel features. This is the live kernel telling you about one of its features or environment or settings.

The “/proc/device-tree” is merely a read-only way of telling you what device tree the kernel is currently seeing and using. The actual device tree is somewhere in your flash software on the host PC. A copy of the content of anything related to ethernet on a working system could be used to recreate that content in the existing tree, but the correct way of working with this would be to identify the device tree on the host PC which was used to flash this custom carrier board in the first place. If ethernet is missing, then there is no telling what other content is missing or wrong. You might fix ethernet, but find something else is wrong. Correct flash implies you must have the device tree binary which works with that particular carrier board.

Is this your carrier board design, or is this from a third party supplier? If from a third party supplier, then they will provide a device tree which you can put in the flash software prior to a flash. If not, then someone at your end would have to have custom created a device tree with edits for each feature which differs from the dev kit carrier board.

The board is from a third party supplier

Then the third party supplier will have provided a device tree (part of firmware, not sure how the manufacturer would have worded it). That device tree needs to be used for flash. It is quite possible that they provided flash software for individual boards, and perhaps the device tree (and other firmware) needs some other placement in the host PC prior to mass flash.

(post deleted by author)

Thanks for all the help. Will check and get back to you!

Please also share the dmesg.

I checked and it turns out that the eMMC Board is actually manufactured from Nvidia. Sorry for the miscommunication.

DMSEG Output:

[    1.608427] 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 64, base_baud = 0) is a TEGRA_UART
[    1.608709] serial-tegra 70006200.serial: RX in PIO mode
[    1.608802] 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 65, base_baud = 0) is a TEGRA_UART
[    1.609777] [drm] Initialized
[    1.620442] brd: module loaded
[    1.625739] loop: module loaded
[    1.625845] tegra_profiler: version: 1.143, samples/io: 48/28
[    1.625957] tegra_profiler: auth: init
[    1.627392] THERMAL EST: found 2 subdevs
[    1.627402] THERMAL EST num_resources: 0
[    1.627409] [THERMAL EST subdev 0]
[    1.627417] [THERMAL EST subdev 1]
[    1.627883] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est
[    1.627886] THERMAL EST: thz register success.
[    1.628046] THERMAL EST: end of probe, return err: 0
[    1.629315] sd: No Scsi addr parsed to reserve index
[    1.629353] hisi_sas: driver version v1.6
[    1.636127] libphy: Fixed MDIO Bus: probed
[    1.636991] tun: Universal TUN/TAP device driver, 1.6
[    1.636995] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.638001] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.638006] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.638056] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    1.638060] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.638105] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    1.638110] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.638160] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[    1.638164] Copyright(c) 1999 - 2017 Intel Corporation.
[    1.639407] PPP generic driver version 2.4.2
[    1.639612] PPP BSD Compression module registered
[    1.639617] PPP Deflate Compression module registered
[    1.639658] PPP MPPE Compression module registered
[    1.639666] NET: Registered protocol family 24
[    1.639738] usbcore: registered new interface driver r8152
[    1.639783] usbcore: registered new interface driver asix
[    1.639834] usbcore: registered new interface driver ax88179_178a
[    1.639876] usbcore: registered new interface driver cdc_ether
[    1.639914] usbcore: registered new interface driver net1080
[    1.639950] usbcore: registered new interface driver cdc_subset
[    1.639990] usbcore: registered new interface driver zaurus
[    1.640042] usbcore: registered new interface driver cdc_ncm
[    1.640206] VFIO - User Level meta-driver version: 0.3
[    1.641452] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.641475] ehci-pci: EHCI PCI platform driver
[    1.641524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.641538] ohci-pci: OHCI PCI platform driver
[    1.641577] ohci-platform: OHCI generic platform driver
[    1.644372] tegra-xusb 70090000.xusb: USB2 port 0 has OTG_CAP
[    1.645000] tegra-xusb-padctl 7009f000.xusb_padctl: enabled OTG on UTMI pad 0
[    1.646201] tegra-xusb 70090000.xusb: extcon 0: ffffffc0f90c4000 id
[    1.648489] usbcore: registered new interface driver uas
[    1.648563] usbcore: registered new interface driver usb-storage
[    1.648701] usbcore: registered new interface driver usbserial
[    1.649220] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[    1.649278] tegra-xusb 70090000.xusb: xHCI Host Controller
[    1.649311] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 1
[    1.650094] tegra-xusb 70090000.xusb: hcc params 0x0184f525 hci version 0x100 quirks 0x00050010
[    1.650158] tegra-xusb 70090000.xusb: irq 61, io mem 0x70090000
[    1.650574] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.650583] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.650589] usb usb1: Product: xHCI Host Controller
[    1.650594] usb usb1: Manufacturer: Linux 4.9.201-tegra xhci-hcd
[    1.650598] usb usb1: SerialNumber: 70090000.xusb
[    1.651311] hub 1-0:1.0: USB hub found
[    1.651365] hub 1-0:1.0: 5 ports detected
[    1.651964] tegra-xusb 70090000.xusb: xHCI Host Controller
[    1.651978] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 2
[    1.652087] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.652196] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.652203] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.652208] usb usb2: Product: xHCI Host Controller
[    1.652213] usb usb2: Manufacturer: Linux 4.9.201-tegra xhci-hcd
[    1.652217] usb usb2: SerialNumber: 70090000.xusb
[    1.652424] tegra-xudc-new 700d0000.xudc: device count: 1
[    1.652731] hub 2-0:1.0: USB hub found
[    1.652765] hub 2-0:1.0: 4 ports detected
[    1.653790] tegra-xusb 70090000.xusb: Upgrade port 0 to USB3.0
[    1.653797] tegra-xusb 70090000.xusb: Upgrade port 1 to USB3.0
[    1.654351] tegra-xudc-new 700d0000.xudc: USB charger detection disabled
[    1.654367] tegra-xudc-new 700d0000.xudc: vbus state: 0
[    1.654409] tegra-xudc-new 700d0000.xudc: entering ELPG
[    1.654700] tegra-xudc-new 700d0000.xudc: entering ELPG done
[    1.656319] mousedev: PS/2 mouse device common for all mice
[    1.656433] usbcore: registered new interface driver xpad
[    1.754989] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 2
[    1.755254] usb usb2: usb_suspend_both: status 0
[    1.773326] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[    1.775807] rtc rtc1: alarm rtc device
[    1.775827] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1
[    1.775863] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
[    1.776506] i2c /dev entries driver
[    1.778303] i2c i2c-6: Added multiplexed i2c bus 7
[    1.778663] i2c i2c-6: Added multiplexed i2c bus 8
[    1.778670] i2c-mux-gpio cam_i2cmux: 2 port mux on Tegra I2C adapter adapter
[    1.779527] imx219 7-0010: tegracam sensor driver:imx219_v2.0.6
[    1.802896] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[    1.802995] imx219 7-0010: imx219_board_setup: error during i2c read probe (-121)
[    1.810623] imx219 7-0010: board setup failed
[    1.815072] imx219: probe of 7-0010 failed with error -121
[    1.815621] imx219 8-0010: tegracam sensor driver:imx219_v2.0.6
[    1.838925] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[    1.839018] imx219 8-0010: imx219_board_setup: error during i2c read probe (-121)
[    1.846572] imx219 8-0010: board setup failed
[    1.851001] imx219: probe of 8-0010 failed with error -121
[    1.852474] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[    1.855020] tegra_soctherm 700e2000.soctherm: pllx_offset tz:0 max:14, min:2
[    1.855029] tegra_soctherm 700e2000.soctherm: pllx_offset tz:2 max:8, min:4
[    1.856088] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.856139] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC
[    1.856168] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC
[    1.856695] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.856734] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC
[    1.856760] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC
[    1.857365] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.857397] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC
[    1.857416] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature
[    1.858132] tegra_soctherm 700e2000.soctherm: failed to register sensor: -19
[    1.860518] tegra_aotag tegra-aotag: Registering sensor 0
[    1.860719] tegra_aotag tegra-aotag: Invalid temp readout
[    1.860800] tegra_aotag tegra-aotag: Invalid temp readout
[    1.860867] tegra_aotag tegra-aotag: Bound to TZ : ID 0
[    1.860901] tegra_aotag tegra-aotag: Probe done [SUCCESS]:0
[    1.864142] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.864202] tegra_dfll_action dfll-cdev-cap: Tegra DFLL 'cap cooling device' registered
[    1.864886] tegra_dfll_action dfll-cdev-floor: Tegra DFLL 'floor cooling device' registered
[    1.866288] parse_throttle_dt_data: Num cap clks = 6
[    1.866309] parse_throttle_dt_data: clk=cclk_g type=2
[    1.866341] parse_throttle_dt_data: clk=gpu type=4
[    1.866430] parse_throttle_dt_data: clk=cap.throttle.c2bus type=0
[    1.866514] parse_throttle_dt_data: clk=cap.throttle.c3bus type=0
[    1.866604] parse_throttle_dt_data: clk=cap.throttle.sclk type=0
[    1.866621] parse_throttle_dt_data: clk=emc type=3
[    1.867714] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.868060] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    1.868517] tegra_throttle_probe: probe successful. #cdevs=4
[    1.870761] FAN dev name: pwm-fan
[    1.871054] FAN:gpio request success.
[    1.871261] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[    1.872236] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[    1.872705] pwm_fan_driver pwm-fan: fan tach request irq success
[    1.872738] pwm_fan_driver pwm-fan: tach period: 1000
[    1.873043] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[    1.873066] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[    1.873089] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[    1.873109] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[    1.873129] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[    1.873148] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[    1.873167] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[    1.873186] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[    1.873207] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[    1.873227] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[    1.881513] device-mapper: uevent: version 1.0.3
[    1.883175] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    1.893926] tegra210-cpufreq cpufreq: probe()...completed
[    1.896799] sdhci: Secure Digital Host Controller Interface driver
[    1.896807] sdhci: Copyright(c) Pierre Ossman
[    1.896814] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.898037] sdhci-tegra sdhci-tegra.3: Client registration for eMC Successful
[    1.908472] tegra-se 70012000.se: tegra_se_probe: complete
[    1.910317] hidraw: raw HID events driver (C) Jiri Kosina
[    1.915299] usbcore: registered new interface driver usbhid
[    1.915308] usbhid: USB HID core driver
[    1.921245] tegra21x_actmon 6000c800.actmon: in actmon_register()...
[    1.921688] tegra21x_actmon 6000c800.actmon: initialization Completed for the device mc_all
[    1.928291] nvpmodel: initialized successfully
[    1.931885] usbcore: registered new interface driver snd-usb-audio
[    1.932078] No Device Node present for smmu client: snd-soc-dummy !!
[    1.932097] platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
[    1.932168] iommu: Adding device snd-soc-dummy to group 35
[    1.940215] input: tegra-hda HDMI/DP,pcm=3 as /devices/70030000.hda/sound/card0/input0
[    1.942919] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA 64-bit with 64 bit addr
[    1.974914] tegra-pcie 1003000.pcie: link 0 down, retrying
[    1.978906] usb 1-3: new high-speed USB device number 2 using tegra-xusb
[    1.991853] OPE platform probe
[    1.992155] OPE platform probe successful
[    1.992608] OPE platform probe
[    1.992955] OPE platform probe successful
[    1.999425] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    1.999642] usb 1-3: New USB device found, idVendor=1a40, idProduct=0801
[    1.999662] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.999677] usb 1-3: Product: USB 2.0 Hub
[    2.000861] mmcblk0: mmc0:0001 DG4016 14.7 GiB 
[    2.001577] hub 1-3:1.0: USB hub found
[    2.001720] hub 1-3:1.0: 4 ports detected
[    2.005654] mmcblk0boot0: mmc0:0001 DG4016 partition 1 4.00 MiB
[    2.010279] mmcblk0boot1: mmc0:0001 DG4016 partition 2 4.00 MiB
[    2.010706] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB
[    2.015822]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17
[    2.073482] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[    2.073898] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[    2.074290] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[    2.074686] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[    2.075200] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[    2.075597] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[    2.076000] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[    2.076388] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[    2.076782] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[    2.077243] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[    2.098896] tegra_cec 70015000.tegra_cec: Can't find physical addresse.
[    2.098909] tegra_cec 70015000.tegra_cec: tegra_cec_init Done.
[    2.120808] u32 classifier
[    2.120816]     Actions configured
[    2.121112] Initializing XFRM netlink socket
[    2.124010] NET: Registered protocol family 10
[    2.126414] NET: Registered protocol family 17
[    2.126451] NET: Registered protocol family 15
[    2.126731] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    2.126913] tegra-xusb-padctl 7009f000.xusb_padctl: power down UTMI pad 2
[    2.127185] Bluetooth: RFCOMM socket layer initialized
[    2.127213] Bluetooth: RFCOMM ver 1.11
[    2.127230] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.127247] Bluetooth: HIDP socket layer initialized
[    2.127312] 9pnet: Installing 9P2000 support
[    2.127421] Key type dns_resolver registered
[    2.129025] Registered cp15_barrier emulation handler
[    2.129070] Registered setend emulation handler
[    2.133891] registered taskstats version 1
[    2.135354] Adding domain ve2-pd to PM domain host1x-pd
[    2.135783] Adding domain ve-pd to PM domain host1x-pd
[    2.141133] isp 54600000.isp: initialized
[    2.143672] isp 54680000.isp: initialized
[    2.150927] usb 1-3: usb_suspend_both: status 0
[    2.151265] usb usb1: usb_suspend_both: status 0
[    2.178244] last reset is due to power on reset
[    2.178255] KERNEL: PMC reset status reg: 0x0
[    2.178387] BL: PMC reset status reg: 0x0
[    2.178397] BL: PMIC poweroff Event Recorder: 0x40
[    2.182330] clk_cbus_recalc_rate: no gbus parent
[    2.182345] clk_cbus_round_rate: no gbus parent
[    2.182354] clk_cbus_round_rate: no gbus parent
[    2.182371] clk_cbus_recalc_rate: no gbus parent
[    2.182652] clk_cbus_recalc_rate: no gbus parent
[    2.182665] clk_cbus_round_rate: no gbus parent
[    2.182673] clk_cbus_round_rate: no gbus parent
[    2.182687] clk_cbus_recalc_rate: no gbus parent
[    2.182740] tegra_dvfs: GPU-cap: registered
[    2.183005] tegra dvfs: vdd-cpu: nominal 1168mV, offset 708000uV, step 19200uV, scaling enabled
[    2.183016] tegra dvfs: vdd-core: nominal 1075mV, offset 600000uV, step 12500uV, scaling enabled
[    2.183026] tegra dvfs: vdd-gpu: nominal 1058mV, offset 708000uV, step 10000uV, scaling enabled
[    2.186179] tegra_dvfs: vdd-gpu-vts: registered
[    2.187813] tegra_core_action core_dvfs_cdev_floor: Tegra CORE DVFS 'floor cooling device' registered
[    2.189627] tegra_core_action core_dvfs_cdev_cap: Tegra CORE DVFS 'cap cooling device' registered
[    2.191186] input: gpio-keys as /devices/gpio-keys/input/input1
[    2.223828] tegra_rtc 7000e000.rtc: setting system clock to 2000-01-01 01:00:11 UTC (946688411)
[    2.225954] vi 54080000.vi: vi_probe: ++
[    2.233459] vi 54080000.vi: initialized
[    2.237106] vi 54080000.vi: subdev nvcsi--2 bound
[    2.237493] vi 54080000.vi: subdev nvcsi--1 bound
[    2.238109] mmcblk mmc0:0001: Card claimed for testing.
[    2.242218] Disable partitions left on by BL
[    2.242228]   disb
[    2.242347] bwmgr: missing cdev-type property
[    2.242645] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    2.242664] DRAM derating cdev registered.
[    2.245196] ALSA device list:
[    2.245208]   #0: tegra-hda at 0x70038000 irq 82
[    2.245217]   #1: tegra-snd-t210ref-mobile-rt565x
[    2.253888] Freeing unused kernel memory: 8576K
[    2.341228] Root device found: mmcblk0p1
[    2.347128] Found dev node: /dev/mmcblk0p1
[    2.384925] tegra-pcie 1003000.pcie: link 0 down, retrying
[    2.716518] EXT4-fs (mmcblk0p1): 1 orphan inode deleted
[    2.716530] EXT4-fs (mmcblk0p1): recovery complete
[    2.728782] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[    2.735324] Rootfs mounted over mmcblk0p1
[    2.783116] Switching from initrd to actual rootfs
[    2.790913] tegra-pcie 1003000.pcie: link 0 down, retrying
[    2.792975] tegra-pcie 1003000.pcie: link 0 down, ignoring
[    2.936436] systemd[1]: System time before build time, advancing clock.
[    2.966101] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.010105] cgroup: cgroup2: unknown option "nsdelegate"
[    3.037881] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    3.040799] systemd[1]: Detected architecture arm64.
[    3.132504] systemd[1]: Set hostname to <stackfusion>.
[    3.196984] tegra-pcie 1003000.pcie: link 1 down, retrying
[    3.365516] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[    3.365551] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[    3.602886] tegra-pcie 1003000.pcie: link 1 down, retrying
[    3.643310] random: systemd: uninitialized urandom read (16 bytes read)
[    3.643991] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.644297] random: systemd: uninitialized urandom read (16 bytes read)
[    3.644371] systemd[1]: Reached target Swap.
[    3.644505] random: systemd: uninitialized urandom read (16 bytes read)
[    3.650139] systemd[1]: Created slice System Slice.
[    3.653684] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    3.654395] systemd[1]: Listening on Syslog Socket.
[    3.769907] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[    3.954926] tegra-xusb 70090000.xusb: entering ELPG
[    3.956087] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 0
[    3.956420] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 3
[    3.958449] tegra-xusb 70090000.xusb: entering ELPG done
[    4.004963] tegra-pcie 1003000.pcie: link 1 down, retrying
[    4.007022] tegra-pcie 1003000.pcie: link 1 down, ignoring
[    4.059334] nvgpu: 57000000.gpu           gm20b_init_clk_setup_sw:1268 [INFO]  GPCPLL initial settings: NA mode, M=1, N=34, P=3 (id = 1)
[    4.069800] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    4.069865] cpu-throttle-alert cooling device registered.
[    4.070412] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    4.070474] gpu-throttle-alert cooling device registered.
[    4.071145] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    4.071185] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[    4.071228] hot-surface-alert cooling device registered.
[    4.211263] tegra-pcie 1003000.pcie: PCIE: no end points detected
[    4.211585] tegra-pcie 1003000.pcie: PCIE: Disable power rails
[    4.635697] systemd-journald[1924]: Received request to flush runtime journal from PID 1
[    6.495190] using random self ethernet address
[    6.519028] using random host ethernet address
[    8.130162] Mass Storage Function, version: 2009/09/11
[    8.130179] LUN: removable file: (no medium)
[    8.278587] using random self ethernet address
[    8.310124] capability: warning: `zerotier-one' uses 32-bit capabilities (legacy support in use)
[    8.366628] using random host ethernet address
[    8.575644] rndis0: HOST MAC e2:58:d8:ef:28:38
[    8.576465] rndis0: MAC e2:58:d8:ef:28:39
[    8.583125] usb0: HOST MAC e2:58:d8:ef:28:3a
[    8.583448] usb0: MAC e2:58:d8:ef:28:3b
[    8.583505] tegra-xudc-new 700d0000.xudc: exiting ELPG
[    8.585361] tegra-xudc-new 700d0000.xudc: exiting ELPG done
[    8.585411] tegra-xudc-new 700d0000.xudc: ep 0 (type: 0, dir: out) enabled
[    8.585500] tegra-xudc-new 700d0000.xudc: entering ELPG
[    8.586318] tegra-xudc-new 700d0000.xudc: entering ELPG done
[    8.586398] tegra-xudc-new 700d0000.xudc: exiting ELPG
[    8.587795] tegra-xudc-new 700d0000.xudc: exiting ELPG done
[    8.587829] tegra-xudc-new 700d0000.xudc: entering ELPG
[    8.588651] tegra-xudc-new 700d0000.xudc: entering ELPG done
[    8.683746] l4tbr0: port 1(rndis0) entered blocking state
[    8.683760] l4tbr0: port 1(rndis0) entered disabled state
[    8.699496] device rndis0 entered promiscuous mode
[    8.787941] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[    8.838542] l4tbr0: port 2(usb0) entered blocking state
[    8.838557] l4tbr0: port 2(usb0) entered disabled state
[    8.865040] device usb0 entered promiscuous mode
[    8.911459] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[    9.214937] extcon-gpio-states extcon:extcon@1: Cable state:1, cable id:1
[    9.215101] tegra-xudc-new 700d0000.xudc: vbus state: 1
[    9.215133] tegra-xudc-new 700d0000.xudc: exiting ELPG
[    9.216478] tegra-xudc-new 700d0000.xudc: exiting ELPG done
[    9.217061] tegra-xudc-new 700d0000.xudc: device mode on: 0
[    9.217086] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 0
[    9.217140] tegra-xudc-new 700d0000.xudc: active: 0 => 1
[    9.408137] random: crng init done
[    9.411572] random: 7 urandom warning(s) missed due to ratelimiting
[    9.513538] android_work: did not send uevent (0 0           (null))
[    9.590690] android_work: sent uevent USB_STATE=CONNECTED
[    9.645708] android_work: sent uevent USB_STATE=DISCONNECTED
[    9.743269] android_work: sent uevent USB_STATE=CONNECTED
[    9.746933] configfs-gadget gadget: high-speed config #1: c
[    9.746996] tegra-xudc-new 700d0000.xudc: ep 5 (type: 3, dir: in) enabled
[    9.747029] tegra-xudc-new 700d0000.xudc: ep 3 (type: 2, dir: in) enabled
[    9.747060] tegra-xudc-new 700d0000.xudc: ep 2 (type: 2, dir: out) enabled
[    9.747267] tegra-xudc-new 700d0000.xudc: ep 9 (type: 3, dir: in) enabled
[    9.747298] tegra-xudc-new 700d0000.xudc: ep 7 (type: 2, dir: in) enabled
[    9.747325] tegra-xudc-new 700d0000.xudc: ep 4 (type: 2, dir: out) enabled
[    9.747400] tegra-xudc-new 700d0000.xudc: ep 15 (type: 3, dir: in) enabled
[    9.747440] tegra-xudc-new 700d0000.xudc: ep 11 (type: 2, dir: in) enabled
[    9.747483] tegra-xudc-new 700d0000.xudc: ep 6 (type: 2, dir: out) enabled
[    9.747841] IPv6: ADDRCONF(NETDEV_CHANGE): rndis0: link becomes ready
[    9.748737] android_work: sent uevent USB_STATE=CONFIGURED
[    9.761959] tegra-xudc-new 700d0000.xudc: ep 13 (type: 2, dir: in) enabled
[    9.761992] tegra-xudc-new 700d0000.xudc: ep 8 (type: 2, dir: out) enabled
[    9.762537] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready
[    9.763295] tegra-xudc-new 700d0000.xudc: ep 13 disabled
[    9.763497] tegra-xudc-new 700d0000.xudc: ep 8 disabled
[    9.783594] tegra-xudc-new 700d0000.xudc: ep 13 (type: 2, dir: in) enabled
[    9.783628] tegra-xudc-new 700d0000.xudc: ep 8 (type: 2, dir: out) enabled
[   12.513982] nvgpu: 57000000.gpu   __nvgpu_timeout_expired_msg_cpu:94   [ERR]  Timeout detected @ gr_gk20a_ctx_wait_ucode+0xa4/0x570 [nvgpu] 
[   12.534034] nvgpu: 57000000.gpu           gr_gk20a_ctx_wait_ucode:528  [ERR]  timeout waiting on mailbox=0 value=0x00000010
[   12.545389] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:129  [ERR]  gr_fecs_os_r : 0
[   12.558966] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:131  [ERR]  gr_fecs_cpuctl_r : 0x40
[   12.568390] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:133  [ERR]  gr_fecs_idlestate_r : 0x1
[   12.577950] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:135  [ERR]  gr_fecs_mailbox0_r : 0x0
[   12.587398] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:137  [ERR]  gr_fecs_mailbox1_r : 0x0
[   12.596970] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:139  [ERR]  gr_fecs_irqstat_r : 0x0
[   12.606509] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:141  [ERR]  gr_fecs_irqmode_r : 0x4
[   12.615915] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:143  [ERR]  gr_fecs_irqmask_r : 0x8704
[   12.625534] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:145  [ERR]  gr_fecs_irqdest_r : 0x0
[   12.635047] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:147  [ERR]  gr_fecs_debug1_r : 0x40
[   12.644404] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:149  [ERR]  gr_fecs_debuginfo_r : 0x0
[   12.655906] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:151  [ERR]  gr_fecs_ctxsw_status_1_r : 0x300
[   12.667921] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:155  [ERR]  gr_fecs_ctxsw_mailbox_r(0) : 0x10
[   12.682955] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:155  [ERR]  gr_fecs_ctxsw_mailbox_r(1) : 0x0
[   12.708380] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:155  [ERR]  gr_fecs_ctxsw_mailbox_r(2) : 0x41009
[   12.720011] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:155  [ERR]  gr_fecs_ctxsw_mailbox_r(3) : 0x20
[   12.730885] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:155  [ERR]  gr_fecs_ctxsw_mailbox_r(4) : 0x1ffda0
[   12.741933] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:155  [ERR]  gr_fecs_ctxsw_mailbox_r(5) : 0x0
[   12.752289] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:155  [ERR]  gr_fecs_ctxsw_mailbox_r(6) : 0x0
[   12.762618] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:155  [ERR]  gr_fecs_ctxsw_mailbox_r(7) : 0x0
[   12.773274] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:155  [ERR]  gr_fecs_ctxsw_mailbox_r(8) : 0x0
[   12.783582] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:155  [ERR]  gr_fecs_ctxsw_mailbox_r(9) : 0x0
[   12.793805] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:155  [ERR]  gr_fecs_ctxsw_mailbox_r(10) : 0x0
[   12.804080] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:155  [ERR]  gr_fecs_ctxsw_mailbox_r(11) : 0x0
[   12.814441] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:155  [ERR]  gr_fecs_ctxsw_mailbox_r(12) : 0x0
[   12.824863] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:155  [ERR]  gr_fecs_ctxsw_mailbox_r(13) : 0x0
[   12.835516] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:155  [ERR]  gr_fecs_ctxsw_mailbox_r(14) : 0x0
[   12.845829] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:155  [ERR]  gr_fecs_ctxsw_mailbox_r(15) : 0x0
[   12.856121] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:159  [ERR]  gr_fecs_engctl_r : 0x0
[   12.865497] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:161  [ERR]  gr_fecs_curctx_r : 0x0
[   12.875475] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:163  [ERR]  gr_fecs_nxtctx_r : 0x0
[   12.884898] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:169  [ERR]  FECS_FALCON_REG_IMB : 0xbadfbadf
[   12.895581] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:175  [ERR]  FECS_FALCON_REG_DMB : 0xbadfbadf
[   12.905866] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:181  [ERR]  FECS_FALCON_REG_CSW : 0xbadfbadf
[   12.916192] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:187  [ERR]  FECS_FALCON_REG_CTX : 0xbadfbadf
[   12.926881] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:193  [ERR]  FECS_FALCON_REG_EXCI : 0xbadfbadf
[   12.937547] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:200  [ERR]  FECS_FALCON_REG_PC : 0xbadfbadf
[   12.947909] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:206  [ERR]  FECS_FALCON_REG_SP : 0xbadfbadf
[   12.958373] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:200  [ERR]  FECS_FALCON_REG_PC : 0xbadfbadf
[   12.968570] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:206  [ERR]  FECS_FALCON_REG_SP : 0xbadfbadf
[   12.983185] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:200  [ERR]  FECS_FALCON_REG_PC : 0xbadfbadf
[   12.999268] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:206  [ERR]  FECS_FALCON_REG_SP : 0xbadfbadf
[   13.009840] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:200  [ERR]  FECS_FALCON_REG_PC : 0xbadfbadf
[   13.020862] nvgpu: 57000000.gpu      gk20a_fecs_dump_falcon_stats:206  [ERR]  FECS_FALCON_REG_SP : 0xbadfbadf
[   13.031061] NV_PGRAPH_STATUS: 0xa1
[   13.031213] NV_PGRAPH_STATUS1: 0x0
[   13.031226] NV_PGRAPH_STATUS2: 0x0
[   13.031236] NV_PGRAPH_ENGINE_STATUS: 0x1
[   13.031247] NV_PGRAPH_GRFIFO_STATUS : 0x1
[   13.031258] NV_PGRAPH_GRFIFO_CONTROL : 0x10001
[   13.031268] NV_PGRAPH_PRI_FECS_HOST_INT_STATUS : 0x0
[   13.031278] NV_PGRAPH_EXCEPTION  : 0x0
[   13.031287] NV_PGRAPH_FECS_INTR  : 0x0
[   13.031298] NV_PFIFO_ENGINE_STATUS(GR) : 0x90000000
[   13.031307] NV_PGRAPH_ACTIVITY0: 0x0
[   13.031317] NV_PGRAPH_ACTIVITY1: 0x600
[   13.031326] NV_PGRAPH_ACTIVITY2: 0x0
[   13.031779] NV_PGRAPH_ACTIVITY4: 0x0
[   13.031791] NV_PGRAPH_PRI_SKED_ACTIVITY: 0x0
[   13.031802] NV_PGRAPH_PRI_GPC0_GPCCS_GPC_ACTIVITY0: 0x0
[   13.031812] NV_PGRAPH_PRI_GPC0_GPCCS_GPC_ACTIVITY1: 0x0
[   13.031822] NV_PGRAPH_PRI_GPC0_GPCCS_GPC_ACTIVITY2: 0x0
[   13.031832] NV_PGRAPH_PRI_GPC0_GPCCS_GPC_ACTIVITY3: 0x0
[   13.031842] NV_PGRAPH_PRI_GPC0_TPC0_TPCCS_TPC_ACTIVITY0: 0x0
[   13.032222] NV_PGRAPH_PRI_GPC0_TPCS_TPCCS_TPC_ACTIVITY0: 0x0
[   13.032234] NV_PGRAPH_PRI_GPCS_GPCCS_GPC_ACTIVITY0: 0x0
[   13.032244] NV_PGRAPH_PRI_GPCS_GPCCS_GPC_ACTIVITY1: 0x0
[   13.032254] NV_PGRAPH_PRI_GPCS_GPCCS_GPC_ACTIVITY2: 0x0
[   13.032264] NV_PGRAPH_PRI_GPCS_GPCCS_GPC_ACTIVITY3: 0x0
[   13.032279] NV_PGRAPH_PRI_GPCS_TPC0_TPCCS_TPC_ACTIVITY0: 0x0
[   13.032290] NV_PGRAPH_PRI_GPCS_TPCS_TPCCS_TPC_ACTIVITY0: 0x0
[   13.032659] NV_PGRAPH_PRI_BE0_BECS_BE_ACTIVITY0: 0x0
[   13.032672] NV_PGRAPH_PRI_BE1_BECS_BE_ACTIVITY0: 0x0
[   13.032682] NV_PGRAPH_PRI_BES_BECS_BE_ACTIVITY0: 0x0
[   13.032693] NV_PGRAPH_PRI_DS_MPIPE_STATUS: 0x0
[   13.032703] NV_PGRAPH_PRI_FE_GO_IDLE_ON_STATUS: 0x2e
[   13.032713] NV_PGRAPH_PRI_FE_GO_IDLE_TIMEOUT : 0x800
[   13.032723] NV_PGRAPH_PRI_FE_GO_IDLE_CHECK : 0x800
[   13.032733] NV_PGRAPH_PRI_FE_GO_IDLE_INFO : 0x23000700
[   13.032744] NV_PGRAPH_PRI_GPC0_TPC0_TEX_M_TEX_SUBUNITS_STATUS: 0x0
[   13.033241] NV_PGRAPH_PRI_CWD_FS: 0x101
[   13.033251] NV_PGRAPH_PRI_FE_TPC_FS: 0x1
[   13.033262] NV_PGRAPH_PRI_CWD_GPC_TPC_ID(0): 0x0
[   13.033271] NV_PGRAPH_PRI_CWD_SM_ID(0): 0x0
[   13.033281] NV_PGRAPH_PRI_FECS_CTXSW_STATUS_FE_0: 0x2000
[   13.033296] NV_PGRAPH_PRI_FECS_CTXSW_STATUS_1: 0x300
[   13.033307] NV_PGRAPH_PRI_GPC0_GPCCS_CTXSW_STATUS_GPC_0: 0x0
[   13.033712] NV_PGRAPH_PRI_GPC0_GPCCS_CTXSW_STATUS_1: 0x300
[   13.033723] NV_PGRAPH_PRI_FECS_CTXSW_IDLESTATE : 0xe
[   13.033734] NV_PGRAPH_PRI_GPC0_GPCCS_CTXSW_IDLESTATE : 0xf
[   13.033745] NV_PGRAPH_PRI_FECS_CURRENT_CTX : 0x807ff65e
[   13.033754] NV_PGRAPH_PRI_FECS_NEW_CTX : 0x807ff65e
[   13.033765] NV_PGRAPH_PRI_BE0_CROP_STATUS1 : 0x5800000
[   13.033776] NV_PGRAPH_PRI_BES_CROP_STATUS1 : 0x5800000
[   13.033786] NV_PGRAPH_PRI_BE0_ZROP_STATUS : 0x0
[   13.034205] NV_PGRAPH_PRI_BE0_ZROP_STATUS2 : 0x0
[   13.034218] NV_PGRAPH_PRI_BES_ZROP_STATUS : 0x0
[   13.034228] NV_PGRAPH_PRI_BES_ZROP_STATUS2 : 0x0
[   13.034238] NV_PGRAPH_PRI_BE0_BECS_BE_EXCEPTION: 0x0
[   13.034248] NV_PGRAPH_PRI_BE0_BECS_BE_EXCEPTION_EN: 0x0
[   13.034259] NV_PGRAPH_PRI_GPC0_GPCCS_GPC_EXCEPTION: 0x0
[   13.034270] NV_PGRAPH_PRI_GPC0_GPCCS_GPC_EXCEPTION_EN: 0x30000
[   13.034280] NV_PGRAPH_PRI_GPC0_TPC0_TPCCS_TPC_EXCEPTION: 0x0
[   13.034292] NV_PGRAPH_PRI_GPC0_TPC0_TPCCS_TPC_EXCEPTION_EN: 0x3
[   13.034442] nvgpu: 57000000.gpu gr_gk20a_submit_fecs_method_op_locked:574  [ERR]  fecs method: data=0x807ff65e push adr=0x00000009
[   13.050956] nvgpu: 57000000.gpu      gr_gk20a_fecs_ctx_image_save:1378 [ERR]  save context image failed
[   13.715994] zram: Added device: zram0
[   13.720292] zram: Added device: zram1
[   13.724238] zram: Added device: zram2
[   13.729526] zram: Added device: zram3
[   13.822807] zram0: detected capacity change from 0 to 519589888
[   13.892093] Adding 507408k swap on /dev/zram0.  Priority:5 extents:1 across:507408k SS
[   13.944341] zram1: detected capacity change from 0 to 519589888
[   13.988550] Adding 507408k swap on /dev/zram1.  Priority:5 extents:1 across:507408k SS
[   14.013334] zram2: detected capacity change from 0 to 519589888
[   14.095667] Adding 507408k swap on /dev/zram2.  Priority:5 extents:1 across:507408k SS
[   14.115811] zram3: detected capacity change from 0 to 519589888
[   14.190495] Adding 507408k swap on /dev/zram3.  Priority:5 extents:1 across:507408k SS
[   26.172996] l4tbr0: port 2(usb0) entered blocking state
[   26.173011] l4tbr0: port 2(usb0) entered forwarding state
[   26.173186] l4tbr0: port 1(rndis0) entered blocking state
[   26.173202] l4tbr0: port 1(rndis0) entered forwarding state
[   26.173421] IPv6: ADDRCONF(NETDEV_UP): l4tbr0: link is not ready
[   26.173472] IPv6: ADDRCONF(NETDEV_CHANGE): l4tbr0: link becomes ready
[   33.907467] vdd-fan: disabling
[   33.907480] vdd-usb-vbus: disabling
[   33.907489] vdd-usb-vbus2: disabling
[   33.907514] vddio-sdmmc-ap: disabling
[   33.907683] vddio-sdmmc3-ap: disabling
[   33.907781] vdd-3v3-sd: disabling
[   33.907793] avdd-io-edp-1v05: disabling
[   33.907801] vdd-usb-hub-en: disabling