Cannot upload new code to Sparkfun Openlog Artemis

I have a linux system with Ubuntu 18.04. I have downloaded the arduino IDE and have my code ready but I am not able to upload the codes because it fails every time. I have 20 IMUs connected to the system and I am not able to upload to any of these sensors.

I had this same issue back in November last year, and after some trials everything worked. Now, I have updated my code and will need to upload the new code but it keeps failing. I have chosen all possible settings but none of them worked.

On my windows, these settings work fine. I am only havin problems only on my linux.

Below is the sensor type and my settings:

IMU Sensor: Sparkfun Openlog Artemis
Board manager : Sparkfun Apollo3 =>Sparkfun Redboard Artemis (Sparkfun Redboard Artemis, Sparkfun artemis module has also been tested)
Bootloader: Ambiq Secure Bootloader(advanced) ( Sparkfun Variable loader has also been tested)
Baud rate : 230400 previously worked in November (921600 has also been tested)

Preference:

https://raw.githubusercontent.com/spark … index.json

https://dl.espressif.com/dl/package_esp32_index.json

None of these settings seems to work for any of my 20 sensors.

Thank you in advance

Capture2.PNG

After uploading your program, read the serial port @ 9600 baud :smiley:

Check which uploader you use in the IDE.

Maybe you can try to select the other one (I expect Sparkfun SVL)

So i figured it out… We had the the reset wires connected to the sensor which was preventing the code from uploading. So I believe there was a short circuit somewhere. One we disconnected to reset cable we had connected, everything worked fine.