On Thu, Jun 07, 2007 at 08:34:19AM +0200, Dieter Bloms wrote:
which looks wrong. ROM_SIZE is the size of your chip, which is probably 512*1024.
without +128*1024 I got a to liddle rom file, but I will correct this and will see, where to change values to get the right rom sizes.
I think you need something like this:
option ROM_SIZE=512*1024 option FALLBACK_SIZE=ROM_SIZE
Yeah, this sizing stuff is highly confusing and unintuitive. It will all be gone in LinuxBIOSv3 which will be a lot easier to use...
Uwe.