User:Innsill/omxplayer-starter (amdhf): Difference between revisions

From Alpine Linux
(Created page with "# <br/>https://alpinelinux.org/downloads/ #* alpine-rpi-3.10.3-armhf.tar.gz #* alpine-rpi-3.10.3-armhf.tar.gz.sha256 #** sha256sum --check alpine-rpi-3.10.3-armhf.tar.gz.sha25...")
 
No edit summary
Line 1: Line 1:
{{Warning|
Be careful !</br>
<s>Spy backdoors China/Huawei</s> !</br>
Spy backdoors USA/Microsoft: ''[http://archive.fo/caysY#selection-691.152-697.117 Archive], [https://ownyourbits.com/2019/02/02/whats-wrong-with-the-raspberry-pi/ Source], [https://en.wikipedia.org/wiki/ThreadX#Products_Using_ThreadX ThreadX]'' }}
# <br/>https://alpinelinux.org/downloads/
# <br/>https://alpinelinux.org/downloads/
#* alpine-rpi-3.10.3-armhf.tar.gz
#* alpine-rpi-3.10.3-armhf.tar.gz

Revision as of 15:18, 25 October 2019

Warning:

Be careful !

Spy backdoors China/Huawei !

Spy backdoors USA/Microsoft: Archive, Source, ThreadX



  1. https://alpinelinux.org/downloads/
    • alpine-rpi-3.10.3-armhf.tar.gz
    • alpine-rpi-3.10.3-armhf.tar.gz.sha256
      • sha256sum --check alpine-rpi-3.10.3-armhf.tar.gz.sha256

  2. find / -name setup* -print | sort
    • setup-alpine

  3. omxplayer ?
    • vi /etc/apk/repositories
    • apk update && apk upgrade
    • apk add omxplayer

  4. mount /dev/sda /mnt
    • omxplayer /mnt/test.mpeg
    • ...