Skip to content
this project make nh7020 firmware
Shell Makefile Tcl
Branch: master
Clone or download
Latest commit b067e96 Dec 26, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
buildroot @ 5249275
hdl @ 6361f77
linux @ 26ffbb6 first release Dec 19, 2019
scripts
u-boot-xlnx @ 7691d85
.gitmodules add linux Dec 18, 2019
Makefile first commit Dec 14, 2019
README.md add buildroot Dec 15, 2019

README.md

this is NH7020 firmware projects. the NH7020 is GridRF NHSDR model, this product detail vist:http://gridrf.com/products/detail/id/12.html

  • Build Instructions
 sudo apt-get install git build-essential fakeroot libncurses5-dev libssl-dev ccache
 sudo apt-get install dfu-util u-boot-tools device-tree-compiler libssl1.0-dev mtools
 sudo apt-get install bc python cpio zip unzip rsync file wget
 git clone --recursive https://github.com/gridrf/nh7020.git
 cd nh7020
 export CROSS_COMPILE=arm-linux-gnueabihf-
 export PATH=$PATH:/opt/Xilinx/SDK/2018.2/gnu/aarch32/lin/gcc-arm-linux-gnueabi/bin
 export VIVADO_SETTINGS=/opt/Xilinx/Vivado/2018.2/settings64.sh
 make
You can’t perform that action at this time.