Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- This is my terminal output: <snip> I've tried it excepting enabling semihosting (I do it after preloader due to it is unhosted one). Here is output in debugger:
WARNING(TAB139): Semihosting was enabled after the target had started running so may not work correctly. Enable semihosting in a target initialization debugger script or with an image <snip> --- Quote End --- Try moving the "set semihosting enabled true" before the initial "run" command in the script. This will run the unhosted uboot with semihosting, but this should be okay. If I run on my board with semihosting enabled before the first "run" with an unhosted u-boot this works and directs output to the uart. I also do not see this warning. I believe you need to try to remove the above warning from DS-5 regarding that it may not work correctly.