-
AuthorPosts
-
mosjka1
Participant12 December 2015 at 18:41Post count: 41update method the same like (4.3) http://www.roelbroersma.nl/forums/topic/hs-update-4-3/#post-1741
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
Version 4.4
http://www.megafileupload.com/e2M7/firmware.datIch
Participant12 December 2015 at 21:47Post count: 38cp -r /tmp/hs /
Error: cp: cannot create regular file `/hs/bin/hs_main´: Text file busyWhat can I do ?
mosjka1
Participant13 December 2015 at 00:25Post count: 41cp -r -f /tmp/hs/* /hs
cp -r -f /tmp/lib/* /lib
cp -r -f /tmp/usr/* /usror
cp -r -f /tmp/hs/* /hs & cp -r -f /tmp/lib/* /lib & cp -r -f /tmp/usr/* /usr
Paul
Participant13 December 2015 at 11:30Post count: 52thanks, successfully update my test vm :-)
Terminator
Participant23 December 2015 at 22:49Post count: 2Hi,
i tried to update from 4.0 to 4.4 like mentioned in your first post.
All works fine but if i try:
cp -r -f /tmp/lib/* /lib
i get:
Kernel Panic – not syncing: Try to kill init!
If i reboot the System the startscreen displays Version 4.4 but i dont know if he copyed all files from lib?
Any idea?
Fox Winger
Participant25 December 2015 at 15:24Post count: 6I had the same issue when i tried it on the hardware.
I updated my VMware successfully and just used DD to copy it all to my CF card, inserted into the server and it worked perfectly.You can also try to boot your server into safe mode and copy the files then
Terminator
Participant25 December 2015 at 23:42Post count: 2Thanks for your help.
How xcan i boot in safemode?
Do you also have an howto dd from vm to cf card?
greetings
Slawek
Participant31 December 2015 at 01:28Post count: 4Problem “Kernel Panic – not syncing: Try to kill init!” could be related with order copy operation of directories, please copy with following order:
hs, lib and last usr, Noticed this same issue, usually when some library (libselinux.so.1) are overwritten, please try copy with mentioned order,
Regards,tminimax
Participant24 April 2016 at 12:21Post count: 4all seems to be good, but after copying the files an automated reboot will occur and after that the machine would do a permanent Loop boot because of a permission error?
Marino
Participant24 June 2016 at 15:19Post count: 3What are the consequences if there is a kernel panic?
I’ve just updated successfully a test VM. My Alix1D was next. This was done with terminal on Mac via SSH. When copying the lib-Folder, the SSH connection was disconnected. Expert 4.2 says, that the FW ist not the same. Expert 4.4 with imported Project worked with transfer. After that I changed the usr-folder too.
At the moment everythig seems to be working normal.
Should I restore my backup or is there