Howto update grandstream firmware: Difference between revisions

From Vidalinux Wiki
Jump to navigation Jump to search
(Created page with "= install http server = to install apache on archlinux: sudo pacman -S apache --noconfirm to install apache on almalinux/rocky/rhel: sudo dnf -y install httpd to install apache on debian/ubuntu: sudo apt -y install apache2 = grp261x phones =")
 
 
(23 intermediate revisions by the same user not shown)
Line 2: Line 2:
to install apache on archlinux:
to install apache on archlinux:
  sudo pacman -S apache --noconfirm
  sudo pacman -S apache --noconfirm
document root location on archlinux:
/src/http
to install apache on almalinux/rocky/rhel:
to install apache on almalinux/rocky/rhel:
  sudo dnf -y install httpd
  sudo dnf -y install httpd
document root location on almalinux/rocky/rhel:
/var/www/html
to install apache on debian/ubuntu:
to install apache on debian/ubuntu:
  sudo apt -y install apache2
  sudo apt -y install apache2
to install apache on ubuntu/debian:
/var/www/html
= grp261x phones =
= grp261x phones =
devices on firmware 1.0.9.x or below cannot upgrade to firmware 1.0.11.9+ directly through web, we need to upgrade via HTTP.
download latest firmware to http document root:
cd /src/http
mkdir -p grandstream/grp261x && cd grandstream/grp261x
wget https://firmware.grandstream.com/Release_GRP261x_1.0.11.18.zip
uncompress zip file:
unzip Release_GRP261x_1.0.11.18.zip
mv Release_GRP261x_1.0.11.18 1.0.11.18
verify md5sum:
md5sum 1.0.11.18/grp2610fw.bin
it should be the following:
f14d0dbbaa92d29298ed08eb88424c7e  1.0.11.18/grp2610fw.bin
now access phone web interface:
maintenance/upgrade/firmware
edit upgrade via network / firmware server path / add your apache server url:
http://192.168.77.101/grandstream/grp261x/1.0.11.18
then apply and save settings:
new message will popup on your phone "new firmware available do you want to upgrade"
= grp2130x phones =
devices on firmware 1.0.6.x or lower versions, please upgrade to 1.0.7.97 first via HTTP.
download latest firmware to http document root:
cd /src/http
mkdir -p grandstream/grp2130 && cd grandstream/grp2130
wget https://firmware.grandstream.com/Release_GXP2130_1.0.7.97.zip
uncompress zip file:
unzip Release_GXP2130_1.0.7.97.zip
mv Release_GXP2130_1.0.7.97 1.0.7.97
verify md5sum:
md5sum 1.0.7.97/gxp2130fw.bin
it should be the following:
81267edd4d4ddddf64b1183841b77b21  1.0.7.97/gxp2130fw.bin
now access phone web interface:
maintenance/upgrade/firmware
edit upgrade via network / firmware server path / add your apache server url:
http://192.168.77.101/grandstream/grp2130/1.0.7.97
then upgrade to latest:
cd /src/http/grandstream/grp2130
wget https://firmware.grandstream.com/Release_GXP2130_1.0.11.85.zip
unzip Release_GXP2130_1.0.11.85.zip
verify md5sum:
md5sum 1.0.11.85/gxp2130fw.bin
it should be the following:
8a97733b0991949eee7a8714ce1c17e16  1.0.11.85/gxp2130fw.bin
edit upgrade via network / firmware server path / add your apache server url:
http://192.168.77.101/grandstream/grp2130/1.0.11.85
then apply and save settings:
new message will popup on your phone "new firmware available do you want to upgrade"
= ht801 =
devices on firmware 1.0.39.4 or below cannot upgrade to firmware 1.0.55.5 directly through web, we need to upgrade via HTTP.
download latest firmware to http document root:
cd /src/http
mkdir -p grandstream/ht801 && cd grandstream/ht801
wget https://firmware.grandstream.com/Release_HT801_1.0.55.5.zip
uncompress zip file:
unzip Release_HT801_1.0.55.5.zip
mv Release_HT801_1.0.55.5 1.0.55.5
verify md5sum:
md5sum 1.0.55.5/ht801fw.bin
it should be the following:
9b0973645504b3479dd82b0c99a84b13  1.0.55.5/ht801fw.bin
now access phone web interface:
advance settings/upgrade/firmware
edit upgrade via network / firmware server path / add your apache server url:
http://192.168.77.101/grandstream/ht801/1.0.55.5
then apply and save settings:
lights will begin to flash for couple of minutes
= references =
* https://www.grandstream.com/support/firmware
* https://www.grandstream.com/support/firmware/grp261x-beta-test-firmware
* https://www.grandstream.com/hubfs/Product_Documentation/Firmware_Upgrade_Guide.pdf
* https://www.grandstream.com/support/tools

