Install OpenWRT on Raspberry Pi

preview_player
Показать описание
#OpenWRT #Router #RaspberryPi

--------------------------------------------------------------------
Things You Will Need
--------------------------------------------------------------------
 
--------------------------------------------------------------------
Downloads and Flashing to MicroSD
--------------------------------------------------------------------
      a. Search for the Raspberry Pi device
      b. Select the Factory (ext4) download     
   05. Run Balena Etcher
   06. Burn the OpenWRT image to the microSD card
   07. Safely remove the microSD
 
--------------------------------------------------------------------
Booting OpenWRT
--------------------------------------------------------------------
   01. Insert the microSD card into the Raspberry Pi and power it on
   02. OpenWRT should begin booting
   03. After the terminal has stopped scrolling press Enter to be logged in as root
   04. Enter the following commands at the terminal prompt
         # set a root password
         passwd
         # enter and confirm a password
         # set the ip address
         # set the gateway
         # set dns server, usually the gateway or pi-hole
         # restart network service for changes to take effect
         service network restart
         # update openwrt packages
         opkg update
         # install the luci web ui
         opkg install luci
   06. At the login screen, enter the username root and the password set above ≫ Click the Login button
   07. Welcome to OpenWRT running on Raspberry Pi
 

### Connect with me and others ###
Рекомендации по теме
Комментарии
Автор

Needed a cheap wi-fi relay and had some raspi 4's to spare. This video was a great jumpstart for loading OpenWRT. Thanks for taking the time to post

johnjschultz
Автор

Thanks for the tutorial, I want to add a Realtek WiFi key, but I can't always do it.

electron_ij
Автор

How to setup with SSH? I tried and it refused connection.
I can't set it up on my TV because the Pi won't work with it.

User_
Автор

What can you do if the boot screen only comes up to IPV6 (last point) then comes dummy cam disable but not the OpenWRT logo? I have a Raspberry pi 2 and if you remove the Ethernet cable, it reacts in the console but you can't do anything else

jojoii
Автор

Why ext4 and not squashFs ? Thanks for the video.

Pkemarco
Автор

Do you happen to know anyone interested in doing a little pi related consulting with me as I work to overcome some PI related issues and questions? Thx

ksoonsoon
Автор

opkg install luci and this came out cannot install package luci

lqyj