alastairstevenson
Staff member
That probably explains why I couldn't get it to boot from it Dohh.i checked the pre_app_hook. this has nothing todo with the sd card.
That probably explains why I couldn't get it to boot from it Dohh.i checked the pre_app_hook. this has nothing todo with the sd card.
For it to truly to boot totally from sdcard i think you would need to patch uboot.That probably explains why I couldn't get it to boot from it Dohh.
i was hoping someone would recode and update then release into public domain. i have leecher's original source and a compiled version that does many of the hik cams.yes this is leechers hik_repack and i did not modify it. it contains all keys for g1 platform but i have the sourcecode to add new keys once i find or get them. maybe i have just a newer version. i just started for fun with this some days ago and talked with him
Sir can you please help or maybe just put me in right way on how to unpack this. I PM youyes i have it unpacked and i also modified it to fix the nas storage issue and to disable the certificate check. i also enable ssh and console access at all. and i flashed 6 cameras already with it
Are you sure you are in the US? Without trying to cause offense, your writing style doesn't match someone living there. I could be wrong of course, but also a US person would put location as US not Us.Sir can you please help or maybe just put me in right way on how to unpack this. I PM you
ROLLBACK (Use leechers hik_repack v0.10 or higher)
Test was done on a cam running mini system and active 5.6.1 firmware
./hik_repack10 -u digicap554.dav en (dump 5.5.4 digicap.dav to the "en" directory)
./hik_repack10 -r digicap554.dav en newdav l=1,v=05060001 (repack 5.5.4 digicap.dav to newdav using the files in "en" with language flag 1 and v 5.6.1 version number)
rename newdav to digicap.dav
Must use TTL and montecrypto's minisystem
start putty only
CTRL + U ON BOOT
type "update"
type "format"
setup tftp on PC
Type "update"
let it boot and enjoy.
I have only gone back one version. I am not sure what will happen if you attempt to rollback too far. The cam I rolled back had a manufacture date of 04/2018 and shipping firmware of 5.5.51
NO author does not want it sharedhi dear Rearanger
can you share the hik_repack10 as zip file with me?
just use a script to copy it across or install from the sd card. think there is an old montecrypto repacked digicap.dav in the forum.Thanks @rearanger and @montecrypto for the mImage! Got some new G1 cube cams (DS-2CD2455FWD-IW) and got root/ash in under a day. The updated mImage worked on my uboot version 3.1.6-540659. Can someone point me in the right direction for rebuilding the firmware with the newer busybox posted? I've scp'd it in, but it disappears upon reboot, hoping for something longer term. Is it possible to repack it into digicap.dav?
if [ -f /mnt/mmc01/busyboxG1-2 ] ; then
cp /mnt/mmc01/busyboxG1-2 /bin/busybox2
fi
if [ -f /bin/busybox2 ] ; then
for a in `/bin/busybox2 --list`; do
if [ -f /bin/$a ] ; then
/bin/busybox2 rm /bin/$a
fi
/bin/busybox2 ln -s /bin/busybox2 /bin/$a
done
fi
sed -i 's/psh/sh/g' /etc/passwd