dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
sudo apt update
sudo apt install build-essential cmake
sudo apt install gcc-arm-none-eabi
sudo apt install git
sudo apt install mc
sudo apt install python3-crcmod
git clone https://github.com/fagci/uvk5-fagci-reborn.git
cd uvk5-fagci-reborn
sudo apt install gcc-arm-none-eabi
make
Makefile:71: target 'bin' given more than once in the same rule
arm-none-eabi-objcopy -O binary bin/firmware bin/firmware.bin
python fw-pack.py bin/firmware.bin 79ed348 bin/firmware.packed.bin
make: python: No such file or directory
make: [Makefile:53: all] Error 127 (ignored)
python3 fw-pack.py bin/firmware.bin 79ed348 bin/firmware.packed.bin
arm-none-eabi-size bin/firmware
text data bss dec hex filename
56752 1524 8780 67056 105f0 bin/firmware