ducalex / retro-go

Retro emulation for the ODROID-GO and other ESP32 devices
GNU General Public License v2.0
574 stars 130 forks source link

rg_tool.py: add optional --fatsize argument #120

Closed tomvanbraeckel closed 4 months ago

tomvanbraeckel commented 5 months ago

This optional argument adds a FAT storage partition of the provided size (500K, 5M,...) to the built image, with the label 'vfs'.

ducalex commented 5 months ago

I think fatsize should be passed as an argument to build_image, using a global (args) makes it more difficult if we need to call that function in another context.

tomvanbraeckel commented 4 months ago

That's true. Fixed!