blob: 97acd9ae9b2de00bd69f1cd4a8d1ec13e20433c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
I used [this][img] image as a base, and stripped it down using the steps
recorded in [rice.sh](./rice.sh). This script can be run from the above image
by doing the following:
```
(login as `debian` with password `temppwd`)
$ curl -sLo- https://git.pipeframe.xyz/school/drvo/plain/2/rice.sh | sudo sh -s
```
[img]: https://www.beagleboard.org/distros/am335x-11-7-2023-09-02-4gb-emmc-xfce-flasher
|