By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
* "update.pua": This is the firmware update data for the Kart. This is likely encrypted: one of the strings in here is "generic/tee.bin.aes".
+
* "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/.
+
** "audiofw_sha": 0x20-byte binary SHA256 hash for the "bluecore.audio.aes" file.
+
** "dtb_sha": 0x20-byte binary SHA256 hash for the .dtb file.
+
** "rootfs_sha": 0x20-byte binary SHA256 hash for the "root.nand.cpio.gz_pad.img.aes" file.
+
** "tee_sha": 0x20-byte binary SHA256 hash for the tee file.
+
** "uImage_sha": 0x20-byte binary SHA256 hash for the "nand.uImage.aes" file.