installing real time kernal
- phoenix
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 157
- Thank you received: 0
28 May 2019 05:01 #135121
by phoenix
installing real time kernal was created by phoenix
i just downloaded debian strech and its working flawlessly
i cloned linuxcnc-plasmac then cd to linuxcnc-plasmac/debian
and then ./configure -a (]it says no realtime kernals found)
also installed realtime kernal linux-image-4.9.0.7-rt
also tried to booting it from grub boot screen but after boot it says same ( no realtime kernals found)
uname -a returns following
Linux debian 4.9.0-7-rt-amd64 #1 SMP PREEMPT RT Debian 4.9.110-3+deb9u2 (2018-08-13) x86_64 GNU/Linux
uname -r returns
4.9.0-7-rt-amd64
can anybody help with with this it says kernal is installed but configurre shows no realtime kernals found
i also installed linux cnc uspace
what i need to do in order to to solve this
thanks for your support guys specially rodv
i cloned linuxcnc-plasmac then cd to linuxcnc-plasmac/debian
and then ./configure -a (]it says no realtime kernals found)
also installed realtime kernal linux-image-4.9.0.7-rt
also tried to booting it from grub boot screen but after boot it says same ( no realtime kernals found)
uname -a returns following
Linux debian 4.9.0-7-rt-amd64 #1 SMP PREEMPT RT Debian 4.9.110-3+deb9u2 (2018-08-13) x86_64 GNU/Linux
uname -r returns
4.9.0-7-rt-amd64
can anybody help with with this it says kernal is installed but configurre shows no realtime kernals found
i also installed linux cnc uspace
what i need to do in order to to solve this
thanks for your support guys specially rodv
Please Log in or Create an account to join the conversation.
- pl7i92
- Offline
- Platinum Member
Less
More
- Posts: 1875
- Thank you received: 354
28 May 2019 06:29 #135128
by pl7i92
Replied by pl7i92 on topic installing real time kernal
did you run it from the environment script
If you have compiled run-in-place in will be in:
/path-to-some-directory-you-chose/linuxcnc/scripts
If you have compiled run-in-place in will be in:
/path-to-some-directory-you-chose/linuxcnc/scripts
Please Log in or Create an account to join the conversation.
- phoenix
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 157
- Thank you received: 0
28 May 2019 06:57 #135131
by phoenix
Replied by phoenix on topic installing real time kernal
sir i booted it from grub boot screen ,,, it also shows uname right kernal name but not with uspace
its already integrated into iso i downloaded
its already integrated into iso i downloaded
Please Log in or Create an account to join the conversation.
- pl7i92
- Offline
- Platinum Member
Less
More
- Posts: 1875
- Thank you received: 354
28 May 2019 08:28 #135136
by pl7i92
Replied by pl7i92 on topic installing real time kernal
Pleas Start Linuxcnc from the Menu
choos SIM Axis
then as you need QT to be setup for plasmac
Please Start
SIM
QTVCP
xyz
To setup the system Vars and parameters
You dident read the Documentation on how to get Started at all as it seams nothing is set in your system to run a CNC
PLEASE make a Screenshot WHEN the SIMMASHINE has started so we see you got qtpvcp running once then we know the system is set
choos SIM Axis
then as you need QT to be setup for plasmac
Please Start
SIM
QTVCP
xyz
To setup the system Vars and parameters
You dident read the Documentation on how to get Started at all as it seams nothing is set in your system to run a CNC
PLEASE make a Screenshot WHEN the SIMMASHINE has started so we see you got qtpvcp running once then we know the system is set
Please Log in or Create an account to join the conversation.
- phoenix
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 157
- Thank you received: 0
28 May 2019 09:26 #135142
by phoenix
Replied by phoenix on topic installing real time kernal
lol you are always complining instead of giving solution ,,.....
i think i didnt make myself clear
my que is i have rt kernal do i need to install uspace ??
and why is it saying no rt kernals loaded
instead of boasting about ur knowledge and students and all
say yes or no
and do not confuse peoples if u didnt know what the question actually is
i think i didnt make myself clear
my que is i have rt kernal do i need to install uspace ??
and why is it saying no rt kernals loaded
instead of boasting about ur knowledge and students and all
say yes or no
and do not confuse peoples if u didnt know what the question actually is
Please Log in or Create an account to join the conversation.
- rodw
- Away
- Platinum Member
Less
More
- Posts: 10833
- Thank you received: 3575
28 May 2019 10:32 #135145
by rodw
Replied by rodw on topic installing real time kernal
You should not need to go to the debian folder. I know some of the docs are a bit confusing here. Some of it is to build a deb file you can then install into the menus and stuff but I never bothered.
If you used the stretch ISO you have a real time OS (PREEMPT_RT) so no need to do any more.
On this thread, I included a dump from the terminal of the commands required
forum.linuxcnc.org/plasma-laser/36410-co...any-hardware?start=0
Make sure you are in the linuxcnc-plasmac/src directroy as shown here.
make sure you use the ./configure parameter I show you.
I know its hard but you need to follow one prophet. Don't mix the commands I mention with those that others mentioned.
The other thing is I did suggest people build the master branch from source before tackling plasmac as it will give you the confidence that everything is working and it will be easier for people to help you with the standard build.
If you used the stretch ISO you have a real time OS (PREEMPT_RT) so no need to do any more.
On this thread, I included a dump from the terminal of the commands required
forum.linuxcnc.org/plasma-laser/36410-co...any-hardware?start=0
plasma@plasma ~ $ git clone https://github.com//phillc54/linuxcnc-plasmac plasmac
plasma@plasma ~ $ cd plasmac/src
plasma@plasma ~/plasmac/src $ ./autogen.sh
plasma@plasma ~/plasmac/src $ ./configure --with-realtime=uspace
plasma@plasma ~ $ make
plasma@plasma ~/plasmac/src $ sudo make setuid
[sudo] password for plasma:
plasma@plasma ~/plasmac/src $cd ..
plasma@plasma ~/plasmac $
plasma@plasma ~/plasmac $ . ./scripts/rip-environment
plasma@plasma ~/plasmac $ linuxcnc
Make sure you are in the linuxcnc-plasmac/src directroy as shown here.
make sure you use the ./configure parameter I show you.
I know its hard but you need to follow one prophet. Don't mix the commands I mention with those that others mentioned.
The other thing is I did suggest people build the master branch from source before tackling plasmac as it will give you the confidence that everything is working and it will be easier for people to help you with the standard build.
The following user(s) said Thank You: phoenix
Please Log in or Create an account to join the conversation.
- pl7i92
- Offline
- Platinum Member
Less
More
- Posts: 1875
- Thank you received: 354
28 May 2019 10:37 #135147
by pl7i92
Replied by pl7i92 on topic installing real time kernal
its all there as you did install th DVD system
you just need to start it the correct way
you just need to start it the correct way
Please Log in or Create an account to join the conversation.
- phoenix
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 157
- Thank you received: 0
28 May 2019 10:51 #135150
by phoenix
Replied by phoenix on topic installing real time kernal
sir .. i succesfully did it..... all credit goes to you but i cant see reverse ru n it is integrated in default axis
or i have to implement it using hal
or i have to implement it using hal
Please Log in or Create an account to join the conversation.
- phoenix
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 157
- Thank you received: 0
28 May 2019 11:05 #135151
by phoenix
Replied by phoenix on topic installing real time kernal
sir linux cnc runs without . /script/rip-enviroment
if i try to set rip enviroment it says no such file or directory
if i try to set rip enviroment it says no such file or directory
Please Log in or Create an account to join the conversation.
- rodw
- Away
- Platinum Member
Less
More
- Posts: 10833
- Thank you received: 3575
28 May 2019 11:08 #135152
by rodw
Awesome work!. If you go through the sims in the chooser, you will see the plasmac sims. so run them up now and have a play. The reverse run feature is built into the Plasmac GUI so if you wanted to use it on another config, you'd need to look at how plasmac does it in hal.
Look carefully at the syntax for rip-environment. You need the extra full stop and a space...
Replied by rodw on topic installing real time kernal
sir .. i succesfully did it..... all credit goes to you but i cant see reverse ru n it is integrated in default axis
or i have to implement it using hal
Awesome work!. If you go through the sims in the chooser, you will see the plasmac sims. so run them up now and have a play. The reverse run feature is built into the Plasmac GUI so if you wanted to use it on another config, you'd need to look at how plasmac does it in hal.
Look carefully at the syntax for rip-environment. You need the extra full stop and a space...
. ./scripts/rip-environment
The following user(s) said Thank You: phoenix
Please Log in or Create an account to join the conversation.
Time to create page: 0.243 seconds