Hi everybody,
I’m trying to install Legato framwork on (not Sierra Wireless) target.
I modified Makefile to add the target, i modified the cmakelists.txt and the findtoolchain script too.
i did
$make myTargetName
or
$make myTargetName myTargetName_TOOLCHAIN_DIR
and it works, i get :
# Create a tarball containing everything in the staging area.
tar -C build/imx6/staging -cf build/imx6/legato-runtime.tar .
After, i have tried to install the framwork on the target :
$ instlegato build/myTargetName TARGET_IP
But i got this
chown: /mnt/flash/startupDefaults: No such file or directory
Do you know how to fix this problem, or if i have to modifie other scripts than the three above.
Thank you for help