Support for MPC8360EA-MDS-PB board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Support for MPC8360EA-MDS-PB board

427 Views
narreddiprakash
Contributor II

Hello,

         I started working on MPC8360EA-MDS-PB board and I downloaded the ISO image for this board from nxp website. I want to load uboot.bin file so I tried to extract the iso image using ' /mnt/cdrom/install '(/mnt/cdrom is created and install file is available) command, but it is showing ' failed in copying files ' and I also tried to extract directly, but the extracted uboot.bin file is showing 0 bytes size. Can you share the file ' uboot.bin ' or all the files which are came in cd for this board (in extracted form).

Thanks,

Prakash

Tags (1)
0 Kudos
1 Reply

349 Views
Pavel
NXP Employee
NXP Employee

Check your command sequence for this BSP using.

Usually the following command sequence is used.

  1. Install Ubuntu 14 32-bit.
  2. sudo apt-get install autoconf automake libtool gettext xorg-dev patch g++ rpm zlib1g-dev m4 bison libncurses5-dev libglib2.0-dev gettext build-essential tcl intltool libxml2-dev liborbit2-dev libx11-dev ccache flex uuid-dev liblzo2-dev
  3. Create folder and enable permission for this folder using chmod command (enable reading and writing).

This folder will be used for LTIB installing.

 

  1. Mount .iso image

 

  1. Start installing using .install command

Usually "/usr/sbin/visudo" command is needed

For example:

sudo /usr/sbin/visudo

pavel ALL = NOPASSWD: /usr/bin/rpm, /opt/freescale/ltib/usr/bin/rpm


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos