Better way to develop applications after BSP for imx53

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Better way to develop applications after BSP for imx53

494 Views
Huazhi_Hank_Gon
Contributor III

Hi all,

I have successfully build my own bsp for imx53. Now, I want to develop application for it. However, it's not convenient at all.

Basically, I have installed vim in my build. But there is no color highlight and lots of features are missed. Furthermore, I don't know how to install GCC into my build (I mean the SD card).

And the serial console doesn't support file transfer, so that I'm editing my source code on my Linux box and then copy it onto the SD card. It's just so uncomfortable...

I guess there must be better way to do this. Can anyone share your experience with me?? Thank you  in advance...

Tags (2)
0 Kudos
2 Replies

455 Views
SumitVaidya
Contributor II

Instead of SD Card, mount your root file system over a network using NFS server.

Build your application on your linux box and simply put your executable/binary in network mounted root file system.

No need to reboot IMx53.

 

Regards,

Sumit

0 Kudos

455 Views
JonPalmer
Contributor I

what os were you using?

I am planing VxWork6.9

0 Kudos