Jump to content

marozsas

Members
  • Posts

    2
  • Joined

  • Last visited

  1. Hi There ! I have a Orange Pi 3 (H6 SOC I suppose) and I am trying to enable watchdog reset. As far I can see, there is no kernel module for it, and, as result, there is no /dev/watchdog device file. root@orangepi3:~# uname -a Linux orangepi3 5.2.5-sunxi64 #5.92 SMP Fri Aug 2 07:51:38 CEST 2019 aarch64 aarch64 aarch64 GNU/Linux root@orangepi3:~# lsmod Module Size Used by zstd 16384 4 zram 28672 2 btsdio 16384 0 bluetooth 360448 2 btsdio brcmfmac 204800 0 brcmutil 16384 1 brcmfmac snd_soc_hdmi_codec 16384 0 snd_soc_core 135168 1 snd_soc_hdmi_codec snd_pcm_dmaengine 16384 1 snd_soc_core snd_pcm 94208 3 snd_soc_hdmi_codec,snd_soc_core,snd_pcm_dmaengine snd_timer 32768 1 snd_pcm snd 57344 4 snd_soc_hdmi_codec,snd_timer,snd_soc_core,snd_pcm soundcore 16384 1 snd cfg80211 319488 1 brcmfmac rfkill 28672 5 bluetooth,cfg80211 sun50i_h6_ths 16384 0 cpufreq_dt 16384 0 realtek 20480 1 dw_hdmi_i2s_audio 16384 0 dw_hdmi_cec 16384 0 i2c_mv64xxx 20480 0 dwmac_sun8i 24576 0 mdio_mux 16384 1 dwmac_sun8i root@orangepi3:~# ls /dev/watchdog ls: cannot access '/dev/watchdog': No such file or directory root@orangepi3:~# I've installed watchdog package and added the line "extraarg=sunxi_wdt.nowayout=1" to /boot/armbianEnv.txt What am I missing ?
  2. There is nothing to worry about. The /run directory has run-time information only, transient data. The /run content is written at each boot,. It is saying that something changed in this directory/file during the transfer, which is expected, due to the nature of data in this place.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines