Hi3798 Firmware May 2026
Yes, but only if:
No, if:
Performance tip: For an old Hi3798M (V100), stick with Android 5.1. For MV300/MV310, Android 9 ATV (Light version) is excellent.
This is the industry standard for HiSilicon chips. It connects to the board via a USB-to-TTL adapter or directly via USB-Burn mode. hi3798 firmware
| Tool | Use |
|------|-----|
| HiTool 5.x | Official flashing, partition management |
| USB Burning Tool 2.x | Amlogic tool – works with some Hi3798 (M variants) |
| RKDevTool | No – that’s Rockchip |
| Win32 Disk Imager | Writing raw SD card images (Linux builds) |
| Android Image Kitchen | Unpack/repack system.img |
Before flashing anything, back up your stock firmware in case you need to return for warranty or unbrick.
Using adb + dd (root required):
adb shell
su
dd if=/dev/block/mmcblk0 of=/sdcard/full_backup.img bs=1M count=3800
Using USB Burning Tool: After connecting, click “Read” (not “Start”) and save as stock_backup.img.
Store this on a cloud drive. Without it, you cannot revert to your OEM remote config or MAC address.
When you flash Hi3798 firmware, you write to these partitions (e.g., via HiTool or USB burn tool): Yes , but only if:
| Partition | Purpose | Example File |
|-----------|---------|---------------|
| fastboot | Primary bootloader | fastboot.bin |
| bootargs | Kernel command line | bootargs.bin |
| boot | Kernel + ramdisk | boot.img (Android) or uImage |
| system | Android OS | system.img (sparse) |
| recovery | Recovery mode (update/flash) | recovery.img |
| cache | Temporary data | cache.ext4 |
| userdata | Apps & settings | userdata.ext4 |
| deviceinfo | MAC, serial, DRM keys | deviceinfo.bin |
| baseparam | Display/audio params | baseparam.img |
| logo | Boot logo | logo.img |
| fastplay | Boot animation | fastplay.bin |
Some custom firmwares (e.g., CoreELEC, OpenATV) replace system + boot with a Linux distribution.
The Hi3798 is a series of highly integrated 4K media processing chipsets designed by Hisilicon (a subsidiary of Huawei). These SoCs are widely used in: No , if:
Firmware for Hi3798 devices is the low-level software that includes:
Without correct firmware, the device may brick, fail to boot, or lose hardware acceleration (4K, HDR, H.265/HEVC).