From mboxrd@z Thu Jan 1 00:00:00 1970 From: eija_flight Date: Thu, 2 Apr 2009 01:37:22 -0700 (PDT) Subject: [U-Boot] U-boot initialization test In-Reply-To: <20090402065709.588EA83797DC@gemini.denx.de> References: <22840615.post@talk.nabble.com> <20090402065709.588EA83797DC@gemini.denx.de> Message-ID: <22843365.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >Dear eija_flight, >In message <22840615.post@talk.nabble.com> you wrote: > > During above initialization process of u-boot, > > 1. Does it conduct a test to all board hardware listed? >No. In general, there is no testing performed. Minor exceptions from >this rule exist, for example the RAM auto-sizing code also performas a >minimal non-destructive memory test, but this is not strong enough to >be called serious testing. >If you need real Power-On Self Tests (POST), then you must enable >POST in your board configuration and configure it according to your >needs. > 2. If above answer is yes, what method is used to do the test? >If you need such tests, then use the code in post/, see doc/README.POST I've read through the README.post, and I can see that there's many implemented test feature built in U-boot. I find it very useful. Using U-boot 1.3.1 version, It is possible (as a user) to apply all of these test feature into a standalone applications? because I need to log the result using standalone app. Regards, Eija_flight -- View this message in context: http://www.nabble.com/U-boot-initialization-test-tp22840615p22843365.html Sent from the Uboot - Users mailing list archive at Nabble.com.