Booting Linux Kernel without bootloader

David H. Lynch Jr. dhlii at dlasys.net
Fri Aug 4 02:49:24 EST 2006


Grant Likely wrote:
>
> I've got a similar situation on my Virtex-4 platform.  The FPGA takes
> care of all device initialization.  However, the kernel is loaded of a
> CF card via a *slow* JTAG interface.  Loading an uncompressed image is
> more time consuming than loading a compressed image and uncompressing
> it in software.
>
>   
    I am working with the Pico E-12. It is a CF formfactor device. It
has only a pseudo Parallel/Jtag
    interface exported through the CF connector Pico calls the Keyhole
Port, and A UartLite, and TEMAC off some mini connector.
    Pico has their own "monitor" program that fits in 32K of ram inside
the FPGA that loads and executes ELF files (or FPGA bit images)
    from a very simple FileSystem (basically a linked list). Then they
have Host software to Read/Write the Flash, update files in Flash, ...
    that works primarily through the Keyhole.

    I just build the Kernel as an ELF file, update the ELF File in Flash
and tell it to boot that file and away it goes.
   
   
   
   

-- 
Dave Lynch 					  	    DLA Systems
Software Development:  				         Embedded Linux
717.627.3770 	       dhlii at dlasys.net 	  http://www.dlasys.net
fax: 1.253.369.9244 			           Cell: 1.717.587.7774
Over 25 years' experience in platforms, languages, and technologies too numerous to list.

"Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction."
Albert Einstein




More information about the Linuxppc-embedded mailing list