From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Mon, 23 Aug 2010 16:17:31 +0200 Subject: [U-Boot] Non-experimental U-Boot compilation In-Reply-To: <920899.1081.qm@web137419.mail.in.yahoo.com> References: <920899.1081.qm@web137419.mail.in.yahoo.com> Message-ID: <4C7282FB.9020008@emk-elektronik.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear sandeep suresh, > Dear all, > I am using the AT91SAM9G20EK kit and want to port Linux on this. I am using > the AT91SAM9260ek configuration as it seems the closest. The problem is after > building the U-boot with the sources for this board, generating the .bin, > loading and a power on reset (POR), there isn't a command prompt exposed > (u-boot>). After POR, 1 1 2 1 1 2 continuosly prints on the hyperterminal. I > read from AT91.com that this is the expected behavior for the demo version. What > is rge procedure to get the prompt ? Are there any separate configuration > settings? > Please help as I am stuck. Try to define CONFIG_AT91SAM9G20EK in the board configuration ;) Reinhard