How to develop driver for sensor 's eeprom on Jetson NX Platform(not jetson's eeprom)

Hi all, I am learning the Jetson NX Platform lately.

I want to know Is there a guide book on how to develop drivers for sensor’s EEPROM?
I have already searched the Jetson Driver Manual and found the EEPROM information about the Jetson’s onboard EEPROM alone, however I want to bring up a sensor on board which has it’s own EEPROM.

Any advice is welcome!.

Thanks in advance!

hello chengda0203,

is your use-case for Device Registration?
please refer to Camera Module Hardware Design Guide for the recommendations and guidelines,
thanks

1 Like

Hi JerryChang,
I want to get the details of how to bring up a sensor with its own EEPROM. The NVIDIA Jetson Linux Developer Guide provides the jetson board’s EEPROM usage only.

hello chengda0203,

it is Plugin Manager to register camera device during boot-up, if your camera module has on-board EEPROM and is programmed with a valid camera ID.
so, you’ll also need to check Camera Module Hardware Design Guide for details to create a product that is optimized to achieve the best performance from the camera connector.
thanks

1 Like

Ok