Hello,
i need a little help with preparing a build.
After compile of swi-linux-src, I’ve to manually copy some files in rootfs (/home/root/) and create a “data” folder in same location. Also i’ve changed startlegato.sh to include some AT commands.
My question is, can i avoid coping this files manually all the times and include in some script to:
copy my files…
Create a data dir
and send my version of startlegato.sh during build of legato or yocto?
Thanks,
it seems i can create a dir in / but cant create any dir in /home/root/.
Here are my files…
Maybe doing something wrong… i defined a GPS_DATA_DIR = “/home/root/data” but no way…