From mboxrd@z Thu Jan 1 00:00:00 1970 From: mazen.e Date: Sun, 25 May 2014 00:24:08 -0700 (PDT) Subject: [U-Boot] Standalone application issue. In-Reply-To: <20140524160417.C2E713801BC@gemini.denx.de> References: <1400831110428-180515.post@n7.nabble.com> <20140523121025.61E2538224A@gemini.denx.de> <1400920322709-180612.post@n7.nabble.com> <20140524160417.C2E713801BC@gemini.denx.de> Message-ID: <1401002648328-180660.post@n7.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 Wolfang, Dear Wolfang, Thank you very much for the time your are investing replying to my messages. Here is the command I am using to make the image : mkimage -A arm -O u-boot -T standalone -C none -a c1000000 -e 0c100000 -n "Hello World" -d hello_world.bin HelloWorld.img Please note that I checked using nm command that the entry point is actually 0c100000. Please be advised that in order to transfer the image to the arndale 5250 board, I am launching loadb command (at the default load address 0x43e0000) and then returning to the kermit window (ctrl \ + c) and finally I am using the kermit send command for the actual file transfer. Launching the command md shows that the file has actually been transferred. To load and execute the image I am using the command bootm. Please note that I am using the arndale 5250 KVM uboot version which shall loads the kernel in hyp mode, with the same configuration Many thanks and best regards. -- View this message in context: http://u-boot.10912.n7.nabble.com/Standalone-application-issue-tp180515p180660.html Sent from the U-Boot mailing list archive at Nabble.com.