From mboxrd@z Thu Jan 1 00:00:00 1970 From: dpdonny Date: Thu, 27 Dec 2012 10:58:35 -0800 (PST) Subject: [U-Boot] U-Boot: Checksum error when booting kernel from jffs2 partition In-Reply-To: <1356625444515-143640.post@n7.nabble.com> References: <1356625444515-143640.post@n7.nabble.com> Message-ID: <1356634715714-143644.post@n7.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Here is the text of the checksum error: U-Boot (gridco)# fsload 80200000 os-1.1/uImage ### JFFS2 loading 'os-1.1/uImage' to 0x80200000 ### JFFS2 load complete: 2859696 bytes loaded to 0x80200000 U-Boot (gridco)# fsload os/os-1.1/initramfs.cpio.img 81600000 ### JFFS2 loading '81600000' to 0x0 find_inode failed for name=81600000 load: Failed to find inode ### JFFS2 LOAD ERROR<0> for 81600000! U-Boot (gridco)# fsload 81600000 os-1.1/initramfs.cpio.img ### JFFS2 loading 'os-1.1/initramfs.cpio.img' to 0x81600000 ### JFFS2 load complete: 2767639 bytes loaded to 0x81600000 U-Boot (gridco)# bootm 80200000 81600000 ## Booting kernel from Legacy Image at 80200000 ... Image Name: Linux-3.1.0 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2859632 Bytes = 2.7 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... Bad Data CRC ERROR: can't get kernel image! -- View this message in context: http://u-boot.10912.n7.nabble.com/U-Boot-Checksum-error-when-booting-kernel-from-jffs2-partition-tp143640p143644.html Sent from the U-Boot mailing list archive at Nabble.com.