The simplest application for Jolt.
For a template of a typical cryptocurrency application, see TODO.
- Make sure all submodules are updated
git submodule update --init --recursive
- Install the xtensa toolchain (only needs to be done the first time)
cd jolt_wallet
make install
cd ..
- Add all the appropriate directories to your PATH (first time per bash session)
cd jolt_wallet
source export.sh
cd ..
- Build the sdkconfig.defaults
make sdkconfig.defaults
(TODO Make this automatic in jolt_wallet/make/app.mk)
- Build the Jolt App
make japp
- Flash the Jolt App
make jflash