0.0.10 • Published 5 years ago

mboot v0.0.10

Weekly downloads
49
License
-
Repository
github
Last release
5 years ago

mboot-js

Access NXP bootloaders using Nodejs.

Installing

npm i

Running

Some examples.

List memories.

npm run dev -- list

Write binary firmware to flash.

npm run dev -- write 0 <firmware.bin>

Read it back.

npm run dev -- read 0 22532 # Assuming firmware.bin is 22532 bytes long

Reset/reboot.

npm run dev -- reset

Acknowledgements / other projects

Thank you to pyMBoot (by @molejar), which is a more capable tool based on Python.

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago