* [Buildroot] [Bug 10036] New: Buildroot builds Raspbian Jessie headless image presenting incorrect prompt
@ 2017-07-11 20:45 bugzilla at busybox.net
2017-07-11 21:29 ` [Buildroot] [Bug 10036] " bugzilla at busybox.net
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-07-11 20:45 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=10036
Bug ID: 10036
Summary: Buildroot builds Raspbian Jessie headless image
presenting incorrect prompt
Product: buildroot
Version: 2017.05
Hardware: All
OS: Linux
Status: NEW
Severity: major
Priority: P5
Component: Other
Assignee: unassigned at buildroot.uclibc.org
Reporter: ptomov at mirion.com
CC: buildroot at uclibc.org
Target Milestone: ---
Hi,
After building a new headless raspbian Jessie image from the original Buildroot
clone, I flashed it into a CD card and started my Rasberry Pi 3 board with this
card. But the prompt in the login stage was "buidroot login:" and not as I
expected "rpi3 login:". Please advise me how to define the correct prompt name
before building my image.
Thanks,
Pavel
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 10036] Buildroot builds Raspbian Jessie headless image presenting incorrect prompt
2017-07-11 20:45 [Buildroot] [Bug 10036] New: Buildroot builds Raspbian Jessie headless image presenting incorrect prompt bugzilla at busybox.net
@ 2017-07-11 21:29 ` bugzilla at busybox.net
2017-07-11 21:49 ` bugzilla at busybox.net
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-07-11 21:29 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=10036
--- Comment #1 from Paul Tomov <ptomov@mirion.com> ---
In addition when I try to run "sudo" command it reports- sh- sudo not found.
Please explain.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 10036] Buildroot builds Raspbian Jessie headless image presenting incorrect prompt
2017-07-11 20:45 [Buildroot] [Bug 10036] New: Buildroot builds Raspbian Jessie headless image presenting incorrect prompt bugzilla at busybox.net
2017-07-11 21:29 ` [Buildroot] [Bug 10036] " bugzilla at busybox.net
@ 2017-07-11 21:49 ` bugzilla at busybox.net
2017-07-11 22:48 ` bugzilla at busybox.net
2017-07-12 7:51 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-07-11 21:49 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=10036
Arnout Vandecappelle <arnout@mind.be> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #2 from Arnout Vandecappelle <arnout@mind.be> ---
Please use the mailing list or IRC for questions. The bug tracker is for
reporting bugs.
The "buildroot login:" prompt appears because your system is configured with
"buildroot" as hostname - this is the default. If you want to change this, look
for the BR2_TARGET_GENERIC_HOSTNAME in "make menuconfig".
sudo is not found because you have not installed it. Look for BR2_PACKAGE_SUDO
in "make menuconfig".
If all this is not clear, you may want to consult
http://buildroot.org/manual.html
By the way, you can't build a raspbian image from Buildroot, there are quite a
few Required packages missing and the skeleton is different.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 10036] Buildroot builds Raspbian Jessie headless image presenting incorrect prompt
2017-07-11 20:45 [Buildroot] [Bug 10036] New: Buildroot builds Raspbian Jessie headless image presenting incorrect prompt bugzilla at busybox.net
2017-07-11 21:29 ` [Buildroot] [Bug 10036] " bugzilla at busybox.net
2017-07-11 21:49 ` bugzilla at busybox.net
@ 2017-07-11 22:48 ` bugzilla at busybox.net
2017-07-12 7:51 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-07-11 22:48 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=10036
--- Comment #3 from Paul Tomov <ptomov@mirion.com> ---
Hi,
Please explain what packages I need to add to Buildroot image in order to build
a full-fledged (including "sudo" available) Rasbian headless image or raspberry
Pi 3 and the places to download them from.
The other question is how to add my application files to the Buildroot image
and make my application a startup one.
Thank you,
Pavel
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 10036] Buildroot builds Raspbian Jessie headless image presenting incorrect prompt
2017-07-11 20:45 [Buildroot] [Bug 10036] New: Buildroot builds Raspbian Jessie headless image presenting incorrect prompt bugzilla at busybox.net
` (2 preceding siblings ...)
2017-07-11 22:48 ` bugzilla at busybox.net
@ 2017-07-12 7:51 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-07-12 7:51 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=10036
--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Paul, I think you are very confused about what Buildroot and what Raspbian are.
Buildroot and Raspbian have nothing in common, and trying to "build" Raspbian
with Buildroot doesn't make any sense at all.
Buildroot is an embedded Linux build system, to build highly customized Linux
systems by cross-compilation. It does not build Linux distributions with binary
packages, but just a root filesystem image, with no package management system
at all.
Raspbian is based on Debian, and provides a full-featured Linux distribution,
with a package management system.
There is simply no way Buildroot can be used to "produce" Raspbian.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-07-12 7:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-11 20:45 [Buildroot] [Bug 10036] New: Buildroot builds Raspbian Jessie headless image presenting incorrect prompt bugzilla at busybox.net
2017-07-11 21:29 ` [Buildroot] [Bug 10036] " bugzilla at busybox.net
2017-07-11 21:49 ` bugzilla at busybox.net
2017-07-11 22:48 ` bugzilla at busybox.net
2017-07-12 7:51 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox