blob: 2320774d7467d6d03bd3605c075b62614829e88a [file] [log] [blame]
Austin Schuhab8c0c52020-02-22 13:42:37 -08001This modifies a stock debian root filesystem to be able to operate as a vision
2pi. It is not trying to be reproducible, but should be good enough for FRC
3purposes.
4
5The default hostname and IP is pi-8971-1, 10.89.71.101.
6 Username pi, password raspberry.
7
8Download 2020-02-13-raspbian-buster-lite.img (or equivalent) and edit
9modify_rootfs.sh to point to it. Run modify_rootfs.sh to build the filesystem
10(you might need to hit return in a spot or two).
11
12After confirming the target device, deploy with
13 dd if=2020-02-13-raspbian-buster-lite.img of=/dev/sdX
14
15From there, log in, sudo to root, and run /root/bin/change_hostname.sh to
16change the hostname to the actual target.