This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

WL1835MOD: How to download the firmware on Windows Embedded Compact 7?

Part Number: WL1835MOD

Hi Experts,
Our customer has been developing a product by utilizing WL1835MOD with Windows Embedded Compact 7.
They need to download the firmware every after power on the product.
Therefore, they have obtained TIinit_11.8.32.bts and studied about the source code for the hciattach command on Linux.

It seems that hciattach is a command included in BlueZ distribution under Linux.
> hciattach /dev/ttyO4 texas 300000
For example, it is executed by the command above.

They have investigated the source code.
https://github.com/pauloborges/bluez/blob/master/tools/hciattach_ti.c

There seems two potions as follows:
a. Serial port writing
b. hci0 is up and then write it.

a. is working with no problem on Compact 7.
However, b. does not work on Compact 7.

Can TI support how to download the firmware on Windows Embedded Compact 7?

Thank you very much for your kind advice.
Best regards,
Hitoshi