FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
267 views 3 comments
by anonymous
Hello,

Is it possible to setup the TRB14X devices to communicate via serial over their micro usb ports using ACM? There ACM packages in the SDK, however, when I try to make them the .ipk file does not appear in the in the packages/base folder like the other packages I have compiled have.

Any help would be much appreciated.

Charlie

1 Answer

+1 vote
by anonymous
Hi Charlie,

Did you try to select "komd-usb-acm" via "make menuconfig"-->"Kernel modules"-->USB Support then compile the firmware?

You can find the info via link:

https://wiki.teltonika-networks.com/view/RUTOS_Software_Development_Kit_instructions#Selecting_packages

Regards,

Ledong
Best answer
by anonymous
Yes, I marked the kmod-usb-acm module with an <M> in the make menuconfig, as I have done with other modules and then ran make -j4 package/kernel/linux/compile (the kernel modules all seem to be part of one makefile) but no .ipk file appears in base/packages... as it has done with other packages I have built.
by anonymous
Hi Charlie,

You can find kmod-usb-acm.ipk file in dirctory ./bin/targets/mdm9x07/generic/packages.

You may have different directory name after directory "targets", but you would find the .ipk file through the same path.

Regards,

Ledong
by anonymous
That's really helpful thank you! I was looking in the wrong place!

Charlie