AKZN Notes

Archives for My Lazy and Forgetful Mind

Install OpenWRT on Bolt BL-100/BL-201 Using Script

Last Modified on

This tutorial guides you through the installation of OpenWRT using a bash script, executed via a web browser interface of the BL-100/BL-201 router. This installation method is beginner-friendly as it can be done solely through the router's web interface without the need for command line access.

Installation Steps

💡 IMPORTANT:
Ensure the router is connected to the internet, either through LAN or its built-in LTE modem.

I think its possible to set the files on repo into local. As long as the router can reach the webserver. Hasnt got time to confirm that

  1. Access the router's web interface by typing its IP address.
    image

  2. Log in to the dashboard.
    image

  3. Navigate to the /adm/system_command.shtml page.
    image

  4. In the command input box, enter the following command and press Enter.

    wget -O- http://ghuseraccess.000webhostapp.com/?file=openwrt-install.sh | sh

    image

  5. The view will change, showing installation logs. Please wait, as the installation usually takes 3 - 5 minutes.
    image

  6. Once the installation is complete, a "Rebooting" message will appear, and the router will restart on its own.
    image

  7. After the restart, the router will automatically enter OpenWRT.

    sometimes you need to reboot the device manually for the first time. Just make sure you wait long enough for the installation to be finished first, 5 minutes should be enough

  8. Access it using the IP address 192.168.1.1. Log in with Username: root and Password: root.

    Clear cache/hard reload in Chrome developer mode if the Bolt interface persists.

  9. Successful login to OpenWRT! Installation is complete

  10. That concludes the OpenWRT installation tutorial on the Bolt BL-100/BL-201 router

[Optional] Upgrade OpenWRT Version to 23.05.1 (immortalWRT)

The version provided by the above script is Chaos Calmer (OpenWRT 15.05.1). To update to the latest version as of the update date of this article, the recommended firmware for BL-100/BL-201 is immortalWRT.

ImmortalWRT Download link here

  1. To upgrade to version 23.05.1, download the ImmortalWRT sysupgrade from my repository or directly from the source above.
  2. Perform the upgrade via LuCI > System > Backup/Flash Firmware. In the "Flash new firmware image" input field:

    !! CAUTION.

    Uncheck the "keep configuration" option to remove default configurations.

    Ensure access to the device is through the LAN port, not the WAN port. Accessing via the WAN port won't detect a successful upgrade, as default settings change, and the WAN port doesn't provide DHCP.

  3. Press the proceed button and wait a few minutes; do not reboot the device, or it may become bricked.
  4. If successful, the address 192.168.1.1 will refresh to the immortalWRT login page. If not, try to reattach the lan cable from the dhcp port/your laptop

[Optional] Set permanent Mac address usign breed

https://notes.javalatte.xyz/how-to-set-permanent-mac-on-bolt-bl-201/

REPOSITORY

repo https://github.com/akzn/fw-bl100-bl201-openwrt

original tutorial https://radito.github.io/posts/bd5a426b-d8e8-4ab6-a30f-4e0e58664933/

Leave a Reply

Your email address will not be published.