NRF24LU1prog icon indicating copy to clipboard operation
NRF24LU1prog copied to clipboard

Installing USB Bootloader

Open WanHonghui204 opened this issue 8 years ago • 2 comments

Using the bootloader which was sent to me as a bin file and a hex editor I could assemble the attached command list. Basically in memory page 0 I am writing a command to jump to the bootloader's address. The bootloader resides in memory pages 28..31. It worked! I'm attaching the file as a reference for anyone else trying to install the USB bootloader on the cheap fareast modules.

cmds_bootloader.txt

WanHonghui204 avatar Jan 23 '17 14:01 WanHonghui204

Hehe, nice. ASCII-art programming :-)

FMMT666 avatar Jan 25 '17 12:01 FMMT666

It was the easiest way without writing any program / script :D

Btw, here is a USB bootloader that fits in just 512 bytes (instead of 2 KB for the original) (not tested yet): https://github.com/ahtn/nrf24lu1p-512-bootloader

WanHonghui204 avatar Jan 25 '17 13:01 WanHonghui204