From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6c69aa89d96dc6302e2f03c8d8e75cd2@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: RE: [9fans] supported ipaq's? From: Sape Mullender MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 26 Jun 2002 05:08:25 -0400 Topicbox-Message-UUID: b9c25a06-eaca-11e9-9e20-41e7f4b1d025 > i mean the flash partition setup supported by the bootldr. > from the bootldr command prompt i do > > "partition reset" > "partition define params 0x40000 0x400000" > "partition define kernel 0x80000 ...." > > etc. "partition save" to save this (somewhere) in the param space. > > that works fine. i can then do "boot kernel" to boot the kernel > from the "kernel" flash sector. if i reset and go back to the > bootldr prompt the saved partition setup has gone. i have to > restore it to boot. List the partitions after you're done (partition show). Make sure the bootldr doesn't have any conflicting partitions of its own. (And you need `params save', not `partition save'.)