Nvidia Jetson Xavier is hanging on "Started Update UTMP about System Runlevel Changes."

After I have got my Nvidia Jetson Xavier unit, I connected it to the host PC to flash the OS. Following the quick start guide of Nvidia, I installed the JetPack 4.1 Developer Preview Early. However, when the host PC tried to communicate with the Xavier using Ethernet, the Host PC notified that the IP address cannot be found. However, this is not the main issue, because I know that the OS is flashed using the USB.

The main issue is that when I started the Nvidia Xavier, after the installation of JetPack, the Xavier hangs when it reaches “Started Update UTMP about System Runlevel Changes.”. After reading forums about this issue with Ubuntu 18.04, I realized that the problem is from “gnome”, and that I can solve it by uninstalling gnome (from Nvidia Jetson Xavier). However, I don’t have any control over the Nvidia Xavier as it doesn’t accept any input form the keyboard (within the start up). Could you elaborate on what to do?

I have attached a video of the monitor that is connected to Nvidia Xavier (20181015_104137.mp4 - Google Drive).

Your prompt response is highly appreciated.

Osama Abdul Hafez

Can you log in via ssh on wired ethernet? Or perhaps via serial console? If so, check this:

sha1sum -c /etc/nv_tegra_release

Actually, No because the host PC is not detecting the IP address of Nvidia Xavier (As I mentioned in the post). The only way of communication with Nvidia Xavier (from the host PC) is through the USB.

The router provides the IP address. Unless your host is the router, then it will never “detect” such an address. Is your Jetson’s wired ethernet going to a router, or is it going directly to a Linux PC host? If the latter, then was it set up as a router (JetPack can do this, so it might be)?

In other cases just use serial console. The micro-OTG USB connector near the 40-pin header, if attached to your host via a micro-B USB cable, will look like an FTDI serial UART to your host. Setting is 115200 8N1. This will provide a console which is very reliable even when much of the system is failing. On your host, when the Jetson is on, you might run “dmesg --follow”, and then connect the micro-B cable to your host and Jetson and watch to see which USB device it shows.

I prefer gtkterm (I use this on a Fedora host). Just as an example, if you know from dmesg that the serial console shows up on your host as “/dev/ttyUSB0”, then this would work via gtkterm:

sudo gtkterm -p /dev/ttyUSB0 -s 115200 -b 8 -t 1

Are you able to get either an ssh console or serial console this way?

As for the ethernet connection, Jetson’s wired ethernet is going to the router.

In the case of USB connection, I tried “dmesg --follow” after connecting the USB cable between the host PC and Jetson’s micro-OTG USB connector (near the 40-pin header). However, the host PC is not detecting Nvidia Jetson as FTDI serial UART (“/dev/ttyUSBx” identification for Nvidia Jetson doesn’t show up). Find attached a snapshot of “dmesg --follow” log (Screenshot from 2018-10-15 20-28-01.png - Google Drive)

Run “dmesg --follow” before connecting. The “–follow” argument tells dmesg to output in real time as messages arrive (it is easier to sort old messages from new messages). So you’ll see the tail of the current messages, and then, as you connect, you’ll see new messages. I might be misinterpreting the “after connecting” statement, and if that dmesg included output from the actual connect event, then you are correct…the FTDI driver may not be installed.

I use a Fedora host, and this plus all of my Jetsons have this driver installed by default. Is your host Ubuntu? Ubuntu isn’t necessary since a serial UART is rather generic, but it might change what is there by default or the name of a package. On your host what is the output of “cat /etc/issue” and “lsmod”?

Hi, I have encountered the same problem. After flashing the os to Jetson Xavier, I let the device turn on and put aside for weekend, and found that Xavier is hanging on “Started Update UTMP about System Runlevel Changes”(please refer to the following snapshot: https://imgur.com/a/CpoDcvW) when I get back.

Moreover, if I press the reset button the Xavier will enter a boot loop. Please refer to the attachment.
Does any one have any idea

[code]
[0000.096] I> MB1 (prd-version: 1.0.0.0-t194-41334769-a3872862)
[0000.101] I> Boot-mode: L0 coldboot
[0000.105] I> chip revision : A02
[0000.108] I> Bootrom patch version : 7 (correctly patched)
[0000.113] I> ATE fuse revision : 0x200
[0000.116] I> Ram repair fuse : 0x0
[0000.119] I> Ram Code : 0x0
[0000.122] I> rst_source : 0x0
[0000.125] I> rst_level : 0x0
[0000.128] I> Boot-device: eMMC
[0000.131] W> DEVICE_PROD: device prod is not initialized.
[0000.136] W> DEVICE_PROD: device prod is not initialized.
[0000.153] I> Sdmmc: DDR50 mode
[0000.157] W> DEVICE_PROD: device prod is not initialized.
[0000.162] I> Active boot chain: 0
[0000.166] I> Active boot chain: 0
[0000.169] I> magic:0x43424e00, version: 3, num_slots: 1
[0000.173] W> No valid slot number is found in scratch register
[0000.179] W> Return default slot: _a
[0000.182] I> Boot chain slot 0
[0000.185] I> Boot-device: eMMC
[0000.189] E> No fuse-bypass data
[0000.192] E> MB1_PLATFORM_CONFIG: device prod data is empty in MB1 BCT.
[0000.198] E> MB1_PLATFORM_CONFIG: Failed to initialize device prod.
[0000.206] I> temperature = 27500
[0000.209] W> Skipping boost for clk:bpmp_cpu_nic
[0000.213] W> Skipping boost for clk:bpmp_apb
[0000.217] W> Skipping boost for clk:axi_cbb
[0000.221] W> Skipping boost for clk:aon_cpu_nic
[0000.225] W> Skipping boost for clk:aon_can0
[0000.229] W> Skipping boost for clk:aon_can1
[0000.234] I> Boot-device: eMMC
[0000.237] I> Boot-device: eMMC
[0000.246] I> Sdmmc: HS400 mode enabled
[0000.254] I> ECC region[0]: Start:0x0, End:0x0
[0000.258] I> ECC region[1]: Start:0x0, End:0x0
[0000.263] I> ECC region[2]: Start:0x0, End:0x0
[0000.267] I> ECC region[3]: Start:0x0, End:0x0
[0000.271] I> ECC region[4]: Start:0x0, End:0x0
[0000.275] I> Non-ECC region[0]: Start:0x80000000, End:0x100000000
[0000.281] I> Non-ECC region[1]: Start:0x0, End:0x0
[0000.285] I> Non-ECC region[2]: Start:0x0, End:0x0
[0000.290] I> Non-ECC region[3]: Start:0x0, End:0x0
[0000.294] I> Non-ECC region[4]: Start:0x0, End:0x0
[0000.300] W> MB1_PLATFORM_CONFIG: Rail ID 9 not found in pmic rail config table.
[0000.307] E> FAILED: Thermal config
[0000.310] W> DEVICE_PROD: device prod is not initialized.
[0000.315] W> DEVICE_PROD: device prod is not initialized.
[0000.324] W> MB1_PLATFORM_CONFIG: Rail ID 7 not found in pmic rail config table.
[0000.331] E> FAILED: MEMIO rail config
[0000.346] I> scrub mode: full dram
[0000.349] E> FUSE: Failed to verify ECID.
[0000.362] I> WP-0 triggered
[0000.365] I> WP-0 ACK received :)
[0000.368] I> sdmmc bdev is already initialized
[0000.401] I> WP-1 triggered
[0000.407] W> No fuse-bypass data
[0000.410] I> SC7 context save done
[0000.417] I> WP-1 ACK received :)
[0000.420] W> MB1_PLATFORM_CONFIG: Rail ID 8 not found in pmic rail config table.
[0000.427] I> MTS carveout BOM: 0xf8000000
[0000.431] I> WP1.5 triggered
[0000.483] I> WP1.5 ACK received :)
[0000.487] I> MB1 done

ÿýÿàmain enter
SPE VERSION #: R01.00.10 Created: May 31 2018 @ 13:05:12
HW Function test
Start Scheduler.
in late init
ÿâ
[0000.495] I> Welcome to MB2(TBoot-BPMP)
[0000.495] E> DEVICE_PROD: Invalid value data = 70020000, size = 0.
[0000.496] W> Device prod registration failed
[0000.496] I> Boot-device: eMMC
[0000.497] I> Boot_device: SDMMC_BOOT instance: 3
[0000.504] I> sdmmc-3 params source = boot args
[0000.505] I> sdmmc bdev is already initialized
[0000.510] I> sdmmc-3 params source = boot args
[0000.516] I> Found 15 partitions in SDMMC_BOOT (instance 3)
[0000.523] I> Found 36 partitions in SDMMC_BOOT (instance 3)
[0000.525] W> No valid slot number is found in scratch register
[0000.530] W> Return default slot: _a
[0000.534] I> Active Boot chain : 0
[0000.537] I> Binary@ device:1/3 block-58750712 (partition size: 0x100000)
[0000.553] I> Binary@ device:1/3 block-58754808 (partition size: 0x100000)
[0000.592] I> Binary@ device:1/3 block-58759928 (partition size: 0x80000)
[0000.597] I> Binary@ device:1/3 block-58738680 (partition size: 0x80000)
[0000.602] I> Binary@ device:1/3 block-58740728 (partition size: 0x60000)
[0000.606] I> BL-DTB loaded successfully
[0000.607] I> Relocating BR-BCT
[0000.607] I> Binary@ device:1/3 block-58742264 (partition size: 0x200000)
[0000.616] I> Unhalting RCE
ÿäNOTICE: BL31: v1.3(release):9fc2cdf
NOTICE: BL31: Built : 15:08:58, Oct 31 2018
ERROR: Error initializing runtime service trusty_fast
ÿâ

