Update README.md

This commit is contained in:
Dimitris Panokostas 2020-06-11 10:35:43 +02:00 committed by GitHub
parent 0a86cf4af7
commit a5967471d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,6 +76,10 @@ For the Raspberry Pi 4
make -j2 PLATFORM=rpi4-sdl2
For the Raspberry Pi 4 64-bit
make -j2 PLATFORM=rpi64
For the Raspberry Pi 3(B+)
make -j2 PLATFORM=rpi3-sdl2
@ -92,7 +96,7 @@ For the Odroid XU4
make -j6 PLATFORM=xu4
For the ASUS Tinker board
For the ASUS Tinker board (Supported distro: Armbian)
make -j6 PLATFORM=RK3288
@ -108,6 +112,10 @@ For the OrangePi PC
make -j2 PLATFORM=orangepi-pc
For the Odroid N2/RockPro64
make -j2 PLATFORM=n2
You can check the Makefile for a full list of supported platforms!
For more documentation subjects, please check the [Wiki page](https://github.com/midwan/amiberry/wiki)