Skip to content

Commit eca6a3e

Browse files
author
Andy Ray
committed
Possible new compilation script.
1 parent d2eea5b commit eca6a3e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: rpi/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,16 @@ TODO;
1515
* final steps which use raw block devices seem to require `root`. Would prefer it not to.
1616
* Use `-C` rather than `cd` in build.sh
1717
* No need to download uboot in `download.sh` as a later version is got in `install.sh`
18+
19+
# Another compilation script
20+
21+
I have just tried a different [compiler script](https://github.com/daveish/freebsd-arm-tools)
22+
using
23+
24+
```
25+
$ sudo ./build-arm-image.sh -g 32 -s 3 -w 256
26+
```
27+
28+
This script is based on the instructions from which I generated my own images but
29+
also adds swap. I need swap to build ocaml through opam it seems (I have a 256Mb
30+
rpi, I might just buy a 512Mb version).

0 commit comments

Comments
 (0)