
The current configuration in U-BOOT works, and boots Linux with no problem. It will, however, not work on a virgin ADS development board. You have to change one jumper to get the CPU to use the Hardware Configuration word from Flash, and not from BCSR... (JP3 I think).
Can somebody confirm that the latest u-boot-0.4.0 with default settings on all jumpers except for JP3 works correctly. I just downloaded the latest code from CVS and it is not working for me.
Incidentally, u-boot-0.3.0 works on the board with the default jumper settings (including JP3 on 2-3 BCSR) and no code changes right out of the box.
Also, does anybody have a BDI2000 config file for the MPC8266ADS that matches the new configuration from u-boot-0.4.0?

Hi Jeff,
The current configuration in U-BOOT works, and boots Linux with no problem. It will, however, not work on a virgin ADS development board. You have to change one jumper to get the CPU to use the Hardware Configuration word from Flash, and not from BCSR... (JP3 I think).
Can somebody confirm that the latest u-boot-0.4.0 with default settings on all jumpers except for JP3 works correctly. I just downloaded the latest code from CVS and it is not working for me.
We also had some trouble getting this board up and running with u-boot-0.4.0. For our case just the PBI (Page Based Interleave) SDRAM settings were not correct, since the u-boot was only capable of handling DIMMS with four banks.
We changed the following line in board/mpc8266ads/mpc8266ads.c to get it to work: sdam = cols - 6; to sdam = cols + banks - 8;
But unfortunately this is up to now unconfirmed.
Incidentally, u-boot-0.3.0 works on the board with the default jumper settings (including JP3 on 2-3 BCSR) and no code changes right out of the box.
The u-boot-0.3.0 did not use PBI mode by default. That might be an explanation for that.
Georg

Dear Jeff,
in message 200309162258.27643.jeff@theptrgroup.com you wrote:
Can somebody confirm that the latest u-boot-0.4.0 with default settings on all
0.4.0 is _NOT_ the "latest".
jumpers except for JP3 works correctly. I just downloaded the latest code from CVS and it is not working for me.
Please make sure to use the revision tagged LABEL_2003_09_13_2100 or a later revision. This will include Rune Torgersen patch to make the default memory option on MPC8266ADS to NOT be Page Based Interleave which doesn't seem to work with the standard 16MB DIMM.
Best regards,
Wolfgang Denk

On Wednesday 17 September 2003 05:54 am, Wolfgang Denk wrote:
in message 200309162258.27643.jeff@theptrgroup.com you wrote:
Can somebody confirm that the latest u-boot-0.4.0 with default settings on all
0.4.0 is _NOT_ the "latest".
I should have said, the latest u-boot-0.4.x. I did a cvs checkout last night which shows me the LABEL_2003_09_13_2100 for mpc8266ads.c. And I confirmed that mpc8266ads.c does indeed have the PBI turned off.

In message 200309170800.06182.jeff@theptrgroup.com you wrote:
0.4.0 is _NOT_ the "latest".
I should have said, the latest u-boot-0.4.x. I did a cvs checkout last night
0.4.0 ist not the latest U-Boot-0_4_x either; the latest is U-Boot-0_4_8
Best regards,
Wolfgang Denk
participants (3)
-
Georg Klug
-
Jeff Angielski
-
Wolfgang Denk