Hi, I have a simple question according to the option: [k] Download linux kernel Where is this image downloaded ? Is it into NAND Flash ? When I open by board is the kernel image transferred to the SDRAM ? Who can explain the booting process ? Thanks so much.
Linux zImage is put into ram or flash ?
Hi, You download it to nand flash, then change the switch from NOR to NAND and boot it. You first have the kernel, then the zImage, at the top is Supervivi or uboot. Regards, Mario