This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux Boot on Keystone II EVM

 I have a XTCIEVMK2X Keystone II EVM and am trying to fix the boot process. When I apply power to the board (DIP switches 0010 SPI ARM mode) the board begins to boot. If I do not stop Uboot from autoboot during the boot process and use these commands that I got from the MCSDK users guide:

>env defaultf a
>setenv boot ubi
>setenv mtdparts
>’mtdparts=davinci_nand.0:1024k(bootloader),512k(params)ro,522752k(ubifs)'
>boot

Then the board never boots. This is the only way that I can get the linux kernel to boot properly and I have not idea what I am doing. What can I do to get the board to boot up to the linux kernel immediatly power is applied and also is there an SDK where I can rebuild the SMP Linux Kernel?