Version 1.4.1
- Fix issues with using the I2C userspace interface on AGX Orin by only using SMBus read byte data operations to fetch the EEPROM contents a byte at a time.
- Address compiler warnings about possible
strncpy()
overflows by replacing those calls withmemcpy()
.