Skip to content

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

License

Notifications You must be signed in to change notification settings

rascalmicro/rascal2-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6a23564 · Jul 25, 2023

History

66 Commits
Jan 5, 2015
Sep 16, 2014
Sep 15, 2014
Oct 15, 2014
Sep 24, 2014
Jul 30, 2015
Sep 15, 2014
Jul 28, 2015
Apr 15, 2015
Sep 24, 2014
Feb 2, 2015
Feb 2, 2015
Jul 28, 2015
Jan 5, 2015
Jul 30, 2015
Jul 25, 2023
Nov 26, 2014
Sep 15, 2014
Sep 16, 2014

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published