Installing QorIQ Linux SDK V1.7 Yocto Source ISO.iso in Ubuntu 14.4

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Installing QorIQ Linux SDK V1.7 Yocto Source ISO.iso in Ubuntu 14.4

2,518件の閲覧回数
hammadnayeem
Contributor II

Hi,

I downloaded QorIQ Linux SDK V1.7 Yocto Source ISO.iso from freescale and burnt the ISO Image on a dvd.

Then I gave the path of dvd drive and ./install.

I am getting error that " ERROR: your ISO is incomplete, download it again "

Pls suggest.

2 返答(返信)

1,498件の閲覧回数
raghavendrasurp
Contributor II

hi im using QorIQ LS1043a so how to install SDK v2.0 ISO on Ubuntu 12.04, So please send me the procedure.

Thanks,

Raghavendra

0 件の賞賛
返信

1,498件の閲覧回数
Pavel
NXP Employee
NXP Employee

Usually the following command sequence provides correct using of the SDK 1.7 under Ubuntu 14:

1. sudo apt-get install ubuntu-minimal ubuntu-standard patch vim-common sed wget subversion git-core coreutils libbonobo2-common unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk python-pysqlite2 diffstat make gcc build-essential xz-utils g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev autoconf automake groff libtool xterm libncurses5-dev cvs tofrodos

    if it is 64-bit operating system, run the following command also:

    sudo apt-get install ia32-libs lib32ncurses5

2.  sudo dpkg-reconfigure dash

then choose "No" and you're done. )

3. install SDK for your core (500V2 or 5500 )

4. install SDK source

5. sudo ./poky/scripts/host-prepare.sh

6. usually Linux recommends also run the following command: sudo usr/sbin/visudo

7.  $ source ./poky/fsl-setup-poky  <-m machine> [-j threads] [-t tasks] [-l]

    $ bitbake <task-name>