FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14203 questions

16856 answers

27732 comments

54312 members

0 votes
158 views 3 comments
by
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
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
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
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
That's really helpful thank you! I was looking in the wrong place!

Charlie