Could you send email to xianjun.jiao@ugent.be to introduce your self?
Our image is used directly or you build your own image? directly
What is your own modification? Nothing
Versions: OS, Vivado, openwifi/openwifi-hw repo branch and commit revision : last
Board/hardware type : ADRV9361
WiFi channel number : 44
Steps to reproduce the issue, and the related error message, screenshot, etc
I follow the steps but I can't give internet connexion to my board.
raspi-config --expand-rootfs (Only needed when your SD card > 16GB. Run and reboot)
./openwifi/setup_once.sh (Reboot the board. Only need to run once for new board)
cd openwifi
./wgd.sh
./fosdem.sh
(Use "./wgd.sh 1" to enable experimental AMPDU aggregation on top of 11n)
(Use "./fosdem-11ag.sh" to force 11a/g mode)
and these steps on PC :
sudo sysctl -w net.ipv4.ip_forward=1
sudo iptables -t nat -A POSTROUTING -o NICY -j MASQUERADE
sudo ip route add 192.168.13.0/24 via 192.168.10.122 dev ethX
where NICY is the interface whive give internet to my PC and eth0 is the interface corresponding to my ethernet link between PC and board.
I ping PC to sdr0 interface and the inverse and it works I didn't understand.
Could you send email to xianjun.jiao@ugent.be to introduce your self?
Our image is used directly or you build your own image? directly
What is your own modification? Nothing
Versions: OS, Vivado, openwifi/openwifi-hw repo branch and commit revision : last
Board/hardware type : ADRV9361
WiFi channel number : 44
Steps to reproduce the issue, and the related error message, screenshot, etc
I follow the steps but I can't give internet connexion to my board.
raspi-config --expand-rootfs (Only needed when your SD card > 16GB. Run and reboot) ./openwifi/setup_once.sh (Reboot the board. Only need to run once for new board) cd openwifi ./wgd.sh ./fosdem.sh (Use "./wgd.sh 1" to enable experimental AMPDU aggregation on top of 11n) (Use "./fosdem-11ag.sh" to force 11a/g mode)
and these steps on PC :
sudo sysctl -w net.ipv4.ip_forward=1 sudo iptables -t nat -A POSTROUTING -o NICY -j MASQUERADE sudo ip route add 192.168.13.0/24 via 192.168.10.122 dev ethX
where NICY is the interface whive give internet to my PC and eth0 is the interface corresponding to my ethernet link between PC and board.
I ping PC to sdr0 interface and the inverse and it works I didn't understand.
Thanks in advance,