will i.MX25 support the latest Linux kenel 3.?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is support for mx25 in the mainline kernel:
arch/arm/mach-imx/mach-mx25_3ds.c
and also device tree support (very basic):
arch/arm/boot/dts/imx25-pdk.dts
I suggest you to look at the other mx25 boards in the dts directory in linux-next git tree, as there have been some recent patches for adding device tree support to mx25.
Regards,
Fabio Estevam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are no plans to support 3.x for the i.MX25
do you know if there are plans to have Kernel 3.0 for the i.MX25 on the communities projects?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As said it is being done in mainline kernel; this is a work in progress . You should check the current stable kernel and the next tree to avoid doing duplicate work but it'd be very valuable work.
By the way, if you do this please remember to add support to Yocto Project and send us the patches.