Re: [U-Boot] Beginner question: need help about LVDS channels for i.MX6Q SabreSD Board

2013-04-27 Thread Fabio Estevam
Hi Igor, On Fri, Apr 26, 2013 at 12:17 PM, Igor Ferrara wrote: > Hi, > I have a Freescale SabreSD board with an i.MX6 quad-core processor. > I'm using u-boot-2009.08 (released with Freescale's LTIB) This list is about the official U-boot project, not the 2009.08 port from FSL. > I would like to

Re: [U-Boot] Beginner question: need help about LVDS channels for i.MX6Q SabreSD Board

2013-04-26 Thread Eric Bénard
Hi Igor, Le Fri, 26 Apr 2013 17:17:54 +0200, "Igor Ferrara" a écrit : > Please confirm the reception of the present message by sending back an > answer message Thank You for the cooperation. > this list has 2535 subscribers, do you really need to get 2535 answers each time tou send an email he

Re: [U-Boot] Beginner

2011-12-03 Thread bart . deboeck
solved, was a linker issue gcc 4.3.3 and U-Boot 1.1.6 are ok for now, will upgrade once I understand how to port U-Boot to a "new" board thanks for all the feedback, appreciated! with much regards, Bart > Dear bart.debo...@xenopz.com, > > In message you > wrote: >> :-) thanks for asking >> >>

Re: [U-Boot] Beginner

2011-12-02 Thread bart . deboeck
exe, indeed - developing on windows sorry for the cc mistake > _ALWAYS_ CC the mailing list!!! > >> :-) thanks for asking >> >> machine: embedded artists lpc2478 oem - arm7 >> compiler: arm-none-eabi-gcc-4.3.3.exe > > EXE? Uhm ... > >> U-Boot: u-boot-1.1.6 with embedded artists patches > > Please

Re: [U-Boot] Beginner

2011-12-02 Thread bart . deboeck
Thanks for the feedback! Is upgrading gcc to 4.5.1 reasonable? I'll see what I can do about the u-boot-1.1.6 It might be helpfull if you can point me at documentation/examples that explain how a standalone application should be developed (I've read the documentation, but didn't find examples tha

Re: [U-Boot] Beginner

2011-12-02 Thread Marek Vasut
_ALWAYS_ CC the mailing list!!! > :-) thanks for asking > > machine: embedded artists lpc2478 oem - arm7 > compiler: arm-none-eabi-gcc-4.3.3.exe EXE? Uhm ... > U-Boot: u-boot-1.1.6 with embedded artists patches Please, update to mainline > > bin file is generated with "arm-none-eabi-objcopy -

Re: [U-Boot] Beginner

2011-12-02 Thread Wolfgang Denk
Dear bart.debo...@xenopz.com, In message you wrote: > :-) thanks for asking > > machine: embedded artists lpc2478 oem - arm7 > compiler: arm-none-eabi-gcc-4.3.3.exe > U-Boot: u-boot-1.1.6 with embedded artists patches Ouch. An out-of-tree port, and a prehistoric one at that. U-Boot 1.1.6 is m

Re: [U-Boot] Beginner

2011-12-02 Thread bart . deboeck
:-) thanks for asking machine: embedded artists lpc2478 oem - arm7 compiler: arm-none-eabi-gcc-4.3.3.exe U-Boot: u-boot-1.1.6 with embedded artists patches bin file is generated with "arm-none-eabi-objcopy -O binary app.bin" uClinux boots correctly Thanks! Bart >> Dear All, >> >> I'm complet

Re: [U-Boot] Beginner

2011-12-02 Thread Marek Vasut
> Dear All, > > I'm completely new to U-Boot and trying to develop a standalone > application (developing on a Windows machine with the Code Red IDE). > > So far, I managed to start a simple application that toggles GPIOs. > However, when I try to call a function in main() the app immediately