From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hawkins Date: Mon, 04 Aug 2008 13:44:07 -0700 Subject: [U-Boot-Users] Increasing U-Boot partition size In-Reply-To: <4897680C.1000309@ge.com> References: <20080804203311.E078124885@gemini.denx.de> <4897680C.1000309@ge.com> Message-ID: <48976A17.9060005@ovro.caltech.edu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Arrr, my insanity. Wolfgang is correct, of course. > Gee, and I was just going to ask why on earth you liked high-boot :) I've seen one novel use of high-boot that could make it useful if you're lazy and can't be bothered plugging in your debugger ;) Assuming your board has a toggle switch that sets the state of BMS in the RCW (as most Freescale boards do), you can put a 'good' version of U-Boot at say the high-boot location, and the test version at the low-boot. If the low-boot version doesn't boot, power-down, flip the BMS toggle switch, power-up and boot-high, reflash to the next low-boot test version, and continue. I personally haven't tried the trick, but it sounded like a nice idea. Low-boot is the only sane method for booting, since high-boot sticks the bootloader 8MB into your 32MB/64MB/etc Flash ... I mean who uses 8MB Flash these days ... :) Cheers, Dave