welcome to lk
calling constructors
initializing heap
creating bootstrap completion thread
top of bootstrap2()
initializing platform
bpmp: platform_init
tag is 588c62054ecdba8a44cb9d6ff5d04cb0
tag_show initialized
dt initialized
WARNING: at platform/drivers/mailbox/mail_mach.c:514
mail initialized
chipid initialized
fuse initialized
sku initialized
speedo initialized
ec_get_ec_list: found 45 ecs
ec initialized
ec_mrq initialized
vmon_populate_monitors: found 3 monitors
vmon initialized
vmon_soc_self_check: vmon_vsoc: self-check passed
adc initialized
fmon_populate_monitors: found 73 monitors
fmon initialized
fmon_mrq initialized
reset initialized
nvhs initialized
warning: aon_cpu_nic do not permit ‘allowed-parents’ property
387 clocks registered
WARNING: pll_c4 has no dyn ramp
clk_mrq_init: mrq handler registered
clk initialized
io_dpd initialized
io_dpd initialized
thermal initialized
i2c5 controller initialized
initialized i2c mrq handling
i2c initialized
regulator initialized
avfs_clk_platform initialized
soctherm initialized
aotag initialized
powergate initialized
dvs initialized
pm initialized
pg_late initialized
strap initialized
tag initialized
emc initialized
clk_dt initialized
avfs_ccplex_platform initialized
tj_max: dt node not found
tj_init initialized
uphy_mrq_init: mrq handler registered
uphy_dt initialized
uphy initialized
mrq initialized
ÿá
[0001.130] I> Welcome to Cboot
[0001.130] I> Cboot Version: 4e3f0bea4cf94837f65ddb512d987e4e8589e811.10.31.2018.43-t194-3d46€
ÿâfmon_post initialized
ÿá[0001.131] I> CPU-BL Params @ 0xf2820000
[0001.131] I> 0) Base:0x00000000 Size:0x00000000
[0001.134] I> 1) Base:0xf2100000 Size:0x00100000
[0001.138] I> 2) Base:0xf2000000 Size:0x00100000
[0001.143] I> 3) Base:0xf1300000 Size:0x00100000
[0001.147] I> 4) Base:0xf1200000 Size:0x00100000
[0001.152] I> 5) Base:0xf1100000 Size:0x00100000
[0001.156] I> 6) Base:0xf3800000 Size:0x00400000
[0001.160] I> 7) Base:0xf1c00000 Size:0x00400000
[0001.165] I> 8) Base:0xf1000000 Size:0x00100000
ÿâclk_dt_late initialized
ÿá[0001.169] I> 9) Base:0xf0f00000 Size:0x00100000ÿâcarveout 25 misconfigured: 0x0@0x000000000
ÿá
ÿâcarveout 25 access not ok (reg 0x2610 = 0x0, bit 27)
ÿá[0001.181] I> 10) Base:0xf3000000 Size:0x00800000
ÿâcarveout 25 access not ok (reg 0x2610 = 0x0, bit 28)
veout 25 access not ok (reg 0x2610 = 0x0, bit 19)
ÿá[0001.190] I> 11) Base:0x40000000 Size:0x00040000ÿâcarveout 25 access not ok (reg 0x2610 = 0x0, bit 20)
ÿá
ÿâmachine_check initialized
ÿá[0001.209] I> 12) Base:0xf0e00000 Size:0x00100000
ÿâpm_post initialized
ÿá[0001.216] I> 13) Base:0x40046000 Size:0x00002000ÿâdbells initialized
ÿá
[0001.225] I> 14) Base:0x40048000 Size:0x00002000
ÿâavfs_clk_platform_post initialized
ÿá[0001.230] I> 15) Base:0xaa000000 Size:0x00004000ÿâdmce initialized
ÿá
ÿâcvc initialized
ÿá[0001.239] I> 16) Base:0x4004a000 Size:0x00002000
ÿâccplex_avfs_hw_init: nafll_cluster0: not monitored
ÿá[0001.246] I> 17) Base:0xf0d00000 Size:0x00100000
ÿâccplex_avfs_hw_init: nafll_cluster1: not monitored
ÿá[0001.255] I> 18) Base:0x4004c000 Size:0x00002000
ÿâccplex_avfs_hw_init: nafll_cluster2: not monitored
ÿá[0001.264] I> 19) Base:0xf2200000 Size:0x00600000
ÿâccplex_avfs_hw_init: nafll_cluster3: not monitored
ÿá[0001.274] I> 20) Base:0x4004e000 Size:0x00002000
ÿâavfs_clk_mach_post initialized
ÿá[0001.283] I> 21) Base:0xf0cd0000 Size:0x0000c000
ÿâregulator_post initialized
ÿá[0001.291] I> 22) Base:0x00000000 Size:0x00000000
ÿârm initialized
ÿá[0001.298] I> 23) Base:0xf0ce0000 Size:0x00020000
ÿâsc7_diag initialized
ÿá[0001.304] I> 24) Base:0xf6000000 Size:0x02000000
ÿâthermal_test initialized
ÿá[0001.311] I> 25) Base:0x00000000 Size:0x00000000
ÿâserial_late initialized
ÿá[0001.318] I> 26) Base:0x40040000 Size:0x00006000
ÿâclk_post initialized
ÿá[0001.325] I> 27) Base:0xf1800000 Size:0x00400000
ÿâclk_dt_post initialized
ÿá[0001.332] I> 28) Base:0xf4c00000 Size:0x01400000
ÿâmc_pcie initialized
ÿá[0001.339] I> 29) Base:0xf1400000 Size:0x00400000
[0001.345] I> 30) Base:0x00000000 Size:0x00000000
ÿâpg_post initialized
ÿá[0001.350] I> 31) Base:0x00000000 Size:0x00000000
ÿâsku_debugfs initialized
ÿá[0001.357] I> 32) Base:0xf8000000 Size:0x08000000
ÿâspeedo_debugfs initialized
ÿá[0001.364] I> 33) Base:0x00000000 Size:0x00000000
ÿâadc_debugfs initialized
ÿá[0001.371] I> 34) Base:0xf3c00000 Size:0x01000000
[0001.378] I> 35) Base:0x00000000 Size:0x00000000
[0001.382] I> 36) Base:0xa0000000 Size:0x09000000
[0001.387] I> 37) Base:0xf2800000 Size:0x00800000
[0001.391] I> 38) Base:0x80000000 Size:0x20000000
[0001.396] I> 39) Base:0xb0000000 Size:0x08000000
ÿâclk_debugfs initialized
ÿá[0001.400] I> 40) Base:0x00000000 Size:0x00000000
[0001.407] I> 41) Base:0x00000000 Size:0x00000000
[0001.412] I> 42) Base:0x00000000 Size:0x00000000
[0001.416] I> 43) Base:0x00000000 Size:0x00000000
[0001.421] I> 44) Base:0x00000000 Size:0x00000000
[0001.425] I> 45) Base:0x00000000 Size:0x00000000
[0001.429] GIC-SPI Target CPU: 0
[0001.432] Interrupts Init done
[0001.435] calling constructors
[0001.438] initializing heap
[0001.441] I> Heap: [0xa06872c8 … 0xa8f00000]
[0001.445] initializing threads
[0001.448] initializing timers
[0001.451] creating bootstrap completion thread
[0001.455] top of bootstrap2()
[0001.458] CPU: MIDR: 0x4E0F0040, MPIDR: 0x80000000
[0001.463] initializing platform
[0001.466] E> DEVICE_PROD: Invalid value data = 0, size = 0.
[0001.471] W> device prod register failed
[0001.475] I> Bl_dtb @0xa8f00000
ÿâemc_debugfs initialized
ÿá[0001.478] I> gpio framework initialized
ÿâdvs_debugfs initialized
fmon_debugfs initialized
vmon_debugfs initialized
ÿá[0001.491] I> tegrabl_gpio_driver_register: register ‘nvidia,tegra194-gpio’ driver
ÿâpg_debugfs initialized
profile_fs initialized
ÿá[0001.502] I> tegrabl_gpio_driver_register: register ‘nvidia,tegra194-gpio-aon’ driver
ÿâdebugfs_cons initialized
l_fs initialized
ÿá[0001.511] I> tegrabl_tca9539_init: i2c bus: 1, slave addr: 0x46
ÿâprofile initialized
cvc_debugfs initialized
ÿá[0001.525] E> fetch_driver_phandle_from_dt: failed to get node with compatible ti,tca9539
ÿâdmce_debugfs initialized
debugfs initialized
ÿá[0001.536] E> fetch_driver_phandle_from_dt: failed to get node with compatible nxp,tca9539
ÿâsoctherm_debug initialized
reader initialized
ÿá[0001.545] W> tegrabl_tca9539_init: failed to fetch phandle from dt
ÿâmods initialized
ÿá[0001.556] I> tegrabl_tca9539_init: i2c bus: 1, slave addr: 0x44
ÿâdt_fs initialized
debugfs_mrq initialized
ÿá[0001.567] E> fetch_driver_phandle_from_dt: failed to get node with compatible ti,tca9539
ÿâinitializing target
ling apps_init()
ÿá[0001.578] E> fetch_driver_phandle_from_dt: failed to get node with compatible nxp,tca9539
ÿâstarting app shell
ering main console loop
ÿá[0001.588] W> tegrabl_tca9539_init: failed to fetch phandle from dt
ÿâ] ÿá[0001.600] I> fixed regulator driver initialized
[0001.617] I> register ‘maxim’ power off handle
[0001.619] I> virtual i2c enabled
[0001.619] I> registered ‘maxim,max20024’ pmic
[0001.620] I> tegrabl_gpio_driver_register: register ‘max20024-gpio’ driver
[0001.621] I> Boot-device: eMMC
[0001.624] I> Boot_device: SDMMC_BOOT instance: 3
[0001.631] I> sdmmc-3 params source = boot args
[0001.633] I> sdmmc bdev is already initialized
[0001.637] I> sdmmc-3 params source = boot args
[0001.643] I> Found 15 partitions in SDMMC_BOOT (instance 3)
[0001.649] I> Found 36 partitions in SDMMC_BOOT (instance 3)
[0001.652] I> Load in CBoot Boot Options partition and parse it
[0001.665] E> Error -9 when finding node with path /boot-configuration
[0001.666] E> tegrabl_cbo_parse_info: “boot-configuration” not found in CBO file.
[0001.672] E> “plugin-manager” doesn’t exist, creating
[0001.677] E> “ids” doesn’t exist, creating
[0001.681] E> “connection” doesn’t exist, creating
[0001.685] E> “configs” doesn’t exist, creating
[0001.691] I> Find /i2c@3160000’s alias i2c0
[0001.693] I> Reading eeprom i2c=0 address=0x50
[0001.724] I> Device at /i2c@3160000:0x50
[0001.724] I> Reading eeprom i2c=0 address=0x56
[0001.750] I> Device at /i2c@3160000:0x56
[0001.751] I> Find /i2c@3180000’s alias i2c2
[0001.751] I> Reading eeprom i2c=2 address=0x54
[0001.753] E> I2C: slave not found in slaves.
[0001.753] E> I2C: Could not write 0 bytes to slave: 0x00a8 with repeat start true.
[0001.754] E> I2C_DEV: Failed to send register address 0x00000000.
[0001.754] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa8 at 0x00000000 via instance 2.
[0001.764] E> eeprom: Failed to read I2C slave device
[0001.768] I> Eeprom read failed 0x3526070d
[0001.772] I> Reading eeprom i2c=2 address=0x57
[0001.777] E> I2C: slave not found in slaves.
[0001.781] E> I2C: Could not write 0 bytes to slave: 0x00ae with repeat start true.
[0001.789] E> I2C_DEV: Failed to send register address 0x00000000.
[0001.794] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xae at 0x00000000 via instance 2.
[0001.804] E> eeprom: Failed to read I2C slave device
[0001.809] I> Eeprom read failed 0x3526070d
[0001.812] I> Reading eeprom i2c=2 address=0x52
[0001.817] E> I2C: slave not found in slaves.
[0001.821] E> I2C: Could not write 0 bytes to slave: 0x00a4 with repeat start true.
[0001.829] E> I2C_DEV: Failed to send register address 0x00000000.
[0001.834] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa4 at 0x00000000 via instance 2.
[0001.844] E> eeprom: Failed to read I2C slave device
[0001.849] I> Eeprom read failed 0x3526070d
[0001.853] I> Find /i2c@c240000’s alias i2c1
[0001.857] I> Reading eeprom i2c=1 address=0x52
[0001.862] E> I2C: slave not found in slaves.
[0001.865] E> I2C: Could not write 0 bytes to slave: 0x00a4 with repeat start true.
[0001.873] E> I2C_DEV: Failed to send register address 0x00000000.
[0001.878] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa4 at 0x00000000 via instance 1.
[0001.888] E> eeprom: Retry to read I2C slave device.
[0001.893] E> I2C: slave not found in slaves.
[0001.897] E> I2C: Could not write 0 bytes to slave: 0x00a4 with repeat start true.
[0001.905] E> I2C_DEV: Failed to send register address 0x00000000.
[0001.910] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa4 at 0x00000000 via instance 1.
[0001.920] E> eeprom: Failed to read I2C slave device
[0001.925] I> Eeprom read failed 0x3526070d
[0001.928] I> Reading eeprom i2c=1 address=0x50
[0001.933] E> I2C: slave not found in slaves.
[0001.937] E> I2C: Could not write 0 bytes to slave: 0x00a0 with repeat start true.
[0001.945] E> I2C_DEV: Failed to send register address 0x00000000.
[0001.950] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa0 at 0x00000000 via instance 1.
[0001.960] E> eeprom: Retry to read I2C slave device.
[0001.965] E> I2C: slave not found in slaves.
[0001.969] E> I2C: Could not write 0 bytes to slave: 0x00a0 with repeat start true.
[0001.977] E> I2C_DEV: Failed to send register address 0x00000000.
[0001.982] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa0 at 0x00000000 via instance 1.
[0001.992] E> eeprom: Failed to read I2C slave device
[0001.996] I> Eeprom read failed 0x3526070d
[0002.000] I> create_pm_ids: id: 2888-0001-400-J, len: 15
[0002.006] I> config: mem-type:00,power-config:00,misc-config:00,modem-config:00,touch-config:00,display-config:00, len: 93
[0002.017] I> create_pm_ids: id: 2822-0000-600-D, len: 15
[0002.022] I> config: mem-type:00,power-config:00,misc-config:00,modem-config:00,touch-config:00,display-config:00, len: 93
[0002.033] I> Adding plugin-manager/ids/2888-0001-400=/i2c@3160000:module@0x50
[0002.040] E> “i2c@3160000” doesn’t exist, creating
[0002.044] E> “module@0x50” doesn’t exist, creating
[0002.049] I> Adding plugin-manager/ids/2822-0000-600=/i2c@3160000:module@0x56
[0002.056] E> “module@0x56” doesn’t exist, creating
[0002.062] I> Adding plugin-manager/cvm
[0002.065] E> “chip-id” doesn’t exist, creating
[0002.069] I> Adding plugin-manager/chip-id/A02
[0002.073] I> Plugin-manager override starting
[0002.079] I> node /plugin-manager/fragment-p2888@0 matches
[0002.096] I> node /plugin-manager/fragement-tegra-wdt-en matches
[0002.099] I> node /plugin-manager/fragement-soft-wdt matches
[0002.104] I> node /plugin-manager/fragment-pcie-c1-rp matches
[0002.105] I> node /plugin-manager/fragment-pcie-p2822-B00 matches
[0002.110] I> node /plugin-manager/fragment-pcie-c5-rp matches
[0002.115] I> node /plugin-manager/fragment-tegra-ufs-lane10 matches
[0002.119] I> node /plugin-manager/pwm-fan-polarity matches
[0002.130] I> node /plugin-manager/ufs-cd matches
[0002.134] I> Disable plugin-manager status in FDT
[0002.134] I> Plugin-manager override finished successfully
[0002.148] I> enabling ‘vdd-hdmi-5v0’ regulator
[0002.156] I> regulator ‘vdd-hdmi-5v0’ already enabled
[0002.157] E> tegrabl_display_init_regulator: hdmi cable is not connected
[0002.157] E> tegrabl_display_get_pdata, failed to parse dtb settings
[0002.165] E> invalid display type
[0002.170] E> invalid display type
[0002.172] E> cannot find any other nvdisp nodes
[0002.172] E> no valid display unit config found in dtb
[0002.175] W> display init failed
[0002.177] initializing target
[0002.180] calling apps_init()
[0002.183] starting app kernel_boot_app
[0002.244] I> decompressor handler not found
[0002.245] I> Kernel type = Normal
[0002.245] I> Loading kernel & kernel-dtb from removable storage (5)
[0002.246] I> No sdcard
[0002.246] I> -0 params source =
[0002.246] E> Blockdev open: exit error
[0002.247] I> Loading kernel & kernel-dtb from removable storage (6)
[0002.253] W> No valid slot number is found in scratch register
[0002.254] W> Return default slot: _a
[0002.258] I> USB Firmware Version: 60.05 release
[0002.713] E> failed to initialize xhci controller
[0002.714] E> Error in init of XUSB host driver, err: 79790026
[0002.714] W> Failed to initialize device 6-0
[0002.714] I> Loading kernel/boot.img from built-in storage …
[0002.715] W> No valid slot number is found in scratch register
[0002.715] W> Return default slot: _a
[0002.717] I> A/B: bin_type (37) slot 0
[0002.721] I> Loading partition kernel at 0xa1130000 from device(0x1)
[0003.105] I> T19x: Authenticate kernel (bin_type: 37), max size 0x4000000
[0003.431] W> No valid slot number is found in scratch register
[0003.431] W> Return default slot: _a
[0003.432] I> A/B: bin_type (38) slot 0
[0003.432] I> Loading partition kernel-dtb at 0x91000000 from device(0x1)
[0003.437] I> T19x: Authenticate kernel-dtb (bin_type: 38), max size 0x80000
[0003.440] I> Kernel hdr @0xa1130000
[0003.440] I> Kernel dtb @0x91000000
[0003.441] I> Checking boot.img header magic … [0003.443] I> [OK]
[0003.445] I> Valid boot.img @ 0xa1130000
[0003.448] I> decompressor handler not found
[0003.452] I> Copying kernel image (34404360 bytes) from 0xa1130800 to 0x80080000 … [0003.466] I> Done
[0003.467] I> Move ramdisk (len: 0) from 0xa3200800 to 0x92000000
[0003.468] I> Updated bpmp info to DTB
[0003.472] I> Ramdisk: Base: 0x92000000; Size: 0x0
[0003.476] I> Updated initrd info to DTB
[0003.479] W> WARN: Fail to override “console=none” in commandline
[0003.485] E> tegrabl_linuxboot_add_disp_param, du 0 failed to get display params
[0003.493] E> tegrabl_linuxboot_add_disp_param, du 0 failed to get display params
[0003.500] E> tegrabl_linuxboot_add_disp_param, du 0 failed to get display params
[0003.507] W> No valid slot number is found in scratch register
[0003.513] W> Return default slot: _a
[0003.516] I> Active slot suffix:
[0003.519] I> add_boot_slot_suffix: slot_suffix =
[0003.524] I> Linux Cmdline: root=/dev/mmcblk0p1 rw rootwait console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4 OS=l4t video=tegrafb no_console_suspend=1 earlycon=tegra_comb_uart,mmio32,0x0c168000 gpt usbcore.old_scheme_first=1 tegraid=19.1.2.0.0 maxcpus=8 boot.slot_suffix= boot.ratchetvalues=0.2.2 sdhci_tegra.en_boot_part_access=1
[0003.556] I> Updated bootarg info to DTB
[0003.560] W> MAC addr invalid!
[0003.562] E> Failed to get WIFI MAC address
[0003.566] W> MAC addr invalid!
[0003.569] E> Failed to get Bluetooth MAC address
[0003.574] I> eeprom_get_mac_addr: MAC (type: 2): 00:04:4b:cb:ac:d5
[0003.581] E> “plugin-manager” doesn’t exist, creating
[0003.585] I> Adding /chosen/plugin-manager/cvm
[0003.589] E> “chip-id” doesn’t exist, creating
[0003.593] I> Adding /chosen/plugin-manager/chip-id
[0003.598] E> “configs” doesn’t exist, creating
[0003.602] I> Adding /chosen/plugin-manager/configs
[0003.607] E> “ids” doesn’t exist, creating
[0003.611] I> Adding /chosen/plugin-manager/ids
[0003.615] E> “odm-data” doesn’t exist, creating
[0003.620] I> Adding /chosen/plugin-manager/odm-data
[0003.628] E> “memory” doesn’t exist, creating
[0003.629] I> [0] START: 0x80000000, END: 0xaa000000
[0003.633] I> [1] START: 0xaa004000, END: 0xf0cd0000
[0003.638] I> [2] START: 0xf0cdc000, END: 0xf0ce0000
[0003.643] I> dram_block larger than 80000000
[0003.647] I> [3] START: 0x100000000, END: 0x480000000
[0003.652] I> added [base:0x80000000, size:0x2a000000] to /memory
[0003.657] I> added [base:0xaa200000, size:0x46a00000] to /memory
[0003.663] I> added [base:0x100000000, size:0x380000000] to /memory
[0003.670] I> Updated memory info to DTB
[0003.674] E> “reset” doesn’t exist, creating
[0003.678] I> NVG: Logical CPU: 0; MPIDR: 0x80000000
[0003.682] I> Enabled cpu-0 (mpidr: 0x0) node in FDT
[0003.687] I> NVG: Logical CPU: 1; MPIDR: 0x80000001
[0003.691] I> Enabled cpu-1 (mpidr: 0x1) node in FDT
[0003.696] I> NVG: Logical CPU: 2; MPIDR: 0x80000100
[0003.701] I> Enabled cpu-2 (mpidr: 0x100) node in FDT
[0003.706] I> NVG: Logical CPU: 3; MPIDR: 0x80000101
[0003.710] I> Enabled cpu-3 (mpidr: 0x101) node in FDT
[0003.715] I> NVG: Logical CPU: 4; MPIDR: 0x80000200
[0003.720] I> Enabled cpu-4 (mpidr: 0x200) node in FDT
[0003.725] I> NVG: Logical CPU: 5; MPIDR: 0x80000201
[0003.730] I> Enabled cpu-5 (mpidr: 0x201) node in FDT
[0003.735] I> NVG: Logical CPU: 6; MPIDR: 0x80000300
[0003.739] I> Enabled cpu-6 (mpidr: 0x300) node in FDT
[0003.744] I> NVG: Logical CPU: 7; MPIDR: 0x80000301
[0003.749] I> Enabled cpu-7 (mpidr: 0x301) node in FDT
[0003.755] E> “misc-data” doesn’t exist, creating
[0003.758] I> Boot-device: eMMC
[0003.761] I> Add boot-sdmmc to plugin-manager/misc-data
[0003.766] I> Add storage-sdmmc to plugin-manager/misc-data
[0003.772] W> Unknown storage device
[0003.775] I> Add serial number as DT property
[0003.780] I> Plugin-manager override starting
[0003.785] I> node /plugin-manager/fragment-p2888@0 matches
[0003.801] I> node /plugin-manager/fragement-tegra-wdt-en matches
[0003.807] I> node /plugin-manager/fragement-soft-wdt matches
[0003.813] I> node /plugin-manager/fragment-pcie-c1-rp matches
[0003.814] I> node /plugin-manager/fragment-pcie-p2822-B00 matches
[0003.819] I> node /plugin-manager/fragment-pcie-c5-rp matches
[0003.823] I> node /plugin-manager/fragment-tegra-ufs-lane10 matches
[0003.825] I> node /plugin-manager/pwm-fan-polarity matches
[0003.837] I> node /plugin-manager/ufs-cd matches
[0003.840] I> Disable plugin-manager status in FDT
[0003.841] I> Plugin-manager override finished successfully
[0003.843] E> tegrabl_display_clear: display is not initialized
[0003.849] W> Boot logo display failed…
[0003.853] I> Filling next stage params: ep: 0x80080000, dtb: 0x91000000
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.108-tegra (buildbrain@mobile-u64-2565) (gcc version 6.4.1 20170707 (Linaro GCC 6.4-2017.08) ) #1 SMP PREEMPT Wed Oct 31 15:17:21 PDT 2018
[ 0.000000] Boot CPU: AArch64 Processor [4e0f0040]
[ 0.000000] OF: fdt:memory scan node memory, reg size 48,
[ 0.000000] OF: fdt: - 80000000 , 2a000000
[ 0.000000] OF: fdt: - aa200000 , 46a00000
[ 0.000000] OF: fdt: - 100000000 , 380000000
[ 0.000000] earlycon: tegra_comb_uart0 at MMIO32 0x000000000c168000 (options ‘’)
[ 0.000000] bootconsole [tegra_comb_uart0] enabled
[ 0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] OF: reserved mem: initialized node grid-of-semaphores, compatible id nvidia,gosmem
[ 0.000000] cma: Reserved 64 MiB at 0x00000000ec800000
[ 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 @ffffffc3ffdb5000 s54424 r8192 d31592 u94208
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4066272
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4 OS=l4t video=tegrafb no_console_suspend=1 earlycon=tegra_comb_uart,mmio32,0x0c168000 gpt usbcore.old_scheme_first=1 tegraid=19.1.2.0.0 maxcpus=8 boot.slot_suffix= boot.ratchetvalues=0.2.2 sdhci_tegra.en_boot_part_access=1
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Memory: 16133036K/16523264K available (15358K kernel code, 2942K rwdata, 6724K rodata, 8512K init, 1623K bss, 324692K reserved, 65536K 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 - 0xffffff8008f80000 ( 15360 KB)
[ 0.000000] .rodata : 0xffffff8008f80000 - 0xffffff8009620000 ( 6784 KB)
[ 0.000000] .init : 0xffffff8009620000 - 0xffffff8009e70000 ( 8512 KB)
[ 0.000000] .data : 0xffffff8009e70000 - 0xffffff800a14f808 ( 2943 KB)
[ 0.000000] .bss : 0xffffff800a14f808 - 0xffffff800a2e5584 ( 1624 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 - 0xffffffbf10000000 ( 256 MB actual)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc400000000 ( 16384 MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 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=8.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[ 0.000000] **********************************************************
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] ** **
[ 0.000000] ** trace_printk() being used. Allocating extra memory. **
[ 0.000000] ** **
[ 0.000000] ** This means that this is a DEBUG kernel and it is **
[ 0.000000] ** unsafe for production use. **
[ 0.000000] ** **
[ 0.000000] ** If you see this message and you are not debugging **
[ 0.000000] ** the kernel, report this immediately to your vendor! **
[ 0.000000] ** **
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] **********************************************************
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 31.25MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.000007] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.009707] Console: colour dummy device 80x25
[ 0.012859] console [tty0] enabled
[ 0.016309] bootconsole [tegra_comb_uart0] disabled

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.108-tegra (buildbrain@mobile-u64-2565) (gcc version 6.4.1 20170707 (Linaro GCC 6.4-2017.08) ) #1 SMP PREEMPT Wed Oct 31 15:17:21 PDT 2018
[ 0.000000] Boot CPU: AArch64 Processor [4e0f0040]
[ 0.000000] OF: fdt:memory scan node memory, reg size 48,
[ 0.000000] OF: fdt: - 80000000 , 2a000000
[ 0.000000] OF: fdt: - aa200000 , 46a00000
[ 0.000000] OF: fdt: - 100000000 , 380000000
[ 0.000000] earlycon: tegra_comb_uart0 at MMIO32 0x000000000c168000 (options ‘’)
[ 0.000000] bootconsole [tegra_comb_uart0] enabled
[ 0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] OF: reserved mem: initialized node grid-of-semaphores, compatible id nvidia,gosmem
[ 0.000000] cma: Reserved 64 MiB at 0x00000000ec800000
[ 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 @ffffffc3ffdb5000 s54424 r8192 d31592 u94208
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4066272
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4 OS=l4t video=tegrafb no_console_suspend=1 earlycon=tegra_comb_uart,mmio32,0x0c168000 gpt usbcore.old_scheme_first=1 tegraid=19.1.2.0.0 maxcpus=8 boot.slot_suffix= boot.ratchetvalues=0.2.2 sdhci_tegra.en_boot_part_access=1
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Memory: 16133036K/16523264K available (15358K kernel code, 2942K rwdata, 6724K rodata, 8512K init, 1623K bss, 324692K reserved, 65536K 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 - 0xffffff8008f80000 ( 15360 KB)
[ 0.000000] .rodata : 0xffffff8008f80000 - 0xffffff8009620000 ( 6784 KB)
[ 0.000000] .init : 0xffffff8009620000 - 0xffffff8009e70000 ( 8512 KB)
[ 0.000000] .data : 0xffffff8009e70000 - 0xffffff800a14f808 ( 2943 KB)
[ 0.000000] .bss : 0xffffff800a14f808 - 0xffffff800a2e5584 ( 1624 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 - 0xffffffbf10000000 ( 256 MB actual)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc400000000 ( 16384 MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 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=8.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[ 0.000000] **********************************************************
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] ** **
[ 0.000000] ** trace_printk() being used. Allocating extra memory. **
[ 0.000000] ** **
[ 0.000000] ** This means that this is a DEBUG kernel and it is **
[ 0.000000] ** unsafe for production use. **
[ 0.000000] ** **
[ 0.000000] ** If you see this message and you are not debugging **
[ 0.000000] ** the kernel, report this immediately to your vendor! **
[ 0.000000] ** **
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] **********************************************************
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 31.25MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.000007] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.009707] Console: colour dummy device 80x25
[ 0.012859] console [tty0] enabled
[ 0.016309] bootconsole [tegra_comb_uart0] disabled
[ 0.021065] kmemleak: Kernel memory leak detector disabled
[ 0.021146] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.021194] pid_max: default: 32768 minimum: 301
[ 0.022528] Security Framework initialized
[ 0.023184] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.023222] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.025777] ftrace: allocating 47985 entries in 188 pages
[ 0.515678] sched-energy: Sched-energy-costs installed from DT
[ 0.515773] ASID allocator initialised with 65536 entries
[ 0.556526] tegra-id: chipid=21917.
[ 0.556562] tegra-id: opt_subrevision=0.
[ 0.556650] Tegra Revision: A02 SKU: 0xd0 CPU Process: 0 SoC Process: 0
[ 0.556742] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t19x/galen/kernel-dts/common/tegra194-p2888-0001-p2822-0000-common.dtsi
[ 0.556824] DTB Build time: Oct 31 2018 15:19:25
[ 0.558318] tegra-roc-flush: DT required.
[ 0.606682] CPU1: Booted secondary processor [4e0f0040]
[ 0.638586] CPU2: Booted secondary processor [4e0f0040]
[ 0.670898] CPU3: Booted secondary processor [4e0f0040]
[ 0.703258] CPU4: Booted secondary processor [4e0f0040]
[ 0.735570] CPU5: Booted secondary processor [4e0f0040]
[ 0.768241] CPU6: Booted secondary processor [4e0f0040]
[ 0.800269] CPU7: Booted secondary processor [4e0f0040]
[ 0.801872] Brought up 8 CPUs
[ 0.802197] SMP: Total of 8 processors activated.
[ 0.802238] CPU features: detected feature: Privileged Access Never
[ 0.802297] CPU features: detected feature: LSE atomic instructions
[ 0.802334] CPU features: detected feature: User Access Override
[ 0.802371] CPU features: detected feature: 32-bit EL0 Support
[ 0.806800] CPU: All CPU(s) started at EL2
[ 0.806966] alternatives: patching kernel code
[ 0.824255] devtmpfs: initialized
[ 0.898243] Initilizing CustomIPI irq domain
[ 0.898946] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.899033] futex hash table entries: 2048 (order: 6, 262144 bytes)
[ 0.900955] pinctrl core: initialized pinctrl subsystem
[ 0.901332] OS set in device tree is not L4T.
[ 0.901811] regulator-dummy: no parameters
[ 0.902050] Initializing plugin-manager
[ 0.902134] Plugin module not found
[ 0.902197] Plugin-manager status disabled
[ 0.903967] NET: Registered protocol family 16
[ 0.905691] pstore: using zlib compression
[ 0.906909] console [pstore-1] enabled
[ 0.906946] pstore: Registered ramoops as persistent store backend
[ 0.906993] ramoops: attached 0x200000@0xf0a00000, ecc: 0/0
[ 0.927517] cpuidle: using governor menu
[ 0.929182] bpmp: waiting for handshake
[ 0.929226] bpmp: handshake completed
[ 0.929299] bpmp: synchronizing channels
[ 0.929377] bpmp: channels synchronized
[ 0.929450] bpmp: mail init ok
[ 0.934624] t19x-arm-smmu 12000000.iommu: found 3 SMMUs and ISO SMMU id is 2
[ 0.935062] t19x-arm-smmu 12000000.iommu: probing hardware configuration…
[ 0.935117] t19x-arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.935166] t19x-arm-smmu 12000000.iommu: stage 1 translation
[ 0.935246] t19x-arm-smmu 12000000.iommu: stage 2 translation
[ 0.935292] t19x-arm-smmu 12000000.iommu: nested translation
[ 0.935342] t19x-arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.935413] t19x-arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.935490] t19x-arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.935542] t19x-arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.935626] t19x-arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.940518] vdso: 2 pages (1 code @ ffffff8008f87000, 1 data @ ffffff8009e74000)
[ 0.940621] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.947339] atomic_pool_init():622: DMA: preallocated 2048 KiB pool for atomic allocations
[ 0.949400] Registering BPMP clocks…
[ 0.949595] tegra_bpmp_clk_init: clock init ok (395 clks)
[ 0.950177] tegra_bpmp_of_clk_init: EMC proxy not found.
[ 0.950814] tegra_powergate_init: DONE
[ 0.952159] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t19x/galen/kernel-dts/common/tegra194-p2888-0001-p2822-0000-common.dtsi
[ 0.952376] DTB Build time: Oct 31 2018 15:19:25
[ 0.956511] tegra_debug_uart_syscore_init: stdout-path property missing
[ 0.956575] Tegra reboot handler registered.
[ 0.967696] iommu: Adding device 14180000.pcie to group 0
[ 0.968963] iommu: Adding device 14100000.pcie to group 1
[ 0.970078] iommu: Adding device 14140000.pcie to group 2
[ 0.971374] iommu: Adding device 141a0000.pcie to group 3
[ 0.974073] iommu: Adding device 2490000.ether_qos to group 4
[ 0.975010] iommu: Adding device 3100000.serial to group 5
[ 0.975827] iommu: Adding device 3110000.serial to group 6
[ 0.976415] iommu: Adding device 3140000.serial to group 7
[ 0.977293] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.977971] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[ 0.978050] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[ 0.978097] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L0
[ 0.978141] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.978253] tegra-pmc: PMC Prod config success
[ 0.978595] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.978672] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.979279] iommu: Adding device 3460000.sdhci to group 8
[ 0.980163] iommu: Adding device 3400000.sdhci to group 9
[ 0.981140] iommu: Adding device 2450000.ufshci to group 10
[ 0.981906] iommu: Adding device c260000.spi to group 11
[ 0.983139] iommu: Adding device 3160000.i2c to group 12
[ 0.983800] iommu: Adding device c240000.i2c to group 13
[ 0.984466] iommu: Adding device 3180000.i2c to group 14
[ 0.985054] iommu: Adding device 3190000.i2c to group 15
[ 0.985845] iommu: Adding device 31b0000.i2c to group 16
[ 0.986469] iommu: Adding device 31c0000.i2c to group 17
[ 0.987189] iommu: Adding device c250000.i2c to group 18
[ 0.987914] iommu: Adding device 31e0000.i2c to group 19
[ 0.989242] iommu: Adding device sound to group 20
[ 0.990033] iommu: Adding device 3510000.hda to group 21
[ 0.990881] iommu: Adding device bc00000.rtcpu to group 22
[ 0.993724] iommu: Adding device 13e10000.host1x to group 23
[ 0.994309] iommu: Adding device 13e10000.host1x:ctx0 to group 24
[ 0.995890] iommu: Adding device 13e10000.host1x:ctx1 to group 25
[ 0.997253] iommu: Adding device 13e10000.host1x:ctx2 to group 26
[ 0.998544] iommu: Adding device 13e10000.host1x:ctx3 to group 27
[ 0.999787] iommu: Adding device 13e10000.host1x:ctx4 to group 28
[ 1.001015] iommu: Adding device 13e10000.host1x:ctx5 to group 29
[ 1.002193] iommu: Adding device 13e10000.host1x:ctx6 to group 30
[ 1.003414] iommu: Adding device 13e10000.host1x:ctx7 to group 31
[ 1.004833] iommu: Adding device 15340000.vic to group 32
[ 1.006094] iommu: Adding device 15380000.nvjpg to group 33
[ 1.006528] iommu: Adding device 15500000.tsec to group 34
[ 1.006972] iommu: Adding device 15100000.tsecb to group 35
[ 1.007396] iommu: Adding device 15480000.nvdec to group 36
[ 1.007779] iommu: Adding device 15140000.nvdec1 to group 37
[ 1.008166] iommu: Adding device 154c0000.nvenc to group 38
[ 1.008600] iommu: Adding device 15a80000.nvenc1 to group 39
[ 1.009217] iommu: Adding device 15880000.nvdla0 to group 40
[ 1.009832] iommu: Adding device 158c0000.nvdla1 to group 41
[ 1.010567] iommu: Adding device 15200000.nvdisplay to group 42
[ 1.010876] t19x-arm-smmu: Adding 15200000.nvdisplay to ISO SMMU client
[ 1.011420] iommu: Adding device 15210000.nvdisplay to group 43
[ 1.011527] t19x-arm-smmu: Adding 15210000.nvdisplay to ISO SMMU client
[ 1.012100] iommu: Adding device 15220000.nvdisplay to group 44
[ 1.012198] t19x-arm-smmu: Adding 15220000.nvdisplay to ISO SMMU client
[ 1.014651] iommu: Adding device 15c10000.vi to group 45
[ 1.015032] t19x-arm-smmu: Adding 15c10000.vi to ISO SMMU client
[ 1.015562] iommu: Adding device 14800000.isp to group 46
[ 1.017355] iommu: Adding device 16000000.pva0 to group 47
[ 1.018155] iommu: Adding device 16800000.pva1 to group 48
[ 1.018758] iommu: Adding device 15810000.se to group 49
[ 1.019405] iommu: Adding device 15820000.se to group 50
[ 1.019810] iommu: Adding device 15830000.se to group 51
[ 1.020198] iommu: Adding device 15840000.se to group 52
[ 1.020565] iommu: Adding device c1a0000.aon to group 53
[ 1.022390] iommu: Adding device d000000.bpmp to group 54
[ 1.022867] bpmp: ping status is 0
[ 1.023063] bpmp d000000.bpmp: firmware tag is 588c62054ecdba8a44cb9d6ff5d04cb0
[ 1.027164] bpmp d000000.bpmp: probe ok
[ 1.029116] tegra-reset 0.bpmp_reset: registered 186 resets.
[ 1.029790] iommu: Adding device smmu_test to group 55
[ 1.031032] mc: mapped MMIO address: 0xffffff800a6c0000 → 0x2c10000
[ 1.031104] mc: mapped MMIO address: 0xffffff800a6e0000 → 0x2c20000
[ 1.031168] mc: mapped MMIO address: 0xffffff800a7b0000 → 0x2c30000
[ 1.031230] mc: mapped MMIO address: 0xffffff800a7d0000 → 0x2c40000
[ 1.031292] mc: mapped MMIO address: 0xffffff800b210000 → 0x2c50000
[ 1.031352] mc: mapped MMIO address: 0xffffff800b230000 → 0x2b80000
[ 1.031411] mc: mapped MMIO address: 0xffffff800b250000 → 0x2b90000
[ 1.031471] mc: mapped MMIO address: 0xffffff800b270000 → 0x2ba0000
[ 1.031563] mc: mapped MMIO address: 0xffffff800b290000 → 0x2bb0000
[ 1.031624] mc: mapped MMIO address: 0xffffff800b2b0000 → 0x1700000
[ 1.031684] mc: mapped MMIO address: 0xffffff800b2d0000 → 0x1710000
[ 1.031744] mc: mapped MMIO address: 0xffffff800b2f0000 → 0x1720000
[ 1.031804] mc: mapped MMIO address: 0xffffff800b310000 → 0x1730000
[ 1.031869] mc: mapped MMIO address: 0xffffff800b330000 → 0x1740000
[ 1.031929] mc: mapped MMIO address: 0xffffff800b350000 → 0x1750000
[ 1.031989] mc: mapped MMIO address: 0xffffff800b370000 → 0x1760000
[ 1.032049] mc: mapped MMIO address: 0xffffff800b390000 → 0x1770000
[ 1.032196] mc-err: mcerr ops are set to t19x
[ 1.040381] iommu: Adding device 2600000.dma to group 56
[ 1.048681] GPIO line 490 (pcie-reg-enable) hogged as output/high
[ 1.048783] GPIO line 289 (pcie-reg-enable) hogged as output/high
[ 1.048877] GPIO line 339 (wifi-enable) hogged as output/high
[ 1.049870] gpiochip_setup_dev: registered GPIOs 288 to 511 on device: gpiochip0 (tegra-gpio)
[ 1.057758] GPIO line 253 (pex-refclk-sel-low) hogged as output/low
[ 1.058417] gpiochip_setup_dev: registered GPIOs 248 to 287 on device: gpiochip1 (tegra-gpio-aon)
[ 1.061227] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 1.061278] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256
[ 1.062467] iommu: Adding device 3550000.xudc to group 57
[ 1.063522] iommu: Adding device 3610000.xhci to group 58
[ 1.065164] arm64_ras arm64_ras: RAS driver enabled
[ 1.065966] carmel_ras_enable:RAS enabled on cpu0
[ 1.066268] carmel_ras_enable:RAS enabled on cpu1
[ 1.066629] carmel_ras_enable:RAS enabled on cpu2
[ 1.066973] carmel_ras_enable:RAS enabled on cpu3
[ 1.067281] carmel_ras_enable:RAS enabled on cpu4
[ 1.067621] carmel_ras_enable:RAS enabled on cpu5
[ 1.067985] carmel_ras_enable:RAS enabled on cpu6
[ 1.068324] carmel_ras_enable:RAS enabled on cpu7
[ 1.068594] carmel_ras_enable:RAS enabled on cpu0
[ 1.068849] carmel_ras_enable:RAS enabled on cpu1
[ 1.069092] carmel_ras_enable:RAS enabled on cpu2
[ 1.069329] carmel_ras_enable:RAS enabled on cpu3
[ 1.069573] carmel_ras_enable:RAS enabled on cpu4
[ 1.069802] carmel_ras_enable:RAS enabled on cpu5
[ 1.070060] carmel_ras_enable:RAS enabled on cpu6
[ 1.070285] carmel_ras_enable:RAS enabled on cpu7
[ 1.070387] carmel_ras carmel_ras: probed
[ 1.072353] tegra-cbb 2300000.cbb-noc: noc_secure_irq = 479, noc_nonsecure_irq = 478>
[ 1.073448] tegra-cbb c600000.aon-noc: noc_secure_irq = 481, noc_nonsecure_irq = 480>
[ 1.074871] tegra-cbb d600000.bpmp-noc: noc_secure_irq = 483, noc_nonsecure_irq = 482>
[ 1.076327] tegra-cbb be00000.rce-noc: noc_secure_irq = 485, noc_nonsecure_irq = 484>
[ 1.077580] tegra-cbb b600000.sce-noc: noc_secure_irq = 487, noc_nonsecure_irq = 486>
[ 1.078353] tegra-cbb 14040000.cv-noc: defer probe as CV-NOC not probed yet
[ 1.081878] vdd-3v3-cvb: 3300 mV
[ 1.082498] vdd-1v8-cvb: 1800 mV
[ 1.083057] vdd-1v8-sd: 1800 mV
[ 1.083662] vdd-epb-1v0: supplied by vdd-3v3-cvb
[ 1.083769] vdd-epb-1v0: 1000 mV
[ 1.084404] vdd-sdmmc1-sw: 3300 mV
[ 1.085171] avdd-cam-2v8: 2800 mV
[ 1.085640] vdd-sata-1v5: 1500 mV
[ 1.086076] vdd-1v8-slt: 1800 mV
[ 1.086693] vdd-3v3-slt: 3300 mV
[ 1.087092] vdd-fan: 5000 mV
[ 1.087951] vdd-hdmi-5v0: 5000 mV
[ 1.088706] vdd_sys_en: 1200 mV
[ 1.089424] vdd-5v-sata: 5000 mV
[ 1.090145] vdd-ac-bat: 5000 mV
[ 1.090699] vdd-5v-sata: supplied by vdd-ac-bat
[ 1.134120] eventlib_kernel: keventlib is initialized, test id: 0
[ 1.134575] SCSI subsystem initialized
[ 1.135252] usbcore: registered new interface driver usbfs
[ 1.135399] usbcore: registered new interface driver hub
[ 1.135629] usbcore: registered new device driver usb
[ 1.149873] tegra-i2c 31e0000.i2c: could not find pctldev for node /host1x/dpaux@155F0000/pinmux@0, deferring probe
[ 1.153294] max77620 4-003c: PMIC Version OTP:0x51 and ES:0x1
[ 1.164190] vdd-1v0: at 1000 mV
[ 1.168165] vdd-1v8-hs: at 1800 mV
[ 1.172279] vdd-1v8-ls: at 1800 mV
[ 1.176285] vdd-1v8-ao: at 1800 mV
[ 1.184328] vddio-ddr-1v1: at 1100 mV
[ 1.192078] vdd-rtc: at 800 mV
[ 1.193774] spmic-ldo1: at 2375 mV
[ 1.204076] vdd-ao-3v3: at 3300 mV
[ 1.212189] vddio-emmc-3v3: at 3300 mV
[ 1.214037] spmic-ldo4: at 1587 mV
[ 1.224205] vdd-usb-3v3: at 3300 mV
[ 1.232267] vddio-sdmmc1-3v3: at 3300 mV
[ 1.236260] vdd-csi-1v2: at 1200 mV
[ 1.238078] spmic-ldo8: at 1800 mV
[ 1.240540] GPIO line 246 (gpio_default) hogged as output/high
[ 1.242080] GPIO line 247 (gpio_default) hogged as output/high
[ 1.242997] gpiochip_setup_dev: registered GPIOs 240 to 247 on device: gpiochip2 (max77620-gpio)
[ 1.246955] max77620 4-003c: max77620 probe successful
[ 1.247907] media: Linux media interface: v0.10
[ 1.248097] Linux video capture interface: v2.00
[ 1.250141] pps_core: LinuxPPS API ver. 1 registered
[ 1.250203] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 1.250335] PTP clock support registered
[ 1.251451] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 1.251563] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 1.253490] tegra_fiq_debugger_init: found FIQ source (IRQ 469)
[ 1.255430] Advanced Linux Sound Architecture Driver Initialized.
[ 1.256185] Bluetooth: Core ver 2.22
[ 1.256279] NET: Registered protocol family 31
[ 1.256324] Bluetooth: HCI device and connection manager initialized
[ 1.256400] Bluetooth: HCI socket layer initialized
[ 1.256464] Bluetooth: L2CAP socket layer initialized
[ 1.256542] Bluetooth: SCO socket layer initialized
[ 1.259710] camchar: rtcpu character device driver loaded
[ 1.261401] clocksource: Switched to clocksource arch_sys_counter
[ 1.318511] VFS: Disk quotas dquot_6.6.0
[ 1.318744] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.319088] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 1.321512] tegra-carveouts tegra-carveouts: assigned reserved memory node grid-of-semaphores
[ 1.321692] nvmap: nvmap_select_cache_ops() nvmap cache ops set to scf
[ 1.321746] nvmap_page_pool_init: Total RAM pages: 4049643
[ 1.321785] nvmap_page_pool_init: nvmap page pool size: 506205 pages (1977 MB)
[ 1.322174] nvmap_background_zero_thread: PP zeroing thread starting.
[ 1.324984] tegra-gpcdma 2600000.dma: GPC DMA driver register 31 channels
[ 1.342324] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type CPU-therm
[ 1.343064] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type GPU-therm
[ 1.343511] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type AUX-therm
[ 1.343959] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type AO-therm
[ 1.344750] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tdiode_tegra
[ 1.345191] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type PMIC-Die
[ 1.345526] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type Tboard_tegra
[ 1.361710] la/ptsa driver initialized.
[ 1.362310] NET: Registered protocol family 2
[ 1.363505] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 1.364405] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 1.365416] TCP: Hash tables configured (established 131072 bind 65536)
[ 1.365509] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 1.365892] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 1.366624] NET: Registered protocol family 1
[ 1.367622] RPC: Registered named UNIX socket transport module.
[ 1.367659] RPC: Registered udp transport module.
[ 1.367688] RPC: Registered tcp transport module.
[ 1.367725] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.368013] Trying to unpack rootfs image as initramfs…
[ 1.389931] random: fast init done
[ 1.394684] host1x 13e10000.host1x: initialized
[ 1.397183] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 1.403278] audit: initializing netlink subsys (disabled)
[ 1.403428] audit: type=2000 audit(0.924:1): initialized
[ 1.404542] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[ 1.416196] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.417909] ntfs: driver 2.1.32 [Flags: R/W].
[ 1.418839] 9p: Installing v9fs 9p2000 file system support
[ 1.425920] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[ 1.426263] io scheduler noop registered
[ 1.426625] io scheduler cfq registered (default)
[ 1.431700] gic 2a41000.agic-controller: GIC IRQ controller registered
[ 1.471829] iommu: Adding device 2993000.adsp to group 59
[ 1.577330] iommu: Adding device aconnect@2a41000:adsp_audio to group 60
[ 1.578471] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[ 1.595700] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 1.596425] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[ 1.597018] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[ 1.600969] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 1.601684] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[ 1.601744] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=2000000, max_bw=4687500
[ 1.606122] tsec 15500000.tsec: initialized
[ 1.608578] tsec 15100000.tsecb: initialized
[ 1.614189] nvdec 15480000.nvdec: initialized
[ 1.617546] nvdec 15140000.nvdec1: initialized
[ 1.624584] falcon 15340000.vic: initialized
[ 1.627039] falcon 15380000.nvjpg: initialized
[ 1.629492] falcon 154c0000.nvenc: initialized
[ 1.631829] falcon 15a80000.nvenc1: initialized
[ 1.634880] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 1.637431] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 1.639843] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 1.642407] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 1.644871] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 1.647474] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 1.649204] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 1.651214] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 1.656090] t194-nvcsi 15a00000.nvcsi: initialized
[ 1.662029] scare-pigeon 13e10000.host1x:vi-thi@15f00000: initialized
[ 1.662591] scare-pigeon 14b00000.isp-thi: initialized
[ 1.673331] pva 16000000.pva0: initialized
[ 1.706068] pva 16800000.pva1: initialized
[ 1.738024] nvdla 15880000.nvdla0: initialized
[ 1.769797] nvdla 158c0000.nvdla1: initialized
[ 1.773995] tegra-slvs-ec 15ac0000.slvs-ec: initialized
[ 1.774256] tegra-slvs-ec 15ac0000.slvs-ec: no streams defined
[ 1.774298] tegra-slvs-ec 15ac0000.slvs-ec: failed to init SLVS media controller (-19)
[ 1.774339] tegra-slvs-ec 15ac0000.slvs-ec: probed
[ 1.776152] tegradccommon 15200000.dc_common: host1x channel mapped
[ 1.776229] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated
[ 1.776326] tegradccommon 15200000.dc_common: dma mapping done
[ 1.776843] tegradc 15200000.nvdisplay: disp0 connected to head0->/host1x/sor2
[ 1.776982] generic_infoframe_type: 0x87
[ 1.777214] tegradc 15200000.nvdisplay: DT parsed successfully
[ 1.777340] tegradc 15200000.nvdisplay: Display dc.ffffff800bf90000 registered with id=0
[ 1.785675] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 15681600 KB/s
[ 1.785769] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 1066500000 Hz
[ 1.785811] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 358400000 Hz
[ 1.786209] tegradc 15200000.nvdisplay: vblank syncpt # 8 for dc 0
[ 1.786265] tegradc 15200000.nvdisplay: vpulse3 syncpt # 9 for dc 0
[ 1.789368] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 16 channels
[ 1.790688] tegradc 15200000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[ 1.790744] tegradc 15200000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[ 1.791008] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 1.791668] kfuse 3830000.kfuse: initialized
[ 1.794864] tegra-i2c 31c0000.i2c: no acknowledge from address 0x50
[ 1.799461] tegradc 15200000.nvdisplay: probed
[ 1.799628] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.803355] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 50, base_baud = 0) is a TEGRA_UART
[ 1.804959] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 51, base_baud = 0) is a TEGRA_UART
[ 1.806258] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 52, base_baud = 0) is a TEGRA_UART
[ 4.207421] console [ttyTCU0] enabled
[ 4.207732] Console: switching to colour frame buffer device 80x30
[ 4.212669] nvgpu: 17000000.gv11b nvgpu_nvhost_syncpt_init:290 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 400000 size 1000
[ 4.212669]
[ 4.230813] tegradc 15200000.nvdisplay: fb registered
[ 4.242000] brd: module loaded
[ 4.249225] loop: module loaded
[ 4.249499] tegra_profiler: version: 1.128, samples/io: 44/25
[ 4.249914] tegra_profiler: auth: init
[ 4.250315] gpio tegra-gpio wake71 for gpio=98(M:2)
[ 4.250782] Could not get extcon-dev /host1x/nvdisplay@15210000:typec0(0)
[ 4.251082] Could not get extcon-dev /host1x/nvdisplay@15220000:typec1(1)
[ 4.271195] nct1008_nct72 4-004c: starting parse dt
[ 4.271984] THERMAL EST: found 3 subdevs
[ 4.271989] THERMAL EST num_resources: 0
[ 4.271993] [THERMAL EST subdev 0]
[ 4.271997] [THERMAL EST subdev 1]
[ 4.272001] [THERMAL EST subdev 2]
[ 4.272465] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[ 4.272468] THERMAL EST: thz register success.
[ 4.272779] THERMAL EST: end of probe, return err: 0
[ 4.274031] ufs_tegra 2450000.ufshci: freq-table-hz property not specified
[ 4.274042] ufs_tegra 2450000.ufshci: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 4.275221] ufs_tegra 2450000.ufshci: wakeup init done, cdirq 459
[ 4.275232] gpio tegra-gpio-aon wake25 for gpio=32(EE:0)
[ 4.319035] scsi host0: ufshcd
[ 4.330311] hisi_sas: driver version v1.6
[ 4.336827] libphy: Fixed MDIO Bus: probed
[ 4.337652] tun: Universal TUN/TAP device driver, 1.6
[ 4.337654] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 4.338776] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 4.338778] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 4.338820] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 4.338822] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 4.338870] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 4.338873] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 4.338932] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[ 4.338934] Copyright(c) 1999 - 2017 Intel Corporation.
[ 4.343222] sky2: driver version 1.30
[ 4.345179] eqos 2490000.ether_qos: no PHY interrupt found
[ 4.345405] PPP generic driver version 2.4.2
[ 4.345641] PPP BSD Compression module registered
[ 4.345645] PPP Deflate Compression module registered
[ 4.345666] PPP MPPE Compression module registered
[ 4.345670] NET: Registered protocol family 24
[ 4.345738] usbcore: registered new interface driver r8152
[ 4.345779] usbcore: registered new interface driver asix
[ 4.345833] usbcore: registered new interface driver ax88179_178a
[ 4.345875] usbcore: registered new interface driver cdc_ether
[ 4.345996] usbcore: registered new interface driver net1080
[ 4.346041] usbcore: registered new interface driver cdc_subset
[ 4.346090] usbcore: registered new interface driver zaurus
[ 4.346155] usbcore: registered new interface driver cdc_ncm
[ 4.346494] VFIO - User Level meta-driver version: 0.3
[ 4.348152] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 4.348172] ehci-pci: EHCI PCI platform driver
[ 4.348216] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 4.348228] ohci-pci: OHCI PCI platform driver
[ 4.348320] ohci-platform: OHCI generic platform driver
[ 4.349590] eqos 2490000.ether_qos: No prod values found
[ 4.350189] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b cb ac d5
[ 4.350428] libphy: dwc_phy: probed
[ 4.356281] tegra-xusb 3610000.xhci: USB2 port 0 has OTG_CAP
[ 4.356287] tegra-xusb 3610000.xhci: USB3 port 2 has OTG_CAP
[ 4.359597] Could not get extcon-dev /xhci@3610000:id(0)
[ 4.363259] usbcore: registered new interface driver uas
[ 4.363325] usbcore: registered new interface driver usb-storage
[ 4.363411] usbcore: registered new interface driver usbserial
[ 4.367733] Could not get extcon-dev /xudc@3550000:vbus(0)
[ 4.370900] ucsi_ccg 1-0008: FW1 Version: gn v12.05, [Base 3.1.2.1487]
[ 4.370907] ucsi_ccg 1-0008: FW2 Version: gn v12.05, [Base 3.1.2.1487]
[ 4.372083] ucsi_ccg 1-0008: fw_mode: 2
[ 4.372089] ucsi_ccg 1-0008: fw1_invalid: 0
[ 4.372092] ucsi_ccg 1-0008: fw2_invalid: 0
[ 4.372096] ucsi_ccg 1-0008: silicon_id: 0x1f00
[ 4.372448] ucsi_ccg 1-0008: typec-port0 extcon dev created
[ 4.372636] ucsi_ccg 1-0008: typec-port1 extcon dev created
[ 4.372764] ucsi_ccg 1-0008: typec-pd extcon dev created
[ 4.373005] gpio tegra-gpio-aon wake48 for gpio=10(BB:2)
[ 4.374582] ucsi_ccg 1-0008: dev event code: 0x80, data len: 0
[ 4.375046] ucsi_ccg 1-0008: CCG reset complete
[ 4.377871] ucsi_ccg 1-0008: FW1 Version: gn v12.05, [Base 3.1.2.1487]
[ 4.377879] ucsi_ccg 1-0008: FW2 Version: gn v12.05, [Base 3.1.2.1487]
[ 4.379761] ucsi_ccg 1-0008: fw_mode: 2
[ 4.379765] ucsi_ccg 1-0008: fw1_invalid: 0
[ 4.379768] ucsi_ccg 1-0008: fw2_invalid: 0
[ 4.379772] ucsi_ccg 1-0008: silicon_id: 0x1f00
[ 4.379779] ucsi_ccg 1-0008: Reset Complete.
[ 4.382969] ucsi_ccg 1-0008: [typec-port1] Cable state:1, cable id:2
[ 4.385170] ucsi_ccg 1-0008: HPI Command Success.
[ 4.387773] ucsi_ccg 1-0008: HPI Command Success.
[ 4.387800] ucsi_ccg 1-0008: ucsi_ccg_init: complete
[ 4.388624] mousedev: PS/2 mouse device common for all mice
[ 4.524461] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 4.526243] Wake73 for irq=42
[ 4.527611] rtc rtc1: alarm rtc device
[ 4.527660] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 4.527693] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 4.527857] i2c /dev entries driver
[ 4.531140] max77620-power max20024-power:

If you surround your logs with the “code” (looks like “</>”) tag the logs will have scrollbars and will format better (you could click on the “pencil” icon in the upper right of your post to start editing, highlight the log with the mouse, and then click the “</>” icon and save).

Do all files show “ok” from this:

sha1sum -c /etc/nv_tegra_release

Is this the latest R31.1 release? See “head -n 1 /etc/nv_tegra_release”.

has anyone figured this one out? I’m facing the same issue with screen going on and off every second and hanging on [OK] Started Update UTMP about System Runlevel Changes.
The console on host says lost connection.
My setup is exactly the same as oabdulhafez’s

Hey tom,

Try to change the PC that you are using for flashing Xavier board.

There’s few instructions that I find missing from the official docs which I found in different parts of the devtalk forum and elsewhere on the internet that led me to a solution. So for anyone with similar problems, and for those writing the docs, here’s few points that helped me succeed with properly setting up Xavier.
I hope someone will find the below helpful.

  1. Run the jetpack .run file from a Linux partition (not external HDD, nor a partition that’s shared with Windows OS) as only that partition holds relevant permission information which is required after files are copied to Xavier. Otherwise you copy files without permissions and you won’t be able to do anything as root later on.
  2. Make sure that you’ve got more than enough space for Jetpack on the host machine to extract/build all it needs. In my case I wasn’t getting no error messages but things just froze during setup after device was (succesffully?) flashed
  3. Try different USB port if there’s any problems during/after flashing the device

From my understanding, you may need to flash new kernel, rootfs and bootloader if it has been changed. I have also faced the same problem that Jetson Xavier get hang “Started Update UTMP about System Runlevel Changes.”, even I used JETPACK 4.2 from Nvidia without modification. I finally found that I flashed to target only the kernel, not the rootfs.

I would recommend to use the below command for flashing, if you need to flash rootfs as well.

sudo ./flash.sh jetson-xavier mmcblk0p1

Hope this is helpful!

1 Like

I am facing the same issue after upgrading to JETPACK 4.2 and L4T 32.1. Has anyone managed to identify the root cause of this issue?

Thanks,
Peter

In my case,

I connect the Xavier to the Internet in order to make it available to log in with ssh.
However, as soon as the device was flashed and rebooted, it was hacked immediately.

The problem never happened again after I change the password of the both default accounts “ubuntu” and “nvidia” before connecting to the Internet.

Allen

Thanks allenchen0958,

By changing the password the boot sequence advanced a few more steps and now it hangs on

“Reached target Graphical Interface”

Peter

1 Like

I am not surprised at all. Many people connect through a router which blocks uninitiated traffic, but if for example you share a router in a dormitory, then everyone sees everyone else. Port scans are continuous, and you might see multiple brute force attempts using default logins every second when not protected through a router or firewall.

