Running Ltlib in Ubuntu 11.10:-
Let us see how to configure ltib to create linux image for m5485 board.
Let us see how to configure ltib to create linux image for m5485 board.
- Mount the iso file downloaded from Freescale.
- You can easily mount it in ubuntu graphically using Furious ISO mount tool
- Install ltib using the command <mount point>/install
- Now the various dependencies need to be satisfied as shown when ./ltib is run for the first time
- Most of it can be found in the Synaptic repository
- the install 'build-essentials' package.
- Now usually dependencies for 2 packages 'glibc-devel' and 'zlib' needs to be satisfied but is already installed.
- Us this post as an example to edit 'Ltibutils.pm' in /bin folder of installation.
- Now add the folowing line to '/usr/sbin/visudo' paul ALL = NOPASSWD: /usr/bin/rpm, /opt/freescale/ltib/usr/bin/rpm
- Now run ./ltib --configure

