|
>>Will the bootstrap, u-boot, kernel and FS of AT91SAM9260-EVK of ATMEL runs on it ?
To some extent, probably yes, AT91BootStrap will primary be concerned about the NAND device, and if it is intrinsically supported in the list of NAND devices, or if you need to add it. Secondarily it will be concerned about the SDRAM, the bit width and row/column geometry. Do you know what SDRAM part(s) are being used.
uBoot is more or less just going to copy the kernel from NAND to SDRAM and execute it. Likely to work Ok. Assume if you try a do things outside of the NAND/SDRAM, that you'll need to confirm the other peripheral(s) are wired the same, the bare part won't support Ethernet for instance.
The kernel is going to get stuck with the peripheral and pin assignments, and the hardware attached to the chip.
>>If not, what can i do ?
Get out the manuals and understand the CPU and the hardware attached to it. Learn how to built and configure a Linux kernel. Get an 9260-EK, work with one of those, it has a schematic.
Why don't you just use the dev materials from Telit?
|