forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipq807x: xiaomi: set compat version for single rootfs
Xiaomi devices were migrated to a single rootfs layout, so we must set the major compat version to 2 in order to prevent sysupgrading which brick any devices that have not been migrated. Signed-off-by: Robert Marko <[email protected]>
- Loading branch information
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ef42fc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AX6 device cannot be started with this update
ef42fc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just repeating the same thing on multiple commits does nothing, especially since there are users that confirmed it works.
Without logs and knowing what exactly you did this is not going anywhere.
ef42fc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After firmware is flushed, the route will restart, but the route will not start! I don't know which users say it works, then I will compile the test!
ef42fc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, without any logs you are just repeating the same, I dont have a crystal ball.
ef42fc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It worked smoothly for me on AX6. I flashed today
ef42fc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to upgrade the firmware on the luci page or on the command line?
ef42fc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used CLI for flashing and sysupgrade
ef42fc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was very strange, my luci upgrades would work, but they wouldn't launch...
ef42fc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After testing, 2.0 version AX6 does not boot, maybe I brush other uboot problem...
ef42fc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a question, do i need to set compat version? I see its not anywhere in uci show
ef42fc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently I am using version 1.1 and it is OK, but version 2.0 will not boot, I really can't find the reason...
ef42fc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While upgrading to latest release i got warning of compat version (1.0 < 2.0). I set it to 2.0 and did sysupgrade successfully to latest release.
OpenWrt SNAPSHOT, r0-a38982e
root@OpenWrt:~# uci show system | grep compat
system.@System[0].compat_version='2.0'