From mboxrd@z Thu Jan 1 00:00:00 1970 From: ba_f Date: Tue, 22 Sep 2015 18:22:09 +0200 Subject: [U-Boot] ## Application terminated, rc = 0x1 Message-ID: <5c515fb3b2f956768d10d2e2c2e9402e@rbg.informatik.tu-darmstadt.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello U-Boot Crew, i want to boot a little kernel on ARM Cortex a9. But the kernel crushes pretty early with the following u-boot output: ## Starting application at 0x01000000 ... ## Application terminated, rc = 0x1 Since i have no clue where (and how) to start debugging, my first question is: What may cause "Application terminated, rc = 0x1"? I don't think it is a regular code exit, like main(){ return 1; }. There must be any other issue. But how to find out what's wrong? Please, any advice for debugging, or any hint about what may cause rc=0x1 is welcome. Thanks