fabianishere / udm-kernel-tools

Tools for bootstrapping custom kernels on the UniFi Dream Machine
GNU General Public License v2.0
330 stars 23 forks source link

Add support for firmware v1.10.0 #20

Closed fabianishere closed 3 years ago

fabianishere commented 3 years ago

This change adds support for the latest firmware release for the UniFi Dream Machine (Pro): version 1.10.0.

See https://community.ui.com/releases/UniFi-OS-Dream-Machines-1-10-0/c4559fe1-52dc-4a6d-8991-d469959d366e for release details.

TheJulianJES commented 3 years ago

Not sure if you still need it (or already have it), but here's the GPL archive for UDM(P) firmware 1.10.0: https://drive.google.com/file/d/175sVN1rRE9UPByUxZg7MEHK6revK0kfv/view

fabianishere commented 3 years ago

@TheJulianJES Thank you, just received it as well!

fabianishere commented 3 years ago

Just to give an update, I managed to fix the issue (it was due to still using the v1.9.3 kernel config) and am able to boot into custom kernels again:

# uname -a
Linux Router 4.19.152-edge1 #17 SMP Fri Jul 9 17:45:23 UTC 2021 aarch64 GNU/Linux
fabianishere commented 3 years ago

@TheJulianJES New releases are now available:

Let me know if they work for you!

TheJulianJES commented 3 years ago

Upgrade went perfectly! Had to copy my igmpproxy.conf over again and edit the service (to add the unifi.service dependency) with systemctl edit igmpproxy but I expected that when doing a firmware upgrade.

Thanks again!