Quote:
Originally Posted by tommytomtom
Anyhow, I am in USB_download_mode:
$ lsbusb
Bus 003 Device 032: ID 15a2:0052 Freescale Semiconductor, Inc. i.MX50 SystemOnChip in RecoveryMode
However, it does not work:
$ ./imx_gui
imx_gui version 1.0
main:Could not open device vid=0x15a2 pid=0x52 err=-3
Booted kindle
What does that mean and what do I have to do?
|
imx_usb_loader requires administrative rights to access USB device. I think running it from root shell (or with
sudo command) should solve the problem with
err=-3.