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

Messages - u2bpavankumar

#1
Hi Andy,

Thanks for your reply. I cannot communicate with the target (MCB 2300).

Also I have n't tried running Windows in a virtual machine in Linux. Yes I do feel that it might be better. But now I am in a situation that I need to use flash magic tool in Linux ubuntu only.

Please let me know how to map the port name from COM 1 to ttyS0 and how to verify whether system is taking ttyS0 when we select COM 1

Pavan

#2
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