![K-Team Koa-PicoITX Скачать руководство пользователя страница 21](http://html1.mh-extra.com/html/k-team/koa-picoitx/koa-picoitx_user-manual_648624021.webp)
Koa-PicoITX User Manual rev 1.0
21
-
create the link to the start-up level 2:
sudo ln -s /etc/init.d/via_gpio /etc/rc2.d/S99via_gpio
-
unpack in the created software directory the driver file gpio-
driver_XYZ.tar.bz2:
mkdir ~/software
cd ~/software
tar -xjf gpio-driver_XYZ.tar.bz2
-
in the directory gpiodriver/driver, clean the old file, recompile it, unload
the old module, install the new one and load it with the commands:
make clean (pay attention to not use sudo for this command, else you
will have to resintall the kernel headers files!)
make
sudo make install
sudo make load