- Download and install the package from GitHub repository
$git clone https://github.com/newracom/nrc_7292_sw_pkg.git
$cd ./nrc7292_sw_pkg/package/evk/sw_pkg
$./update.sh
- Compile and replace the nrc7292 host driver
$cd ~/nrc7292_sw_pkg/package/src/nrc
$make
$cp -b nrc.ko ~/nrc_pkg/sw/driver/.
|