In message <[EMAIL PROTECTED]> you wrote: > > > You can as well use the BDI2000 to program the standard U-Boot image > > to NOR flash, boot from NOR and then use U-Boot... > > the problem is that this is not suitable for production use.
OK. Then you gotta spend some effort... > It would be a very elegant solution to have U-Boot run from RAM with > an environment in RAM to tell it what and where to flash... You could > set up the environment while loading the data and would have a flexible > flashing tool. To set up the environment you normally just load and run a script. > The only thing missing for this is a working CONFIG_MONITOR_IS_IN_RAM > as far as I can see. Actually this is not missing. All you need to do is to create a configuration which (1) has a modfied TEXT_BASE and (2) skips the memory initialization. But see http://www.denx.de/wiki/view/DULG/CanUBootBeConfiguredSuchThatItCanBeStartedInRAM Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] "At least they're __________EXPERIENCED incompetents" ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