Latest revision as of 15:32, 31 October 2024

install http server

to install apache on archlinux:

sudo pacman -S apache --noconfirm

document root location on archlinux:

/src/http

to install apache on almalinux/rocky/rhel:

sudo dnf -y install httpd

document root location on almalinux/rocky/rhel:

/var/www/html

to install apache on debian/ubuntu:

sudo apt -y install apache2

to install apache on ubuntu/debian:

/var/www/html

grp261x phones

devices on firmware 1.0.9.x or below cannot upgrade to firmware 1.0.11.9+ directly through web, we need to upgrade via HTTP.

download latest firmware to http document root:

cd /src/http
mkdir -p grandstream/grp261x && cd grandstream/grp261x
wget https://firmware.grandstream.com/Release_GRP261x_1.0.11.18.zip

uncompress zip file:

unzip Release_GRP261x_1.0.11.18.zip
mv Release_GRP261x_1.0.11.18 1.0.11.18

verify md5sum:

md5sum 1.0.11.18/grp2610fw.bin

it should be the following:

f14d0dbbaa92d29298ed08eb88424c7e  1.0.11.18/grp2610fw.bin

now access phone web interface:

maintenance/upgrade/firmware

edit upgrade via network / firmware server path / add your apache server url:

http://192.168.77.101/grandstream/grp261x/1.0.11.18

then apply and save settings:

new message will popup on your phone "new firmware available do you want to upgrade"

grp2130x phones

devices on firmware 1.0.6.x or lower versions, please upgrade to 1.0.7.97 first via HTTP.

download latest firmware to http document root:

cd /src/http
mkdir -p grandstream/grp2130 && cd grandstream/grp2130
wget https://firmware.grandstream.com/Release_GXP2130_1.0.7.97.zip

uncompress zip file:

unzip Release_GXP2130_1.0.7.97.zip
mv Release_GXP2130_1.0.7.97 1.0.7.97 

verify md5sum:

md5sum 1.0.7.97/gxp2130fw.bin

it should be the following:

81267edd4d4ddddf64b1183841b77b21  1.0.7.97/gxp2130fw.bin

now access phone web interface:

maintenance/upgrade/firmware

edit upgrade via network / firmware server path / add your apache server url:

http://192.168.77.101/grandstream/grp2130/1.0.7.97

then upgrade to latest:

cd /src/http/grandstream/grp2130
wget https://firmware.grandstream.com/Release_GXP2130_1.0.11.85.zip
unzip Release_GXP2130_1.0.11.85.zip

verify md5sum:

md5sum 1.0.11.85/gxp2130fw.bin

it should be the following:

8a97733b0991949eee7a8714ce1c17e16  1.0.11.85/gxp2130fw.bin

edit upgrade via network / firmware server path / add your apache server url:

http://192.168.77.101/grandstream/grp2130/1.0.11.85

then apply and save settings:

new message will popup on your phone "new firmware available do you want to upgrade"

ht801

devices on firmware 1.0.39.4 or below cannot upgrade to firmware 1.0.55.5 directly through web, we need to upgrade via HTTP.

download latest firmware to http document root:

cd /src/http
mkdir -p grandstream/ht801 && cd grandstream/ht801
wget https://firmware.grandstream.com/Release_HT801_1.0.55.5.zip

uncompress zip file:

unzip Release_HT801_1.0.55.5.zip
mv Release_HT801_1.0.55.5 1.0.55.5

verify md5sum:

md5sum 1.0.55.5/ht801fw.bin

it should be the following:

9b0973645504b3479dd82b0c99a84b13  1.0.55.5/ht801fw.bin

now access phone web interface:

advance settings/upgrade/firmware

edit upgrade via network / firmware server path / add your apache server url:

http://192.168.77.101/grandstream/ht801/1.0.55.5

then apply and save settings:

lights will begin to flash for couple of minutes

references