IMX31 PDK 14 - Automate the prompt login -> freescale login: root

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

IMX31 PDK 14 - Automate the prompt login -> freescale login: root

2,389 Views
dratengon
Contributor I

1. anyone know how to automate / get rip of the this login process?

 

arm-none-linux-gnueabi-gcc (GCC) 4.1.2
root filesystem built on Wed, 18 Mar 2009 17:21:47 +0800
Freescale Semiconductor, Inc.

freescale login: root
login[1775]: root login on 'ttymxc0'


BusyBox v1.6.1 () Built-in shell (ash)
Enter 'help' for a list of built-in commands.

root@freescale ~$

 

 

2. After this login, how to hard coding such that it will auto load qtopia? 

# /etc/rc.d/init.d/qtopia

0 Kudos
4 Replies

547 Views
fabio_estevam
NXP Employee
NXP Employee

1. To remove the login process in boot:

./ltib -c

 

,then under ---Target System Configuration , click on Options --->

 

and unselect "[] boot up with a tty and login" option

 

2. You can add the "/etc/rc.d/init.d/qtopia start" line into rootfs/etc/profile for Qtopia to start automatically.

 

Regards,

 

Fabio Estevam

0 Kudos

547 Views
dratengon
Contributor I

Thanks. Now is able to auto start with qtopia.

 

Now, trying to build with more features like adding calander, contact and Media player. After successfully build and download, I dont see calendar, contact and Media player?

 

Do I need to do include them in some way?

0 Kudos

547 Views
fabio_estevam
NXP Employee
NXP Employee

Yes, you should include them as follows:

 

./ltib -c 

 

 Package List

  Qtopia --->

   Applications --->

   

and then select all the apps that you want to use in Qtopia.

 

Regards,

 

Fabio Estevam

0 Kudos

547 Views
dratengon
Contributor I

yes. I did that and even build with ./ltib after ./ltib -c.

I'm not sure y it wont show those newly added application.

0 Kudos