Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Issue using an external toolchain
@ 2009-08-05 13:28 gilles TALIS
  2009-08-05 13:51 ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: gilles TALIS @ 2009-08-05 13:28 UTC (permalink / raw)
  To: buildroot

Hi,

I saw that this topic has been raised many times in the buildroot
discussions but I could not find an answer to my problem.
I tired using CodeSourcery ARM 2008q3 toolchain (built with glibc) with
buildroot and could finally build the software I needed.

Unfortunately, I am facing a strange problem I don't know about to go passed
it.
When I get to the "Welcome to Buildroot" prompt, the login process asks for
a password. When I use a toolchain I have built myself using
uClibc/crosstool-ng, I am never requested to provide a password.

I tried "root", "admin" whatever as password but it does not work.
Can someone help me and also explain to me why I get requested the password
now?

thanks
Gilles.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090805/4901711e/attachment.htm>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] Issue using an external toolchain
  2009-08-05 13:28 [Buildroot] Issue using an external toolchain gilles TALIS
@ 2009-08-05 13:51 ` Peter Korsgaard
       [not found]   ` <c8515bdc0908050706y65cb1f8ci8fe42c3f49cd078c@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2009-08-05 13:51 UTC (permalink / raw)
  To: buildroot

>>>>> "gilles" == gilles TALIS <gilles.talis@gmail.com> writes:

Hi,

 gilles> When I get to the "Welcome to Buildroot" prompt, the login
 gilles> process asks for a password. When I use a toolchain I have
 gilles> built myself using uClibc/crosstool-ng, I am never requested
 gilles> to provide a password.

 gilles> I tried "root", "admin" whatever as password but it does not
 gilles> work.  Can someone help me and also explain to me why I get
 gilles> requested the password now?

Does it really ask for a password or do you just get the login prompt
again? If so, is the external toolchain configured for hard- or
softfloat?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] Issue using an external toolchain
       [not found]   ` <c8515bdc0908050706y65cb1f8ci8fe42c3f49cd078c@mail.gmail.com>
@ 2009-08-05 14:35     ` Peter Korsgaard
  2009-08-05 14:44       ` Gilles Talis
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2009-08-05 14:35 UTC (permalink / raw)
  To: buildroot

>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

 Gilles> Hi Peter,
 Gilles> Thanks for your help.

You're welcome. Please keep the buildroot list in the to: so other
people can also help/learn.

 Gilles> FYI, it really asks for a password as shown below (output of my console):

 Gilles> Welcome to Buildroot
 Gilles> (none) login: root
 Gilles> Password:
 Gilles> Login incorrect

Is this booting from flash or NFS? Have you verified the permissions
of /etc/passwd / /etc/shadow and the /dev device nodes?

 Gilles> It takes a few seconds before coming back to me saying "login
 Gilles> incorrect"

 Gilles> I do not know if the toolchain is configured for hard or
 Gilles> softfloat. Is this important?

Yes it is.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] Issue using an external toolchain
  2009-08-05 14:35     ` Peter Korsgaard
@ 2009-08-05 14:44       ` Gilles Talis
  2009-08-05 18:56         ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Gilles Talis @ 2009-08-05 14:44 UTC (permalink / raw)
  To: buildroot

Sorry. I did not realize I had not copied the buildroot list.

To answer your questions, I am booting from flash. I have not verified the
permissions, may be I should do that.
I'll check that and come back to you.

I'll also play around with the hard and soft float option in buildroot to
see if it makes a difference.

FYI, I am using buildroot.2009-02.

Gilles

2009/8/5 Peter Korsgaard <jacmet@uclibc.org>

> >>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:
>
>  Gilles> Hi Peter,
>  Gilles> Thanks for your help.
>
> You're welcome. Please keep the buildroot list in the to: so other
> people can also help/learn.
>
>  Gilles> FYI, it really asks for a password as shown below (output of my
> console):
>
>  Gilles> Welcome to Buildroot
>  Gilles> (none) login: root
>  Gilles> Password:
>  Gilles> Login incorrect
>
> Is this booting from flash or NFS? Have you verified the permissions
> of /etc/passwd / /etc/shadow and the /dev device nodes?
>
>  Gilles> It takes a few seconds before coming back to me saying "login
>  Gilles> incorrect"
>
>  Gilles> I do not know if the toolchain is configured for hard or
>  Gilles> softfloat. Is this important?
>
> Yes it is.
>
> --
> Bye, Peter Korsgaard
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090805/bad6cb21/attachment.htm>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] Issue using an external toolchain
  2009-08-05 14:44       ` Gilles Talis
@ 2009-08-05 18:56         ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2009-08-05 18:56 UTC (permalink / raw)
  To: buildroot

>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

 Gilles> Sorry. I did not realize I had not copied the buildroot list.
 Gilles> To answer your questions, I am booting from flash. I have not verified the
 Gilles> permissions, may be I should do that.
 Gilles> I'll check that and come back to you.

 Gilles> I'll also play around with the hard and soft float option in buildroot to see
 Gilles> if it makes a difference.

 Gilles> FYI, I am using buildroot.2009-02.

Please give 2009.08-rc1 or git a try, there has been a lot of bug
fixes since 2009.02.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-08-05 18:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-05 13:28 [Buildroot] Issue using an external toolchain gilles TALIS
2009-08-05 13:51 ` Peter Korsgaard
     [not found]   ` <c8515bdc0908050706y65cb1f8ci8fe42c3f49cd078c@mail.gmail.com>
2009-08-05 14:35     ` Peter Korsgaard
2009-08-05 14:44       ` Gilles Talis
2009-08-05 18:56         ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox