Trying to get Arducam IMX477 to work on Jetson Xavier NX, Jetpack 4.6.2, L4T 32.7.2

  1. Where did you get the camera module(s)?
    Amazon.com
  2. Model number of the product(s)?
    B0251
  3. What hardware/platform were you working on?
    Jetson Xavier NX Dev Kit, Jetpack 4.6.2, L4T 32.7.2
  4. Instructions you have followed. (link/manual/etc.)
    IMX477 - Toubleshoot - Arducam
  5. Problems you were having?
    The jetson-io,py tool doesn’t seem to switch from default IMX219 driver to desired IMX477 driver
  6. The dmesg log from your hardware?
    dmesg shows IMX219 driver is installed, no mention of arducam or IMX477
  7. Troubleshooting attempts you’ve made?
    have attempted to use the arducam driver installation script (./install_full.sh -m imx477)
    It seems to work, and gets to the reboot. However, there is no sign that the driver is enabled.
    I have attempted to use the jetson-io.py tool, and it seems to make no change.
  8. What help do you need?
    Any help to figure out how to get the IMX477 working would be great. Please be as pedantic/explicit as possible. Thank you very much.

~$ dmesg | grep -E “imx477|imx219|arducam”
[ 4.681633] imx219 9-0010: tegracam sensor driver:imx219_v2.0.6
[ 4.705206] imx219 9-0010: imx219_board_setup: error during i2c read probe (-121)
[ 4.705316] imx219 9-0010: board setup failed
[ 4.705406] imx219: probe of 9-0010 failed with error -121
[ 4.705745] imx219 10-0010: tegracam sensor driver:imx219_v2.0.6
[ 4.729056] imx219 10-0010: imx219_board_setup: error during i2c read probe (-121)
[ 4.729151] imx219 10-0010: board setup failed
[ 4.729212] imx219: probe of 10-0010 failed with error -121

Hi,
The link below may help solve the problem you are encountering: