readme.install

来自「The OpenGPSRec receiver software runs on」· INSTALL 代码 · 共 66 行

INSTALL
66
字号
=============================================================================install RTAI-Linux (www.rtai.org) - patch & compile kernel - compile RTAIuntar archive to $(OGR)1) OpenGPSRec-------------change diretory to dir $(OGR)/src/ogr    cd ./src/ogrdetermine PCI board base address - determine base address of Kolter PROTO-3      $ cat /proc/pci      and edit include/ogr_defines.h accordingly:     #define  PCIBASE       0x????edit Makefile (optional) - select compiler - select RTAI and Linux include directoriescompile    make  Makefile moves executable 'ogr_main' and module 'ogr_module.o'   to $(OGR)/bin2) gpsplot----------    make  Makefile moves executable 'gpsplot' to $(OGR)/bin3) run the programs-------------------go to dir    cd ./binload module and start user program    ./ogr.shstart plotting tool    gpsplot -c <Channel> -p P =============================================================================

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?