Date: Tue, 26 Apr 2016 02:43:44 -0600 From: Mike Brown <mike@skew.org> To: freebsd-arm@freebsd.org Subject: Booting FreeBSD on BeagleBone Black from microSD by default Message-ID: <20160426084344.GA29063@chilled.skew.org> In-Reply-To: <1460470770.52955.14.camel@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
When I was looking to do this, I was told on IRC to just rename the MLO file: mkdir /emmc.root mount -t msdosfs /dev/mmcsd1s1 /emmc.root cd /emmc.root && mv MLO MLO.old Once MLO is renamed, /dev/mmcsd1s2 is then available for whatever you want. I use it for swap. Is there any advantage to using the gpart method instead of renaming MLO?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160426084344.GA29063>