esp32

ahoy / Open DTU

Download esptoo
https://github.com/espressif/esptool/releases

#pip install esptool
#git clone git@github.com:marcelstoer/nodemcu-pyflasher.git
#git clone https://github.com/espressif/esptool.git /tmp/esptool
 
wget https://github.com/espressif/esptool/releases/download/v4.7.0/esptool-v4.7.0-linux-amd64.zip -q -O /tmp/esptool.zip
unzip /tmp/esptool.zip -d /tmp
chmod +x /tmp/esptool-linux-amd64/esptool

Download ahoy firmware
https://github.com/lumapu/ahoy/releases
https://fw.ahoydtu.de/fw/release/

# dev
#URL=https://nightly.link/lumapu/ahoy/workflows/compile_development/development03/ahoydtu_dev.zip
 
# stable
AHOY_RELEASE=0.8.156
URL=https://github.com/lumapu/ahoy/releases/download/ahoy_v${AHOY_RELEASE}/ahoy_v${AHOY_RELEASE}.zip
 
wget ${URL} -q -O /tmp/ahoydtu.zip
 
# extract
unzip /tmp/ahoydtu.zip -d /tmp

Flash Ahoy DTU

ESP32 / ESP8266

# install android tools
http://www.panticz.de/android

# root bootloader
http://www.tomshardware.de/root-android-rom-flash-Update,testberichte-241197-10.html
sudo fastboot flash recovery /tmp/recovery-clockwork-5.0.2.8-marvel.img

# update to CyanogenMod 10 (owl-projects: CM-10.1-Release-Candidate-v3.0-[OWLPROJECT].zip)
http://owl-projects.googlecode.com/files/CM-10.1-Release-Candidate-v3.0-%5BOWLPROJECT%5D.zip

# Google Apps (GAPPS_Lite_4.2.2_by_JDev_[OWLPROJECT].zip)
http://www.mediafire.com/download/wscpydj8k5o9ii6/GAPPS_Lite_4.2.2_by_JDev_%5BOWLPROJECT%5D.zip