rascalmicro / rascal2-build

Scripts to convert the default Debian image for the BBB into the Rascal 2 image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Other useful stuff

Kernel upgrade

rm -rf /boot/uboot/App
rm -rf /boot/uboot/.Spotlight-V100/
rm -rf /boot/uboot/Drivers/Windows/
rm -rf /boot/uboot/Drivers/MacOSX/

wget --no-check-certificate https://rcn-ee.net/deb/wheezy-armhf/v3.17.0-bone4/install-me.sh
chmod +x ./install-me.sh
./install-me.sh

Setting up Rascal 2 repo with Aptly

Start a t2.micro instance of Ubuntu 14.04 LTS 64-bit on EC2.

Apply Ubuntu fixups from: https://github.com/pingswept/dev-log/blob/master/2014-04-ubuntu-fixups.markdown

Install aptly: http://www.aptly.info/download/

Generate GPG on laptop with GPG Tools from: https://gpgtools.org/

Not sure how to export keys / import to gpg keychain on EC2 instance.

Then maybe this would work?

aptly mirror create -architectures=armhf -filter='Priority (required) | Priority (important) | Priority (standard)' wheezy-main http://ftp.ru.debian.org/debian/ wheezy main

About

Scripts to convert the default Debian image for the BBB into the Rascal 2 image

License:GNU General Public License v3.0


Languages

Language:Python 61.4%Language:Shell 22.9%Language:Vim Script 15.7%