boundarydevices / imx_usb_loader

USB & UART loader for i.MX5/6/7/8 series
GNU Lesser General Public License v2.1
262 stars 158 forks source link

How to set the path of conf file correctly #101

Closed sirop closed 3 years ago

sirop commented 5 years ago

Hello.

I could successfully run imx_uart, but sill do not understand how to set my own conffile.

I tried

/usr/bin/imx_uart  -d  -n /dev/ttyS0 /usr/local/MyDirectory/vybrid_usb_work.conf

and got as debug output


trailing slash == 0x609302:/vybrid_usb_work.conf
checking with conf_path /usr/etc/imx-loader.d/
config file </usr/etc/imx-loader.d//vybrid_usb_work.conf>
parse /usr/etc/imx-loader.d//vybrid_usb_work.conf
````.

So my question is how to set the path of conf file correctly.