downloading bin file to device Topic is solved

Technical questions regarding the XTC tools and programming with XMOS.
Post Reply
wook
New User
Posts: 2
Joined: Wed May 26, 2021 9:29 am

downloading bin file to device

Post by wook »

hi, I have simple question for downloading binary to device

1. is there any way to download (.bin) file through xTag3? without DFU?

2. is DFU the only way to download (.bin) file?

thanks in advance and warm regards,


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

Post by mmar »

You dont define how bin file , but xflash loads exactly bins with syntax
xflash --target-file def_lx.xn --write-all xxx.bin
wook
New User
Posts: 2
Joined: Wed May 26, 2021 9:29 am

Post by wook »

mmar wrote: Wed May 26, 2021 8:06 pm You dont define how bin file , but xflash loads exactly bins with syntax
xflash --target-file def_lx.xn --write-all xxx.bin
thank you so much.
that's exactly what I wanted to know
I didn't know how to download (.bin) file through xTag, [--write-all] option makes it
thanks a lot
Post Reply