211 views
in System Integration by
Hello,

I need an urgent answer to run the GUI without project directory mounting on the PC.So, I mean the GUI will run independently on the target device permanently after the startup of the screen.

Thank you!

BR.

1 Answer

0 votes
by

Hello,

you can copy the binary from the shared folder into a local folder of your RasPi file system - and start the binary as autostart. A very simple way to achieve an autostart of an application is to adapt the /etc/rc.local file as described here.

Does this answer your question?

Best regards,

Manfred.

by
Hello Manfred,

Yes, this is my question. Thank you. Just I don't know how to add the local folder to the RasPi file system for Raspberry Pi Os Lite 32 Bit OS. ( I am searching )  If you have a way to do it, I would appreciate that also.

Thank you so much!

BR.
by

You can copy the binary from your share folder directly to your home folder, e.g.

cp /home/pi/share/Application/Project/EmbeddedWizard-RasPi-4B /home/pi

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...