Build vesc6 mk3 firmware
This is the appropriate firmware for my VESC6 MKIII
This commit is contained in:
parent
e3cf016849
commit
8a39f779ef
1 changed files with 3 additions and 1 deletions
|
|
@ -33,7 +33,9 @@ stdenv.mkDerivation rec {
|
|||
(
|
||||
cd bldc
|
||||
chmod +w .
|
||||
make -j $NIX_BUILD_CORES fw_410 fw_60
|
||||
# print targets:
|
||||
# make; false
|
||||
make -j $NIX_BUILD_CORES fw_410 fw_60_mk3
|
||||
python package_firmware.py
|
||||
)
|
||||
mkdir -p $out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue