Hi
i want use raspberry pi 3 for router in network plz help me :
1-Where do I download openwrt for raspberry pi 3 ?
i can't find this link :
https://wiki.openwrt.org/toh/start
2-how install openwrt on raspberry pi 3 ?
3-how after install openwrt on raspberry pi 3 change single lan to wan (dhcp client)?
4-how enable wifi and change wifi mode to AP and share internet ?
plz help me.
thanks
Re: How install LEDE/OpenWRT On Raspberry Pi 3 Model B ?
I'd start here and see how you get on.
https://wiki.openwrt.org/toh/raspberry_ ... spberry_pi
https://wiki.openwrt.org/toh/raspberry_ ... spberry_pi
Re: How install LEDE/OpenWRT On Raspberry Pi 3 Model B ?
this page for raspberry pi 1 & 2 but no support raspberry pi 3 B !321 wrote:I'd start here and see how you get on.
https://wiki.openwrt.org/toh/raspberry_ ... spberry_pi
where is download openwrt for raspberry pi 3 ?
-
- Posts: 27225
- Joined: Tue Mar 25, 2014 12:40 pm
Re: How install LEDE/OpenWRT On Raspberry Pi 3 Model B ?
http://downloads.openwrt.org/snapshots/ ... 08/generic
openwrt-brcm2708-bcm2708-rpi-ext4-sdcard.img
An image file needs to be written to SD Card, try using https://etcher.io
openwrt-brcm2708-bcm2708-rpi-ext4-sdcard.img
An image file needs to be written to SD Card, try using https://etcher.io
Take what I advise as advice not the utopian holy grail, and it is gratis !!
Re: How install LEDE/OpenWRT On Raspberry Pi 3 Model B ?
That didn't work for me, on Pi3.fruitoftheloom wrote:http://downloads.openwrt.org/snapshots/ ... 08/generic
openwrt-brcm2708-bcm2708-rpi-ext4-sdcard.img
But this did
https://downloads.lede-project.org/rele ... ard.img.gz
-
- Posts: 1
- Joined: Sat Jan 13, 2018 11:33 am
Re: How install LEDE/OpenWRT On Raspberry Pi 3 Model B ?
Info about Rasberry Pi 3b: https://lede-project.org/toh/hwdata/ras ... errypi_3_b
At the bottom, the link to the image.
Regards.
At the bottom, the link to the image.
Regards.
Re: How install LEDE/OpenWRT On Raspberry Pi 3 Model B ?
1. https://downloads.openwrt.org/releases/ ... ory.img.gz
2. https://etcher.io/
3. network: (lan to wan)
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd8a:0abc:79d8::/48'
config interface 'lan'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.1.3'
option netmask '255.255.255.0'
option ip6assign '60'
config interface 'wan'
option type 'bridge'
option proto 'dhcp'
option ifname 'eth0'
option peerdns '0'
option dns '8.8.8.8'
4. wireless:
config wifi-device 'radio0'
option type 'mac80211'
option channel '11'
option hwmode '11g'
option path 'platform/soc/3f300000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1'
option htmode 'HT20'
option country '00'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'RPi3'
option encryption 'psk2+ccmp'
option key '12345678'
2. https://etcher.io/
3. network: (lan to wan)
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd8a:0abc:79d8::/48'
config interface 'lan'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.1.3'
option netmask '255.255.255.0'
option ip6assign '60'
config interface 'wan'
option type 'bridge'
option proto 'dhcp'
option ifname 'eth0'
option peerdns '0'
option dns '8.8.8.8'
4. wireless:
config wifi-device 'radio0'
option type 'mac80211'
option channel '11'
option hwmode '11g'
option path 'platform/soc/3f300000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1'
option htmode 'HT20'
option country '00'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'RPi3'
option encryption 'psk2+ccmp'
option key '12345678'
Last edited by AlexHink on Mon Sep 10, 2018 11:59 am, edited 2 times in total.
Re: How install LEDE/OpenWRT On Raspberry Pi 3 Model B ?
https://youtu.be/lYvtQ0EP9Fg
Check out my video about how to install openwrt on raspberry pi 3 model b.
This video will help you to install and configure openwrt on raspberry pi.
Check out my video about how to install openwrt on raspberry pi 3 model b.
This video will help you to install and configure openwrt on raspberry pi.
Thanks & Regards
Mr. PcMac

Re: How install LEDE/OpenWRT On Raspberry Pi 3 Model B ?
Great video PcMac.
Be aware though that if you are using etcher to flash and OS image onto an SD card it is not necessary to format that SD card first. Etcher will simply overwrite whatever formatting is on there to start with.
Be aware though that if you are using etcher to flash and OS image onto an SD card it is not necessary to format that SD card first. Etcher will simply overwrite whatever formatting is on there to start with.
Slava Ukrayini.