Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Installing xenomia problem in opensuse12.1

Status
Not open for further replies.

Jayk

Junior Member level 1
Junior Member level 1
Joined
Dec 18, 2011
Messages
16
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Location
Rajkot,India
Activity points
1,426
I am trying to install xenomia in opensuse12.1.This are the steps but I dont know what I am doing wrong.


create a separate directory under your home/working directory - say, name it
/root/XENO_WS

2) download xenomai-2.6.3.tar.bz2 and linux-3.8.13.tar.bz2 packages from ftp/desdslides,
to /root/XENO_WS - also, download the required kernel configuration file, for the
xenomai linux kernel


3) unpack both packages


4) cd xenomai-2.6.3/ (this folder containes source/headers for real-time kernel and
patches for the linux kernel to be used for Xenomai)

5) ./scripts/prepare-kernel.sh \
--linux=../linux-3.8.13 \
--arch=x86 \
--adeos=ksrc/arch/x86/patches/adeos-ipipe-<version>.patch (select the appropriate <version>, for your linux kernel version)

Note : check the appropriate files are present and names are correct ??? - complete this step, with care

6) cd ../linux-3.8.13 (now, we have a patched kernel source for xenomai)


7) make mrproper


8) cp config-<forxenomai> ( copying the custom configuration to the patched kernel
directory )

9)make oldconfig

10)cp .config /boot/config-3.8.13-xenomai

11)make -j5 && make -j5 modules && make -j5 bzImage && make
modules_install

reboot

but now when I reboot it does not show any thing while booting.This configuration is for kernel side
Please help me
:bang:

- - - Updated - - -

I my self solved the problem.So friends enjoy this steps they are correct. At last do cd /lib/modules, make install_modules.
enjoy......=D
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top