From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikram Narayanan Date: Sun, 25 Nov 2012 09:17:47 +0530 Subject: [U-Boot] [PATCH v4 1/3] Add README for the "Falcon" mode In-Reply-To: <50AFF1BC.8020907@googlemail.com> References: <1352717979-6284-1-git-send-email-sbabic@denx.de> <1353684682-24460-1-git-send-email-sbabic@denx.de> <50AFBC05.1090800@gmail.com> <50AFF1BC.8020907@googlemail.com> Message-ID: <50B194E3.3020402@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Andreas, On 11/24/2012 3:29 AM, Andreas Bie?mann wrote: > Dear Vikram Narayanan, > > On 23.11.12 19:10, Vikram Narayanan wrote: > > > >>> +The parameters generated with this step can be saved into NAND at the >>> offset >>> +0x800000 (value for twister for CONFIG_CMD_SPL_NAND_OFS) >>> + >>> +nand erase.part bootparms >>> +nand write 0x80000100 bootparms 0x4000 >> >> If the offset is known at compile time, why should the end user use the >> above commands to write it? Can't it be automated? Just an idea. > > No, please read > http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/102326 > or > http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/147205 > Thanks. Clarified. Regards, Vikram