Greetings,
I have a K2EVM and I'm using u-boot as a bootloader to get SPI NOR and NAND EMIF booting to work. I've gotten NOR booting to work very easily by building the http://arago-project.org/git/projects/u-boot-keystone.git uboot source and specifying user@host:/u-boot-keystone$make u-boot-spi.gph CROSS_COMPILE=arm-linux-gnueabi-
However, I am having difficulty getting this to work on the NAND. I am trying to put the NOR aside and just use the NAND as the bootloader, as a proof of concept. I've trying different combinations of #defines in the 6638_evm.h config header to no avail.