Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - u2bpavankumar

#1
Hi All,

Hope everyone is doing good. I am working on MCB2300 kit on Windows for quite some time. It is working well. But now I need to use the same kit on Linux. I have installed Keil IDE on linux Ubuntu with the help of Wine. IDE is working fine. But problem is with flash magic tool. I have installed Flash Magic also on Linux Ubuntu with the help of WIne. In flash magic GUI, it takes COM 1 but in Linux we don't have COM 1. It takes as ttyS0, ttyS1 etc., I have tried to map ttyS0 to COM 1 with the following command


$ ln -s /dev/ttyS0 ~/.wine/dosdevices/com1

In the above command we cannot give COM 1 and we need to give COM1 only. And in the GUI it will take COM 1, COM 2 etc., So I am not very sure with above mapping, system is able to take ttyS0 as COM 1 or not. Ultimately I am not able to dump the code on kit using the flash magic tool.

I guess someone has already used flash magic on linux successfully. Please help me to get out of this loop.

Thanks in advance

Regards,
Pavan