Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 244 Bytes

File metadata and controls

14 lines (12 loc) · 244 Bytes

Creality Hi Firmware

Steps to extract the firmware.

rm -rf ./*
cpio -idv < ~/Downloads/CR4NU200360C20_ota_img_V1.1.0.50.img
unsquashfs -f -d . rootfs
rm rootfs cpio_item_md5
git add .
git commit -m "Firmware vX.X.X.XX"
git push