I have the same problem with the screen on and off. It’s already flashed and works when having internet connection. I got this error when I start the Xavier without an internet connection, is there any solution?

Is it correct that only the GUI login does this? For example, something like CTRL-ALT-F3 might give you a text based console. Also, the serial console should always work.

For serial console you would use the provided micro-B USB cable on the running system and the host would see some serial devices as you plug in the cable (monitor “dmesg --follow” on the host PC as you plug in the cable…if the first device found is “/dev/ttyUSB0”, then this is the serial console device). Serial console settings would be 115200 8N1 with whatever serial console program you use. I like gtkterm (“sudo apt-get install gtkterm” on the PC), and if the serial device is “/dev/ttyUSB0”, then:

gtkterm -b 8 -t 1 -s 115200 -p /dev/ttyUSB0

(which conveniently can log the boot process and you can post the log here…hover your mouse over the quote icon in the upper right of one of your existing posts, and then a paper clip icon will show up…use that to attach a log file)

Incidentally, if you can log in, then check that everything in this command shows “ok”:

sha1sum -c /etc/nv_tegra_release

If one of the graphics libraries shows incorrectly, then this can be why graphics failed with the “flashing” effect (as the GUI starts up it would crash if drivers are incorrect, and then the system would attempt to restart the crashed GUI in an infinite loop). If there is another problem, then the serial console log will probably offer some good hints.

