Raspberry Pi: Difference between revisions

From Elch-Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:
* Image auf SD-Card schreiben: dd bs=4M if=LibreELEC-RPi2.arm-9.2.3.img of=/dev/sdc status=progress; sync
* Image auf SD-Card schreiben: dd bs=4M if=LibreELEC-RPi2.arm-9.2.3.img of=/dev/sdc status=progress; sync
* Boot-Config ändern: mount -o remount,rw /flash
* Boot-Config ändern: mount -o remount,rw /flash
* https://www.opentechguides.com/how-to/article/raspberry-pi/28/raspi-display-setting.html

Revision as of 21:31, 31 July 2020

  • Raspberry Pi3 premium kit von Digitec
  • Image auf SD-Card schreiben: dd bs=4M if=LibreELEC-RPi2.arm-9.2.3.img of=/dev/sdc status=progress; sync
  • Boot-Config ändern: mount -o remount,rw /flash