We use cookies to provide our visitors with an optimal site experience. View our privacy notice and cookie notice to learn more about how we use cookies and how to manage your settings. By proceeding on our website you consent to the use of cookies.
1.Whether the kernel versions from 5.4 to 5.15 are supported for i.MX53 platform.
2.Whether all the interfaces are tested and validated
3.If available , How do I get them for testing and building my source code.
Where tested at the time of editing… Sadly i long replaced my imx53’s with quad core imx6’s in my build farm.
As far as “tested and validated”, please reply with which interfaces you actually need. NXP provides an “ancient” kernel that is well tested and validated, but now over 10 years old… It was up to NXP and the user of NXP boards to commit those changes to mainline over that time frame.
Source Code: all branches on teh wiki page use kernel.org’s releases…
Hi,
Do you have latest 5.15.x version readily available with you.If not available, Can we get latest kernel for i.MX53
We are migrating from WEC7 to Linux as WEC7 is depreciated.
Can you provide your email address so that we can have a quick call to discuss on this issue .
The imx53 hardware you used, was this a custom PCB, or an off the shelf design, wondering if it’s already supported, or this will require a fresh port…
@syedrrizwan999 there is no one ‘trivial’ answer to your question. Without knowing your actual goals, your asking for a paperclip in a haystack. Debian includes around 60K packages/libraries etc all pre-built. Almost every programming language ever written.
What are you trying todo? What framework do you require, etc…
In Simple , Just consider If I want to run hello world application .What steps do I need to follow.
I exported the above cross compiler mentioned in the link and gave gcc hello.c -o hello to compile which gives me error like “cannot execute binary file:Exec format error”.…May be because of gcc command.
To Execute in i.MX53, how to export the cross compiler , build the hello world application and run the hello world application in debian platform is my requirement.
how did you export it, then you’d normally something like: ${CC}-gcc ?
But beyond that, this is Debian, not Buildroot/Yocto. In Debian everything is native built, so why deal with cross compilers, setting up cross built libraries… Just login into Debian running on the Board and build with the native “armhf” tools…
While doing Cross Compiling with Yocto/Buildroot is fully expected, don’t waste your time using Cross Compilers with Debian… Just use the native built toolchain, build and develop your application on target without wasting time with Cross Compilers…