Thread: Development Pocket Edge 2.2 NEW Firmware
View Single Post
Old 07-07-2011, 11:55 PM   #51
emusan
lol
emusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheeseemusan can extract oil from cheese
 
emusan's Avatar
 
Posts: 472
Karma: 1031
Join Date: May 2011
Device: eDGe
Quote:
Originally Posted by kronarq View Post
We are just changing stuff in the system2.zip

The kernel, ramdisks, bootloader, etc are crc'd and appended to file i believe....

Code:
#   --------------------------------------------------
#   crc32 check on image
#   - requires that image have appended crc32
#
#   arg1 : filename of image to verify
#   usage: crc_check tmp.img
#   --------------------------------------------------
crc_check ()
{
	CRC=`ubicrc32 $1`
	if [ "$CRC" == "0x00000000" ];
We could just change the update script so we could use our own image but if we hose the kernel I don't how we would recover short of jtag. Thoughts?
you can still recover using the update.zip methods... The checks can all be removed...
emusan is offline   Reply With Quote