| FAE | Title | Date | i.MX Device | BSP | Description |
|---|---|---|---|---|---|
| Leo | Demo uImage for iMX257 does not support EXT3 filesystem | 2/May2013 | 257 | L2.6.31_09.12.00_SDK_images_MX25 | For some reason the demo uImage does not support EXT3 filesystems (ext2 is not good for SD cards). kernel has to be recompile with this feature. |
| Xisco | start-weston command doesn't work when running from SD card. Only from NFS | 3/may/2013 | 6 | RC3.0.35.4.0.0 | When compiling rootfs with LTIB, there is a problem that /tmp is tmpfs but keeps the size as 512k, far from common program running requirement, and it's full when system boots up.
When executing start-weston script it needs to write to /tmp and it fails. Only happens with LTIB built BSP.
Should be run before executing start-weston |
| Xisco | Porting OpenGL ES2 cpp apps for i.MX6 | 7/may/2013 | 6 | RC3.0.35.4.0.0 | When porting OpenGL ES2 cpp apps that were written for i.MX53, you will find an error saying that the function :
fbGetDisplay() needs more arguments.
All that is needed to fix this error is to change the function to:
fbGetDisplayByIndex(0)
And you will be able to compile your app. |
| Leo | Stand-alone MFG and Android MFG are not the same | Wed May 15 12:15:17 CDT 2013 | 6 | JB4.2.2_1.1.0 | In case you want to flash Android, use the MFG inside the source code tarball and not the stand-alone (the one found directly on the SW & Tools tab). Seems that it takes some time for both to be sync (the same) |
| Leo | gst-ffmpeg plugins is broken | Thu May 16 13:31:44 CDT 2013 | 6 | RC3.0.35.4.0.0 | Attached patch should be applied to gst-ffmpeg code |
Original Attachment has been moved to: 0001-gstffmpegdemux.c-Remove-deprecated-flow-macros.patch.zip
Guys,
I would like to use this document to update any finding which is worth sharing on the tech talk; you can use your own if you want, but a single document could be much easier to manage. You have 'edit' permissions, so please feel free to improve anything.
Leo
Sounds good!