Skip to content
Snippets Groups Projects
Commit e145cbbe authored by Denis Pynkin's avatar Denis Pynkin
Browse files

sabrelite HW setup: fix path for imx_usb


Since the `usb_imx` utility is not installed into PATH we have to use
relative or absolute path for calling it.

Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
parent 1d30dca4
No related branches found
No related tags found
1 merge request!57sabrelite HW setup: fix path for imx_usb
Pipeline #146951 passed
......@@ -119,7 +119,7 @@ a USB to microUSB cable.
<!-- end list -->
$ sudo imx_usb ./u-boot.imx
$ sudo ./imx_usb ./u-boot.imx
- Board should boot U-Boot and program the flash using the image on the SD
card.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment