mjsxj02hl_firmware
mjsxj02hl_firmware copied to clipboard
Build tools for mjsxj02hl firmware
mjsxj02hl_firmware
Build tools for mjsxj02hl firmware
Dependencies
sudo apt install u-boot-tools dbus
pip install click
Usage
Build firmware:
make FIRMWARE_VER=x.y.z
Unpack image:
make FIRMWARE_FILE=image.bin FIRMWARE_DIR=unpkg unpack
or (defaults input file demo_hlc6.bin
and output directory temp/firmware
):
make unpack
Pack image:
make FIRMWARE_DIR=unpkg FIRMWARE_FILE=image.bin pack
or (defaults input directory temp/firmware
and output file demo_hlc6.bin
):
make pack