adafruit / Adafruit_nRF52_Bootloader

USB-enabled bootloaders for the nRF52 BLE SoC chips
MIT License
432 stars 381 forks source link

CircuitPython on the nRF52 ----> Compiling latest bootloader from source #264

Closed RoussetN closed 2 years ago

RoussetN commented 2 years ago

Operating System

Windows 10

INFO_UF2.TXT

i don't have any because i diseable the mass storage on my pca10056 J-link.

What happened ?

I just finish to flash the Bootloader with nrfjprog and i don't get any error but to Compil the latest bootloader from source i need to do the instruction below:

make BOARD=pca10056 clean make BOARD=pca10056 sd make BOARD=pca10056 flash

My cmd does not recognize "make" as an intern or extern expression, executable programm.

I already check and in your github there is an makefile so i don't understand my issu.

Can you help me?

Thank's

Rousset Nathan

How to reproduce ?

Following the "CircuitPython on the nRF52 " that you have write .

Debug Log

image

Screenshots

Issu
hathach commented 2 years ago

first of all, this is not an bug of this repo. This is purely environment/toolchain setup on your PC. For such how-to please ask on adafruit support forum, there is lots more users there to help you out.