Hi
I am using P2020 processor, I tried the installation steps mentioned in sdk1.7 document.
prepared the host with required packages, when i tried the below command, the path for build environment was not creating properly. please fnd below log. build directory was not creating
"./poky/fsl-setup-poky -m p2020rdb -j 4 -t 2 -b ../build/p2020rdb"
Log:
Run the following commands to start a build:
bitbake fsl-image-full
bitbake fsl-image-x11
bitbake fsl-image-minimal
bitbake fsl-image-flash
bitbake fsl-image-virt
bitbake fsl-image-core
To return to this build environment later please run:
. /SOURCE_THIS
Please suggest if i miss any settings
Regards,
Santosh
You specified a custom build path outside the SDK installation directory.
That may not work as you expect. Suggestions:
1. Specify the path _under_ the directory where you installed the SDK
2. The script can create a directory, but it cannot create a directory
hierarchy. For instance, if the directory <SDK_INST_PATH>/build/
does not exist and you specify -b build/p2020rdb, the script will
not create it for you, mkdir build/ first.
3. Make sure you _source_ fsl_setup_poky script instead of running
it in a subshell.
Have a great day,
Platon
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------