mirror of https://github.com/OpenIPC/firmware.git
Update pqtools (#1604)
parent
59beea73cd
commit
52f7edbf47
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# OpenIPC.org | v.20241008
|
# OpenIPC.org | v.20241112
|
||||||
#
|
#
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
@ -13,15 +13,15 @@ prepare() {
|
||||||
|
|
||||||
hi3516ev200 | hi3516ev300 | hi3516dv200 | hi3518ev300)
|
hi3516ev200 | hi3516ev300 | hi3516dv200 | hi3518ev300)
|
||||||
echo -e "\n\e[1;31mA supported processor with ${mpp} was found...\e[0m\n"
|
echo -e "\n\e[1;31mA supported processor with ${mpp} was found...\e[0m\n"
|
||||||
echo -e "\n\e[1;31mDownload PQTools from https://github.com/widgetii/pqtools/raw/master/hi3516ev300/PQTools.tgz\e[0m\n"
|
echo -e "\n\e[1;31mDownload PQTools from https://github.com/openipc/pqtools/raw/master/hi3516ev300/PQTools.tgz\e[0m\n"
|
||||||
ittb_url="https://raw.githubusercontent.com/widgetii/pqtools/master/hi3516ev300/ittb_V1.0.1.2.tgz"
|
ittb_url="https://raw.githubusercontent.com/openipc/pqtools/master/hi3516ev300/ittb_V1.0.1.2.tgz"
|
||||||
ittb_folder="ittb_V1.0.1.2"
|
ittb_folder="ittb_V1.0.1.2"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
gk7205v200 | gk7205v210 | gk7205v300)
|
gk7205v200 | gk7205v210 | gk7205v300)
|
||||||
echo -e "\n\e[1;31mA supported processor with unknown MPP was found...\e[0m\n"
|
echo -e "\n\e[1;31mA supported processor with unknown MPP was found...\e[0m\n"
|
||||||
echo -e "\n\e[1;31mDownload PQTools from https://github.com/widgetii/pqtools/raw/master/gk7205v200/PQTools.tgz\e[0m\n"
|
echo -e "\n\e[1;31mDownload PQTools from https://github.com/openipc/pqtools/raw/master/gk7205v200/PQTools.tgz\e[0m\n"
|
||||||
ittb_url="https://raw.githubusercontent.com/widgetii/pqtools/master/gk7205v200/ittb_V1.0.2.0.tgz"
|
ittb_url="https://raw.githubusercontent.com/widgetii/openipc/master/gk7205v200/ittb_V1.0.2.0.tgz"
|
||||||
ittb_folder="ittb_V1.0.2.0"
|
ittb_folder="ittb_V1.0.2.0"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue