Should I be concerned about these messages when booting

Hi,

I recently got a Nano B 4 GB. After going through the initial setup, I upgraded to Ubuntu 20.04 (I know it is isn’t supported officially) so that I can run ros2.

I was playing around with trying to connect a camera and I decided I had an incompatible camera. So, I removed the camera and rebooted. However, I see this when the system is booting:

1.142381] tegradc tegradc.1: dpd enable lookup fail:-19
1.289220] imx219 7-0010: imx219 _board_setup: error during 12c read probe (-121)
1.289284] imx219 7-0010: board setup failed
[
1.3131391 imx219 8-0010: imx219 board_setup: error during i2c read probe (-121)
1.313203] imx219 8-0010: board setup failed
cp: not writing through dangling symlink 'etc/resolv.conf'
2.102656] group: group: unknown option
"nsdelegate"
3.398011] squashfs: SQUASHFS error: Xattrs in filesystem, these will be ignored
3.406233] squashfs: SQUASHFS error: unable to read attr id index table
7.347790] random: crng init done
7.351229] random: 7 urandom warning(s) missed due to ratelimiting
[
7.722059] using random self ethernet address
7.726951] using random host ethernet address
8.8964531 using random self ethernet address
8.901023] using random host ethernet address

I just ordered a camera with an IMX219 sensor so I’m concerned that I’m seeing these messages when booting even when no camera is connected.

If I’m missing something obvious, thanks for taking it easy on me. I’m relatively new to linux.

hello user114566,

that’s due to Nano is parsing the imx219 camera sensors by default,
you may check device tree sources to disable that. or, please simply to ignore that messages.

1 Like

Thank you for the help and confirming I don’t need to worry about it!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.