[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ARM boot process
- To: Andre Oppermann <andre_(_at_)_freebsd_(_dot_)_org>
- Subject: Re: ARM boot process
- From: John-Mark Gurney <gurney_j_(_at_)_resnet_(_dot_)_uoregon_(_dot_)_edu>
- Date: Tue, 5 Sep 2006 13:10:55 -0700
- Cc: freebsd-arm_(_at_)_freebsd_(_dot_)_org
- Mail-followup-to: Andre Oppermann <andre_(_at_)_freebsd_(_dot_)_org>, "M. Warner Losh" <imp_(_at_)_bsdimp_(_dot_)_com>, freebsd-arm_(_at_)_freebsd_(_dot_)_org
- Reply-to: John-Mark Gurney <gurney_j_(_at_)_resnet_(_dot_)_uoregon_(_dot_)_edu>
Andre Oppermann wrote this message on Tue, Sep 05, 2006 at 19:04 +0200:
> What I've got no clue yet is how to build a MFS image that gets fused
> with the kernel so I may skip NFS and boot with only TFTP or even put
> it on flash.
you can use mdconfig to make a file and newfs/mount it, or as Warner
said mkfs... (I've done the former)... You can all use GEOM_UZIP
to compress the mfs image down a bit more too...
I used:
makeoptions MFS_IMAGE="/tmp/mfs.ufs.uzip" # mfs image
options ROOTDEVNAME=\"ufs:md0.uzip\" # Root device
In my kernel config to put the image into the kernel, and boot from
it...
/me used it before he had an ethernet driver working.
--
John-Mark Gurney Voice: +1 415 225 5579
"All that I will do, has been done, All that I have, has not."
_______________________________________________
freebsd-arm_(_at_)_freebsd_(_dot_)_org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arm
To unsubscribe, send any mail to "freebsd-arm-unsubscribe_(_at_)_freebsd_(_dot_)_org"
Visit your host, monkey.org