Re: [U-Boot] Standalone program help needed

2019-07-11 Thread Wolfgang Denk
Dear Szabolcs, it is always good style to keep the mailing list on Cc: so others can benefit as well from any replies you get. [Also it's a good idea to post a summary after you solved the problem.] In message you wrote: > > Yes, I tried 200 different options/ versions.., therefore the two dif

Re: [U-Boot] Standalone program help needed

2019-07-11 Thread Wolfgang Denk
Dear Szabolcs, In message you wrote: > > I read the past posts (eg. from 2014) in this topic, but wasn't helpful. Did you also read the FAQ? I think not yet... > I downloaded the u-boot repo, hello_world.c > I got all files: like hello_world, hello_world.bin, hello_world.srec.. etc > > Run >

[U-Boot] Standalone program help needed

2019-07-10 Thread Szabolcs Báder
Hello, I read the past posts (eg. from 2014) in this topic, but wasn't helpful. I would like to run from u-boot a test binary or test image, both good. I thought, I could solve this with standalone applications. I use gcc-linaro-6.2-2016.11.tar.xz > arm-linux-gnuabi- I downloaded the u-boot repo,