Re: dfu-util help

2007-12-05 Thread Joseph Reeves
dfu-util: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for
GNU/Linux 2.6.8, statically linked, not stripped

Thanks, I'll try the 32 bit version now!

On 05/12/2007, Lucas Bonnet [EMAIL PROTECTED] wrote:
 Joseph Reeves a écrit :
  Thanks! How can I see if it's 64 bit? I'm on a lowly 32 bit machine here...

 $ file dfu-util
 dfu-util: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for
 GNU/Linux 2.6.8, statically linked, not stripped

 If you get 64-bit instead of 32-bit then you found the culprit. Here's
 the link to a 32-bit version, built this morning (CEST time) :
 http://rincevent.net/~lucas/openmoko/
 Note: be sure to check the MD5 !

 To the OpenMoko devs: could you provide 32-bit versions of the binaries ?

 Regards,
 --
 Lucas


 ___
 OpenMoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community




___
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: dfu-util help

2007-12-05 Thread Lucas Bonnet
Joseph Reeves a écrit :
 Thanks! How can I see if it's 64 bit? I'm on a lowly 32 bit machine here...

$ file dfu-util
dfu-util: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for
GNU/Linux 2.6.8, statically linked, not stripped

If you get 64-bit instead of 32-bit then you found the culprit. Here's
the link to a 32-bit version, built this morning (CEST time) :
http://rincevent.net/~lucas/openmoko/
Note: be sure to check the MD5 !

To the OpenMoko devs: could you provide 32-bit versions of the binaries ?

Regards,
-- 
Lucas



signature.asc
Description: OpenPGP digital signature
___
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: dfu-util help

2007-12-05 Thread Joseph Reeves
Thanks! How can I see if it's 64 bit? I'm on a lowly 32 bit machine here...

Joseph



On 05/12/2007, Lucas Bonnet [EMAIL PROTECTED] wrote:
 Joseph Reeves a écrit :

  But the this is as good as I can get out of it:
 
  [EMAIL PROTECTED]:~/DFU$ sudo ./dfu-util -a kernel -R -D 
  ./uImage-2.6.22.5-moko
  11+svnr3238-r7-neo1973.bin
  ./dfu-util: ./dfu-util: cannot execute binary file

 If chmod +x does not work, check that it's not a 64 bits file on a 32 bits
 system. If this is the case, I can send you a 32 bits version, or better, put
 somewhere available for everyone.

 Regards,
 --
 Lucas


 ___
 OpenMoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community




___
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: dfu-util help

2007-12-05 Thread Joseph Reeves
Well that all went great, running the Qtopia snapshot now - already
made some calls, and that was after I wondered round the office for a
bit trying to avoid working and got my Christmas holiday booked!

Thanks all!



On 05/12/2007, Joseph Reeves [EMAIL PROTECTED] wrote:
 dfu-util: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for
 GNU/Linux 2.6.8, statically linked, not stripped

 Thanks, I'll try the 32 bit version now!

 On 05/12/2007, Lucas Bonnet [EMAIL PROTECTED] wrote:
  Joseph Reeves a écrit :
   Thanks! How can I see if it's 64 bit? I'm on a lowly 32 bit machine 
   here...
 
  $ file dfu-util
  dfu-util: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for
  GNU/Linux 2.6.8, statically linked, not stripped
 
  If you get 64-bit instead of 32-bit then you found the culprit. Here's
  the link to a 32-bit version, built this morning (CEST time) :
  http://rincevent.net/~lucas/openmoko/
  Note: be sure to check the MD5 !
 
  To the OpenMoko devs: could you provide 32-bit versions of the binaries ?
 
  Regards,
  --
  Lucas
 
 
  ___
  OpenMoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 
 
 


___
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: dfu-util help

2007-12-05 Thread Lucas Bonnet
Joseph Reeves a écrit :

 But the this is as good as I can get out of it:
 
 [EMAIL PROTECTED]:~/DFU$ sudo ./dfu-util -a kernel -R -D 
 ./uImage-2.6.22.5-moko
 11+svnr3238-r7-neo1973.bin
 ./dfu-util: ./dfu-util: cannot execute binary file

If chmod +x does not work, check that it's not a 64 bits file on a 32 bits
system. If this is the case, I can send you a 32 bits version, or better, put
somewhere available for everyone.

Regards,
-- 
Lucas



signature.asc
Description: OpenPGP digital signature
___
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: dfu-util help

2007-12-05 Thread Joseph Reeves
Hi Andy,

Thanks for your reply. Sorry, I should have said that I had chmod'd it
to begin with.

ls reveals:

[EMAIL PROTECTED]:~/DFU$ ls -l dfu-util
-rwxr-xr-x 1 joseph joseph 706018 2007-12-05 12:04 dfu-util


Thanks again,

Joseph



On 05/12/2007, Andrew Loughran [EMAIL PROTECTED] wrote:
 Joseph Reeves wrote:
  Hello all,
 
  Probably a the most noob question you're going to get for a while, but
  I'm a bit stuck... I wanted to flash the latest Qtopia build but have
  come unstuck at the first hurdle.
 
  Running Kubuntu 7.10 and downloaded dfu-util from here:
 
  http://downloads.openmoko.org/snapshots/2007.11/images/
 
  I have apt-get'd the dependencies and updated etc/fstab as per here:
 
  http://wiki.openmoko.org/wiki/Dfu-util
 
  But the this is as good as I can get out of it:
 
  [EMAIL PROTECTED]:~/DFU$ sudo ./dfu-util -a kernel -R -D 
  ./uImage-2.6.22.5-moko
  11+svnr3238-r7-neo1973.bin
  ./dfu-util: ./dfu-util: cannot execute binary file
 
  Any help getting this to work would be massively appreciated!
 
  Thanks, Joseph
 
  ___
  OpenMoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 
 Joseph.

 sudo chmod a+x dfu-util  I guess would be a solution.

 check the perms with a ls -l dfu-util and make sure you can execute it.

 Regards,

 Andy

 ___
 OpenMoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: dfu-util help

2007-12-05 Thread Andrew Loughran

Joseph Reeves wrote:

Hello all,

Probably a the most noob question you're going to get for a while, but
I'm a bit stuck... I wanted to flash the latest Qtopia build but have
come unstuck at the first hurdle.

Running Kubuntu 7.10 and downloaded dfu-util from here:

http://downloads.openmoko.org/snapshots/2007.11/images/

I have apt-get'd the dependencies and updated etc/fstab as per here:

http://wiki.openmoko.org/wiki/Dfu-util

But the this is as good as I can get out of it:

[EMAIL PROTECTED]:~/DFU$ sudo ./dfu-util -a kernel -R -D ./uImage-2.6.22.5-moko
11+svnr3238-r7-neo1973.bin
./dfu-util: ./dfu-util: cannot execute binary file

Any help getting this to work would be massively appreciated!

Thanks, Joseph

___
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community
  

Joseph.

sudo chmod a+x dfu-util  I guess would be a solution.

check the perms with a ls -l dfu-util and make sure you can execute it.

Regards,

Andy

___
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community