Problem with dfu-util (flashing)

2009-11-12 Thread Live session user
Hi all, I'm trying to flash SHR in NAND, but dfu-util gives me problems - there is another device, and passing -i 2 (2 is the ID) don't help... Here's the output it gives (with and without the FreeRunner connected), together with lsusb: ubu...@ubuntu:~/Desktop$

Re: Problem with dfu-util (flashing)

2009-11-12 Thread Live session user
Ok, I fixed the previous error by passing --device vendor:product, but now I get a segmentation fault: ubu...@ubuntu:~/Desktop$ sudo '/home/ubuntu/Desktop/dfu-util' -a kernel -d 0x1d50:0x5119 -i 2 -R -D

Re: Problem with dfu-util (flashing)

2009-11-12 Thread Dave
I run kubuntu hardy (8.04) and found that I had to build dfu-util from source to get it to run reliably. Dave On Fri, Nov 13, 2009 at 7:58 AM, Live session user smu...@gmail.com wrote: Ok, I fixed the previous error by passing --device vendor:product, but now I get a segmentation fault:

Re: Problem with dfu-util (flashing)

2009-11-12 Thread Åsmund Stavdahl
I used the Windows port of DFU-util (in Windows 7 RC), and it worked without complications. SHR is still booting (after 5 min++) - I thought 2 minutes boot time was an exaggeration :-) Hope this is the configuration stage or something so I don't have to wait this long every time :-/ Thanks