LTIB usage for MPC8323E-RDB

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

LTIB usage for MPC8323E-RDB

1,450 Views
narreddisivapra
Contributor II

Hi,

      Recently, I started working on MPC8323E-RDB development board. As a newbe, I wanted to build Linux image into my
development board, so I am trying to install LTIB in ubuntu 8.10 but it gave following message on terminal when i tried to install LTIB
through BSP's iso image.

 

checking for gethostbyname... (cached) yes
checking for inet_ntoa... yes
checking for socket in -lsocket... no
checking for compress in -lz... yes
checking for compress in -lz... (cached) yes
checking for gpg_err_init in -lgpg-error... no
checking for gcry_control in -lgcrypt... no
checking for libgnutls... no
configure: error: --with-ssl was given, but GNUTLS is not available.
error: Bad exit status from /home/rnd/Desktop/ltib/tmp/rpm-tmp.10867 (%build)


RPM build errors:
    Bad exit status from /home/rnd/Desktop/ltib/tmp/rpm-tmp.10867 (%build)
Build time for wget-ssl: 68 seconds

Failed building wget-ssl
Died at ./ltib line 1492.
traceback:
 main::build_host_rpms:1492
  main::host_checks:1554
   main:562


Started: Wed Sep 28 15:15:25 2016
Ended:   Wed Sep 28 15:17:18 2016
Elapsed: 113 seconds

VERSION          : 13.2.1
CVS_VERSION      : $Revision: 1.93 $ (Savannah)
PLATFORM         : host
GNUTARCH         : i686
TOOLCHAIN        :
TOOLCHAIN_CFLAGS :

These packages failed to build:
wget-ssl

Build Failed


I already installed openssl package, then also same package is
failing. So please help me in understanding and solving this issue.

Thanks and Regards,
Siva Prakash Reddy N

Tags (2)
0 Kudos
Reply
3 Replies

1,007 Views
narreddisivapra
Contributor II

Hi,

         I tried to load kernel and RootFS in to MPC8323E-RDB and it loaded successfully. I given my network IP settings to the board and tried for ping to it from my pc, but it is not reacting. I observed two things.,1. Upon bootup, if I type "ping <ip address>" it is replying with "Host is alive".2. After loading Kernel and RootFS images into board (via TFTP), I tried "ping <ipaddress>" but I am getting "ping: sendto: Network is unreachable". What is the difference between point 1 and 2 .? And also I observed the following thing before login into the Board.. 

physmap-flash flash: Using OF partition information
Creating 4 MTD partitions on "flash":
0x00000000-0x00080000 : "U-Boot"
0x00080000-0x000a0000 : "dtb"
0x000a0000-0x00220000 : "Kernel"
0x00220000-0x01000000 : "rootfs"
usbmon: debugfs is not available
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
i2c /dev entries driver
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
RAMDISK: Compressed image found at block 0
Time: timebase clocksource has been installed.
VFS: Mounted root (ext2 filesystem).
Freeing unused kernel memory: 124k init
Setting the hostname to MPC_8323
Mounting filesystems
Starting syslogd and klogd
Running sysctl
Setting up networking on loopback device:
Setting up networking on eth0:
SIOCSIFADDR: No such device
eth0: unknown interface: No such device
SIOCSIFNETMASK: No such device
Adding static route for default gateway to 192.168.1.100:
SIOCADDRT: No such device
Setting nameserver to 192.168.1.13 in /etc/resolv.conf:
Starting inetd:
Starting the boa webserver:
/sbin/ip
/etc/rc.d/init.d/dhcp: Network interface not present


Welcome to Freescale Semiconductor Embedded Linux Environment

!!!!! WARNING !!!!!!!

The default password for the root account is: root
please change this password using the 'passwd' command
and then edit this message (/etc/issue) to remove this message

MPC_8323 login: root
Password:
~ #

  What is the meaning for "/etc/rc.d/init.d/dhcp: Network interface not present".? 

Please respond as soon as possible. 

Thanks and Regards,
Siva Prakash Reddy N

0 Kudos
Reply

1,007 Views
narreddisivapra
Contributor II

I downloaded iso image for MPC8323E-RDB and tried to install ltib but I am getting following message Please check it qand give a solution in solving this issue.

Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/%{ <-- HERE ([^}]+)}/ at /home/jyothi/Desktop/iso/ltib-mpc832x_rdb-20081112/bin/Ltibutils.pm line 269.
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /home/jyothi/Desktop/iso/ltib-mpc832x_rdb-20081112/bin/Ltibutils.pm line 397.
Compilation failed in require at ./ltib line 39.
BEGIN failed--compilation aborted at ./ltib line 39.

0 Kudos
Reply

1,007 Views
Pavel
NXP Employee
NXP Employee

We usually use Ubuntu 10.04 or Ubuntu 12.04 for LTIB building.

 

Install the packages using the following command:

sudo apt-get install 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

 

See also the following document: https://community.freescale.com/docs/DOC-1442).


Have a great day,
Pavel Chubakov

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

0 Kudos
Reply