Work with large projects on embedded systems

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

Work with large projects on embedded systems

445 Views
adi1525
Contributor III

Hello, I work on the i.mx6ul processor and I have project working on node-red. Generaly all function workikng good, but there are inconvenience with comiling this project. When I have make liitle change I must wait almost one minute to start working program. Is there option for example compilling project on web or another computer and only save file to device ??. I tried use virtual machine but it's unsatisfactory because of lack of possibilities to use the signal given to the input of the device.

Regards

Adrian.

Labels (1)
0 Kudos
1 Reply

323 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Adrian,

There are a couple of alternatives. The easies would be mounting the rootfs trough NFS, that way you can run your local project and new files are accessible on the board as soon as it’s created.

Another option is compiling on the actual device. It is not always possible especially if resources are limited but sometimes it’s easier than moving the compiled files to the target.

I hope this helps! Maybe some other Community users have additional suggestions!

Regards,

0 Kudos