|
@@ -1,17 +1,16 @@
|
|
|
# Video Game Module Tool
|
|
# Video Game Module Tool
|
|
|
|
|
|
|
|
-Standalone firmware updater/installer for the Video Game Module.
|
|
|
|
|
|
|
+This app is a standalone firmware updater/installer for the Video Game Module
|
|
|
|
|
|
|
|
## Features
|
|
## Features
|
|
|
|
|
|
|
|
-- Install the official VGM firmware directly from Flipper Zero (firmware comes bundled with the application)
|
|
|
|
|
-- Install custom VGM firmware files in UF2 format from SD card (see limitations)
|
|
|
|
|
|
|
+- Install the official Video Game Module firmware directly from Flipper Zero (firmware comes bundled with the app).
|
|
|
|
|
+- Install custom Video Game Module firmware files in UF2 format from a microSD card (see limitations).
|
|
|
|
|
|
|
|
## Limitations
|
|
## Limitations
|
|
|
|
|
|
|
|
-When creating a custom UF2 firmware image, some limitations are to keep in mind:
|
|
|
|
|
-
|
|
|
|
|
-- Non-flash blocks are NOT supported
|
|
|
|
|
-- Block payloads MUST be exactly 256 bytes
|
|
|
|
|
-- Payload target addresses MUST be 256 byte-aligned with no gaps
|
|
|
|
|
-- Features such as file containers and extension tags are NOT supported
|
|
|
|
|
|
|
+When creating a custom UF2 firmware image, keep in mind the following limitations:
|
|
|
|
|
+- Non-flash blocks are NOT supported.
|
|
|
|
|
+- Block payloads MUST be exactly 256 bytes.
|
|
|
|
|
+- Payload target addresses MUST be 256 byte-aligned with no gaps.
|
|
|
|
|
+- Features such as file containers and extension tags are NOT supported.
|