1 Like

Thank you @linuxdev for the reply, after login through serial console we found the better error message which saysNo space left on Device. After cleaning the disk we can log in again, the cmds you have is very handy, thanks!!

I ran into the same symptom on TX2. I’m using ubuntu18.04 laptop, not virtual machine as the host.

After flashing the os image and installed the packages with SDKmanager 1.1, I rebooted the TX2, and it got stuck at “[OK] Started update UTMP about System Runlevel Changes.” This one has [OK] in front, it itself might be successful, something after this may get stuck.

I used “dmesg --follow” to check what was going on when unplug/plug micro-b on TX2, got below messages.
$ dmesg --follow

unplug micro-b on tx2:

[36469.381516] usb 1-4: USB disconnect, device number 29
[36469.381843] rndis_host 1-4:1.0 enp0s20f0u4: unregister ‘rndis_host’ usb-0000:00:14.0-4, RNDIS device
[36469.467427] cdc_ncm 1-4:1.5 enp0s20f0u4i5: unregister ‘cdc_ncm’ usb-0000:00:14.0-4, CDC NCM

plug micro-b on tx2:

[36486.745497] usb 1-4: new high-speed USB device number 30 using xhci_hcd
[36486.894630] usb 1-4: New USB device found, idVendor=0955, idProduct=7020, bcdDevice= 0.02
[36486.894637] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[36486.894642] usb 1-4: Product: Linux for Tegra
[36486.894645] usb 1-4: Manufacturer: NVIDIA
[36486.894649] usb 1-4: SerialNumber: 0421219007430
[36486.901465] rndis_host 1-4:1.0 usb0: register ‘rndis_host’ at usb-0000:00:14.0-4, RNDIS device, b2:51:1d:47:94:3c
[36486.902052] cdc_acm 1-4:1.2: ttyACM0: USB ACM device
[36486.902453] usb-storage 1-4:1.4: USB Mass Storage device detected
[36486.902575] scsi host2: usb-storage 1-4:1.4
[36486.926716] cdc_ncm 1-4:1.5: MAC-Address: f2:00:6a:c4:c8:22
[36486.926917] cdc_ncm 1-4:1.5 usb1: register ‘cdc_ncm’ at usb-0000:00:14.0-4, CDC NCM, f2:00:6a:c4:c8:22
[36486.961811] rndis_host 1-4:1.0 enp0s20f0u4: renamed from usb0
[36486.979671] cdc_ncm 1-4:1.5 enp0s20f0u4i5: renamed from usb1
[36487.068548] cdc_ncm 1-4:1.5 enp0s20f0u4i5: 425 mbit/s downlink 425 mbit/s uplink
[36487.100391] cdc_ncm 1-4:1.5 enp0s20f0u4i5: 425 mbit/s downlink 425 mbit/s uplink
[36487.132506] cdc_ncm 1-4:1.5 enp0s20f0u4i5: network connection: connected
[36487.132534] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s20f0u4i5: link becomes ready
[36487.930287] scsi 2:0:0:0: Direct-Access Linux File-Stor Gadget 0409 PQ: 0 ANSI: 2
[36487.931120] sd 2:0:0:0: Attached scsi generic sg1 type 0
[36487.931384] sd 2:0:0:0: Power-on or device reset occurred
[36487.931780] sd 2:0:0:0: [sdb] 32768 512-byte logical blocks: (16.8 MB/16.0 MiB)
[36487.931985] sd 2:0:0:0: [sdb] Write Protect is on
[36487.931991] sd 2:0:0:0: [sdb] Mode Sense: 0f 00 80 00
[36487.932191] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn’t support DPO or FUA
[36487.934567] sdb:
[36487.936106] sd 2:0:0:0: [sdb] Attached SCSI removable disk

