Anonymous

Project:Bifferboard: Difference between revisions

From London Hackspace Wiki
Line 61: Line 61:
  ./build.sh 2.6.32
  ./build.sh 2.6.32


The rootfs step requires debootstrap.
The rootfs step requires debootstrap, and took 1 hour to build on lovelace.  The root password is hackspace.


  sudo su
  sudo su
Line 67: Line 67:
  ./format-and-mount.sh /dev/sdb /mnt/biffo
  ./format-and-mount.sh /dev/sdb /mnt/biffo
  ./install-debian.sh /mnt/biffo/ uk
  ./install-debian.sh /mnt/biffo/ uk
Set up the [[BusPirate]] if you're using it:
screen /dev/ttyUSB2 115200
M
3
9
1
1
1
2
(1)
Space, Ctrl+A, :quit, Enter
And finally, burn the loader:
cd boot
./bb_upload8.py /dev/ttyUSB2 /mnt/biffo/boot/vmlinuz-2.6.32-bifferboard
Unmount /mnt/biffo before booting.