Search found 39 matches

by Sebastian
Mon Sep 18, 2023 11:37 am
Forum: Q&A
Topic: update.xml: error: no '<' before the end of file
Replies: 2
Views: 5162

Re: update.xml: error: no '<' before the end of file

>>probably because we use the --no-version-check argument so it's probably worth trying that.
That is a good Idea. Thanks
by Sebastian
Fri Sep 15, 2023 1:55 pm
Forum: Q&A
Topic: update.xml: error: no '<' before the end of file
Replies: 2
Views: 5162

update.xml: error: no '<' before the end of file

Hi every one, two days ago xburn in version 14.4.1 and 14.3.3 did not work. Windows11 The issued error was: update.xml: error: no '<' before the end of file We could fix the error by creating a firewall rule for xburn. However, the answer from the xmos.ai site looks good and should be parseable. <!D...
by Sebastian
Thu Aug 24, 2023 2:20 pm
Forum: Development Tools and Programming
Topic: XUF232-1024-FB374-C40A Not Booting
Replies: 9
Views: 63470

Re: XUF232-1024-FB374-C40A Not Booting

Hello all, unfortunately, this way was also not purposeful for me. The only solution that works reliably for us now is: xflash with version 14.4.1 xburn with version 14.3.3 The xburn version 14.4.1 has unfortunately written again and again nonsense in the OTP. I have deleted this after writing. Only...
by Sebastian
Wed Jul 26, 2023 6:30 pm
Forum: Development Tools and Programming
Topic: XUF232-1024-FB374-C40A Not Booting
Replies: 9
Views: 63470

Re: XUF232-1024-FB374-C40A Not Booting

You are my hero :)
seems that it now works.

moreover, i can now check whether the flash or otp is wrong. I have already tried a few years ago to lock the otp after burning, but this went wrong.
So I always did it in one step.

Thanks
by Sebastian
Mon Jul 24, 2023 6:38 pm
Forum: Development Tools and Programming
Topic: XUF232-1024-FB374-C40A Not Booting
Replies: 9
Views: 63470

Re: XUF232-1024-FB374-C40A Not Booting

Hi every one, I stepped into the same issue. So far, we have successfully commissioned about 1000 boards with the "old" non-A types. Unfortunately, we now also have a "failure rate" of about 20%. What means the processor does not want to boot. Timing of the power supply and clock...
by Sebastian
Wed Sep 09, 2020 10:01 am
Forum: Development Tools and Programming
Topic: Can't create a linkable library with XMAKE
Replies: 6
Views: 5818

Re: Can't create a linkable library with XMAKE

Hi Benoit,

maybe this post could help you.
viewtopic.php?f=47&t=7736&p=36904&hilit ... ian#p36904
[create binary lib for xcore-200]

best,
Sebastian
by Sebastian
Wed Jan 08, 2020 12:17 pm
Forum: Q&A
Topic: lib_tsn, MSRP
Replies: 5
Views: 7151

Re: lib_tsn, MSRP

Hi akp, sorry for the late answer, but I was pretty deep into other project. And of cource Christmas and all the stuff :) I tested your patch, and yes the attrs[] list is cleared for Listener and Talker. ==> Thank you, that was really helpfull. However, sometimes I still can't get a connection. Here...
by Sebastian
Wed Dec 11, 2019 10:44 am
Forum: Q&A
Topic: lib_tsn, MSRP
Replies: 5
Views: 7151

Re: lib_tsn, MSRP

Wow thank you,
I've already given up on someone answering.

I will test it the next days and will post the results.
by Sebastian
Tue Dec 10, 2019 1:51 pm
Forum: Q&A
Topic: create binary lib for xcore-200
Replies: 3
Views: 35742

Re: create binary lib for xcore-200

hei everyone, I found workaround. You will find all "upper" Makefiles in: //xTimecomposer/build/xcommon/module_xcommon/build/ Here I edit: Makefile.library1 Line 32: LIB_ARCH := xs1b to LIB_ARCH := xs2a Thats ok, because I onlye use xcore200. But on the other hand. A more common way would ...
by Sebastian
Tue Dec 10, 2019 11:23 am
Forum: Other Applications
Topic: MacOS - TSN/AVB Not staying selected
Replies: 2
Views: 3708

Re: MacOS - TSN/AVB Not staying selected

Hi rgilio, I'm not familar with xTimecomposer. But could you try use the cmd line. The command for running the code is: xrun --xscope bin/yourapp.xc --xscope is the flag for displaying the debug informations. AVB and MacOS is a very confusion matter. The best experiences I made, was with latest vers...