Slawek
Participant
2015-11-07 at 00:39
Post count: 4
Hello there, I made manual update HS4.2 to HS4.3, overwriting the files from /hs /lib /usr directories by the files from firmware file,
upload firmware.dat to HS eg /home/temp directory
a) rename firmware.dat file to firmware.zip
b) extract INITRD file from firmware.zip (eg unzip)
c) rename INITRD to INITRD.gz
d) gzip -d INITRD.gz
e) cpio -i < ./INITRD
f) copy listed directories (/hs /lib /usr) to /
g) restart HS, upload new project
regards,