From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Danter Date: Tue, 07 Dec 2004 13:53:20 +0000 Subject: [U-Boot-Users] Questions of uImage on sbc8260 board In-Reply-To: <20041203054507.79341.qmail@web54404.mail.yahoo.com> References: <20041203054507.79341.qmail@web54404.mail.yahoo.com> Message-ID: <41B5B5D0.2080905@ntlworld.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de duo dong wrote: > > Warning: real time clock seems stuck! <<-- ??? This is normal for the sbc8260 and sbc8260ATM - there is no real-time clock chip on board. Don't worry about it. > > > CFI: Found no TQM8260 Bank 0 device at location zero > <<--?? > > TQM8260: No supported flash chips found! <<-- ?? Your using a build for the wrong board. There is a working build for the SBC8260 which should work for the ATM version. > > VFS: Cannot open root device "" or 00:00 <<--?? > Please append a correct "root=" boot option <<--?? > Kernel panic: VFS: Unable to mount root fs on 00:00 > <<--?? You need to specify a valid boot line to tell the kernel to use NFS for the root file system. > > The uImage is build by using TQM8260_config. > > Q1. Can the uImage build by using TQM8260_config can > be used on sbc8260 board? If can not, which config I > should use? Use the sbc8260_config. You may need to edit the sbc8260.h file for you clock settings, etc. > > Q2. I marked several places above by "<<--??". Any one > see those before? If you do, please let me know how to > fix them. See comments above. If you need more help then let me know. I don't have an SBC8260ATM to hand today, but I can get one. Rich