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,
downloading bin file to device Topic is solved
-
- New User
- Posts: 2
- Joined: Wed May 26, 2021 9:29 am
-
- XCore Addict
- Posts: 134
- Joined: Fri Jul 05, 2013 5:55 pm
You dont define how bin file , but xflash loads exactly bins with syntax
xflash --target-file def_lx.xn --write-all xxx.bin
xflash --target-file def_lx.xn --write-all xxx.bin
-
- New User
- Posts: 2
- Joined: Wed May 26, 2021 9:29 am
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