Giter VIP home page Giter VIP logo

rak2247-rak833-loragateway-openwrt-mt7628's Introduction

Welcome to the WisLora wiki!

The WisLora is WisAp(Mt7628 + OpenWRT) and Lora gateway, here to use RAK833. It is based on the latest SX1301 driver lora_gateway v5.0.1 and semtech packet_forwarder v4.0.1. We've tested it with TTN.

RAK2247&RAK833 USB interface usage

Compilation environment requirements:

Ubuntu16, gcc version 5.x

Compile SDK

Compile dependency with ubuntu 16.04

sudo apt-get install build-essential subversion git-core libncurses5-dev zlib1g-dev gawk flex quilt libssl-dev xsltproc libxml-parser-perl mercurial bzr ecj cvs unzip

Step 1: Clone SDK

Open terminal, and type the following:

cd Desktop
git clone https://github.com/RAKWireless/RAK2247-RAK833-LoRaGateway-OpenWRT-MT7628.git RAK833-LoRaGateway-OpenWRT-MT7628-USB

Step 2: to set compile environment

Before you run make, you need to set compile environment first with envsetup.sh.

cd ~/Desktop/RAK833-LoRaGateway-OpenWRT-MT7628-USB
sudo ./build/envsetup.sh

Step 3: Run Make to compile

sudo make

Finally compiled generated files firmware in the folder out/target/bin

Burn firmware to the board

cp ~/Desktop/RAK833-LoRaGateway-OpenWRT-MT7628-USB/out/target/bin/firmware /windows/

How to burn firmware to Board

To Use LoraGW

  1. Register an account in The Things Network Control, then login and register gateway
  • Click "GATEWAYS"
  • Click "register gateway"
  • Fill in, "Gateway EUI" is unique and must consist of exactly 8 bytes hexadecimal, and choose "Frequency Plan", here use 868MHz
  • Click "Register Gateway"
  • Finally you will see the gateway overview, and Status is not connected
  1. Power on, then setup wifi or connect to your router with WisAp WAN port directly.

  2. Connect RAK833 to WisAp usb port

  3. Check the connection of RAK833 and WisAp, excute:

    /usr/bin/lora/test_loragw_reg

It will display:

  1. Check the ID and Service

check the gateway ID(Gateway EUI) and server address ,make sure they are consistent with The Things Network Control,

vi /usr/bin/packet_forwarder/local_conf.json
  1. Start Lora Gateway

    root@OpenWrt:/usr/bin/packet_forwarder# ./lora_pkt_fwd

Finally you can see the Status is connected in the gateway overview, then the gateway will be started and you can use it. BTY. this project also tested with loraserver.

RAK2247&RAK833 SPI interface usage

the RAK2247&RAK833 mini-PCIe module also support spi connection, here list the procedure tested on EVK-RAK833 board.

Compile SDK

Compile dependency with ubuntu 16.04

sudo apt-get install build-essential subversion git-core libncurses5-dev zlib1g-dev gawk flex quilt libssl-dev xsltproc libxml-parser-perl mercurial bzr ecj cvs unzip

Step 1: Clone SDK

Open terminal, and type the following:

cd Desktop
git clone https://github.com/RAKWireless/RAK831-LoRaGateway-OpenWRT-MT7628.git  RAK833-LoRaGateway-OpenWRT-MT7628-SPI

Step 2: to set compile environment

Before you run make, you need to set compile environment first with envsetup.sh.

cd RAK833-LoRaGateway-OpenWRT-MT7628-SPI
./build/envsetup.sh

Step 3: Run Make to compile

make

Finally compiled generated files firmware in the folder out/target/bin

Burn firmware to the board

How to burn firmware to Board

To Use LoraGW

1.connect jumper caps of the EVK board: URXD1/USBTX ,UTXD1/USBRX,GND/3V3/RESET/PPS/CSN/MOSI/MISO/SCK/M1

2.Plug RAK833 to EVK-RAK833 mini-PCIe slot.

3.Reset RAK833 module.

cd /usr/bin
./reset_lgw.sh start 11

4.Check the connection of RAK833 and EVK, excute:

cd /usr/bin/lora
./test_loragw_reg

It will display:

5.Check the ID and Service check the gateway ID(Gateway EUI) and server address.

6.Start Lora Gateway

power on the Gateway and the packet_forwarder will auto start. check the log file at /usr/bin/packet_forwarder/log

Finally you can see the Status is connected in the gateway overview, then the gateway will be started and you can use it.

