Re: Debug Board in Vancouver, BC

2009-01-04 Thread Mike Montour
Vasili Sviridov wrote:
 Hello All,
 
 Since both my previous posts haven't helped me to fix my phone looks 
 like I need to devirginate it. Unfortunately I do not have the debug 
 board, and paying $100 + shipping is a bit steep for just one thing to do.
 
 Is there anyone in Vancouver, BC that has one and willing to help me to 
 get my Moko working - please respond.

I have a v2 (Neo1973) debug board in Vancouver, but you shouldn't need 
it if you have a Freerunner with a working NOR u-boot.

I haven't read all of the previous messages in this thread so someone 
else might have already said this, but I would:
  - Boot into NOR u-boot
  - Erase the NAND (nand erase or nand createbbt)
  - Exit from the u-boot console
  - Flash a new u-boot (dfu-util -R -a u-boot -D /path/to/u-boot.bin)
  - Reboot into NAND u-boot, then enter the u-boot console
  - Execute dynpart, dynenv set u-boot_env, saveenv to set up the 
default environment variables
  - Reboot into NAND u-boot again
  - Download a new kernel + rootfs with dfu-util
  - Fix up the rest of your environment variables through the u-boot 
console.


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


Re: Debug Board in Vancouver, BC

2009-01-04 Thread Vasili Sviridov

Wow, that's detailed :D Thanks, I will try this right away...

V.

Mike Montour wrote:

Vasili Sviridov wrote:
  

Hello All,

Since both my previous posts haven't helped me to fix my phone looks 
like I need to devirginate it. Unfortunately I do not have the debug 
board, and paying $100 + shipping is a bit steep for just one thing to do.


Is there anyone in Vancouver, BC that has one and willing to help me to 
get my Moko working - please respond.



I have a v2 (Neo1973) debug board in Vancouver, but you shouldn't need 
it if you have a Freerunner with a working NOR u-boot.


I haven't read all of the previous messages in this thread so someone 
else might have already said this, but I would:

  - Boot into NOR u-boot
  - Erase the NAND (nand erase or nand createbbt)
  - Exit from the u-boot console
  - Flash a new u-boot (dfu-util -R -a u-boot -D /path/to/u-boot.bin)
  - Reboot into NAND u-boot, then enter the u-boot console
  - Execute dynpart, dynenv set u-boot_env, saveenv to set up the 
default environment variables

  - Reboot into NAND u-boot again
  - Download a new kernel + rootfs with dfu-util
  - Fix up the rest of your environment variables through the u-boot 
console.



___
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: Debug Board in Vancouver, BC

2009-01-04 Thread Vasili Sviridov

Ok, that made it even worse :(

Now I only have NOR uBoot and dfu-util still gives me only 1 alternate 
there which is USB Device Firmware Upgrade.
Cannot flash the NAND uBoot, since dfu-util does not see the required 
partition...


Vasili

Mike Montour wrote:

Vasili Sviridov wrote:
  

Hello All,

Since both my previous posts haven't helped me to fix my phone looks 
like I need to devirginate it. Unfortunately I do not have the debug 
board, and paying $100 + shipping is a bit steep for just one thing to do.


Is there anyone in Vancouver, BC that has one and willing to help me to 
get my Moko working - please respond.



I have a v2 (Neo1973) debug board in Vancouver, but you shouldn't need 
it if you have a Freerunner with a working NOR u-boot.


I haven't read all of the previous messages in this thread so someone 
else might have already said this, but I would:

  - Boot into NOR u-boot
  - Erase the NAND (nand erase or nand createbbt)
  - Exit from the u-boot console
  - Flash a new u-boot (dfu-util -R -a u-boot -D /path/to/u-boot.bin)
  - Reboot into NAND u-boot, then enter the u-boot console
  - Execute dynpart, dynenv set u-boot_env, saveenv to set up the 
default environment variables

  - Reboot into NAND u-boot again
  - Download a new kernel + rootfs with dfu-util
  - Fix up the rest of your environment variables through the u-boot 
console.



___
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: Debug Board in Vancouver, BC

2009-01-04 Thread Mike Montour
Vasili Sviridov wrote:
 Ok, that made it even worse :(
 
 Now I only have NOR uBoot and dfu-util still gives me only 1 alternate 
 there which is USB Device Firmware Upgrade.
 Cannot flash the NAND uBoot, since dfu-util does not see the required 
 partition...

Don't pay too much attention to the dfu-util -l output - there are two 
different modes the device can be in, and in the default one you don't 
see the other alternate settings listed. When you run the dfu-util 
Download command it should automatically set the device into the 
required mode. If it fails then try running the exact same command a 
second time - sometimes it fails on the first try.


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


Re: Debug Board in Vancouver, BC

2009-01-04 Thread Vasili Sviridov

Mike Montour wrote:

Vasili Sviridov wrote:
  

Ok, that made it even worse :(

Now I only have NOR uBoot and dfu-util still gives me only 1 alternate 
there which is USB Device Firmware Upgrade.
Cannot flash the NAND uBoot, since dfu-util does not see the required 
partition...



Don't pay too much attention to the dfu-util -l output - there are two 
different modes the device can be in, and in the default one you don't 
see the other alternate settings listed. When you run the dfu-util 
Download command it should automatically set the device into the 
required mode. If it fails then try running the exact same command a 
second time - sometimes it fails on the first try.

Thanks, what's the good version of NAND uBoot to flash?

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


Re: Debug Board in Vancouver, BC

2009-01-04 Thread Mike Montour
Vasili Sviridov wrote:

 Thanks, what's the good version of NAND uBoot to flash?

I don't know - I haven't been keeping up-to-date with Openmoko 
development for several months. I'd try 
http://downloads.openmoko.org/daily/testing/gta02v5_and_up-u-boot.bin 
first.


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


Re: Debug Board in Vancouver, BC

2009-01-04 Thread Vasili Sviridov
Yay, that worked. Thanks a lot, now i should be able to play around with 
the new distro.

Vasili.
 Don't pay too much attention to the dfu-util -l output - there are two 
 different modes the device can be in, and in the default one you don't 
 see the other alternate settings listed. When you run the dfu-util 
 Download command it should automatically set the device into the 
 required mode. If it fails then try running the exact same command a 
 second time - sometimes it fails on the first try.

   

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