1) Use Ubuntu 18.04 for LSDK 18.09.
Use the following command sequence for LSDK 18.09 installing:
$ sudo apt-get install git
$ tar xvzf flexbuild_lsdk1809.tgz
$ cd flexbuild
$ source setup.env
wget http://www.nxp.com/lgfiles/sdk/lsdk1809/app_components_arm64.tgz
flex-builder -i mkrfs -a arm64
wget http://www.nxp.com/lgfiles/sdk/lsdk1809/arm64-modules-4.14.67.tgz
tar xvzf app_components_arm64.tgz -C build/apps
sudo tar xvzf arm64-modules-4.14.67.tgz -C build/rfs/rootfs_ubuntu_bionic_arm64/lib/modules
flex-builder -i merge-component -a arm64
flex-builder -i compressrfs -a arm64
2) Use CodeWarrior TAP and CodeWarrior Development Suite for Networked Applications:
https://www.nxp.com/support/developer-resources/software-development-tools/codewarrior-development-t...
3) Usually your host is used for application compiling. For example NFS file system can be used for using testing this application on your board.
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------