From mboxrd@z Thu Jan 1 00:00:00 1970 From: Niklaus Giger Date: Wed, 28 Feb 2007 10:49:02 +0100 Subject: [U-Boot-Users] Antw: Where is all the commands? References: <9200692.post@talk.nabble.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi >>> 25an 28.02.07 10:35:28 >>> > >Hi! > >I have just managed to compile u-boot and managed to run it on the board >(AT91SAM9261ek) but one of the reasons why I compiled it and did not just >use the >u-boot.bin that came with board was that it did not have all the commands >that >the DENX U-Boot manual mentioned. >Fore example I am missing the iminfo,bdinfo,diskboot and dhcp commands. >Any thoughts about this. Take a look at the README, (look for Monitor Functions). Then change the define CONFIG_COMMANDS in your include/configs/. Best regards