hi, i started testing starterware examples (uart, etc), booting with u-boot , loading program at 0x80000000 with "loady" and then "go 0x80000000" command, this work fine.
Then i tried with uartecho explame from sys/bios industrial sdk, but it doesn´t work, one trouble i think is startpoint address of the program (_c_int00) it must be at address 0x80000000 i think, but moving this section is overlaped by ".init_array" and "xdc.meta". other trouble i think is ram memory, default project is for "bb white".
Any ideas or help will be welcome
thanks