Odroid ESP idf Part 2

In this part i will explain how to develop firmware for Odroid Go with an esp32 arduino builtin.

git clone https://github.com/othercrashoverride/odroid-go-firmware.git -b factory
cd odroid-go-firmware/tools/mkfw
make

sudo apt install ffmpeg
ffmpeg -i 86x48px-Arduino_Logo.png -f rawvideo -pix_fmt rgb565 tile.raw
./mkfw test tile.raw 0 16 1048576 app Hello_World.ino.bin
mv firmware.fw Hello_World.fw

Press on B button while is off, then press on while B button is being pressed, then flash with start button the firmware.

Make a data folder in *.bin

mkspiffs -c ./data -b 4096 -p 256 -s 0x100000 spiffs.bin

Two projects in the same *.bin

./mkfw test tile.raw 0 16 1048576 app Weather_Station.ino.bin 1 130 1048576 "spiffs" spiffs.bin
cp firmware.fw Weather_Station.fw

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

sixteen − 6 =

coder by Gleentech
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.