All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@domain.hid>
To: Kim Chuan Lim <lim.kim.chuan@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] configuration of pentium III 1GHz
Date: Fri, 28 Jul 2006 11:22:36 +0200	[thread overview]
Message-ID: <44C9D75C.8000906@domain.hid> (raw)
In-Reply-To: <e325d110607280158w436c5d53k5f0e3cee4b6015d9@domain.hid>

[-- Attachment #1: Type: text/plain, Size: 3575 bytes --]

Kim Chuan Lim wrote:
> Hi ya,
> 
> I managed to install and run all the xenomai test program int my
> pentium IV machine and i decided to install it in another slower
> pentium III 1GHz machine.
> The following is some details of my config.gz at pentium III machine.
> 
> #
> # Real-time sub-system
> #
> CONFIG_XENOMAI=y
> CONFIG_XENO_OPT_NUCLEUS=y
> CONFIG_XENO_OPT_PERVASIVE=y
> # CONFIG_XENO_OPT_ISHIELD is not set
> # CONFIG_XENO_OPT_RPIDISABLE is not set
> CONFIG_XENO_OPT_SECURITY_ACCESS=y
> CONFIG_XENO_OPT_PIPELINE_HEAD=y
> CONFIG_XENO_OPT_PIPE=y
> CONFIG_XENO_OPT_PIPE_NRDEV=32
> CONFIG_XENO_OPT_REGISTRY=y
> CONFIG_X
> ENO_OPT_REGISTRY_NRSLOTS=512
> CONFIG_XENO_OPT_SYS_HEAPSZ=128
> CONFIG_XENO_OPT_STATS=y
> # CONFIG_XENO_OPT_DEBUG is not set
> # CONFIG_XENO_OPT_WATCHDOG is not set
> 
> #
> # Timing
> #
> # CONFIG_XENO_OPT_TIMING_PERIODIC is not set
> CONFIG_XENO_OPT_TIMING_PERIOD=0
> CONFIG_XENO_OPT_TIMING_TIMERLAT=0
> CONFIG_XENO_OPT_TIMING_SCHEDLAT=0
> 
> #
> # SMI workaround
> #
> # CONFIG_XENO_HW_SMI_DETECT_DISABLE is not set
> CONFIG_XENO_HW_SMI_DETECT=y
> CONFIG_XENO_HW_SMI_WORKAROUND=y
> CONFIG_XENO_HW_SMI_ALL=y
> 
> #
> # Power management options (ACPI, APM)
> #
> CONFIG_PM=y
> CONFIG_PM_LEGACY=y
> # CONFIG_PM_DEBUG is not set
> CONFIG_SOFTWARE_SUSPEND=y
> CONFIG_PM_STD_PARTITION=""
> 
> #
> # ACPI (Advanced Configuration and Power Interface) Support
> #
> CONFIG_ACPI=y
> # CONFIG_ACPI_SLEEP is not set
> # CONFIG_ACPI_AC is not set
> # CONFIG_ACPI_BATTERY is not set
> # CONFIG_ACPI_BUTTON is not set
> # CONFIG_ACPI_VIDEO is not set
> # CONFIG_ACPI_HOTKEY is not set
> # CONFIG_ACPI_FAN is not set
> # CONFIG_ACPI_PROCESSOR is not set
> # CONFIG_ACPI_ASUS is not set
> # CONFIG_ACPI_IBM is not set
> # CONFIG_ACPI_TOSHIBA is not set
> # CONFIG_ACPI_CUSTOM_DSDT is not set
> CONFIG_ACPI_BLACKLIST_YEAR=0
> # CONFIG_ACPI_DEBUG is not set
> CONFIG_ACPI_EC=y
> CONFIG_ACPI_POWER=y
> CONFIG_ACPI_SYSTEM=y
> CONFIG_X86_PM_TIMER=y
> # CONFIG_ACPI_CONTAINER is not set
> 
> #
> # APM (Advanced Power Management) BIOS Support
> #
> # CONFIG_APM is not set
> 
> #
> # CPU Frequency scaling
> #
> # CONFIG_CPU_FREQ is not set
> 
> Linux version 2.6.17-default (engkcl@domain.hid) (gcc version 3.3.5 20050117
> (prerelease) (SUSE Linux)) #3 Thu Jul 27 16:48:49 BST 2006

Looks to me like you patched a SuSE kernel with I-pipe, did you? I'm
also running SuSE, but I always use a vanilla kernel as platform for
Xenomai. The config can be migrated from the original system (except for
the known ACPI / CPU-freq issues).

> 
> Local APIC disabled by BIOS -- reenabling.
> Found and enabled local APIC!
> I-pipe: Domain Xenomai registered.
> Xenomai: hal/x86 started.
> Xenomai: real-time nucleus v2.2-rc3 (Engines Of Creation) loaded.

Time to upgrade, 2.2 is out :). BTW, there is one potentially relevant
fix even post 2.2: if you have CONFIG_DEBUG_SPINLOCK on, switch it off
or upgrade to I-pipe 1.3-08.

> Xenomai: starting native API services.
> Xenomai: starting POSIX services.
> Xenomai: starting RTDM services.
> 
> The test program at /usr/xenomai/testsuite crashed my computer
> everytime i running it.
> May i know did i forget anything??

If you did use a vanilla kernel: any chance to grab the oops after the
crash? Or is it a hard lock-up? The best to get those oopses out are
serial console redirection or netconsole, see
linux/Documentation/serial-console.txt or
linux/Documentation/networking/netconsole.txt.

Jan


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

  reply	other threads:[~2006-07-28  9:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-28  8:58 [Xenomai-help] configuration of pentium III 1GHz Kim Chuan Lim
2006-07-28  9:22 ` Jan Kiszka [this message]
2006-07-28 12:23   ` Kim Chuan Lim
2006-07-28 13:33     ` Gilles Chanteperdrix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44C9D75C.8000906@domain.hid \
    --to=jan.kiszka@domain.hid \
    --cc=lim.kim.chuan@domain.hid \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.