Some Questions to L3.0.35 BSP on SABRESD

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

Some Questions to L3.0.35 BSP on SABRESD

638 Views
tomkaufer
Contributor I

Hello everybody

I'm working with a SABRESD board.

First I installed LTIB from BSP L3..., then I have also managed to bring uboot, image and rootfs to an SD card, Linux starts and I can login myself with the user name root and an empty password, in LTIB I have added the package inetd and I also set the network parameters (start networking in LTIB configuration):

root@freescale /etc$ ifconfig

eth0      Link encap:Ethernet  HWaddr 00:04:9F:02:6A:66 

          inet addr:192.168.0.222  Bcast:192.168.0.255  Mask:255.255.255.0

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:0 errors:0 dropped:0 overruns:0 frame:0

          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback 

          inet addr:127.0.0.1  Mask:255.0.0.0

          UP LOOPBACK RUNNING  MTU:16436  Metric:1

          RX packets:0 errors:0 dropped:0 overruns:0 frame:0

          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:0

          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

root@freescale /etc$

First question: It is possible to ping the Board, but I cannot link via telnet:

Trying 192.168.0.222

Connected to 192.168.0.222.

Escape character is '^]'.

telnetd: invalid option -- 'i'

telnetd: unknown command line option: ?

Connection closed by foreign host.

What is wrong?

### Second question: How can I change the default username/password or add another user, is this possible in LTIB or kernel? How can I change the freescale in the prompt? (I need a customized user/password/prompt, I want copy this via an image to different SD cards)

### Third question: Is Yocto the better way compared to LTIB

Many thanks in advance,

Tom

0 Kudos
1 Reply

363 Views
jayaramks
Contributor III

Hi,

First question: It is possible to ping the Board, but I cannot link via telnet:

Trying 192.168.0.222

Connected to 192.168.0.222.

Escape character is '^]'.

telnetd: invalid option -- 'i'

telnetd: unknown command line option: ?

Connection closed by foreign host.

What is wrong?

Change following line in /etc/inetd.conf from

"Telnet stream tcp nowait root / usr / sbin / telnetd telnetd-i"

to

"Telnet stream tcp nowait root / usr / sbin / telnetd telnetd"


Regards,

Jayaram

0 Kudos