I have an SC-589 ezkit board (BOM 1.8) and am trying to install u-boot by following the steps in the linux add in guide (https://download.analog.com/tools/LinuxAddInForCCES/documentation/linux_add_in_user_guide_1.3.1.pdf).
I'm using Ubuntu 14.04.6 LTS and have downloaded and installed the required packages CrossCore Embedded Studio and Linux Add-In for CrossCore Embedded Studio.
The boot mode switch is set to position 0.
I have OpenOCD running with the ICE1000 in a terminal.
In another terminal i have minicom open on ttyUSB0.
And another terminal where i use de gdb.
I do the (gdb) load init-sc589-ezkit.elf command and that seems okay, but then i do the (gdb) c command and the sys_fault LED on the board turns on (red).
Is that normal behaviour?
When I continue with the other steps in the guide the board does not output anything to the minicom terminal.
Is there something I'm doing wrong here? If there is more information needed I'll happily provide this, thanks in advance.