0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 06:58:39 +03:00

Little tidy-ups

This commit is contained in:
OneOfEleven
2023-09-18 13:31:56 +01:00
parent c23d21bcf1
commit 1610daaf01
6 changed files with 14 additions and 13 deletions

View File

@ -12,6 +12,14 @@ del /S /Q *.bin >nul 2>nul
del /S /Q *.o >nul 2>nul
del /S /Q *.d >nul 2>nul
:: If you have python installed, you can create a 'packed' .bin from the compiled firmware.bin file.
:: The Quangsheng windows upload-to-radio program requires a 'packed' .bin file.
::
:: if you don't have python installed, then comment out the python line below, in which case you'll need
:: to upload the standard firmware.bin file another way.
:: I wrote a windows version of k5prog to do this easily in windows ..
:: https://github.com/OneOfEleven/k5prog-win
::
::python -m pip install --upgrade pip crcmod
fw-pack.py firmware.bin 230918 firmware.packed.bin