[U-Boot] Booting kernel from jffs2

2009-04-07 Thread Rams Subramanian
Hi, I have an requirement to have three partitions in the Flash 1. U Boot 2. JFFS2(GoldenImage) (Mininum Kernel Image ) 3. JFFS2(Application Image) (Kernel + Application) The idea of Golden image is to use this partition to boot in case the application image fails after software upgrade due to corr

Re: [U-Boot] Booting kernel from jffs2

2009-04-07 Thread Wolfgang Denk
Dear Rams Subramanian, In message <4e031cb50904070515u797beb03o23ad89c15362c...@mail.gmail.com> you wrote: > > I have an requirement to have three partitions in the Flash > 1. U Boot > 2. JFFS2(GoldenImage) (Mininum Kernel Image ) > 3. JFFS2(Application Image) (Kernel + Application) > The idea of

Re: [U-Boot] Booting kernel from jffs2

2009-04-08 Thread Rams Subramanian
Currently, I have two partitions one for U- Boot and the rest for application(kernel + application) Total 16MB Flash 1MB U Boot 15MB "JFFS2" Application The U boot loads the kernel from jffs2 using fsload and the system works fine. Sometimes, during software upgrade, the problem comes when jf