hello team, we are using jetson orin nano 8GB SOM with custom board,
and flashed the image with haltest jestson 36.2.0, while booting we are getting ‘Busy Spin’ error, its trying to read EEPROM with 0xAE address repeadtedly, i have attached the logs for reference,
please help us on this
Logs:
I> Task: Prepare eeprom data
E> I2C: slave not found in slaves.
E> I2C: Could not write 0 bytes to slave: 0x00ae with repeat start true.
E> I2C_DEV: Failed to send register address 0x00000000.
E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xae at 0x00000000 via instance 0.
E> eeprom: Retry to read I2C slave device.
E> I2C: slave not found in slaves.
E> I2C: Could not write 0 bytes to slave: 0x00ae with repeat start true.
E> I2C_DEV: Failed to send register address 0x00000000.
E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xae at 0x00000000 via instance 0.
E> eeprom: Failed to read I2C slave device
C> Task 0x0 failed (err: 0x1f1e050d)
E> Top caller module: I2C_DEV, error module: I2C, reason: 0x0d, aux_info: 0x05
I> Busy Spin
Hello DaveYYY, Now we are able to boot the device and OS is up and running, i see that gpio sysfs is depricated now, with another gpio lib (gpiodetct, gpioinfo) commands we are not able to make the particular pin as output and write value as high,
for example: PAC.06(line144 in gpiochip0), can you please help on how we can make high that pin, we calculated with offset value its comes gpio number 492,
we have attached the gpiod gpiod_logs.txt (11.1 KB)
logs for reference