Skip to content

althafvly/AmlogicKitchen

Repository files navigation

Kitchen for working with Amlogic/Rockchip/AllWinner firmware (WINDOWS/LINUX only).

  • Used for unpacking/packing Amlogic/Rockchip/AllWinner images.

Disclaimer:

 - The user takes sole responsibility for any damage that might arise due to the use of this tool.
 - This includes physical damage (to device), injury, data loss, and also legal matters.
 - This project was made as a learning initiative and the developer or organization cannot
   be held liable in any way for the use of this tool.

Pull submodules:

 git submodule update --init --recursive

Supported features (Rockchip):

  • Unpack/pack Rockchip images.

Supported features (Amlogic):

  • Unpack/pack Amlogic images.
  • Create flashable zip from Amlogic image.
  • Create Amlogic image from supported flashable zips.
  • Dump ROM from device through mask mode.

Common features (Rockchip/Amlogic/AllWinner):

  • Unpack/pack partitions (system,product,system_ext,oem and odm).
  • Unpack/pack recovery,boot,logo and DTB.
  • Support for super image unpack/pack.
  • Sign ROM with custom key

NOTE:

  • Windows scripts are deprecated and not maintained (Feel free to do PRs).
  • Only rockchip and amlogic supported in windows.
  • Some binaries for windows are too old/missing. Always try to use Linux or wsl (Ubuntu) in windows.
  • Ignore some errors with DTB (some conditions are missing), decompiling/compiling dtb should work fine.
  • This tool is only tested in some firmwares, devices and processors.
  • There's no guarantee that packed flashable zip or Amlogic/Rockchip image will flash successfully.
  • This tool is only tested on windows and Linux (Ubuntu) machines. Even if it works on any other platform, there's no can't guarantee for full functionality. (Most of the binaries are compiled for Linux x86_64 and windows 64bit - using gnuwin64 and cygwin)

Docs
Credits
Report issue