Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 722 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 722 Bytes

Build status Build status

Command line client for the NIMO bootloader

Bootloader repository

Usage

Copy external flash to internal:  
	hidBoot c

Device bootloader version:  
	hidBoot d

Erase internal flash:  
	hidBoot e

List supported controllers:  
	hidBoot l

Reboot application into bootloader:
    hidBoot r

Write internal flash:  
	hidBoot w 0x3000 blinky.bin

Write external flash:  
	hidBoot x blinky.bin