search for: kontron_wdt

Displaying 20 results from an estimated 31 matches for "kontron_wdt".

2013 Aug 13
5
Booting second label
Hi I'm using syslinux 5.01 and is installing our bootloader using "extlinux --install /boot". In the extlinux.conf I've specified that the kontron_wdt.c32 program should boot another label once it has been executed but it never calls the second label. Here's my extlinux.conf: default wdt timeout 5 prompt 1 label linuxfoo kernel /vmlinuz append root=/dev/sda2 #.... more options label wdt com32 kontron_wdt.c32 append timeout=120 default_lab...
2013 Aug 14
3
Booting second label
Hi Ady I tried removing Syslinux TIMEOUT and typing 'wdt' but the 'linuxfoo' label is still not called. I have to enter it manually and it will start. The "timeout=120" parameter is for the kontron_wdt.c32 watchdog. So the system will reset after 120 seconds if the watchdog hasn't been serviced. We're rebuilding the syslinux source code since we're cross compiling. Is there some special parameter or macro which needs to be passed to the make command in order to build c32 modules prop...
2013 Aug 13
0
Booting second label
> Hi > > I'm using syslinux 5.01 and is installing our bootloader using > "extlinux --install /boot". In the extlinux.conf I've specified that > the kontron_wdt.c32 program should boot another label once it has been > executed but it never calls the second label. > > Here's my extlinux.conf: > > default wdt > timeout 5 > prompt 1 > > label linuxfoo > kernel /vmlinuz > append root=/dev/sda2 #.... more options > &...
2013 Aug 13
0
Booting second label
On Tue, Aug 13, 2013 at 3:21 AM, Bj?rn Damstedt Rasmussen <bjra at terma.com> wrote: > Hi > > I'm using syslinux 5.01 and is installing our bootloader using "extlinux --install /boot". In the extlinux.conf I've specified that the kontron_wdt.c32 program should boot another label once it has been executed but it never calls the second label. Did you build all of the COM32s and extlinux? Do you ever see an error? > Here's my extlinux.conf: > > default wdt > timeout 5 > prompt 1 > > label linuxfoo > kernel /...
2012 Oct 31
1
Syslinux-5.00-pre9
...#39; of git://git.zytor.com/syslinux/syslinux hdt: 0.5.2-pre3 release hdt: Removing builting sleep support in say Merge remote-tracking branch 'hpa/master' Merge remote-tracking branch 'hpa/master' Merge remote-tracking branch 'hpa/master' kontron_wdt: Adding watchdog com32 module kontron_wdt: Adjusting exit path kontron_wdt: Enforce timeout value if already set kontron_wdt: Fixing makefile NEWS: Updating for HDT & kontron_wdt hdt: Removing remaining printf() hdt: Adding Silent mode hdt: Release 0.5....
2015 Sep 20
1
[syslinux:master] com32/modules: Split build by architecture. Add dir.c32
...c32 pmload.c32 \ > - meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \ > - kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \ > - ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 \ > - whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 \ > - hexdump.c32 poweroff.c32 cptime.c32 debug.c32 > +# BIOS-specific modules > +MOD_BIOS = disk.c32 elf.c32 ethersel.c32 gpxecmd.c32 ifmemdsk.c32 ifplop.c32 \ > + kbdmap.c32 kontron_wdt.c32 pcitest.c32 pmload.c32 poweroff.c32 \ > + prdhc...
2012 Nov 23
1
[PATCH] nictype.c32: PXELINUX module to display UNDI NIC bus type...
...= config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \ meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \ kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \ ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 \ - whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 + whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 \ + nictype.c32 TESTFILES = diff --git a/com32/modules/nictype.c b/com32/modules/nictype.c new file mode 100644 index 0000000..b2a1c2a --- /dev/null +++ b/com32/modules/nictype.c @@ -0,0 +1,115 @@ +/* --...
2020 Jan 22
0
[PATCH] com32/modules: introduce play module
.../modules/Makefile b/com32/modules/Makefile index c01d6338..5e69a0d7 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -20,7 +20,7 @@ include $(MAKEDIR)/elf.mk # BIOS-specific modules MOD_BIOS = disk.c32 elf.c32 ethersel.c32 gpxecmd.c32 ifmemdsk.c32 ifplop.c32 \ - kbdmap.c32 kontron_wdt.c32 pcitest.c32 pmload.c32 poweroff.c32 \ + kbdmap.c32 kontron_wdt.c32 pcitest.c32 play.c32 pmload.c32 poweroff.c32 \ prdhcp.c32 pxechn.c32 sanboot.c32 sdi.c32 vesainfo.c32 # All-architecture modules diff --git a/com32/modules/play.c b/com32/modules/play.c new file mode 100644 index 0000...
2012 Nov 04
1
hexdump.c32 for Syslinux 5.00-pre9
...= config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \ meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \ kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \ ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 \ - whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 + whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 \ + hexdump.c32 TESTFILES = diff --git a/com32/modules/hexdump.c b/com32/modules/hexdump.c new file mode 100644 index 0000000..bc2c70d --- /dev/null +++ b/com32/modules/hexdump.c @@ -0,0 +1,245 @@ +#inclu...
2012 Nov 01
1
Syslinux 4.06 and 5.00-pre9 Binary Sizes
...m 1 5952 Nov 1 18:08 com32/modules/cat.c32 1 6180 Nov 1 18:08 com32/modules/vpdtest.c32 1 6488 Nov 1 18:09 utils/gethostip 1 6988 Nov 1 18:08 com32/modules/ifmemdsk.c32 1 8106 Sep 22 22:20 dosutil/mdiskchk.com 1 8774 Nov 1 18:09 utils/mkdiskimage 1 8892 Nov 1 18:08 com32/modules/kontron_wdt.c32 1 9516 Nov 1 18:08 com32/modules/ls.c32 1 9744 Nov 1 18:08 com32/modules/zzjson.c32 1 11356 Oct 2 22:16 com32/modules/pxedump.c32 1 12752 Nov 1 18:08 com32/modules/prdhcp.c32 1 13276 Nov 1 18:08 com32/modules/pmload.c32 1 15448 Nov 1 18:08 com32/modules/cpuidtest.c32 1 18536 Nov...
2014 Aug 24
1
Library_modules (list of & wiki write permissions)
...com32/modules | libcom32.c32 |ifcpu.c32 |com32/modules | libutil.c32 libgpl.c32 libcom32.c32 |ifmemdsk.c32 |com32/modules | libcom32.c32 |ifplop.c32 |com32/modules | libcom32.c32 |kbdmap.c32 |com32/modules | libcom32.c32 |kontron_wdt.c32 |com32/modules | libcom32.c32 |linux.c32 |com32/modules | libcom32.c32 |ls.c32 |com32/modules | |meminfo.c32 |com32/modules | |pcitest.c32 |com32/modules | libcom32.c32 |pmload.c32 |com32/modules...
2012 Oct 23
1
Syslinux 4.06 released
...a change at the last minute that fixes the GCC 4.7 MinGW struct layout incompatibility in a different way. Here are the highlights of this release, Changes in 4.06: * Support for NTFS, by Paulo Alcantara. * EXTLINUX: more robust device detection, allow user to override. * kontron_wdt.c32: Add a new module to enable the hardware watchdog of some Kontron boards. It allows enabling the watchdog and then booting a given image. * HDT updated, and now can display images regarding some detection steps. Add postexec command to run a particular entr...
2015 Sep 18
1
file names format for c32 files
On 18/09/2015 15:23, Ady via Syslinux wrote: > >> On Fri, Sep 18, 2015 at 02:01:32PM +0300, Ady via Syslinux wrote: >>>> >>>> We have pxechn.c32 working with pxelinux.0 to switch between the two >>>> system, but pxechn.c32 under Uefi come up with the folowing error >>> >>> >>> @Developers, please consider using 8.3
2013 Feb 10
4
[PATCH] poweroff COM32 module
...dules/Makefile +++ b/com32/modules/Makefile @@ -25,7 +25,7 @@ MODULES = config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \ kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \ ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 \ whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 \ - hexdump.c32 + hexdump.c32 poweroff.c32 TESTFILES = diff --git a/com32/modules/poweroff.c b/com32/modules/poweroff.c new file mode 100644 index 0000000..8cec483 --- /dev/null +++ b/com32/modules/poweroff.c @@ -0,0 +1,88 @@ +/* ---------------------------------------...
2013 Apr 02
1
Problem with pxelinux 5.0 and memtest
Hi there, ----- Original Message ----- From: koxudaxi at gmail.com To: syslinux at zytor.com Date: 01.04.2013 10:00:27 Subject: Re: [syslinux] Problem with pxelinux 5.0 and memtest > On 04/01/2013 09:28 AM, H. Peter Anvin wrote: >> On 03/31/2013 05:26 PM, Koudai Aono wrote: >>> I ran the test on a x86 emulator is called Oracle VirtualBox. >>> I think it might not be
2015 Mar 16
2
Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
...vpdtest.c32 cmenu.c32 dhcp.c32 gpxecmd.c32 ifplop.c32 liblua.c32 meminfo.c32 pwd.c32 syslinux.c32 whichsys.c32 config.c32 disk.c32 hdt.c32 kbdmap.c32 libmenu.c32 menu.c32 pxechn.c32 syslinux.cfg zzjson.c32 cptime.c32 dmi.c32 hexdump.c32 kontron_wdt.c32 libutil.c32 pci.c32 reboot.c32 syslinux.efi cpu.c32 dmitest.c32 host.c32 ldlinux.e64 linux.c32 pcitest.c32 rosh.c32 vesa.c32 > > ? 'syslinux.cfg'? > > > LABEL arch > > MENU LABEL Arch Linux > > LINUX ../vmlin...
2015 Mar 16
0
Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
> > Is this "ArchLinux" entry equivalent to "\EFI\syslinux\syslinux.efi" > > in your UEFI firmware? > > Note: UEFI firmware is supposed to use (or show) backslash "\" as path > > separator. > > You have a great point there. > I redid the "efibootmgr" installation and instead of > > efibootmgr -c -d /dev/sdd -p 1 -l
2012 Dec 16
1
Upgraded to Syslinux 5.00 - Failed to load ldlinux.c32
...ot root 1676 Dec 16 15:51 ifcpu64.c32 -rwxr--r-- 1 root root 4076 Dec 16 15:51 ifcpu.c32 -rwxr--r-- 1 root root 4136 Dec 16 15:51 ifmemdsk.c32 -rwxr--r-- 1 root root 1840 Dec 16 15:51 ifplop.c32 -rwxr--r-- 1 root root 1600 Dec 16 15:51 kbdmap.c32 -rwxr--r-- 1 root root 4688 Dec 16 15:51 kontron_wdt.c32 -rwxr--r-- 1 root root 428010 Dec 16 16:45 ldlinux.c32 -r--r--r-- 1 root root 54784 Dec 16 16:45 ldlinux.sys -rwxr--r-- 1 root root 184152 Dec 16 15:51 libcom32.c32 -rwxr--r-- 1 root root 66720 Dec 16 15:51 libcom32gpl.c32 -rwxr--r-- 1 root root 112496 Dec 16 15:51 liblua.c32 -rwxr--r-- 1 roo...
2014 May 20
3
"EDD Load error" on btrfs, how to debug?
...ot root 1744 May 15 08:07 ifcpu64.c32 -rw-r--r-- 1 root root 4068 May 15 08:07 ifcpu.c32 -rw-r--r-- 1 root root 4184 May 15 08:07 ifmemdsk.c32 -rw-r--r-- 1 root root 1900 May 15 08:07 ifplop.c32 -rw-r--r-- 1 root root 1672 May 15 08:07 kbdmap.c32 -rw-r--r-- 1 root root 4908 May 15 08:07 kontron_wdt.c32 -rw-r--r-- 1 root root 122044 May 15 08:07 ldlinux.c32 -r--r--r-- 1 root root 67072 May 15 08:07 ldlinux.sys -rw-r--r-- 1 root root 5080 May 15 08:07 lfs.c32 -rw-r--r-- 1 root root 186592 May 15 08:07 libcom32.c32 -rw-r--r-- 1 root root 66116 May 15 08:07 libgpl.c32 -rw-r--r-- 1 root root 1...
2018 Nov 17
2
fixing debian's hd-media image
...dmitest.c32 ? ??? elf.c32 ? ??? ethersel.c32 ? ??? gfxboot.c32 ? ??? gpxecmd.c32 ? ??? hdt.c32 ? ??? hexdump.c32 ? ??? host.c32 ? ??? ifcpu64.c32 ? ??? ifcpu.c32 ? ??? ifmemdsk.c32 ? ??? ifplop.c32 ? ??? kbdmap.c32 ? ??? kontron_wdt.c32 ? ??? ldlinux.e64 ? ??? lfs.c32 ? ??? libcom32.c32 ? ??? libgpl.c32 ? ??? liblua.c32 ? ??? libmenu.c32 ? ??? libutil.c32 ? ??? linux.c32 ? ??? ls.c32 ? ??? lua.c32 ? ??? mboot.c32 ? ??? meminfo.c32 ? ??? menu.c32 ?...