Hi, everyone, I used Xavier NX devkit with R35.3.1. But I met a boot kernel ops while using, it looks like the same situation in
So I did the same change in dtb file and the problem didn’t show again. But there is another question is that the disabled node dpaux@155F0000 seems controls I2C-8(i2c@31e0000) pinmux. After disable it, I can detect I2C-8 using i2cdetect. But I want to use it to test my i2c device.
In this topic, it shows that i2c-8 pin can not be controlled by pinmux.cfg
Do you konw how to fix it? Can I modify the dtb file to make i2c enable but not enable node dpaux@155F0000?
Thank you for help, I apply this patch and use the original device tree. There is no such kernel ops in 10 times reboot flow. I think this patch can solve the kernel ops problem and I can use the I2C-8 as well.
And do you know why this problem happens using the original kernel source? Is it due to the powergate from your patch?
So when we use the Jetson_Linux_R35.3.1_aarch64.tbz2 downloaded from NVIDIA and don’t change anything, this issue will come out in some time?
Because I flash the R35.3.1 to Xavier NX devkit and use for about two days before the issue occur。