1 Mar 2005 17:15
Re: das u-boot and disc on chip
Wolfgang Denk <wd <at> denx.de>
2005-03-01 16:15:20 GMT
2005-03-01 16:15:20 GMT
In message <42248E52.8070109 <at> esem.com> you wrote: > > If I understood you right, U-Boot is maybe not the best choice for me, > because there are only 2KB XIP Flash available at address 0x00000000 on > startup. I wouldn't put it like that. IMO your hardware is not the best choice for you because it is missing a proper boot ROM (256 kB flash would be just perfect) to allow you using a decent boot loader without jumping in loops. > Because of the several boot-modes, the lh7a404 offers, I'm thinking in > the meantime about to ommit the loader completely and copy the kernel > image directly from DoC to ram and jump there. And who will initialize the hardware for Linux? Who will tell the Linux kernel how much memory you have, and pass all the other bot arguments to it? And how will you get LInux into the DoC in the first place? It's software, so all things are possible. But not all things are reasonable. Best regards, Wolfgang Denk -- -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd <at> denx.de(Continue reading)
> developers/users) should make some enhancements to deal with this
> situation in a formal supported way before too many forks occur.
Actually NO enhancements are needed. All is ready and in place, it's
just that you don't get any support here for creating the primary
bootstrap loader. This is a different issue, which is unrelated to
U-Boot. U-Boot can live with suh a situation fine - of course you
have to know _exactly_ what you are doing. See for examplethe Atmel
AT91RM9200 configuration where all you need to change is the
CONFIG_BOOTBINFUNC definition to either use an external bootstrap
loader or to have a real self-contained U-Boot image.
RSS Feed