Re: GameRunner v0.3 + uboot problem

2011-03-02 Thread giacomo 'giotti' mariani

On 03/01/2011 13:48, tobias wrote:

Hi,
i hope you get this mail. I found your thread about the uboot-issue 
with gamerunner.

I think you downloaded the normal uImage.bin and copied to your sdcard.
For me it seems like this file is damaged. The file-command only says 
its data, but the correct

output of the file-command would be u-boot/PPCBoot image.
I downloaded the file uImage.bin-for-NAND and copied it on my SD-Card. 
Now Gamerunner boots fine.


Greetings

Gizmo 
http://sourceforge.net/projects/gamerunner/files/0.3/uImage.bin-for-NAND/download 


Hi Gizmo,
  thank you very much!

uImage.bin-for-NAND kernel resolved the problem.

Giacomo

--
##
giacomo 'giotti' mariani
gpg --keyserver pool.sks-keyservers.net --recv-key 0x99bfa859
O  ASCII ribbon campaign: stop HTML mail
www.asciiribbon.org
##

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


GameRunner v0.3 + uboot problem

2011-02-18 Thread giacomo 'giotti' mariani

Hello everyone,
I've installed gamerunner v0.3 on SD and tried to boot it with gena2x 
uboot version.


I had uboot arror about not recognizing the kernel.
I think that it could be related to the old kernel used in gamerunner.

Does some of you have any idea on how to overcome this problem?

Thanks
   Giacomo

--
#
giacomo 'giotti' mariani
O  ASCII ribbon campaign: stop HTML mail
www.asciiribbon.org
#

__
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi 
http://mail.yahoo.it 


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


Re: GameRunner v0.3 + uboot problem

2011-02-18 Thread Timo Juhani Lindfors
giacomo 'giotti' mariani giacomomari...@yahoo.it writes:
 I've installed gamerunner v0.3 on SD and tried to boot it with gena2x
 uboot version.

 I had uboot arror about not recognizing the kernel.
 I think that it could be related to the old kernel used in gamerunner.

Can you paste the contents of u-boot environment?

What's the error message exactly?

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


Re: GameRunner v0.3 + uboot problem

2011-02-18 Thread giacomo 'giotti' mariani



Can you paste the contents of u-boot environment?

What's the error message exactly?

Sorry... I was to cryptic.

Error message:


1833944 bytes read
Wrong Image Format for bootm command
ERROR: can't get kernel image!


and my uboot_env is the following


baudrate=115200
bootargs_base=console=ttySAC2,115200 console=tty0 loglevel=4 regular_boot
bootcmd=setenv bootargs ${bootargs_base} rootfstype=ubifs 
ubi.mtd=6,2048 root=ubi0:om-gta02-rootfs ${mtdparts}; nand read.e 
0x3200 kernel 0x30; bootm 0x3200

bootdelay=1
menu_1=Boot from uSD2 (FAT+ext2): setenv bootargs ${bootargs_base} 
rootfstype=ext2 root=/dev/mmcblk0p2 rootdelay=5 ${mtdparts} ro; 
mmcinit; fatload mmc 1 0x3200 ${sd_image_name}.bin; bootm 0x3200
menu_2=Boot from uSD3 (FAT+ext2): setenv bootargs ${bootargs_base} 
rootfstype=ext2 root=/dev/mmcblk0p3 rootdelay=5 ${mtdparts} ro; 
mmcinit; fatload mmc 1 0x3200 ${sd_image_name}_3.bin; bootm 0x3200
menu_3=Boot from uSD6 (FAT+ext2): setenv bootargs ${bootargs_base} 
rootfstype=ext2 root=/dev/mmcblk0p6 rootdelay=5 ${mtdparts} ro; 
mmcinit; fatload mmc 1 0x3200 ${sd_image_name}_6.bin; bootm 0x3200
menu_4=Boot from uSD7 (FAT+ext2): setenv bootargs ${bootargs_base} 
rootfstype=ext2 root=/dev/mmcblk0p7 rootdelay=5 ${mtdparts} ro; 
mmcinit; fatload mmc 1 0x3200 ${sd_image_name}_7.bin 0x30; 
bootm 0x3200
menu_5=Set console to USB: setenv stdin usbtty; setenv stdout usbtty; 
setenv stderr usbtty
menu_6=Set console to serial: setenv stdin serial; setenv stdout 
serial; setenv stderr serial

menu_7=Reboot: reset
menu_8=Power off: neo1973 power-off
mtdparts=mtdparts=physmap-flash:-(nor);neo1973-nand:0x0004(u-boot),0x0004(u-boot_env),0x0080(kernel),0x000a(splash),0x0004(factory),0x0f6a(rootfs)
panic=10
quiet=1
sd_image_name=uImage
splashimage=nand read.e 0x3200 splash 0x5000; unzip 0x3200 
0x880 0x96000

stderr=usbtty
stdin=usbtty
stdout=usbtty
usbtty=cdc_acm


and the gamerunner menu-entry is: menu_2

Thanks in advance.

--
#
giacomo 'giotti' mariani
O  ASCII ribbon campaign: stop HTML mail
www.asciiribbon.org
#


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


Re: GameRunner v0.3 + uboot problem

2011-02-18 Thread Timo Juhani Lindfors
giacomo 'giotti' mariani giacomomari...@yahoo.it writes:
 menu_2=Boot from uSD3 (FAT+ext2): setenv bootargs ${bootargs_base}
 rootfstype=ext2 root=/dev/mmcblk0p3 rootdelay=5 ${mtdparts} ro;
 mmcinit; fatload mmc 1 0x3200 ${sd_image_name}_3.bin; bootm
 0x3200

 1833944 bytes read
 Wrong Image Format for bootm command
 ERROR: can't get kernel image!

Is 1833944 the correct size of uImage_3.bin? What does the command file
uImage_3.bin say?


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