Root repository to sync esp-idf and BlueRetro version
See BlueRetro repo for main projet infomation.
Instruction provided for Ubuntu-20.04. Make sure to install esp-idf prerequisites.
cd ~
git clone https://github.com/darthcloud/BlueRetroRoot.git
cd ~/BlueRetroRoot/
git submodule update --init --recursive
cd esp-idf
export IDF_TOOLS_PATH=$HOME/BlueRetroRoot/
./install.sh
Instruction provided for Ubuntu-20.04.
cd ~/BlueRetroRoot/
. blueretro_dev.sh
cd BlueRetro
# Replace configs/hw1/universal by any other config you may wish
cp configs/hw1/universal sdkconfig
idf.py build
idf.py -p /dev/ttyUSB0 flash
idf.py -p /dev/ttyUSB0 monitor