Hi @nmeltzer
Thanks a lot for your effort!
From your description, your flashloader already works, just the configure memory area has issues.
This is my previous RT1064 blhost connect command, you can totally refer to it and test it again, whether your configure memory can work or not:
elftosb.exe -f imx -V -c imx-flexspinor-normal-unsigned.bd -o ivt_evkmimxrt1064_iled_blinky.bin evkmimxrt1064_iled_blinky.s19
sdphost.exe -t 50000 -p COM41,115200 -j -- write-file 0x20000000 rt1064_ivt_flashloader.bin
sdphost.exe -t 50000 -p COM41,115200 -j -- jump-address 0x20000400
blhost.exe -t 50000 -p COM41,115200 -j -- get-property 1 0
blhost.exe -t 50000 -p COM41,115200 -j -- get-property 24 0
blhost.exe -t 5242000 -p COM41,115200 -j -- fill-memory 0x20202000 4 0xc0000007 word
blhost.exe -t 5242000 -p COM41,115200 -j -- fill-memory 0x20202004 4 0 word
blhost.exe -t 50000 -p COM41,115200 -j -- configure-memory 9 0x20202000
blhost -t 5242000 -p COM41,115200 -j -- read-memory 0x70000000 1024 flexspiNorCfg.dat 9
blhost -t 2048000 -p COM41,115200 -j -- flash-erase-region 0x70000000 0x6000 9
blhost -t 5242000 -p COM41,115200 -j -- fill-memory 0x20203000 4 0XF000000F word
blhost -t 50000 -p COM41,115200 -j -- configure-memory 9 0x20203000
blhost -t 5242000 -p COM41,115200 -j -- read-memory 0x70000000 1024 flexspiNorCfg.dat 9
blhost -t 5242000 -p COM41,115200 -j -- write-memory 0x70001000 ivt_evkmimxrt1064_iled_blinky_nopadding.bin 9
blhost -t 5242000 -p COM41,115200 -j -- read-memory 0x70000000 0x6000 flexspiNorCfg.dat 9
Any updated information, just let me know.
best Regards,
kerry