"
Freescale Linux SDK v1.6, Rev. B, Sept 2014
For SPI boot
make distclean
make P1010RDB-PB_SPIFLASH
cat p1010rdb-config-header.bin u-boot.bin > u-boot-spi-combined.bin
=> tftp 1000000 u-boot-spi-combined.bin
=> sf probe 0; sf erase 0 100000; sf write 1000000 0 100000
set SW4[1:4]= 0110 and SW3[3:4]= 00, then power on the board
"
but I find not the p1010rdb-config-header.bin file???