Message from discussion
Panda board usb boot: not able to load kernal
Received: by 10.68.236.170 with SMTP id uv10mr10755316pbc.4.1332817173942;
Mon, 26 Mar 2012 19:59:33 -0700 (PDT)
X-BeenThere: pandaboard@googlegroups.com
Received: by 10.68.230.103 with SMTP id sx7ls9840333pbc.7.gmail; Mon, 26 Mar
2012 19:59:31 -0700 (PDT)
Received: by 10.68.216.104 with SMTP id op8mr3906563pbc.1.1332817171754;
Mon, 26 Mar 2012 19:59:31 -0700 (PDT)
Date: Mon, 26 Mar 2012 19:59:31 -0700 (PDT)
From: Ashutosh <ashutosh.sarv...@gmail.com>
To: pandaboard@googlegroups.com
Message-ID: <17146659.473.1332817171241.JavaMail.geo-discussion-forums@pbbpx3>
In-Reply-To: <5d45a361-82bf-4c67-8e96-406e73de19d7@pg2g2000pbb.googlegroups.com>
References: <56083b92-efbb-404f-8313-80f3643a28dd@jx17g2000pbb.googlegroups.com>
<5d45a361-82bf-4c67-8e96-406e73de19d7@pg2g2000pbb.googlegroups.com>
Subject: Re: Panda board usb boot: not able to load kernal
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_Part_471_13086429.1332817171239"
------=_Part_471_13086429.1332817171239
Content-Type: multipart/alternative;
boundary="----=_Part_472_27871542.1332817171240"
------=_Part_472_27871542.1332817171240
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Thanks for your reply.I tried to transfer it directly but no luck.
I have downloaded kernel from this source (git clone git://
git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git) and
compiled it.
when i directly boot the kernel (sudo ./usbboot aboot.bin zImage )it hangs
with following serial output:
[ aboot second-stage loader ]
MSV=00000000
jumping to 0x82000000...
Uncompressing Linux... done, booting the kernel.
Warning: Neither atags nor dtb found
I dont know whether my image is having some problem ???
Please suggest.
Ashutosh
On Tuesday, 27 March 2012 02:28:05 UTC+5:30, David Anders wrote:
>
>
> generally there is no need to load u-boot when booting with this
> method
>
> sudo ./usbboot ./aboot.bin zImage
>
> if you choose to upload the u-boot, you will need to setup uboot to
> read the linux kernel from a specific location to boot.
>
> Dave
>
>
> On Mar 24, 12:55 pm, Ashutosh <ashutosh.sarv...@gmail.com> wrote:
> > Hi ,
> > I am new to pandaboard and trying to boot it through USB.
> > I am using USB Downloader utility(http://pandaboard.org/content/usb-
> > downloader-and-usb-second-stage-bootloader-omap4) for this.
> > when i try
> > sudo ./usbboot ./aboot.bin u-boot.bin
> > it transfers the u-boot and i get the panda bootloader prompt.
> > Following is my serial output:
> >
> > [ aboot second-stage loader ]
> >
> > MSV=00000000
> > jumping to 0x80e80000...
> > came till here
> >
> > U-Boot 2011.12-dirty (Feb 25 2012 - 07:23:55)
> >
> > CPU : OMAP4430 ES2.1
> > Board: OMAP4 Panda
> > I2C: ready
> > DRAM: 1 GiB
> > MMC: OMAP SD/MMC: 0
> > Using default environment
> >
> > In: serial
> > Out: serial
> > Err: serial
> > Hit any key to stop autoboot: 0
> > Card did not respond to voltage select!
> > Panda #
> >
> > Now how to load kernel image ??
> > Please suggest.
> >
> > Thanks
------=_Part_472_27871542.1332817171240
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
<span style=3D"font-family: arial, sans-serif; background-color: rgba(255, =
255, 255, 0.917969); ">Thanks for your reply.I tried to transfer it directl=
y but no luck.</span><div style=3D"font-family: arial, sans-serif; backgrou=
nd-color: rgba(255, 255, 255, 0.917969); ">I have downloaded kernel from th=
is source (git clone git://<a href=3D"http://git.kernel.org/pub/scm/linux/k=
ernel/git/stable/linux-stable.git" target=3D"_blank" style=3D"color: rgb(17=
, 85, 204); ">git.kernel.org/pub/scm/<wbr>linux/kernel/git/stable/linux-<wb=
r>stable.git</a>) and compiled it.<br>when i directly boot the kernel (sudo=
./usbboot aboot.bin zImage )it hangs with following serial output:</div><d=
iv style=3D"font-family: arial, sans-serif; background-color: rgba(255, 255=
, 255, 0.917969); "><div>[ aboot second-stage loader ]</div><div><br></div>=
<div>MSV=3D00000000</div><div>jumping to 0x82000000...</div><div>Uncompress=
ing Linux... done, booting the kernel.</div><div>Warning: Neither atags nor=
dtb found</div></div><div style=3D"font-family: arial, sans-serif; backgro=
und-color: rgba(255, 255, 255, 0.917969); "><br></div><div style=3D"font-fa=
mily: arial, sans-serif; background-color: rgba(255, 255, 255, 0.917969); "=
>I dont know whether my image is having some problem ???</div><div style=3D=
"font-family: arial, sans-serif; background-color: rgba(255, 255, 255, 0.91=
7969); ">Please suggest.</div><div style=3D"font-family: arial, sans-serif;=
background-color: rgba(255, 255, 255, 0.917969); ">Ashutosh</div><br>On Tu=
esday, 27 March 2012 02:28:05 UTC+5:30, David Anders wrote:<blockquote cla=
ss=3D"gmail_quote" style=3D"margin: 0;margin-left: 0.8ex;border-left: 1px #=
ccc solid;padding-left: 1ex;"><br>generally there is no need to load u-boot=
when booting with this
<br>method
<br>
<br>sudo ./usbboot ./aboot.bin zImage
<br>
<br>if you choose to upload the u-boot, you will need to setup uboot to
<br>read the linux kernel from a specific location to boot.
<br>
<br>Dave
<br>
<br>
<br>On Mar 24, 12:55 pm, Ashutosh <<a>ashutosh.sarv...@gmail.com</a=
>> wrote:
<br>> Hi ,
<br>> I am new to pandaboard and trying to boot it through USB.
<br>> I am using USB Downloader utility(<a href=3D"http://pandaboard.org=
/content/usb-" target=3D"_blank">http://pandaboard.org/<wbr>content/usb-</a=
>
<br>> downloader-and-usb-second-<wbr>stage-bootloader-omap4) for this.
<br>> when i try
<br>> sudo ./usbboot ./aboot.bin u-boot.bin
<br>> it transfers the u-boot and i get the panda bootloader prompt.
<br>> Following is my serial output:
<br>>
<br>> [ aboot second-stage loader ]
<br>>
<br>> MSV=3D00000000
<br>> jumping to 0x80e80000...
<br>> came till here
<br>>
<br>> U-Boot 2011.12-dirty (Feb 25 2012 - 07:23:55)
<br>>
<br>> CPU : OMAP4430 ES2.1
<br>> Board: OMAP4 Panda
<br>> I2C: ready
<br>> DRAM: 1 GiB
<br>> MMC: OMAP SD/MMC: 0
<br>> Using default environment
<br>>
<br>> In: serial
<br>> Out: serial
<br>> Err: serial
<br>> Hit any key to stop autoboot: 0
<br>> Card did not respond to voltage select!
<br>> Panda #
<br>>
<br>> Now how to load kernel image ??
<br>> Please suggest.
<br>>
<br>> Thanks</blockquote>
------=_Part_472_27871542.1332817171240--
------=_Part_471_13086429.1332817171239--