Hi everyone,
I would create a web interface for Petalinux on Zedboard in order to use my applications on the browser of any device.
For Now I have initialized the busybox web server on petalinux and I have made a simple html welcome homepage
I have two questions:
I put my index.html in /srv/www and everything works fine, but, when I restart the zedboard, the folder is empty and I must copy again all files via ssh. How can I add a "non volatile" html project in petalinux?
The next step will be create push buttons that, on click, send bash commands to the petalinux terminal. How can I do that?
Best Regards