User avatar
sajjads24
Posts: 6
Joined: Fri Nov 04, 2016 8:17 pm

How install LEDE/OpenWRT On Raspberry Pi 3 Model B ?

Wed Mar 08, 2017 12:45 am

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


User avatar
sajjads24
Posts: 6
Joined: Fri Nov 04, 2016 8:17 pm

Re: How install LEDE/OpenWRT On Raspberry Pi 3 Model B ?

Wed Mar 08, 2017 1:38 am

321 wrote:I'd start here and see how you get on.
https://wiki.openwrt.org/toh/raspberry_ ... spberry_pi
this page for raspberry pi 1 & 2 but no support raspberry pi 3 B !
where is download openwrt for raspberry pi 3 ?

fruitoftheloom
Posts: 27225
Joined: Tue Mar 25, 2014 12:40 pm

Re: How install LEDE/OpenWRT On Raspberry Pi 3 Model B ?

Wed Mar 08, 2017 2:17 am

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
Take what I advise as advice not the utopian holy grail, and it is gratis !!

john564
Posts: 88
Joined: Tue Oct 30, 2012 7:05 am

Re: How install LEDE/OpenWRT On Raspberry Pi 3 Model B ?

Tue Mar 28, 2017 11:29 pm

fruitoftheloom wrote:http://downloads.openwrt.org/snapshots/ ... 08/generic
openwrt-brcm2708-bcm2708-rpi-ext4-sdcard.img
That didn't work for me, on Pi3.

But this did
https://downloads.lede-project.org/rele ... ard.img.gz

angelcervera
Posts: 1
Joined: Sat Jan 13, 2018 11:33 am

Re: How install LEDE/OpenWRT On Raspberry Pi 3 Model B ?

Sat Jan 13, 2018 11:37 am

Info about Rasberry Pi 3b: https://lede-project.org/toh/hwdata/ras ... errypi_3_b

At the bottom, the link to the image.

Regards.

User avatar
AlexHink
Posts: 1
Joined: Tue Mar 20, 2018 1:01 pm
Location: RU

Re: How install LEDE/OpenWRT On Raspberry Pi 3 Model B ?

Tue Mar 20, 2018 2:15 pm

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'
Last edited by AlexHink on Mon Sep 10, 2018 11:59 am, edited 2 times in total.

User avatar
PcMac
Posts: 14
Joined: Wed Mar 28, 2018 8:55 am
Location: delhi, INDIA

Re: How install LEDE/OpenWRT On Raspberry Pi 3 Model B ?

Thu Jul 26, 2018 9:51 am

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.
Thanks & Regards
:ugeek: Mr. PcMac

Heater
Posts: 19434
Joined: Tue Jul 17, 2012 3:02 pm

Re: How install LEDE/OpenWRT On Raspberry Pi 3 Model B ?

Thu Jul 26, 2018 10:59 am

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.
Slava Ukrayini.

Return to “General discussion”