Closed t3st-account closed 1 year ago
@dungphan90
Same issue with docker sadly, is it possible to go the legacy route somehow?
Same issue with docker sadly, is it possible to go the legacy route somehow?
You can try and follow the wiki: https://github.com/Galzai/MK32/wiki/Building-and-flashing
also tried to compile docker build fails Tried following instructions from https://github.com/Galzai/MK32/wiki/Building-and-flashing
MK32$ make flash ESPPORT=[/dev/ttyUSB0] make: *** No rule to make target 'flash'. Stop.
Is it possible to compile this thing now somehow?
Something might have changed on newer ESP-IDF you can try following the build guide:
If this works for you, let me know the steps and I'll update the wiki, or make a PR with the changes (I'm not actively working on this project for quite a while)
I installed the ESP-IDF 4.4 for Windows 10 via https://dl.espressif.com/dl/esp-idf/?idf=4.4 From the PowerShell Environment following
git clone --recursive https://github.com/Galzai/MK32
cd .\MK32\
I could successfully flash the (so far unmodified) default build to a WROOM-32 dev board using
idf.py -p COM4 clean flash
(I am able to connect via BT from windows or android, but upon initiating a keypress it will get "stuck" and not release the key, no idea yet what that is about, but I very much assume it's unrelated to the flashing process. Edit: Starting with the non-split catiONE example config seems to do the trick)
HOST:
Linux x270lm 5.13.0-30-generic #33~20.04.1-Ubuntu SMP Mon Feb 7 14:25:10 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
running the build.sh script fails with the following message...