NXP recommends the following command sequence for SDK 2.0-1701 using under Ubuntu 12 or 14 or 16
- sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat libsdl1.2-dev xterm
Extra packages are needed for Ubuntu-64b:
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 ia32-libs lib32ncurses5-dev
- a) command: ls -l /bin/sh
Message: /bin/sh -> dash
- b) command: sudo dpkg-reconfigure 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'
- c) command for checking: ls -l /bin/sh
Message: /bin/sh -> bash
- mount QorIQ Linux SDK v2.0 SOURCE.iso
- install SDK after mounting this source
- ./sources/meta-freescale/scripts/host-prepare.sh
- usually Linux recommends also run the following command: sudo usr/sbin/visudo
- install SDK 2.0-1701 update
Test your board using this command sequence.
Usually EULA file also should be copied to the QorIQ-SDK-V2.0-20160527-yocto/build_t1024rdb/tmp/work/t1024rdb-fsl-linux/rcw/git-r0/git folder.
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------