boundarydevices / imx_usb_loader

USB & UART loader for i.MX5/6/7/8 series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set the path of conf file correctly

sirop opened this issue · comments

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.