WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Watchdog driver  (Read 2432 times)

Offline batzilo

  • Newbie
  • *
  • Posts: 2
Watchdog driver
« on: May 06, 2014, 02:52:02 AM »
Hello guys, greetings from Greece :)

I can't find a watchdog timer driver for piCore 5.2.2.

Is it available? Where could I find it?

Thank you

batzilo

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Watchdog driver
« Reply #1 on: May 06, 2014, 03:15:41 AM »
It is built into the kernel, not a module.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline batzilo

  • Newbie
  • *
  • Posts: 2
Re: Watchdog driver
« Reply #2 on: May 06, 2014, 03:40:35 AM »
Markus thanx for the reply

Can you help me with /dev/watchdog node creation? What is the character device major and minor number? on piCore 5.2.2 there is no /dev/watchdog file by default

Thank you

edit: I already tryied
Code: (bash) [Select]
# mknod /dev/watchdog c 10 130 but then if I
Code: (bash) [Select]
# cat /dev/watchdogI get No Such Device
« Last Edit: May 06, 2014, 03:49:14 AM by batzilo »

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Watchdog driver
« Reply #3 on: May 06, 2014, 04:00:35 AM »
Can't check 5.2.2 as actually running 5.3rc2 but /dev/watchdog is there by default and this part of kernel config is the same.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Watchdog driver
« Reply #4 on: May 06, 2014, 01:18:54 PM »
Checked 5.2.2 Watchdog driver is there by default
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."