From mboxrd@z Thu Jan 1 00:00:00 1970 From: mazen.e Date: Sun, 25 May 2014 02:15:44 -0700 (PDT) Subject: [U-Boot] Standalone application issue. In-Reply-To: <20140525082257.232823814BE@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> <1401002648328-180660.post@n7.nabble.com> <20140525082257.232823814BE@gemini.denx.de> Message-ID: <1401009344794-180667.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 wolfagang, Again thank you very much. Please note : I used the following command : mkimage -A arm -O u-boot -T standalone -C none -a c1000000 -e c1000000 -n "Hello World" -d hello_world.bin Hello.img I transfred the image file to (using loadb 0x43e00000), the md command shows the following: 43e00000: 56190527 7b49d5f0 62568253 52020000 '..V..I{S.Vb...R 43e00010: 000000c1 000000c1 ef3a4c3c 00010211 ........] lr : [] sp : bfe6fdd8 ip : 00000000 fp : bffae680 r10: bffae104 r9 : 00000000 r8 : bfe6ff30 r7 : 00000000 r6 : 00000002 r5 : 00000001 r4 : 00000000 r3 : 00000100 r2 : 00000000 r1 : 00000001 r0 : 00000001 Flags: nzcv IRQs off FIQs off Mode SVC_32 Resetting CPU ... ---------------------------------------------------------------------------------------------------------------------------------------------------------------- On the other hand, the command arm-linux-gnueabi-nm hello_world | grep hello_world 0c100000 T hello_world so, the entry point of the image 0c100000 Hence, I also used the command: mkimage -A arm -O u-boot -T standalone -C none -a c1000000 -e 0c100000 -n "Hello World" -d hello_world.bin Hello.img the command bootm 0x43e00000 returns the following : AUB ARNDALE 5250 # bootm 0x43E00000 ## Booting kernel from Legacy Image at 43e00000 ... Image Name: Hello World Image Type: ARM U-Boot Standalone Program (uncompressed) Data Size: 594 Bytes = 594 Bytes Load Address: c1000000 Entry Point: 0c100000 Verifying Checksum ... OK Loading Standalone Program ... OK OK and the program hangs on at this stage giving no sign of life. Please help what I am missing. Many thanks and best regards, -- View this message in context: http://u-boot.10912.n7.nabble.com/Standalone-application-issue-tp180515p180667.html Sent from the U-Boot mailing list archive at Nabble.com.