5/31/2017 4:09 PM | |
Posts: 6 Rating: (0) |
Hello, I'm trying to use a LoRa module using the usb port of the SIMATIC. The problem is, when I plug the module into the usb port and I look the dmesg result, it just print :
and that's all... So I don't know if there is a "/dev/tty.." associated to the module or anything else... I also tryed to plug the module into my computer (ubuntu 16.04) and the dmesg result is : " usb 1-1.2: new full-speed USB device number 4 using ehci-pci [...] cdc_acm 1-1.2:1.0: ttyACM0: USB ACM Device " So this time there's a "/dev/tty..." associated. I suppose that the problem comes from the ohci-pci driver but I'm not really sure about that. Does anybody know how to solve this problem ? Thanks ! http://www.microchip.com/DevelopmentTools/ProductDetails.aspx?PartNO=rn-2483-pictail&utm_source=&utm_medium=MicroSolutions&utm_term=&utm_content=DevTools&utm_campaign=RN2483+PICTail+Development+Board |
6/1/2017 7:52 AM | |
Posts: 215 Rating: (6) |
Hey, maybe this post might be helpful. Best Regards |
6/1/2017 8:15 AM | |
Joined: 4/28/2015 Last visit: 6/28/2024 Posts: 578 Rating: (43) |
Check out https://github.com/siemens/meta-iot2000. There is a basic README for setting up the build, but this is currently more a delta to a standard Yocto setup (https://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html). You will need a linux system to perform the image build. Can be a VM as well, but that's typically slower. Once you can run "bitbake iot2000-example-image" successfully, you are almost done. The change itself is trivial:
Will make this available as a patch soon. |
Last edited by: jan-k at: 6/1/2017 8:35:31 AM |
|
6/1/2017 3:54 PM | |
Posts: 6 Rating: (0) |
Thanks for your reply ! To build the new image I followed this tutorial. But when I finally try to build the iot2000-example-image, I have this error :
Do you know why this error appear ? |
Last edited by: the_intern at: 6/1/2017 9:34:22 PM |
|
Follow us on