Re: [U-Boot] Standalone application issue.

2014-05-27 Thread Rommel G Custodio
Dear Wolfgang, Wolfgang Denk denx.de> writes: > > Dear Rommel, > > In message post.gmane.org> you wrote: > > > > Use "go", this was made for the purpose at hand! Thanks for the comments! I will give it a "go" next time :-) > > Best regards, > > Wolfgang Denk > All the best, Rommel

Re: [U-Boot] Standalone application issue.

2014-05-27 Thread Wolfgang Denk
Dear Rommel, In message you wrote: > > I've never got "bootm" to run any of the standalone applications in the Actually "go" is the native command that is supposed tobe used to start SA apps. > example directory but through trial and error (maybe luck) "bootelf" works > for me. I've tested t

Re: [U-Boot] Standalone application issue.

2014-05-27 Thread Rommel G Custodio
Dear Mazen mazen.e gmail.com> writes: > > Thanks Wolfgang, > > I will do and post the result. > > Many thanks. I've never got "bootm" to run any of the standalone applications in the example directory but through trial and error (maybe luck) "bootelf" works for me. I've tested that this wo

Re: [U-Boot] Standalone application issue.

2014-05-26 Thread mazen.e
Hi, I am using the u-boot-arndale from https://github.com/virtualopensystems/u-boot-arndale and I am using the arm-linux-gnueabi- Linaro toolchain for compilation? I also tried u-boot-linaro-2013.03.01 but the issue persist? any suggestion please? Many thanks. -- View this message in context

Re: [U-Boot] Standalone application issue.

2014-05-26 Thread Jeroen Hofstee
Hello, On zo, 2014-05-25 at 23:34 -0700, mazen.e wrote: > > ARNDALE5250 # bootm 0x43E0 > ## Booting kernel from Legacy Image at 43e0 ... >Image Name: Hello World >Image Type: ARM U-Boot Standalone Program (uncompressed) >Data Size:594 Bytes = 594 Bytes >Load Addre

Re: [U-Boot] Standalone application issue.

2014-05-26 Thread mazen.e
Thanks Wolfgang, I will do and post the result. Many thanks. -- View this message in context: http://u-boot.10912.n7.nabble.com/Standalone-application-issue-tp180515p180707.html Sent from the U-Boot mailing list archive at Nabble.com. ___ U-Boot mai

Re: [U-Boot] Standalone application issue.

2014-05-26 Thread Wolfgang Denk
Dear "mazen.e", In message <1401086047300-180701.p...@n7.nabble.com> you wrote: > > mkimage -A arm -O u-boot -T standalone -C none -a 0x0c10 -e 0x0c10 > -n "Hello World" -d hello_world.bin Hello.img ... > ARNDALE5250 # bootm 0x43E0 > ## Booting kernel from Legacy Image at 43e0 ..

Re: [U-Boot] Standalone application issue.

2014-05-25 Thread mazen.e
Dear Wolfgang, Thank you very much. As per your request, I executed the following mkimage command: mkimage -A arm -O u-boot -T standalone -C none -a 0x0c10 -e 0x0c10 -n "Hello World" -d hello_world.bin Hello.img Than, I transferred to the board using uboot loadb (followed by the k

Re: [U-Boot] Standalone application issue.

2014-05-25 Thread Wolfgang Denk
Dear "mazen.e", In message <1401009344794-180667.p...@n7.nabble.com> you wrote: > > On the other hand, the command arm-linux-gnueabi-nm hello_world | grep > hello_world > > 0c10 T hello_world > > so, the entry point of the image 0c10 OK, so it's at 0c10. > mkimage -A arm -O u-boot

Re: [U-Boot] Standalone application issue.

2014-05-25 Thread mazen.e
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 c100 -e c100 -n "Hello World" -d hello_world.bin Hello.img I transfred the image file to (using loadb 0x43e0), the md command shows the f

Re: [U-Boot] Standalone application issue.

2014-05-25 Thread Wolfgang Denk
Dear "mazen.e", In message <1401002648328-180660.p...@n7.nabble.com> you wrote: > > Here is the command I am using to make the image : > > mkimage -A arm -O u-boot -T standalone -C none -a c100 -e 0c10 -n > "Hello World" -d hello_world.bin HelloWorld.img > > > Please note that I checke

Re: [U-Boot] Standalone application issue.

2014-05-25 Thread mazen.e
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 c100 -e 0c10 -n "Hello World" -d hello_world.bin HelloWorld.img Please note th

Re: [U-Boot] Standalone application issue.

2014-05-24 Thread Wolfgang Denk
Dear "mazen.e", In message <1400920322709-180612.p...@n7.nabble.com> you wrote: > > I tried loading the standalone app considering your remarks, however, the > app hangs at the following after a bootm command : >

Re: [U-Boot] Standalone application issue.

2014-05-24 Thread mazen.e
Dear Wolfgang, Thank you very much for pointing out the issue of address conflict. I tried loading the standalone app considering your remarks, however, the app hangs at the following after a bootm command : ---

Re: [U-Boot] Standalone application issue.

2014-05-23 Thread Wolfgang Denk
Dear "mazen.e", In message <1400831110428-180515.p...@n7.nabble.com> you wrote: > > I am trying to load and execute the hello world standalone app on the > arndale exynos 5250. I created an image using the mkimage tool and then used > the bootm to load and execute the image. However, the applicat