Skip to content
Snippets Groups Projects
Commit 33c11682 authored by Andreas Kempe's avatar Andreas Kempe
Browse files

rpi3_boot_config: add GPS compatible RPI3 B+ boot configuration

parent 50a70d5d
Branches
Tags v8.0.1842
No related merge requests found
root=/dev/mmcblk0p2 rw rootwait console=tty1 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 loglevel=4 elevator=noop
# NOTE: This file is handled by the timehost::rpi3_boot_config class.
enable_uart=1
dtoverlay=pps-gpio,gpiopin=27
# Install boot configuration to be able to use the GPS module with the
# Raspberry Pi 3 B+.
class timehost::rpi3_boot_config {
file { '/boot/cmdline.txt':
ensure => present,
source => 'puppet:///modules/timehost/bootfiles/cmdline.txt',
owner => 'root',
group => 'root',
}
file { '/boot/config.txt':
ensure => present,
source => 'puppet:///modules/timehost/bootfiles/config.txt',
owner => 'root',
group => 'root',
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment