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 --configureUpdate:- But here you will be in for a shock as some rpms cannot be created on Ubuntu and running of ltib fails. to go ahead i had to copy prebuild rpms from an RedHat machine and complete kernel compilation. But this defeats the purpose of compilation in Ubuntu and hence i am stopping it for the time being...
No comments:
Post a Comment