I didn’t see any /dev/ttyUSB* devices, don’t know which represents the serial console.

Though I cannot start up TX2 with a shell or GUI, I could ssh into it from the host, by using the default ip 192.168.55.1 via the USB cable. I checked the space on TX2, seems not due to out-of-space.

tx2@tx2-desktop:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mmcblk0p1 28G 11G 16G 42% /
none 3.8G 0 3.8G 0% /dev
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 3.9G 68M 3.8G 2% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
tmpfs 786M 0 786M 0% /run/user/1000
tmpfs 786M 4.0K 786M 1% /run/user/120

Also tried this command sha1sum, got below result.

tx2@tx2-desktop:~$ sha1sum -c /etc/nv_tegra_release
sha1sum: /etc/nv_tegra_release: no properly formatted SHA1 checksum lines found
tx2@tx2-desktop:~$ cat /etc/nv_tegra_release

R32 (release), REVISION: 4.2, GCID: 20074772, BOARD: t186ref, EABI: aarch64, DATE: Thu Apr 9 01:26:40 UTC 2020

What else could cause this issue?

I attached the log, it’s zip file, due to site restriction, I appended “.log” to the file, remove “.log” and use unzip to decompress, you will get a bunch of log files.
SDKM_logs_JetPack_4.4_DP_Linux_for_Jetson_TX2_2020-06-08_22-29-38.zip.log (288.4 KB)