From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Fri, 23 Dec 2011 23:57:13 +1100 Subject: [U-Boot] testing u-boot on virtual environment In-Reply-To: References: Message-ID: <4EF47AA9.4020802@gmail.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 ?rico On 23/12/11 23:46, ?rico Porto wrote: > Hello, > > Does anyone know if exists somekind of simulator to run u-boot in test mode? Have a look at the sandbox 'board' - It allows U-Boot to be run as an executable in Linux to test non hardware specific code do: make sandbox_config make all Regards, Graeme