search for: imagecrc

Displaying 3 results from an estimated 3 matches for "imagecrc".

2019 May 25
2
Kernel Image CRC checking
Hello, Is there a function to check a bzImage CRC ? If (ImageCRC("/bzImage") == -1) Load_kernel("/BACKUP/bzImage") or what else Thanks Regards Johann
2019 Jun 04
0
Kernel Image CRC checking
On Sat, May 25, 2019 at 8:33 AM Johann Obermayr via Syslinux <syslinux at syslinux.org> wrote: > > Hello, > > Is there a function to check a bzImage CRC ? > > If (ImageCRC("/bzImage") == -1) > Load_kernel("/BACKUP/bzImage") or what else > > Thanks > > Regards > Johann It doesn't appear so. I'm assuming you're referring to the CRC32 present in Linux x86 boot protocol 2.08+ found in Linux versions 2.6....
2019 Jun 08
2
Kernel Image CRC checking
On 6/4/19 4:05 AM, Gene Cumm via Syslinux wrote: > On Sat, May 25, 2019 at 8:33 AM Johann Obermayr via Syslinux > <syslinux at syslinux.org> wrote: >> >> Hello, >> >> Is there a function to check a bzImage CRC ? >> >> If (ImageCRC("/bzImage") == -1) >> Load_kernel("/BACKUP/bzImage") or what else >> >> Thanks >> >> Regards >> Johann > > It doesn't appear so. I'm assuming you're referring to the CRC32 > present in Linux x86 boot prot...