Попытался попробовать стандартный загрузчик ниоса - установил ресет вектор на CFI а программу расположил в SDRAM.
Открываю Flash Programmer хочу залить
В результате получаю в консоли IDE
#!/bin/sh
#
# This file was automatically generated by the Nios II IDE Flash Programmer.
#
# It will be overwritten when the flash programmer options change.
#
cd C:/altera/72/PROJECTS/2c20/prj8/SW/BL_TST/BL_TST/Debug
# Creating .flash file for the project
"$SOPC_KIT_NIOS2/bin/elf2flash" --base=0x01400000 --end=0x17fffff --reset=0x1400
000 --input="BL_TST.elf" --output="cfi_flash.flash" --boot="C:/altera/72/ip/nios
2_ip/altera_nios2/boot_loader_cfi.srec"
# Programming flash with the project
"$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --base=0x01400000 "cfi_flash.flash
"
Using cable "USB-Blaster [USB-0]", device 1, instance 0x00
Resetting and pausing target processor: OK
No CFI table found at address 0x01400000
Leaving target processor paused
Собсно процессор
Может кто нибудь объяснить - что за таблицу он там не нашёл ?
(осцыла нет - тыкануться не могу чтоб посмотреть достукивается он до CFI или нет, но лапы прально соединил)