Hello,
I have just installed the QorIQ SDK V2.0-1701 release and followed the updating procedure (my previous release was the SDK v2.0 20160527-yocto) but when I run for the first time the utility "fsl-setup-env -m ls1021atwr" the program prompted me that ls1021atwr machine was not supported.
I really don't understand this because the ls1021atwr is listed as supported machine in the official NXP documentation.
Am I doing something wrong?
tank you for your kind help
I tested SDK 2.0 using Ubuntu 14 and Ubuntu 16. Ubuntu 15 also can be used for SDK 2.0.
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello Pavel,
I beg pardon but being new to this complex world I have still a question:
Once that the SDK V2.0-1701 upgrade is installed, the fsl-setup-env script can be run from the QorIQ-SDK-V2.0-20160527-yocto directory? If I run the script from that dir. It works.
Thank you
Alessandro
Use the following command:
dev@ammin-Latitude-E5530-non-vPro:~/QorIQ-sasha-1701/SDK-V2.0-1701/. ./fsl-setup-env -m ls1021atwr
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
We usually use the following command sequence for SDK installing under Ubuntu 14.04 and Ubuntu 16.04:
Message: /bin/sh -> dash
Answer after password – No
Message:
Removing 'diversion of /bin/sh to /bin/sh.distrib by dash'
Adding 'diversion of /bin/sh to /bin/sh.distrib by bash'
Removing 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash'
Adding 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by bash'
Message: /bin/sh -> bash
Usually Linux recommends also run the following command: sudo usr/sbin/visudo
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
NXP SDK 2.0 supports LS1021ATWR board if SDK V2.0-1701 is applied.
Use the following command sequence:
. ./fsl-setup-env -m ls1021atwr
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Tank you Pavel,
I have really used the command you suggested to me and this was the result:
dev@ammin-Latitude-E5530-non-vPro:~/QorIQ-sasha-1701/SDK-V2.0-1701/sources$ source fsl-setup-env -m ls1021atwr
ls1021atwr is not supported by this build setup.
Usage: . fsl-setup-env -m
Supported machines:
Optional parameters:
: the target machine to be built.
: non-default path of project build folder.
: number of jobs for make to spawn during the compilation stage.
: number of BitBake tasks that can be issued in parallel.
: non-default path of DL_DIR (downloaded source)
: non-default path of SSTATE_DIR (shared state Cache)
: enable Carrier Grade Linux
: lite mode. To help conserve disk space, deletes the building
directory once the package is built.
: help
dev@ammin-Latitude-E5530-non-vPro:~/QorIQ-sasha-1701/SDK-V2.0-1701/sources$
Have you any other suggestions?
Thank you for your help!
Alessandro Marino