...
Code Block |
---|
$ . ./ACTIVATE.sh $ echo $MCU IMXRT<board_name>_NXPEVK |
where <board_name> is
102X
for i.MX RT1024,105X
for i.MX RT1050,
...
106X
for i.MX RT1060
...
117X
for i.MX
...
RT1170.
Select the project you would like to start your development from. When you are starting development for a first time, the only project available in the distribution is rootfs
. This project provides a powerful set of run-time capabilities however of course you will want to extend or re-configure it for your specific needs, creating new projects for your embedded devices. As you proceed with development, you may well end up having several projects for different embedded applications co-existing in your development tree. Choose a specific project as a starting point for new development based on requirements for your new embedded design.
...