projects:golauncher:getting_started
Table of Contents
Getting started with golauncher
Please Setup ESP-IDF if you have not yet done so.
Prepare source
- | Starting fresh
git clone --recursive https://gitlab.jkent.net/odroid-go/golauncher
- | Updating source
cd golauncher git pull --recurse-submodules
Building source
cd golauncher python $(which idf.py) build
Flash and test code
cd golauncher python $(which idf.py) flash monitor
Press ctrl-] to exit the monitor. If you need to exit gdb, do not use ctrl-c, otherwise you may need to use reset to get your terminal back in cooked mode.
projects/golauncher/getting_started.txt · Last modified: by 127.0.0.1