[U-Boot-Users] CRC32

Hi,
Is there any utility in the tools directory that will help to calculate the crc32 checksum for u-boot? I would like to run a crc32() on u-boot at bootup and compare with the checksum value to check the integrity.
Thanks in advance, Terence.

We have a similar desire. Is there any reason we could not process u-boot itself thru mkimage? Is anyone already doing this?
On 4/18/06, Terence Soh Terence.Soh@appliedbiosystems.com wrote:
Hi,
Is there any utility in the tools directory that will help to calculate the crc32 checksum for u-boot? I would like to run a crc32() on u-boot at bootup and compare with the checksum value to check the integrity.
Thanks in advance, Terence.
This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&da... _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

We have a similar desire. Is there any reason we could not process u-boot itself thru mkimage? Is anyone already doing this?
I think mkimage process the kernel by appending to the header which would not be suitable for u-boot boot up process.
I hope to have the data at the end of u-boot flash sector but this would mean that it's not going to be portable across boards.
Terence
participants (2)
-
Peter Hanson
-
Terence Soh