<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<br>
<div class="moz-cite-prefix">On 12/28/2015 08:34 PM, Robert
Moskowitz wrote:<br>
</div>
<blockquote cite="mid:5681E309.7050703@htt-consult.com" type="cite">
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
<br>
<br>
<div class="moz-cite-prefix">On 12/28/2015 08:28 PM, Dave
Germiquet wrote:<br>
</div>
<blockquote cite="mid:SNT151-W86249AA79F167BC224540DDBFC0@phx.gbl"
type="cite">
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
<div dir="ltr">Hello,
<div><br>
</div>
<div>I am looking into putting Centos on my Beaglebone Black,
and I came across your rootfs factory. I'm wondering how it
works and what is the high->low level of implementing.</div>
<div><span style="font-size: 12pt;"><br>
</span></div>
<div><span style="font-size: 12pt;">Do I need an existing arm
binary system? </span></div>
<div><br>
Currently Beaglebone black comes with debian, and my desktop
is debian, how would I use your scripts, to make the initial
image?</div>
<div><br>
</div>
<div>The end goal is to have a centos system with Selinux
enabled.<br>
</div>
</div>
</blockquote>
<br>
RIght now we do not have a general image with all the uboots on
it. But do not fear, we will get you going...<br>
<br>
You will dd the Cubietruck image onto a mSD card. From:<br>
<br>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://mirror.centos.org/altarch/7/isos/armhfp/">http://mirror.centos.org/altarch/7/isos/armhfp/</a><br>
<br>
I will get the Beaglebone black uboot, put it up on my server, and
tell you how to dd that uboot onto the mSD card and then you
should be good to boot...<br>
</blockquote>
<br>
<br>
OK. Look over at:<br>
<br>
<a class="moz-txt-link-freetext" href="http://medon.htt-consult.com/~rgm/beaglebone/">http://medon.htt-consult.com/~rgm/beaglebone/</a><br>
<br>
To put these on your mSD card you would do:<br>
<br>
sudo dd if=MLO of=$MEDIA count=1 seek=1 conv=notrunc bs=128k; sync<br>
sudo dd if=u-boot.img of=$MEDIA count=2 seek=1 conv=notrunc bs=384k;
sync<br>
<br>
where $MEDIA is /dev/<where your card is><br>
<br>
I THINK this will work. There was quite a thread on the BBB on the
Fedora-arm list back in the summer...<br>
<br>
<br>
</body>
</html>