OpenEarable / open-earable

OpenEarable Arduino firmware.
MIT License
249 stars 33 forks source link

burning the bootloader #79

Closed Oscar-Chung-CKL closed 8 months ago

Oscar-Chung-CKL commented 8 months ago

Hello, I am trying to burn the bootloader to the OpenEarable board. But I could not burn it using a JLink programmer. I followed the instructions from segger (https://wiki.segger.com/Arduino_Nano_33_BLE).

Since the pin layout of the OpenEarable is different from the Segger, I am using the following connection instead: OpenEarable SCL pin - SWCLK (pin 9) OpenEarable SDA pin - SWDIO (pin 7) VCC - VCC GND - GND

I used the connection above to try to burn the bootloader to the OpenEarable, but the JLink programmer cannot detect anything at all. I was using the JLink commander and assume the device as default (NRF52840_XXAA). And I tried to connect to the device using SWD and JTAG, which none of them worked.

May I know if my burning steps are correct or I should use another connection / setting ? Thank you.

TobiasRoeddiger commented 8 months ago

Please use the pads on the backside of the PCB (under the battery). There you will find 3V3, GND SWCLK, and SWDIO.

SCL and SDA are the I2C pins which are unrelated to the bootloader flashing.