• Home
  • Help
  • Search
  • Login
  • Register
  Show Posts
Pages: 1 ... 8 9 [10] 11 12 13
136  Hardware and U-Boot firmware / U-Boot stuff / Re: U-boot 3.4.23 - mmcinit has odd output on: November 11, 2009, 09:53:41 PM
Hi samweber,

Please post your setting so I can re-construct the error you get, I just got a new uboot that might fix this console issue but want to validate that it fixes it before I post it.
137  Hardware and U-Boot firmware / U-Boot stuff / Re: U-boot 3.4.23 - mmcinit has odd output on: November 11, 2009, 09:39:20 PM
Hi mgillespie,

If you had no issues with the current uboot (3.4.19) you are using I suggest you stick with it since the 3.4.24 has not passed QA yet.
The last uboot I uploaded had fixed the nandEcc issue that caused Linux not to run (at least this is what I experienced).
138  Hardware and U-Boot firmware / U-Boot stuff / Re: new uboot version 3.4.23 on: November 11, 2009, 09:34:51 PM
A new uboot version fixes some more problems with uboot environment bugs:
http://plugcomputer.org/plugforum/index.php?topic=921.msg5755#msg5755
139  General Category / General Discussion / Re: Sheevaplug installer - version 1.0 on: November 11, 2009, 09:29:45 PM
Hi Tobi,

I have yet used openOcd v0.3.0 and hae never seen such an error, to my understanding it is an error comming from the host PC and you might need to add the -work-area-virt openOcd configure options.

Try editing the sheevaplug-installer-v1.0/uboot/openocd/config/board/sheevaplug.cfg file:
from
Quote
$_TARGETNAME configure -work-area-phys 0x10000000 -work-area-size 65536 -work-area-backup 0
to 
Quote
$_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x10000000 -work-area-size 65536 -work-area-backup 0
140  Hardware and U-Boot firmware / U-Boot stuff / Re: U-boot 3.4.23 - mmcinit has odd output on: November 10, 2009, 06:23:39 AM
A bug was found in the 3.4.23 that in some cases caused the nandEcc environment to become NULL and a new environment variable "bit" was introduced.
141  Hardware and U-Boot firmware / U-Boot stuff / Re: U-boot 3.4.23 - mmcinit has odd output on: November 10, 2009, 06:02:07 AM
Hi,

The nandEcc bug found in last uboot version I uploaded: http://plugcomputer.org/plugforum/index.php?topic=921.msg5698#msg5698

this fixed with this image, please use it with your installer with the attached
142  General Category / General Discussion / Re: sheevaplug can't start on: November 10, 2009, 12:15:11 AM
It looks like the uImage was not burned to nand flash, can you post the installer/console print ?
Describe host PC hw/OS and setup more so we can help you
143  Hardware and U-Boot firmware / U-Boot stuff / Re: U-boot 3.4.23 - mmcinit has odd output on: November 09, 2009, 10:00:36 PM
Hi samweber,

The reason I asked about nandEcc is that I noticed that this env gets a null value and a new env appears: bit.
So to finish my installation I had to set he nandEcc=1bit.
In your case I see the same phenomenon but the uboot did load the uImage from nand and manage to run it.
So basically it looks OK, the next step would be setting the right uboot env to make kernel boot from rootfs on SD.

Please look in the installer (aplug-installer-v1.0\uboot\uboot-env\uboot-mmc-custom.txt ) for reference regarding uboot settings.

I will try to understand the nandEcc issue.
144  Hardware and U-Boot firmware / U-Boot stuff / Re: U-boot 3.4.23 - mmcinit has odd output on: November 09, 2009, 05:47:10 AM
can you try re-flash the uImage to 0x100000 (from uboot) while the DOK (with uimage on it) is connected to the plug:
>usb start
>fatload usb 0 0x00800000 uImage
>nand erase clean 0x00100000 0x00400000
>nand write.e 0x00800000 0x00100000 0x00400000
145  General Category / General Discussion / Re: Sheevaplug installer - version 1.0 on: November 09, 2009, 05:09:44 AM
Hi badcam,

I just looked at your post and noticed that uImage was not found on the DOK:
Quote
reading uImage

** Unable to read "uImage" from usb 0:1 **

So your first problem is first to get the uboot to read the uImage from the USB DOK and flash it to the NAND first, can you try other DOK if the one you used fails.

Format it to FAT32 or FAT16 and make sure the uImage from the installer is in the root directory
146  Hardware and U-Boot firmware / U-Boot stuff / Re: U-boot 3.4.23 - mmcinit has odd output on: November 08, 2009, 12:08:04 PM
what is the value of nandEcc?
147  Hardware and U-Boot firmware / U-Boot stuff / Re: U-boot 3.4.23 - mmcinit has odd output on: November 08, 2009, 06:26:00 AM
Hi samweber,

OK, so now it looks like this bug is fixed, please try it out.

-rooster
148  Hardware and U-Boot firmware / U-Boot stuff / Re: U-boot 3.4.23 - mmcinit has odd output on: November 08, 2009, 12:20:15 AM
 Embarrassed strange bug, I managed to get it also.
Quote
Marvell>> mmcinit
SDa0000 found. Card desciption is:
Manufacturer:       0x03, OEM "SD"
Product name:       "SD02G", revision 8.0
Serial number:      549437430
Manufacturing date: 6/2008
CRC:                0x00, b0 = 0
I will forward it and get it fixed for next version, in the meantime you can workaround this with SDHC card, I tried it with Patriot 8GB C6 SDHC card:
Quote
Marvell>> mmcinit
SDHC found. Card desciption is:
Manufacturer:       0x27, OEM "PH"
Product name:       "SD08G", revision 2.0
Serial number:      2952791052
Manufacturing date: 12/2008
CRC:                0x00, b0 = 0
149  Hardware and U-Boot firmware / U-Boot stuff / Re: U-boot 3.4.23 - mmcinit has odd output on: November 07, 2009, 07:33:02 AM
Quote
Override Env parameters? (y/n) n

Since there was a bug in 3.4.19 regarding environment console, you should ask uboot to override the Env parameters when upgrading to new uboot (3.4.23) during the bubt procedure.

You can also do it by entering resetenv after uboot upgrade and perform reset afterwards.
Before resetting your uboot Env, save them as text somewhere...
150  General Category / General Discussion / Re: Sheevaplug installer - version 1.0 on: November 07, 2009, 01:37:31 AM
Quote
I tried really everything, read each readme and compiled everything to run on 64bit

Do you have a 32bit PC? I would try it out.
I never seen this kinda error from the installer, you can aloso try to build openocd version 2.0 (which was used with the installer).
Pages: 1 ... 8 9 [10] 11 12 13