|
From: | Chris Westervelt |
Subject: | Re: [Ltib] updating Kernel image in MTD from Linux |
Date: | Fri, 2 Sep 2011 12:55:30 -0500 |
Good point Stuart. I’ll post this over at the u-boot site and see what that bunch has to say. Thanks From: Stuart Hughes [mailto:address@hidden Hi Chris, When you write the bin file with u-boot you use nand write.jffs2 <bin-file>. Whatever that produces is good for u-boot to load into ram for execution but when you try to mount that block in Linux, you get a bunch of problems. In other words, they don’t appear to be compatible. I’m thinking that somehow I need the kernel image already in some sort of JFFS2 image format and do what you said and just write it to /dev/mtdblock4. From: Stuart Hughes [mailto:address@hidden] Hi Chris, Has anyone worked out a mechanism that would allow one to re-write the Kernel MTD block with a fresh Kernel from inside linux? If I try to mount this partition jffs2, I get lots of errors and an inevitable mount failure. Chris Westervelt |
[Prev in Thread] | Current Thread | [Next in Thread] |