rak2247-rak833-loragateway-openwrt-mt7628's People

Contributors

fomi-rak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

rak2247-rak833-loragateway-openwrt-mt7628's Issues

Instructions lead to build errors

sudo ./build/envsetup.sh
wisLora
null
Compile target.......
make[1]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/build/target'
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/build/target
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/build/..//wiswrt
make[2]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt'
make[3]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/rak'
./create-workspace.sh /home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/build/..//wiswrt /home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/build/..//wiswrt/rak/purewrt-rc2 /home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/build/..//wiswrt/purewrt-rc2 /home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/build/..//wiswrt/15.05-rak-rc2
Creating openWRT /home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/build/..//wiswrt/15.05-rak-rc2 from /home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/build/..//wiswrt/rak/purewrt-rc2.....
INFO: /home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/build/..//wiswrt/15.05-rak-rc2 exist, it will be used as currrent workspace
make[4]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'proper-umask'... ok.
Checking 'gcc'... ok.
Checking 'working-gcc'... ok.
Checking 'g++'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses'... ok.
Checking 'perl-thread-queue'... ok.
Checking 'tar'... ok.
Checking 'find'... ok.
Checking 'bash'... ok.
Checking 'patch'... ok.
Checking 'diff'... ok.
Checking 'cp'... ok.
Checking 'seq'... ok.
Checking 'awk'... ok.
Checking 'grep'... ok.
Checking 'getopt'... ok.
Checking 'stat'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'wget'... ok.
Checking 'perl'... ok.
Checking 'python'... ok.
Checking 'python3'... ok.
Checking 'git'... ok.
Checking 'file'... ok.
Prerequisite check failed. Use FORCE=1 to override.
make[4]: *** [/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2/include/toplevel.mk:142: staging_dir/host/.prereq-build] Error 1
make[4]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
make[3]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/rak'
make[2]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt'
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/build/target
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/build/..//products
make[2]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products'
make[3]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora'
cp -rf opwrt-wisap-topv001-1-20180308_config /home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/build/..//wiswrt/15.05-rak-rc2/.config
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora
make[4]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/target'
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/target
make[5]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/target/linux'
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/target/linux
Creating openWRT board property.....
Creating openWRT board info finished......
make[6]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
make[7]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
make[8]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'proper-umask'... ok.
Checking 'gcc'... ok.
Checking 'working-gcc'... ok.
Checking 'g++'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses'... ok.
Checking 'perl-thread-queue'... ok.
Checking 'tar'... ok.
Checking 'find'... ok.
Checking 'bash'... ok.
Checking 'patch'... ok.
Checking 'diff'... ok.
Checking 'cp'... ok.
Checking 'seq'... ok.
Checking 'awk'... ok.
Checking 'grep'... ok.
Checking 'getopt'... ok.
Checking 'stat'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'wget'... ok.
Checking 'perl'... ok.
Checking 'python'... ok.
Checking 'python3'... ok.
Checking 'git'... ok.
Checking 'file'... ok.
Prerequisite check failed. Use FORCE=1 to override.
make[8]: *** [/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2/include/toplevel.mk:142: staging_dir/host/.prereq-build] Error 1
make[8]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
make[7]: *** [/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2/include/toplevel.mk:69: prepare-tmpinfo] Error 2
make[7]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
make[6]: *** [/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2/include/toplevel.mk:181: target/linux/clean] Error 2
make[6]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
make[5]: *** [Makefile:14: compile] Error 2
make[5]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/target/linux'
make[4]: *** [Makefile:10: compile] Error 2
make[4]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/target'
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora
make[4]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package'
./create-package-native.sh /home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/build/..//wiswrt/15.05-rak-rc2 package /home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/build/..//wiswrt/rak/purewrt-rc2
Creating openWRT package property.....
Clean openWRT old package...
Update openWRT package...
Update openWrt feeds-ap package...
Creating openWRT package info finished......
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package
make[5]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/base-files'
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/base-files
make[5]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/base-files'
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package
make[5]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/kernel'
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/kernel
make[5]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/kernel'
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package
make[5]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/network'
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/network
make[6]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/network/config'
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/network/config
================================================ooooooooooooooooooooooooo
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/build/..//wiswrt/15.05-rak-rc2
make[6]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/network/config'
make[5]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/network'
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package
make[5]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/system'
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/system
================================================ooooooooooooooooooooooooo
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/build/..//wiswrt/15.05-rak-rc2
make[5]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/system'
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package
make[5]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/utils'
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/utils
make[6]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
make[7]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
make[8]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'proper-umask'... ok.
Checking 'gcc'... ok.
Checking 'working-gcc'... ok.
Checking 'g++'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses'... ok.
Checking 'perl-thread-queue'... ok.
Checking 'tar'... ok.
Checking 'find'... ok.
Checking 'bash'... ok.
Checking 'patch'... ok.
Checking 'diff'... ok.
Checking 'cp'... ok.
Checking 'seq'... ok.
Checking 'awk'... ok.
Checking 'grep'... ok.
Checking 'getopt'... ok.
Checking 'stat'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'wget'... ok.
Checking 'perl'... ok.
Checking 'python'... ok.
Checking 'python3'... ok.
Checking 'git'... ok.
Checking 'file'... ok.
Prerequisite check failed. Use FORCE=1 to override.
make[8]: *** [/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2/include/toplevel.mk:142: staging_dir/host/.prereq-build] Error 1
make[8]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
make[7]: *** [/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2/include/toplevel.mk:69: prepare-tmpinfo] Error 2
make[7]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
make[6]: *** [/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2/include/toplevel.mk:181: package/utils/wisapps/clean] Error 2
make[6]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/utils
make[6]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
make[7]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
make[8]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'proper-umask'... ok.
Checking 'gcc'... ok.
Checking 'working-gcc'... ok.
Checking 'g++'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses'... ok.
Checking 'perl-thread-queue'... ok.
Checking 'tar'... ok.
Checking 'find'... ok.
Checking 'bash'... ok.
Checking 'patch'... ok.
Checking 'diff'... ok.
Checking 'cp'... ok.
Checking 'seq'... ok.
Checking 'awk'... ok.
Checking 'grep'... ok.
Checking 'getopt'... ok.
Checking 'stat'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'wget'... ok.
Checking 'perl'... ok.
Checking 'python'... ok.
Checking 'python3'... ok.
Checking 'git'... ok.
Checking 'file'... ok.
Prerequisite check failed. Use FORCE=1 to override.
make[8]: *** [/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2/include/toplevel.mk:142: staging_dir/host/.prereq-build] Error 1
make[8]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
make[7]: *** [/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2/include/toplevel.mk:69: prepare-tmpinfo] Error 2
make[7]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
make[6]: *** [/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2/include/toplevel.mk:181: package/utils/lora-gateway/clean] Error 2
make[6]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/utils
make[6]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
make[7]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
make[8]: Entering directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'proper-umask'... ok.
Checking 'gcc'... ok.
Checking 'working-gcc'... ok.
Checking 'g++'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses'... ok.
Checking 'perl-thread-queue'... ok.
Checking 'tar'... ok.
Checking 'find'... ok.
Checking 'bash'... ok.
Checking 'patch'... ok.
Checking 'diff'... ok.
Checking 'cp'... ok.
Checking 'seq'... ok.
Checking 'awk'... ok.
Checking 'grep'... ok.
Checking 'getopt'... ok.
Checking 'stat'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'wget'... ok.
Checking 'perl'... ok.
Checking 'python'... ok.
Checking 'python3'... ok.
Checking 'git'... ok.
Checking 'file'... ok.
Prerequisite check failed. Use FORCE=1 to override.
make[8]: *** [/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2/include/toplevel.mk:142: staging_dir/host/.prereq-build] Error 1
make[8]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
make[7]: *** [/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2/include/toplevel.mk:69: prepare-tmpinfo] Error 2
make[7]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
make[6]: *** [/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2/include/toplevel.mk:181: package/utils/packet_forwarder/clean] Error 2
make[6]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/wiswrt/15.05-rak-rc2'
make[5]: *** [Makefile:9: compile] Error 2
make[5]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package/utils'
make[4]: *** [Makefile:14: compile] Error 2
make[4]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora/package'
make[3]: *** [Makefile:12: compile] Error 2
make[3]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products/wisLora'
make[2]: *** [Makefile:7: compile] Error 2
make[2]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/products'
make[1]: *** [Makefile:20: compile] Error 2
make[1]: Leaving directory '/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI/build/target'
make: *** [Makefile:67: compile] Error 2
/home/tim/work/noranetworks/gateway/firmware/noranetworks/RAK833-LoRaGateway-OpenWRT-MT7628-SPI//wiswrt/15.05-rak-rc2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.