[U-Boot-Users] MBX860 serial communication fails

Hi all
I tried to run u-boot-1.1.6 on my old MBX860 board (Version 20C). I tried several version but I always get the same behavoir. No communication on the serial line. Only when I press a key on my keyboard I get a strange string back (for example RETURN give the ASCII code 170 back "¬")
What have I done:
1) build own GNU environment ( I follow for this the guideline from Dan Kegel). I did that in cygwin under Windows XP 2) then download u-boot-1.1.6 3) make CROSS_COMPILE=powerpc-860-linux-gnu- MBX_config --> works fine 4) make CROSS_COMPILE=powerpc-860-linux-gnu- all --> works fine with a few warnings 5) I use the EPPC of the MBX to download the u-boot.bin and flash it with "pflash 4000:xxxxxxxx fc000000 6) I can check the entries of the flash with md fc000000 and their I see some text like "u-boot Version 1.1.6" --> so flash is written 7) Then I set the jumper J4 to 2-3 but then I got this strange behaviour.
I set in include/configs
#define CONFIG_MPC860 1 /* This is a MPC860 CPU */ #define CONFIG_MBX 1 /* ...on an MBX module */
#define CONFIG_8xx_CONS_SMC1 1 /* Console is on SMC1 */ #undef CONFIG_8xx_CONS_SMC2 #undef CONFIG_8xx_CONS_NONE #define CONFIG_BAUDRATE 9600 /* Define this to use the PCI bus */ #undef CONFIG_USE_PCI
#define CONFIG_CLOCKS_IN_MHZ 1 /* clocks passsed to Linux in MHz */ #define CONFIG_8xx_GCLK_FREQ (40000000UL) /* --> my MBX has only 40MHz */
Any Idea why I do not see the startup dialogue of the u-boot bootloader ?
best regards
Markus Haefliger
e-mail:markus.haefliger@apcc.com

In message OF1AC5C04B.0DBC9930-ONC1257425.0038E374-C1257425.003A4FCD@apcc.com you wrote:
I tried to run u-boot-1.1.6 on my old MBX860 board (Version 20C). I tried
Ouch. How old is this board?
Any Idea why I do not see the startup dialogue of the u-boot bootloader ?
Did you read and heed the REAMEs?
--=_alternative 003A4FCBC1257425_= Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="ISO-8859-1"
And never post HTML here.
Best regards,
Wolfgang Denk
participants (2)
-
Markus.Haefliger@apcc.com
-
Wolfgang Denk