* Booting from busy box failed
@ 2009-08-20 5:15 Tar Gz
2009-08-20 11:01 ` Gary Thomas
0 siblings, 1 reply; 5+ messages in thread
From: Tar Gz @ 2009-08-20 5:15 UTC (permalink / raw)
To: linux-omap
hi all,
i try to using linux 2.6.26-omap1 at omap3430
it's my env variable
OMAP34XX LAB # print
bootdelay=3
baudrate=115200
filesize=34a8
bootfile="uImage"
bootargs=console=ttyS2,115200n8 rw root=/dev/mmcblk0p2 rootdelay=2 mem=128M
#mmcinit
#fatload mmc 0 80300000
#bootm 80300000
******************************************
Starting System Init for OMAP3430LAB
Release: 0.1
******************************************
Saving kernel ring buffer : OK
Mounting devpts : OK
Starting syslogd : OK
Starting klogd : OK
Mounting filesystems : OK
Please press Enter to activate this console.
BusyBox v1.6.1 (2008-07-17 12:54:29 CDT) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
#
then i try to type :
# /etc/init.d/rcS
Mounting proc : mount: mounting /proc on /proc failed
Error in /proc filesystem - init aborted
hemmm any idea?
best regards,
Aldyth M
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Booting from busy box failed
2009-08-20 5:15 Booting from busy box failed Tar Gz
@ 2009-08-20 11:01 ` Gary Thomas
2009-08-20 14:39 ` Tar Gz
0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2009-08-20 11:01 UTC (permalink / raw)
To: Tar Gz; +Cc: linux-omap
Tar Gz wrote:
> hi all,
> i try to using linux 2.6.26-omap1 at omap3430
>
> it's my env variable
>
> OMAP34XX LAB # print
> bootdelay=3
> baudrate=115200
> filesize=34a8
> bootfile="uImage"
> bootargs=console=ttyS2,115200n8 rw root=/dev/mmcblk0p2 rootdelay=2 mem=128M
>
> #mmcinit
> #fatload mmc 0 80300000
> #bootm 80300000
>
> ******************************************
> Starting System Init for OMAP3430LAB
> Release: 0.1
> ******************************************
> Saving kernel ring buffer : OK
> Mounting devpts : OK
> Starting syslogd : OK
> Starting klogd : OK
> Mounting filesystems : OK
>
> Please press Enter to activate this console.
>
>
> BusyBox v1.6.1 (2008-07-17 12:54:29 CDT) Built-in shell (ash)
> Enter 'help' for a list of built-in commands.
>
> #
>
> then i try to type :
>
> # /etc/init.d/rcS
> Mounting proc : mount: mounting /proc on /proc failed
> Error in /proc filesystem - init aborted
>
Does the directory [mount point] '/proc' exist?
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Booting from busy box failed
2009-08-20 11:01 ` Gary Thomas
@ 2009-08-20 14:39 ` Tar Gz
2009-08-20 15:02 ` Gary Thomas
0 siblings, 1 reply; 5+ messages in thread
From: Tar Gz @ 2009-08-20 14:39 UTC (permalink / raw)
To: Gary Thomas; +Cc: linux-omap
directory /proc in the second partition(my filesystem) and my kernel
configure to support proc filesystems...any idea?
On 8/20/09, Gary Thomas <gary@mlbassoc.com> wrote:
> Tar Gz wrote:
>> hi all,
>> i try to using linux 2.6.26-omap1 at omap3430
>>
>> it's my env variable
>>
>> OMAP34XX LAB # print
>> bootdelay=3
>> baudrate=115200
>> filesize=34a8
>> bootfile="uImage"
>> bootargs=console=ttyS2,115200n8 rw root=/dev/mmcblk0p2 rootdelay=2
>> mem=128M
>>
>> #mmcinit
>> #fatload mmc 0 80300000
>> #bootm 80300000
>>
>> ******************************************
>> Starting System Init for OMAP3430LAB
>> Release: 0.1
>> ******************************************
>> Saving kernel ring buffer : OK
>> Mounting devpts : OK
>> Starting syslogd : OK
>> Starting klogd : OK
>> Mounting filesystems : OK
>>
>> Please press Enter to activate this console.
>>
>>
>> BusyBox v1.6.1 (2008-07-17 12:54:29 CDT) Built-in shell (ash)
>> Enter 'help' for a list of built-in commands.
>>
>> #
>>
>> then i try to type :
>>
>> # /etc/init.d/rcS
>> Mounting proc : mount: mounting /proc on /proc failed
>> Error in /proc filesystem - init aborted
>>
>
> Does the directory [mount point] '/proc' exist?
>
> --
> ------------------------------------------------------------
> Gary Thomas | Consulting for the
> MLB Associates | Embedded world
> ------------------------------------------------------------
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Booting from busy box failed
2009-08-20 14:39 ` Tar Gz
@ 2009-08-20 15:02 ` Gary Thomas
2009-08-20 16:50 ` Tar Gz
0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2009-08-20 15:02 UTC (permalink / raw)
To: Tar Gz; +Cc: linux-omap
Tar Gz wrote:
> directory /proc in the second partition(my filesystem) and my kernel
> configure to support proc filesystems...any idea?
First of all, don't top post :-(
Why are you running "/etc/init.d/rcS" manually? It looks to me
like it already ran & /proc should already be mounted.
What does the output of "mount" show?
> On 8/20/09, Gary Thomas <gary@mlbassoc.com> wrote:
>> Tar Gz wrote:
>>> hi all,
>>> i try to using linux 2.6.26-omap1 at omap3430
>>>
>>> it's my env variable
>>>
>>> OMAP34XX LAB # print
>>> bootdelay=3
>>> baudrate=115200
>>> filesize=34a8
>>> bootfile="uImage"
>>> bootargs=console=ttyS2,115200n8 rw root=/dev/mmcblk0p2 rootdelay=2
>>> mem=128M
>>>
>>> #mmcinit
>>> #fatload mmc 0 80300000
>>> #bootm 80300000
>>>
>>> ******************************************
>>> Starting System Init for OMAP3430LAB
>>> Release: 0.1
>>> ******************************************
>>> Saving kernel ring buffer : OK
>>> Mounting devpts : OK
>>> Starting syslogd : OK
>>> Starting klogd : OK
>>> Mounting filesystems : OK
>>>
>>> Please press Enter to activate this console.
>>>
>>>
>>> BusyBox v1.6.1 (2008-07-17 12:54:29 CDT) Built-in shell (ash)
>>> Enter 'help' for a list of built-in commands.
>>>
>>> #
>>>
>>> then i try to type :
>>>
>>> # /etc/init.d/rcS
>>> Mounting proc : mount: mounting /proc on /proc failed
>>> Error in /proc filesystem - init aborted
>>>
>> Does the directory [mount point] '/proc' exist?
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Booting from busy box failed
2009-08-20 15:02 ` Gary Thomas
@ 2009-08-20 16:50 ` Tar Gz
0 siblings, 0 replies; 5+ messages in thread
From: Tar Gz @ 2009-08-20 16:50 UTC (permalink / raw)
To: Gary Thomas; +Cc: linux-omap
oke i'm sorry hehehe
# mount
rootfs on / type rootfs (rw)
/dev/root on / type ext3 (rw,errors=continue,data=ordered)
/proc on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev type tmpfs (rw)
none on /dev/pts type devpts (rw,mode=620)
hemm it's mount
On 8/20/09, Gary Thomas <gary@mlbassoc.com> wrote:
> Tar Gz wrote:
>> directory /proc in the second partition(my filesystem) and my kernel
>> configure to support proc filesystems...any idea?
>
> First of all, don't top post :-(
>
> Why are you running "/etc/init.d/rcS" manually? It looks to me
> like it already ran & /proc should already be mounted.
>
> What does the output of "mount" show?
>
>> On 8/20/09, Gary Thomas <gary@mlbassoc.com> wrote:
>>> Tar Gz wrote:
>>>> hi all,
>>>> i try to using linux 2.6.26-omap1 at omap3430
>>>>
>>>> it's my env variable
>>>>
>>>> OMAP34XX LAB # print
>>>> bootdelay=3
>>>> baudrate=115200
>>>> filesize=34a8
>>>> bootfile="uImage"
>>>> bootargs=console=ttyS2,115200n8 rw root=/dev/mmcblk0p2 rootdelay=2
>>>> mem=128M
>>>>
>>>> #mmcinit
>>>> #fatload mmc 0 80300000
>>>> #bootm 80300000
>>>>
>>>> ******************************************
>>>> Starting System Init for OMAP3430LAB
>>>> Release: 0.1
>>>> ******************************************
>>>> Saving kernel ring buffer : OK
>>>> Mounting devpts : OK
>>>> Starting syslogd : OK
>>>> Starting klogd : OK
>>>> Mounting filesystems : OK
>>>>
>>>> Please press Enter to activate this console.
>>>>
>>>>
>>>> BusyBox v1.6.1 (2008-07-17 12:54:29 CDT) Built-in shell (ash)
>>>> Enter 'help' for a list of built-in commands.
>>>>
>>>> #
>>>>
>>>> then i try to type :
>>>>
>>>> # /etc/init.d/rcS
>>>> Mounting proc : mount: mounting /proc on /proc failed
>>>> Error in /proc filesystem - init aborted
>>>>
>>> Does the directory [mount point] '/proc' exist?
>
> --
> ------------------------------------------------------------
> Gary Thomas | Consulting for the
> MLB Associates | Embedded world
> ------------------------------------------------------------
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-08-20 16:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-20 5:15 Booting from busy box failed Tar Gz
2009-08-20 11:01 ` Gary Thomas
2009-08-20 14:39 ` Tar Gz
2009-08-20 15:02 ` Gary Thomas
2009-08-20 16:50 ` Tar Gz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox