Open colemickens opened 1 year ago
Hi,
I'm trying to unpack the complete firmware image provided for the RK3588-based "H96 Max V58" board.
./RK3588_userdebug_H96_Max_V58_12_20221116.1404.img
RK3588_userdebug_H96_Max_V58
When I try to use rkflashtool's rkunpack I get this:
rkflashtool
rkunpack
❯ rkunpack ./RK3588_userdebug_H96_Max_V58_12_20221116.1404.img rkunpack: info: RKFW signature detected rkunpack: info: version: 12.0.0 rkunpack: info: date: 2022-11-16 15:04:34 rkunpack: info: You got a brand new chip (0x38), congratulations!!! rkunpack: info: family: unknown rkunpack: fatal: cannot find BOOT signature
try this https://github.com/suyulin/apftool-rs
Hi,
I'm trying to unpack the complete firmware image provided for the RK3588-based "H96 Max V58" board.
./RK3588_userdebug_H96_Max_V58_12_20221116.1404.img
RK3588_userdebug_H96_Max_V58
When I try to use
rkflashtool
'srkunpack
I get this: