Quote:
Originally Posted by katadelos
Run these commands and post the entire output from both of them:
Code:
ls -l
sudo imx_usb -c imx_usb_loader/wario
It sounds like it might be a path related thing? 
|
Code:
pi@octopi:~ $ sudo imx_usb -c imx_usb_loader/wario
imx_usb.conf not found
pi@octopi:~ $ ls -l
total 3748
drwxr-xr-x 3 pi pi 4096 Mar 12 16:42 imx_usb_loader
---SNIPPED---
-rw-r--r-- 1 pi pi 3808809 Mar 12 17:44 popcorn.tar.xz
---SNIPPED---
pi@octopi:~ $ sudo imx_usb -c imx_usb_loader/wario
[sudo] password for pi:
imx_usb.conf not found
pi@octopi:~ $
I think the flags to the command are wrong in some way...the `-c` flag specifies where to find the config file.