code:work:lvisf:nonrt2017:start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
code:work:lvisf:nonrt2017:start [2018/01/04 20:29] – [Installing Boost Library] david | code:work:lvisf:nonrt2017:start [2018/01/04 22:54] (current) – [Auto-load Plx9030 Driver] david | ||
---|---|---|---|
Line 523: | Line 523: | ||
</ | </ | ||
- Build the drivers < | - Build the drivers < | ||
+ | # to disable IRQs in this driver, just use this code where the IRQ calls are commented out | ||
+ | cp init.c.no_irq init.c | ||
make | make | ||
</ | </ | ||
- | - Load the drivers (this crashes when i load the bio1753) < | + | - Load the drivers (this crashes when i load the bio1753 |
cd / | cd / | ||
insmod biokernbase.ko | insmod biokernbase.ko | ||
Line 610: | Line 612: | ||
- symlink the drivers into the kernel directory < | - symlink the drivers into the kernel directory < | ||
- | sudo ln -s / | + | sudo ln -s / |
</ | </ | ||
- add to our startup script **/ | - add to our startup script **/ | ||
Line 630: | Line 632: | ||
- symlink the driver into the kernel so it will come up on boot < | - symlink the driver into the kernel so it will come up on boot < | ||
- | sudo ln -s / | + | sudo ln -s / |
- add to our startup script **/ | - add to our startup script **/ | ||
- modify the file < | - modify the file < |
code/work/lvisf/nonrt2017/start.1515097744.txt.gz · Last modified: 2018/01/04 20:29 by david