Mario Kart Live: Home Circuit: Difference between revisions
No edit summary |
|||
Line 10: | Line 10: | ||
* "data.zip" | * "data.zip" | ||
* "update.pua": This is the firmware update data for the Kart. This is a tar archive. The extracted archive contains "update.pui" and "pui.hash". The latter is a binary 0x100-byte file. The former is another tar archive, the content of that archive is the following: | * "update.pua": This is the firmware update data for the Kart. This is a tar archive. The extracted archive contains "update.pui" and "pui.hash". The latter is a binary 0x100-byte file. The former is another tar archive, the content of that archive is the following: | ||
** "config.txt": Contains config which includes fields for efuse_key, efuse_fw, secure_boot, etc. Also references the data under generic/. | ** "config.txt": Contains config which includes fields for efuse_key, efuse_fw, secure_boot, etc. Also references the data under generic/. Seems to be configuration for firmware installation, not uboot. | ||
** "audiofw_sha": 0x20-byte binary SHA256 hash for the "bluecore.audio.aes" file. | ** "audiofw_sha": 0x20-byte binary SHA256 hash for the "bluecore.audio.aes" file. | ||
** "dtb_sha": 0x20-byte binary SHA256 hash for the .dtb file. | ** "dtb_sha": 0x20-byte binary SHA256 hash for the .dtb file. |