Nuvoton-Israel / loadmcu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loadmcu

Load and flash MCU firmware image to MCU chip ATTiny1634 of NPCM7xx BMC.

Building

./configure --host=arm-linux-gnueabi --target=arm-inux-gnueabi
make

Usage

loadmcu -d <mcu_device> -s <fw_file>

-d mcu_device: specify the mcu device node <ex: /dev/mcu0>

-s fw_file: specify the mcu firmware file path <ex: /tmp/image-mcu>

About

License:GNU General Public License v2.0


Languages

Language:C 96.1%Language:M4 3.0%Language:Makefile 1.0%