Hi,
Regarding NOR boot and SD boot, this is what I did:
TWR-LS1021A board has its original image in NOR. And I didn't touch
anything in NOR, so leave it as it is.
Then, I have prepared my own image + kernel + u-boot in an SD card using
NXP linux SDK. I changed the SW settings so that it will boot from SD card
instead of NOR. And it worked.
Basically, I can change the SW settings to boot from the original image in
NOR, or my own image in SD card.
But after boot failure issue happened, it cannot boot from any of them.
I don't have CodeWarrior TAP hardware to debug my board. I haven't
purchased yet.
But I do have a J-Link debugger. I was using openOCD with an auto-probe
openOCD config file.
J-Link debugger + openOCD auto-probe used to work before. It can detect all
TAP target on TWR board.
But after boot failure issue happened, it no longer can detect any TAP on
TWR board.
Thanks,
Shuo