8000 GitHub - amaiorano/BlueRetroRoot: Root repository to sync esp-idf and BlueRetro version
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

amaiorano/BlueRetroRo 8000 ot

 
 

Repository files navigation

BlueRetroRoot

Root repository to sync esp-idf and BlueRetro version

See BlueRetro repo for main projet infomation.

Dev env setup

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

Building

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

About

Root repository to sync esp-idf and BlueRetro version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0