>>Hi everyone,
>>I'm working on a product which is based on the i.MX6 chip, and I'm trying to decide which Linux distribution to use.
Are you designing a custom board?
>>It seems like the easiest thing to do would be to download the Wandboard Ubuntu image, and modify it to work on my custom hardware. From there, I could simply compile my application on the board.
Do not download a image if you want do development. Better to have the Yocto recipes and bake these. Do not do native compilation, unless the app you are compiling needs so.
>>I've thought about using Yocto, but I don't see the advantage to compiling the whole system myself when I can simply use Ubuntu and get any supporting packages I need via the package manager.
You can try also Ubuntu, but personally I would go developing the App under Yocto and following all GNU coding standards. This way your app would be fully portable.
Does anyone have any thoughts on this?
Thanks!
Marlon