Code: Select all
$ sudo vcgencmd measure_temp
temp=81.0'C
$ uptime
04:44:05 up 19 min, 1 user, load average: 0.00, 0.02, 0.05
Code: Select all
$ sudo vcgencmd measure_temp
temp=81.0'C
$ uptime
04:44:05 up 19 min, 1 user, load average: 0.00, 0.02, 0.05
Code: Select all
$ sudo vcgencmd measure_volts
volt=0.8437V
Code: Select all
$ cat /boot/config.txt
# For more options and information see
# http://www.raspberrypi.org/documentation/configuration/config-txt.md
# Some settings may impact device functionality. See link above for details
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
disable_overscan=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720
# uncomment if hdmi display is not detected and composite is being output
hdmi_force_hotplug=0
# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
# uncomment for composite PAL
#sdtv_mode=2
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
dtparam=audio=on
## added for vc4 driver
#mask_gpu_interrupt0=0x400
#avoid_warnings=2
#dtparam=spi=on
#gpu_mem=64
#dtoverlay=vc4-kms-v3d
Is that an upgrade Stretch rather than a new Buster install?Iryab wrote: ↑Tue Jun 25, 2019 9:50 amThe Pi is headless - I have no displays connected.
config.txt contains:Code: Select all
$ sudo vcgencmd measure_volts volt=0.8437V
Code: Select all
$ cat /boot/config.txt # For more options and information see # http://www.raspberrypi.org/documentation/configuration/config-txt.md # Some settings may impact device functionality. See link above for details # uncomment if you get no picture on HDMI for a default "safe" mode #hdmi_safe=1 # uncomment this if your display has a black border of unused pixels visible # and your display can output without overscan disable_overscan=1 # uncomment the following to adjust overscan. Use positive numbers if console # goes off screen, and negative if there is too much border #overscan_left=16 #overscan_right=16 #overscan_top=16 #overscan_bottom=16 # uncomment to force a console size. By default it will be display's size minus # overscan. #framebuffer_width=1280 #framebuffer_height=720 # uncomment if hdmi display is not detected and composite is being output hdmi_force_hotplug=0 # uncomment to force a specific HDMI mode (this will force VGA) #hdmi_group=1 #hdmi_mode=1 # uncomment to force a HDMI mode rather than DVI. This can make audio work in # DMT (computer monitor) modes #hdmi_drive=2 # uncomment to increase signal to HDMI, if you have interference, blanking, or # no display #config_hdmi_boost=4 # uncomment for composite PAL #sdtv_mode=2 #uncomment to overclock the arm. 700 MHz is the default. #arm_freq=800 dtparam=audio=on ## added for vc4 driver #mask_gpu_interrupt0=0x400 #avoid_warnings=2 #dtparam=spi=on #gpu_mem=64 #dtoverlay=vc4-kms-v3d
Yes. It originated as a Wheezy install which has been upgraded over the years.Is that an upgrade Stretch rather than a new Buster install?
It might be worth trying a new install on a new SD card to see if the problem persists. I suspect it will, but worth a go.
Code: Select all
top - 15:57:46 up 3:29, 1 user, load average: 0.00, 0.10, 0.16
Tasks: 106 total, 1 running, 105 sleeping, 0 stopped, 0 zombie
%Cpu(s): 0.1 us, 0.1 sy, 0.0 ni, 99.8 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
MiB Mem : 3906.0 total, 3356.9 free, 91.6 used, 457.5 buff/cache
MiB Swap: 100.0 total, 100.0 free, 0.0 used. 3677.4 avail Mem
Code: Select all
Linux raspberrypi 4.19.50-v7l+ #895 SMP Thu Jun 20 16:03:42 BST 2019 armv7l GNU/Linux
Code: Select all
sudo vcgencmd measure_volts
volt=0.9333V
Code: Select all
vcgencmd measure_temp
temp=74.0'C
Code: Select all
vcgencmd measure_temp
temp=82.0'C
Code: Select all
# For more options and information see
# http://rpf.io/configtxt
# Some settings may impact device functionality. See link above for details
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720
# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
# uncomment for composite PAL
#sdtv_mode=2
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on
# Uncomment this to enable the lirc-rpi module
#dtoverlay=lirc-rpi
# Additional overlays and parameters are documented /boot/overlays/README
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
[all]
#dtoverlay=vc4-fkms-v3d
# NOOBS Auto-generated Settings:
hdmi_force_hotplug=1
hdmi_enable_4k=1
I can have one tomorrow.martinrowan wrote: ↑Tue Jun 25, 2019 9:38 pm@PeterO, do you have a temperature reference for a Pi3b+ in a similar Coupe case?
Code: Select all
pi@raspberrypi:~ $ vcgencmd measure_temp
temp=57.0'C
pi@raspberrypi:~ $ cat /sys/class/thermal/thermal_zone0/temp
56478
Just remembered about this.PeterO wrote: ↑Tue Jun 25, 2019 9:40 pmI can have one tomorrow.martinrowan wrote: ↑Tue Jun 25, 2019 9:38 pm@PeterO, do you have a temperature reference for a Pi3b+ in a similar Coupe case?
PeterO
The case doesn't seem that clever. I get to 80c with youtube playing, then 65c at idle, with the lid off! It could do with some holes drilled in the lid.If this sort of jump is the norm for the Pi4, the new fully enclosed official case for the Pi4 could need a bit of a rethink, IMHO. Time will tell.
Same as with previous model Pi, overclock the Pi in reverse, add to config.txt