From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Date: Thu, 29 Nov 2012 09:24:36 +0100 Subject: [U-Boot] Switch from mmcboot to ramboot? In-Reply-To: References: Message-ID: <20121129092436.00bea8a4@amdc308.digital.local> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Grant, > How can I tell u-boot to boot with the ramboot= definition instead of > mmcboot= ? > > - Grant You need to change environmental variable bootcmd setenv bootcmd ramboot saveenv run bootcmd or simpler: Stop u-boot -> and access prompt then, run ramboot -- Best regards, Lukasz Majewski Samsung Poland R&D Center | Linux Platform Group