670 B
670 B
- Arch dependencies: adafruit-ampy python-dotenv wget
- Optional Arch dependencies: picocom (serial interface)
pip3 install --user adafruit nrfutilmkdir feather_flashing && cd feather_flashinggit clone https://github.com/adafruit/Adafruit_nRF52_Bootloader.git && cd Adafruit_nRF52_Bootloadermake BOARD=feather_nrf52832 VERSION=2.0.1 SERIAL=/dev/ttyUSB0 dfu-flash(no root req)cd .. && git clone git@github.com:adafruit/circuitpython.git && cd circuitpythongit submodule update --initmake -C mpy-crosscd ports/nrf./drivers/bluetooth/download_ble_stack.shmake BOARD=feather_nrf52832 SERIAL=/dev/ttyUSB0 dfu-gen dfu-flash