Hi Kishan > What changes do i need to make in my [Jflash/blob/kernel or any other > program] to make them work on a 16-bit flash. > > essentially i have removed one flash from the assabet board and i am > trying to figure out how to make it work,.. since my end product will > only have a 16-bit flash ! It is slightly more complicated than you thought. In order for SA-1110 to boot up in 16-bit flash, you need not just only a software patch, but a hardware patch as well. You will have to ground the ROM_SEL pin instead of having a pull-up on it. In term of software, you will have to configure the bus width in MSC0 to use 16-bit instead of 32-bit. However, if you have read the Errata from Intel carefully, it has strongly encouraged you to use 32-bit mode access instead of 16-bit due to various hardware bugs that Intel has not resolved. Regards, T J _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
