We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2eea5b commit eca6a3eCopy full SHA for eca6a3e
rpi/README.md
@@ -15,3 +15,16 @@ TODO;
15
* final steps which use raw block devices seem to require `root`. Would prefer it not to.
16
* Use `-C` rather than `cd` in build.sh
17
* 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