| To: | "M. Warner Losh" <imp@bsdimp.com> |
|---|---|
| Subject: | Re: in mips how to change the start address to the new second boot loader ? |
| From: | nagalakshmi veeramallu <lucky.veeramallu@gmail.com> |
| Date: | Tue, 21 Apr 2009 12:20:43 +0530 |
| Cc: | florian@openwrt.org, linux-mips@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=OSF528CoFF6hSW+MO+vByJ+vl+gZQRPOwTktPyYD+N8=; b=ex2YdHLFMsnQ+Nh0UTSy0lVLMB0Q7GFWOx3FN32O4t5xnnjKJKcpXilrXDknmU5SRy 2R/bAaH+pxw858jXPAfHdQv/0yPh1B4vUsaZLNrgrYp2dWzq3q9Begef1BjFDMfkbeIW op6OPhffcpwmpcb4o1LhqGmiUxue7klf7+QUg= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=g/ByBjiPrygux38jNGKFlarniH7ihI0P0RJytZoWlMTSlhFMuLeKb2OJYyvZWxzMei egBx3hCV6xZXBU0hvGAJchiit4IeycDoinfET+ChB6SSNiNpenp5DHiacR0Ca1SIhynV BEk+R7i4NHluGSNgD3dZE4LNZ3UPsmOLPnuvk= |
| In-reply-to: | <20090420.085929.-1089997132.imp@bsdimp.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <d77cedf30904142309na4355e6w63ecea63b0966c92@mail.gmail.com> <200904201100.39164.florian@openwrt.org> <20090420.085929.-1089997132.imp@bsdimp.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
|
Hi, Thanks for your reply. Actual YAMON doesn’t have support for KMC board, hence we modified yamon source code according to the KMC board. Now we want to put our code into FUJITSU flash memory for testing purpose and previous boot loader cmon has to be protected. After power on the board, instead of cmon we have to run our modified Yamon. CMON is executing perfectly, is there any possible way to go directly to the new boot loader code directly. i have some idea, is this approach will work - if we set environmental variable “start” as “go new_address”, will it go directly to the new bootloader in the next power-on. - Mips atlas board has jumper which will redirect accesses from “Bootcode” range to either “Monitor flash” (0x1e000000) or the upper 4MB of “System flash” (0x1dc00000) based on jumper settings. if my kmc board have some jumper like this, can I redirect the start address. Thanks in advance Regards, Lucky |
| Previous by Date: | RE: Boot program interface, Carlos Mitidieri |
|---|---|
| Next by Date: | [PATCH] Fix SYSCALL_ALIAS for older MIPS assembler, Thomas Bogendoerfer |
| Previous by Thread: | Re: in mips how to change the start address to the new second boot loader ?, M. Warner Losh |
| Next by Thread: | Re: in mips how to change the start address to the new second boot loader ?, Kevin D. Kissell |
| Indexes: | [Date] [Thread] [Top] [All Lists] |