[Arm-dev] Nits for the Wiki

Robert Moskowitz rgm at htt-consult.com
Tue Dec 22 13:51:50 UTC 2015


Under Supported Boards:

Cubietruck

Add:  Sata boot
          VGA output
Not working: Integrated Bluetooth
                       OTG (only regular USB works)

Unteseted: Sound (I think this also does not work)

Add Cubieboard2 as supported board.  :)

Unpacking on my Fedora system, the card is /dev/sdb, sometimes /dev/sdc

Selinux enforcing at firstboot for Cubieboards

Mount both partitions after dd step.

vi 
/run/media/userid/fa926fa0-ddcb-47ea-9731-ea5c92d9f959/extlinux/extlinux.conf
vi 
/run/media/userid/770af0f9-c7d9-4ae9-b024-1ba3c78d7550/etc/sysconfig/selinux
touch /run/media/userid/770af0f9-c7d9-4ae9-b024-1ba3c78d7550/.autorelabel

UUID will change with each image boot.
userid is logged in user
vi, make changes as specified.  It would be neat if someone could work 
out how to use sed for these changes so they can be scripted.

Similar for resize.  Or for resize:

     echo ", +" | sudo sfdisk -N 3 "$MEDIA"
     sudo fsck.ext4 -fy "$ROOTPART"
     sudo partprobe "$MEDIA"
     sudo resize2fs "$ROOTPART"

where
$MEDIA=/dev/_____
$ROOTPART=["${MEDIA}p3"|"${MEDIA}3"] (depending on system)

This is from the fedora-arm-installer rpm




More information about the Arm-dev mailing list