Re: Need help! FR seems to be dead cold!

2009-06-13 Thread Rask Ingemann Lambertsen
On Tue, Jun 09, 2009 at 07:06:21PM +0400, Ilya Platonov wrote:
 My FR just couldn't power up in both NAND and NOR alike. Absolutely no
 sign of life. Prior to that i flashed the NAND nandwrite -p /dev/mtd1
 u-boot.bin and shutdown, but this couldn't ruin the NOR afaik.

   Doing so will clobber the pointer to u-boot_env in NAND flash, so don't
do that. Use U-Boot and dfu-util to flash /dev/mtd1.

-- 
Rask Ingemann Lambertsen
Danish law requires addresses in e-mail to be logged and stored for a year

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Need help! FR seems to be dead cold!

2009-06-10 Thread Alexander Shulgin
On Tue, Jun 9, 2009 at 6:06 PM, Ilya Platonovilya.plato...@gmail.com wrote:
 My FR just couldn't power up in both NAND and NOR alike. Absolutely no
 sign of life. Prior to that i flashed the NAND nandwrite -p /dev/mtd1
 u-boot.bin and shutdown, but this couldn't ruin the NOR afaik.

You did check the battery, right?

FR could turn on at night and drain all the power left.  This happened
to me one time with Android.

--
Alex

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Need help! FR seems to be dead cold!

2009-06-10 Thread Joachim Ott
2009/6/9 Ilya Platonov ilya.plato...@gmail.com:
 My FR just couldn't power up in both NAND and NOR alike. Absolutely no
 sign of life. Prior to that i flashed the NAND nandwrite -p /dev/mtd1
 u-boot.bin and shutdown, but this couldn't ruin the NOR afaik.

Check if you can get it to work again with hints from this page:
http://wiki.openmoko.org/wiki/Neo_FreeRunner_Hardware_Issues#Can.27t_boot_with_discharged_or_missing_battery_.28FIXED.29

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Need help! FR seems to be dead cold!

2009-06-10 Thread Ilya Platonov
Battery was at full charge. A couple of hours without the battery solved 
the problem - now i can power it up.
But i discovered that u-boot_env is blanked. Now i seek a way to mend that.

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Need help! FR seems to be dead cold!

2009-06-10 Thread Joachim Ott
2009/6/10 Ilya Platonov ilya.plato...@gmail.com:
 Battery was at full charge. A couple of hours without the battery solved
 the problem - now i can power it up.
 But i discovered that u-boot_env is blanked. Now i seek a way to mend that.

I've used the uboot-envedit (came with debian for the neo) to create
it on the desktop, copy it over to the FR and write it to /dev/mtd2
with nandwrite. I could build one for you, modify the attached file
for your needs and send it back to me. Or check if
http://wiki.openmoko.org/wiki/NeoTool can help you.


uboot_menu.in
Description: Binary data
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Need help! FR seems to be dead cold!

2009-06-10 Thread Ilya Platonov

Joachim Ott wrote:

2009/6/10 Ilya Platonov ilya.plato...@gmail.com:
  

Battery was at full charge. A couple of hours without the battery solved
the problem - now i can power it up.
But i discovered that u-boot_env is blanked. Now i seek a way to mend that.



I've used the uboot-envedit (came with debian for the neo) to create
it on the desktop, copy it over to the FR and write it to /dev/mtd2
with nandwrite. I could build one for you, modify the attached file
for your needs and send it back to me. Or check if
http://wiki.openmoko.org/wiki/NeoTool can help you.
  
  
First of all i need right mtdparts. I can't find any info on default 
mtdparts for GTA02. Besides the default is not the best solution because 
there are differences even between same models. The most simpleradical 
solution seems to copy NOR uboot and uboot_env into NAND but i dont know 
how to dump NOR content.
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Need help! FR seems to be dead cold!

2009-06-10 Thread Joachim Ott
2009/6/10 Ilya Platonov ilya.plato...@gmail.com:
 First of all i need right mtdparts. I can't find any info on default
 mtdparts for GTA02. Besides the default is not the best solution because
 there are differences even between same models. The most simpleradical
 solution seems to copy NOR uboot and uboot_env into NAND but i dont know how
 to dump NOR content.

$mtdparts is automatically set by uboot-envedit.

The NOR content is not really useful for you, it is in /dev/mtd0 and
it has a builtin environment. Do a strings -a /dev/mtd0, the last
lines show you the boot menu.

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Need help! FR seems to be dead cold!

2009-06-10 Thread Ilya Platonov




Joachim Ott wrote:

  2009/6/10 Ilya Platonov ilya.plato...@gmail.com:
  
  
First of all i need right mtdparts. I can't find any info on default
mtdparts for GTA02. Besides the default is not the best solution because
there are differences even between same models. The most simpleradical
solution seems to copy NOR uboot and uboot_env into NAND but i dont know how
to dump NOR content.

  
  
$mtdparts is automatically set by uboot-envedit.

The NOR content is not really useful for you, it is in /dev/mtd0 and
it has a builtin environment. Do a "strings -a /dev/mtd0", the last
lines show you the boot menu.

  

Thank you! It seems all in place and working now.



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Need help! FR seems to be dead cold!

2009-06-09 Thread Ilya Platonov
My FR just couldn't power up in both NAND and NOR alike. Absolutely no
sign of life. Prior to that i flashed the NAND nandwrite -p /dev/mtd1
u-boot.bin and shutdown, but this couldn't ruin the NOR afaik.


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support