Rasberry Pi: Difference between revisions

From Smithnet Wiki
Jump to navigation Jump to search
Line 9: Line 9:


== Rasberry Pi OS ==
== Rasberry Pi OS ==
See c[https://www.raspberrypi.com/documentation/computers/config_txt.html  /boot/firmware/config.txt].


=== Change swap ===
=== Change swap ===
Line 18: Line 20:
  dphys-swapfile setup
  dphys-swapfile setup
  dphys-swapfile swapon
  dphys-swapfile swapon
=== Composite Video ===
Note: CVBS is on sleve; Gnd is ring 3.
In config.txt, set sdtv_mode:
* sdtv_mode=2
for PAL (UK).

Revision as of 10:23, 25 April 2024

Device

Windows IOT

Rasberry Pi OS

See c/boot/firmware/config.txt.

Change swap

dphys-swapfile swapoff

Edit /etc/dphys-swapfile, eg 1GB:

CONF_SWAPSIZE=1024 
dphys-swapfile setup
dphys-swapfile swapon

Composite Video

Note: CVBS is on sleve; Gnd is ring 3.

In config.txt, set sdtv_mode:

  • sdtv_mode=2

for PAL (UK).