mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-14 20:18:13 +00:00
10 lines
419 B
Markdown
10 lines
419 B
Markdown
|
# How to generate world_map.bin
|
||
|
|
||
|
World_map.bin is a huge (~450MB) raw image file in a format that can be easily rendered by the PortaPack.
|
||
|
Since Github doesn't allow uploading such large files, you must generate it yourself from the provided jpg file.
|
||
|
|
||
|
1. Make sur that `world_map.jpg` is in `/sdcard/ADSB`.
|
||
|
1. Go in `/firmware/tools`.
|
||
|
1. Run 'python adsb_map.py'. Give it some time.
|
||
|
1. `world_map.bin` should appear !
|