Re: [U-Boot] multiple partitions in mtdparts

2009-11-04 Thread myuboot
I thought that is a legal definition according to u-boot document section 5.9.3.5. mtdparts - define a Linux compatible MTD partition scheme at http://www.denx.de/wiki/view/DULG/UBootCmdGroupFlash mtdparts=mtdparts=mtd-def[;mtd-def...] Thanks. On Wed, 04 Nov 2009 08:14 +0100, Dieter Kiermaier

[U-Boot] multiple partitions in mtdparts

2009-11-03 Thread myuboot
Hi, I am trying to define multiple partitions using mtdparts variable. But I can't get it set automatically right. I defined the set_bootargs as the following: set_bootargs=setenv bootargs root=/dev/mtdblock2 rootfs=cramfs,jffs2 mtdparts=ph

Re: [U-Boot] MIPS cpu has problem detecting CFI

2009-10-12 Thread myuboot
On Sat, 10 Oct 2009 15:47 -0500, Andrew Dyer amd...@gmail.com wrote: On Sat, Oct 10, 2009 at 12:27 PM, myub...@fastmail.fm wrote: On Fri, 09 Oct 2009 12:16 -0500, Andrew Dyer amd...@gmail.com wrote: On Fri, Oct 9, 2009 at 11:21 AM,  myub...@fastmail.fm wrote: I think I found a problem

[U-Boot] MIPS cpu has problem detecting CFI

2009-10-09 Thread myuboot
I think I found a problem in cpu/mips/start.S. gp register is used to point to the SDRAM. But after gp is adjusted to proper location, a C function flush_cache is called. But this function actually changes gp register before gp is used to jump to SDRAM. That makes the u-boot run from flash and

[U-Boot] mips board with no output from console

2009-09-28 Thread myuboot
I am trying to upgrade my u-boot from 2008.10 to 2009.06. So I used the buildroot 2009.06 to build the tool chain for my mips32 board as well as u-boot. I also copied the previous u-boot initialization code to initialze timer, serial port, ram and etc from u-boot 2008.10 to 2009.06. My previous