Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Steps to upgrade to kernel 6.1 without losing settings - ENGLISH #9

Open
AgustinLorenzo opened this issue Sep 25, 2023 · 0 comments
Open

Comments

@AgustinLorenzo
Copy link
Owner

AgustinLorenzo commented Sep 25, 2023

Hi guys,

I leave here, how to move from my last version of kernel 5.15 to the latest kernel 6.1 (since without doing anything, you can not do due to the change of ipq807x to qualcommax), without losing the configuration and doing it by sysupgrade:

  1. Connect via WinSCP or SSH (whichever is more comfortable) to our router.
  2. Edit the following file: /etc/openwrt_release
  3. Modify the DISTRIB_TARGET line by the following value: DISTRIB_TARGET='qualcommax/ipq807x'
  4. Now you can perform the update.
    • 1st: Upload file to /tmp
    • 2nd: Connect via SSH if we are not previously connected and execute the following command.
      - service wpad stop && sleep 5 && sysupgrade openwrt-qualcommax-ipq807x-xiaomi_ax3600-squashfs-sysupgrade.bin
    • 3rd: The router will restart automatically.
  5. After rebooting, we may find that the DHCP service does not work to fix it do the following:
    • 1st: Connect to our network via WiFi/cable.
    • 2nd: Set an IP of our network.
    • 3rd: Connect by SSH to our router and execute the following command: uci set dhcp.lan.ignore=0 && uci commit && service dnsmasq restart

With this we would be all done.

Best regards, Agustin

Repository owner deleted a comment from strxno Apr 27, 2024
Repository owner deleted a comment from GD2021 Apr 27, 2024
Repository owner deleted a comment from yyleis Apr 27, 2024
Repository owner locked and limited conversation to collaborators Apr 27, 2024
@AgustinLorenzo AgustinLorenzo changed the title Steps to update to kernel 6.1 without losing configuration - ENGLISH Steps to upgrade to kernel 6.1 without losing settings - ENGLISH Apr 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant