This is priya . I am trying to boot my beagle board with qi-loader .
These are the steps i followed to do that .
git clone git://gitorious.org/0xlab-bootloader/qi-bootloader.git
git checkout -b omap3530 origin/omap3530
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- CPU=omap3530
I can see image "qi-omap3530-beagle_qi_7ded6baff68d5271.bin" in image
folder .
I tried to load "qi-omap3530-beagle_qi_7ded6baff68d5271.bin" using
fatload
"fatload mmc 0:1 0x80200000 qi-omap3530-beagle_qi_7ded6baff68d5271.bin
"
u-boot command .This image is not booting .
Can u please guide me how to bootstrap the beagle board with qi-
loader.
Thanks & Regards,
Krishna Priya
Hey priya,
Thanks for your time trying Qi boot loader!
> git clone git://gitorious.org/0xlab-bootloader/qi-bootloader.git
> git checkout -b omap3530 origin/omap3530
> make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- CPU=omap3530
>
> I can see image "qi-omap3530-beagle_qi_7ded6baff68d5271.bin" in image
> folder .
> I tried to load "qi-omap3530-beagle_qi_7ded6baff68d5271.bin" using
> fatload
> "fatload mmc 0:1 0x80200000 qi-omap3530-beagle_qi_7ded6baff68d5271.bin
> "
No, it should be signed and renamed to the file "MLO". The
instructions could be followed
as mailing-list post:
http://groups.google.com/group/beagleboard/browse_thread/thread/1d376847e856de6d
"you need to use signGP which you can download (or download source and
build) from here:
http://code.google.com/p/beagleboard/wiki/BeagleSourceCode "
Matt, please improve the usage in Wiki page.
Also, do hold "User" button and press "Reset" to boot Qi from SD.
Sincerely,
Jim Huang (jserv)
http://0xlab.org/
Matt
Thanx for u r response.
I am using my beagle board with u-boot . I want to try qi-loader with
out distrubing my flash.So can u please suggest me how to load and
work with qi-loader through SD card.
Thanks & Regards,
Priya
On Dec 19, 7:25 am, Matt Hsu <m...@0xlab.org> wrote:
> Jim Huang wrote:
> > 2009/12/18 0xlab-devel <priya...@gmail.com>:
>
> >> hi Jim,
>
> >> This is priya . I am trying to boot my beagle board with qi-loader .
> >> These are the steps i followed to do that .
>
> > Hey priya,
>
> > Thanks for your time trying Qi boot loader!
>
> >> git clone git://gitorious.org/0xlab-bootloader/qi-bootloader.git
> >> git checkout -b omap3530 origin/omap3530
> >> make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- CPU=omap3530
>
> >> I can see image "qi-omap3530-beagle_qi_7ded6baff68d5271.bin" in image
> >> folder .
> >> I tried to load "qi-omap3530-beagle_qi_7ded6baff68d5271.bin" using
> >> fatload
> >> "fatload mmc 0:1 0x80200000 qi-omap3530-beagle_qi_7ded6baff68d5271.bin
> >> "
>
> > No, it should be signed and renamed to the file "MLO". The
> > instructions could be followed
> > as mailing-list post:
> > http://groups.google.com/group/beagleboard/browse_thread/thread/1d376...