Building boot2 for ixp425
    Andrew Thompson 
    thompsa at FreeBSD.org
       
    Fri May 15 18:01:18 UTC 2009
    
    
  
On Fri, May 15, 2009 at 12:57:12PM -0500, Jon Loeliger wrote:
> > 
> > Ok, rather than flogging this more just do a buildworld first, 
> > 
> > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale \                                 
> >  	TARGET_BIG_ENDIAN=true buildworld
> >                                                 
> > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale \                                 
> >  	TARGET_BIG_ENDIAN=true buildenv                                        
> >                                         
> > cd sys/boot/arm/ixp425/boot2/
> > make   
> 
> OK!  This is progress, thanks!
> 
> So, I did the above buildworld.  That's KERNCONF agnostic, right?
> 
> And then I did the "buildenv/cd/make" above, and created a
> boot2 image finally.  Cool.  However, it is not UFS-kosher
> 
> Onto the Avila board, stuff in flash, and "go" it:
> 
>     RedBoot> go
>     FreeBSD ARM (Gateworks Avila) boot2 v0.4
>     Not ufs
The boot2 loader is only for booting when the kernel is on flash (ie
compat flash card plugged in). Are you sure you have flash storage
plugged in with a ufs bootable filesystem on it?
If you get your root filesystem from some other means (nfs) then you can
just write the kernel itself to redboot.
Andrew
    
    
More information about the freebsd-current
mailing list