Michael Artz escribió:
>
> I have read on handhelds.org about installing linux on the Ipaq and was
> trying to adapt them to the assabet. It says to load bootldr and then
> the kernel using bootldr's commands, but then it specifies regions of
> the flash memory for the separate cramfs mounts, which I assume
> correspond to different /dev/mtdblock#. I was wondering how these then
> translate to the assabet. Are the regions the same? Are they defined
> within the kernel or the bootldr or both? Can/should I change them?
>
Hi,
They must be the same. Since there is no shared source between bootldr
and the mtd drivers, it is up to you keep the same layout in both sides.
Otherwise, kernel boot or filesystem mounts would fail.
Each /dev/mtdblock[0-7] is defined under the specific "driver" or table
under drivers/mtd. For assabet, it is sa1100-flash.c. You may edit this
file if you want to resize the flash partitions. On the other hand, you
may edit the bootldr partitions (see btflash.c).
Jordi.
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.