Skip to content

Commit 98aec1a

Browse files
authored
Update README.md
1 parent 1137603 commit 98aec1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,8 @@ Some time ago i made an amplifier using tpa3116 (i will put the shematic someday
4444
<li><a href="https://stackoverflow.com/questions/74657226/receiving-audio-data-and-metadata-from-iphone-over-bluetooth-python">Bluetooth metadata readout</a></li>
4545
</ul>
4646
</ul>
47+
48+
## Alpine linux
49+
Recently I switched from raspbian to Alpine to reduce boot time. Tools like [this](https://github.com/macmpi/alpine-linux-headless-bootstrap) really make it simpler to setup.
50+
However I was still struggling with gpio permision problems ( [solution](https://raspberrypi.stackexchange.com/questions/40105/access-gpio-pins-without-root-no-access-to-dev-mem-try-running-as-root) ), and needed to compile lgpio from source ([script](install_scripts/lgpio_compile.sh)), but libiso9660 and libcdio-utils installation wasn't nessesary.
51+
Apart from that, everything works as it should.

0 commit comments

Comments
 (0)