We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZC-356是卓策科技的一块Android主板,主要用于广告机。
由于自己是纯小白刷了几个其他的rk3566/rk3568的armbian和OpenWrt都无法开机,现已刷回商家提供的Android 11固件。
烦请大佬有空适配一下(由于是广告机,无线和有线均是百兆的,请大佬评估是否有适配的价值),boot.img、dtb.img、 dtb.dts、dtbo.img见附件,谢谢!
boot.img、dtb.img、 dtb.dts、dtbo.img 提取步骤,请大佬核实是否有错。
boot.img dd if=/dev/block/by-name/boot of=/sdcard/boot.img
dd if=/dev/block/by-name/boot of=/sdcard/boot.img
dtb.img dd if=/proc/device-tree/ of=/sdcard/dtb.img #提示dd: /proc/device-tree/: read error: Is a directory
dd if=/proc/device-tree/ of=/sdcard/dtb.img #提示dd: /proc/device-tree/: read error: Is a directory
cat /sys/firmware/fdt > /sdcard/dtb.img #使用的这个提取的dtb.img
dtb.dts dtc -I dtb -O dts -o dtb.dts dtb.img
dtc -I dtb -O dts -o dtb.dts dtb.img
dtbo.img dd if=/dev/block/by-name/dtbo of=/sdcard/dtbo.img
dd if=/dev/block/by-name/dtbo of=/sdcard/dtbo.img
ZC-356主要参数 CPU:瑞芯微RK3568四核Cortex-A55架构主频2.0G 内存:LPDDR4 1G/2G/4G 内置储存器:EMMC 8G/16G/32G/64G/128G NPV:0.8T算力 操作系统:Android11
http://www.zhuocekeji.com/index.php/anzhuozhuban/50.html
附件:zc-356 boot@dtb.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ZC-356是卓策科技的一块Android主板,主要用于广告机。
由于自己是纯小白刷了几个其他的rk3566/rk3568的armbian和OpenWrt都无法开机,现已刷回商家提供的Android 11固件。
烦请大佬有空适配一下(由于是广告机,无线和有线均是百兆的,请大佬评估是否有适配的价值),boot.img、dtb.img、 dtb.dts、dtbo.img见附件,谢谢!
boot.img、dtb.img、 dtb.dts、dtbo.img 提取步骤,请大佬核实是否有错。
boot.img
dd if=/dev/block/by-name/boot of=/sdcard/boot.img
dtb.img
dd if=/proc/device-tree/ of=/sdcard/dtb.img #提示dd: /proc/device-tree/: read error: Is a directory
cat /sys/firmware/fdt > /sdcard/dtb.img #使用的这个提取的dtb.img
dtb.dts
dtc -I dtb -O dts -o dtb.dts dtb.img
dtbo.img
dd if=/dev/block/by-name/dtbo of=/sdcard/dtbo.img
ZC-356主要参数
CPU:瑞芯微RK3568四核Cortex-A55架构主频2.0G
内存:LPDDR4 1G/2G/4G
内置储存器:EMMC 8G/16G/32G/64G/128G
NPV:0.8T算力
操作系统:Android11
http://www.zhuocekeji.com/index.php/anzhuozhuban/50.html
附件:zc-356 boot@dtb.zip
The text was updated successfully, but these errors were encountered: