Native development on a colibri V50

We are using the toradex colibri module (booting a Linux image from onboard SD card ) and wish to develop applications on target and looking for suitable IDE which could be installed on the target SD card . Any suggestions ?

This is discouraged and probably not easily doable. The Colibri VF50 only has 128MB Flash and 128MB RAM. So although you could utilize external storage to alleviate the flash limitation, you’d have a rather difficult time compiling and/or debugging on a graphical IDE without running out of memory. You’re already booting the image from SD card; so to natively compile, you can follow our native compilation documentation to install the target SDK and compile from the command line.