ODroid go: use full MAC address prefix

Otherwise it's way too easy to conflict with other boards.
This commit is contained in:
Thomas Farstrike
2026-03-19 16:23:07 +01:00
parent 2e04a4ceb4
commit c8c90456e0
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ mydir=$(readlink -f "$0")
mydir=$(dirname "$mydir")
# This needs python and the esptool
python3 lvgl_micropython/lib/esp-idf/components/partition_table/gen_esp32part.py --flash-size 16MB partitions_with_retro-go.csv > partitions_with_retro-go_16mb.bin
python3 lvgl_micropython/lib/esp-idf/components/partition_table/gen_esp32part.py --flash-size 16MB partitions_with_retro-go_16mb.csv > partitions_with_retro-go_16mb.bin
#python3 lvgl_micropython/lib/esp-idf/components/partition_table/gen_esp32part.py --flash-size 4MB partitions_4mb.csv > partitions_4mb.bin
#python3 lvgl_micropython/lib/esp-idf/components/partition_table/gen_esp32part.py --flash-size 8MB partitions_8mb.csv > partitions_8mb.bin