Error: F03089 When multiple upgrade images and no global factory image is specified a target must be specified with --ta

Technical questions regarding the XTC tools and programming with XMOS.
Post Reply
User avatar
notDilbert
Member
Posts: 14
Joined: Mon Feb 25, 2019 3:05 pm

Error: F03089 When multiple upgrade images and no global factory image is specified a target must be specified with --ta

Post by notDilbert »

Hi,

I'm trying to read AT25FF081A-SSHN-B external flash chip data connected to a XE216-512-TQ128-C20 based design to a file using the following commands.

1.
xflash --target=xk-audio-216-mc --read-all -o out.bin --verbose

and receive this message

XFlash::DoXFlash
Error: F03089 When multiple upgrade images and no global factory image is specified a target must be specified with --target.

I have also tried

2.
xflash --target=xk-audio-216-mc --read-all -o out.bin --target-file xk-audio-216-mc.xn --verbose

and receive this message

XFlash::DoXFlash
xk-audio-216-mc.xn:10 Error: XN11099 Package type "XS2-UnA-512-FB236" cannot be resolved to a package file.

see attached xk-audio-216-mc.xn file

Any help will be greatly appreciated

Flashing from xTimeComposer works but I need to read and verify flash content.

I am on Windows 10 and xTimeComposer 14.4.1

Kind regards
Attachments
xk-audio-216-mc.xn
(4.49 KiB) Downloaded 173 times
xk-audio-216-mc.xn
(4.49 KiB) Downloaded 173 times


mmar
Experienced Member
Posts: 122
Joined: Fri Jul 05, 2013 5:55 pm

Post by mmar »

Your target and too file xn isnt ok for XE216-512-TQ128-C20
And use only target-file in commands.
User avatar
notDilbert
Member
Posts: 14
Joined: Mon Feb 25, 2019 3:05 pm

Post by notDilbert »

Where can I find the correct package type to use in .xn file for XE216 chip?

Looked at https://www.xmos.ai/documentation/XM-01 ... ml#package but no reference to XE216
mmar
Experienced Member
Posts: 122
Joined: Fri Jul 05, 2013 5:55 pm

Post by mmar »

Look into xTimeComposer 14.4.1 folders
Post Reply