public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Increasing U-Boot partition size
@ 2008-08-01 17:16 Jatin Sharma
  2008-08-04 17:56 ` Scott Wood
  0 siblings, 1 reply; 12+ messages in thread
From: Jatin Sharma @ 2008-08-01 17:16 UTC (permalink / raw)
  To: u-boot

I have to increase u-boot's partition size on my board to make room
for an application to be compiled as part of u-boot binary. I am
currently running u-boot version "1.3.1-rc1" and my current NOR
partition is as follows:

Partition                          Address
--------------------------------      ----------------
/dev/mtd0 -RCW, 64k       0xFF800000
/dev/mtd1 Kernel 2M        0xFF810000
/dev/mtd2 cramfs 4.8M     0xFFA10000
/dev/mtd3 U-Boot 384K     0xFFF00000
/dev/mtd4 Env 64K           0xFFF60000
/dev/mtd5 EnvB 64K         0xFFF70000
/dev/mtd6 DTB 64K          0xFFF90000

I have updated to Flattened Device Tree to reflect the new partition
as follows. Also, I have updated the TEXT_BASE to 0xFFE60000 in the
config.mk under board/<my board> directory.

Partition                          Address
--------------------------------      ----------------
/dev/mtd0 -RCW, 64k       0xFF800000
/dev/mtd1 Kernel 2M        0xFF810000
/dev/mtd2 cramfs 4.3M     0xFFA10000
/dev/mtd3 U-Boot 1M       0xFFE60000
/dev/mtd4 Env 64K           0xFFF60000
/dev/mtd5 EnvB 64K         0xFFF70000
/dev/mtd6 DTB 64K          0xFFF90000

U-Boot binary with the updated FDT doesn't boot. So, I need to
understand what other updates I need to make for U-Boot to use this
new partition. I would like to know if there are standard hooks in
u-boot to incorporate partition changes that may be documented
somewhere.

My board is powerpc architecture and is using NOR flash to boot
u-boot. Any help is appreciated. I can provide more information if
needed.

Thanks,
Jatin

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-08-04 20:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-01 17:16 [U-Boot-Users] Increasing U-Boot partition size Jatin Sharma
2008-08-04 17:56 ` Scott Wood
2008-08-04 19:03   ` Jatin Sharma
2008-08-04 19:04     ` Scott Wood
2008-08-04 19:59       ` Jatin Sharma
2008-08-04 20:01         ` Scott Wood
2008-08-04 20:03           ` Scott Wood
2008-08-04 20:26           ` Jerry Van Baren
2008-08-04 20:33             ` Wolfgang Denk
2008-08-04 20:35               ` Jerry Van Baren
2008-08-04 20:44                 ` David Hawkins
2008-08-04 20:50                   ` Jerry Van Baren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox