Skip to content

nimo-labs/hid_bootloader_console_client

Repository files navigation

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