From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernieshu Date: Fri, 20 Feb 2004 16:34:57 +0000 Subject: [U-Boot-Users] I can get u-boot working on my ixp425 board. Message-ID: <40363731.1060607@smartbridges.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, all, I am trying to use u-boot on my ixp425 based board. But it seems not working properly. I got the u-boot-1.0.0. And make clean, make ixdp425_config , and make. The 1st first time there is a "Soft FP" issue. After I changed cpu/ixp/config.mk as following " PLATFORM_RELFLAGS += -mhard-float #Change -msoft-float to -mhard-float" The compile was OK and I got u-boot.bin. But after I burn into flash, I can see nothing from serial port. I am sure my serial port works fine and burn into flash correctly (because I have another pre-compiled u-boot.bin onhand, that one can work). What could be the problem in the configuration or something else? Regards & Thanks