Work with large projects on embedded systems

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Work with large projects on embedded systems

1,000 次查看
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.

标签 (1)
0 项奖励
回复
1 回复

878 次查看
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 项奖励
回复