Giter Club home page Giter Club logo

Comments (38)

jjm2473 avatar jjm2473 commented on June 3, 2024

curl应该支持https。
OP里面的wget是阉割版,需要安装 ca-bundle ca-certificates 以及任意一个 libustream- 开头的包,才能支持https。

from rtd1295-openwrt18-porting.

mayaxcn avatar mayaxcn commented on June 3, 2024

可是在1.9.0版本没有任何问题

from rtd1295-openwrt18-porting.

jjm2473 avatar jjm2473 commented on June 3, 2024

可是在1.9.0版本没有任何问题

之前是基于Snapshot版本的镜像,2.0 更新到了Release版本,可能忘了加上https支持。不过因为是Release版,可以直接使用官方的稳定软件仓库,安装https支持也不难,即使这个固件很久都不更新也还能安装软件(Snapshot可能在某个时间之后就不兼容了)。

下次发版我注意加上https支持吧。

from rtd1295-openwrt18-porting.

mayaxcn avatar mayaxcn commented on June 3, 2024

是否会在近期发布新的版本?因为发现安装程序依赖的太多了,想完完整整安装新版本再重置一遍,谢谢

from rtd1295-openwrt18-porting.

jjm2473 avatar jjm2473 commented on June 3, 2024

wget的依赖不多吧。

盒子在公寓里,看这周末能不能回去吧。

from rtd1295-openwrt18-porting.

mayaxcn avatar mayaxcn commented on June 3, 2024

emmm....借问一下,有新版本释出吗?

from rtd1295-openwrt18-porting.

jjm2473 avatar jjm2473 commented on June 3, 2024

正在迁移到openwrt的构建脚本,需要一些时间

from rtd1295-openwrt18-porting.

mayaxcn avatar mayaxcn commented on June 3, 2024

释出了新版本???

from rtd1295-openwrt18-porting.

jjm2473 avatar jjm2473 commented on June 3, 2024

释出了新版本???

没有啊,哪里看到的

from rtd1295-openwrt18-porting.

mayaxcn avatar mayaxcn commented on June 3, 2024

释出了新版本???

没有啊,哪里看到的

只是询问而已,因为想尽快用上支持https的新版本,后续自己想写些脚本实现一些其他功能~~~

from rtd1295-openwrt18-porting.

jjm2473 avatar jjm2473 commented on June 3, 2024

用这两个命令先装上https吧

opkg update
opkg install libustream-mbedtls20150806 ca-bundle

from rtd1295-openwrt18-porting.

mayaxcn avatar mayaxcn commented on June 3, 2024

用这两个命令先装上https吧

opkg update
opkg install libustream-mbedtls20150806 ca-bundle

发现好像无法写入

  • verify_pkg_installable: Only have 0kb available on filesystem /overlay, pkg libustream-mbedtls20150806 needs 4
  • opkg_install_cmd: Cannot install package libustream-mbedtls20150806.
  • verify_pkg_installable: Only have 0kb available on filesystem /overlay, pkg ca-bundle needs 113
  • opkg_install_cmd: Cannot install package ca-bundle.

from rtd1295-openwrt18-porting.

jjm2473 avatar jjm2473 commented on June 3, 2024

你的overlay分区已经满了

from rtd1295-openwrt18-porting.

mayaxcn avatar mayaxcn commented on June 3, 2024

我又来了...还是期待你的支持https版本

from rtd1295-openwrt18-porting.

jjm2473 avatar jjm2473 commented on June 3, 2024

这里有正在开发中的版本,目前只编译了Z9S的,有兴趣可以试下 :https://github.com/jjm2473/openwrt/actions

from rtd1295-openwrt18-porting.

jjm2473 avatar jjm2473 commented on June 3, 2024

注意看分支,有些是18.06,有些是19.07,目前来看还是18稳定一些

from rtd1295-openwrt18-porting.

mayaxcn avatar mayaxcn commented on June 3, 2024

可是我不太了解这方面的内容,平时主要是做后端代码开发,关于编译方面的事情了解比较肤浅,所以只能等大神编译好后刷机使用...

from rtd1295-openwrt18-porting.

jjm2473 avatar jjm2473 commented on June 3, 2024

可是我不太了解这方面的内容,平时主要是做后端代码开发,关于编译方面的事情了解比较肤浅,所以只能等大神编译好后刷机使用...

编译好了啊,Actions那边自动编译的

from rtd1295-openwrt18-porting.

jjm2473 avatar jjm2473 commented on June 3, 2024

例如这个 https://github.com/jjm2473/openwrt/actions/runs/65873966 ,下载‘OpenWrt_firmware’这个文件,解压就有ota包了

from rtd1295-openwrt18-porting.

mayaxcn avatar mayaxcn commented on June 3, 2024

got it. 今晚回家刷机试试

from rtd1295-openwrt18-porting.

mayaxcn avatar mayaxcn commented on June 3, 2024

我的x9s 刷了你给的例如这个 https://github.com/jjm2473/openwrt/actions/runs/65873966 ,下载‘OpenWrt_firmware’这个文件,解压就有ota包了后,现在无法开机了...

from rtd1295-openwrt18-porting.

jjm2473 avatar jjm2473 commented on June 3, 2024

这些都是Z9S的包啊,ota文件名称不是写着码

from rtd1295-openwrt18-porting.

mayaxcn avatar mayaxcn commented on June 3, 2024

啊...我上面一直说我的设备是X9S,我以为你叫我也试试

from rtd1295-openwrt18-porting.

jjm2473 avatar jjm2473 commented on June 3, 2024

要编译给X9S的话,

  1. fork https://github.com/jjm2473/openwrt
  2. 到fork的项目的Actions页面, 开启Actions。
  3. 回到首页,切换到‘openwrt-18.06’分支,打开文件.github/workflows/test.config
  4. 点击右边的编辑,修改第3行的‘z9s’为‘x9s’,然后点最后面的提交。
  5. 稍等GitHub就会开始编译了(如果没编译再找我吧),可以到Actions页面看编译进度。
  6. 大概一两个小时之后就编译好了。

from rtd1295-openwrt18-porting.

jjm2473 avatar jjm2473 commented on June 3, 2024

或者我搞个Actions同时编译X9S也可以

from rtd1295-openwrt18-porting.

mayaxcn avatar mayaxcn commented on June 3, 2024

我正在研究怎么配置actions....其他步骤已完成

from rtd1295-openwrt18-porting.

jjm2473 avatar jjm2473 commented on June 3, 2024

这里在同时编译两个ota了 https://github.com/jjm2473/openwrt/actions/runs/69535206

from rtd1295-openwrt18-porting.

jjm2473 avatar jjm2473 commented on June 3, 2024

其他步骤已完成

不能搞错顺序,先开Actions,然后改文件才能编译,反过来是没有反应的

from rtd1295-openwrt18-porting.

mayaxcn avatar mayaxcn commented on June 3, 2024

我看到了,看原理应该类似数据库触发器的形式,我刚才开启了actions之后又提交了一次修改,现在有2个actions在跑了,不过我现在首先还是先根据这https://www.zidoo.tv/Support/support_guide/guide_target/1vhOLOoLZ3NKKmVViAFMcQ%3D%3D.html救砖

from rtd1295-openwrt18-porting.

mayaxcn avatar mayaxcn commented on June 3, 2024

话说用了你最新编译出来的文件解压得出openwrt-18.06-snapshot-r0-6074b2f-realtek-rtd129x-zidoo-x9s-squashfs.ota.zip,升级时居然提示MD5校验失败

from rtd1295-openwrt18-porting.

mayaxcn avatar mayaxcn commented on June 3, 2024

重新下载一次没问题了

from rtd1295-openwrt18-porting.

mayaxcn avatar mayaxcn commented on June 3, 2024

貌似还是不行,进入刷完后重启就进不去界面了....

from rtd1295-openwrt18-porting.

jjm2473 avatar jjm2473 commented on June 3, 2024

我下载了x9s的ota包,解压看起来没问题,你是不是刷错了。刷完启动有logo吗

from rtd1295-openwrt18-porting.

mayaxcn avatar mayaxcn commented on June 3, 2024

我重新下载了,也校验过了,但是还是刷机后卡在LOGO画面,目前我只能用回你一月份发布的2.0.0版本

from rtd1295-openwrt18-porting.

mayaxcn avatar mayaxcn commented on June 3, 2024

然后按照之前的命令,在安装时提示:
Collected errors:

  • check_data_file_clashes: Package libubox20191228 wants to install file /lib/libubox.so
    But that file is already provided by package * libubox20170601
  • opkg_install_cmd: Cannot install package libustream-mbedtls20150806.

wget依然还是支持不了HTTPS
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.

from rtd1295-openwrt18-porting.

jjm2473 avatar jjm2473 commented on June 3, 2024

libubox20191228 和 libubox20170601 冲突了,openwrt的包管理不知道咋回事,非snapshot的镜像按道理不应该升级软件的ABI版本。可能要强行安装 libubox20191228 。

新ota包不能启动的问题我晚上看看,方便的话加我的微信或者qq

from rtd1295-openwrt18-porting.

mayaxcn avatar mayaxcn commented on June 3, 2024

我加您微信,方便在这留下吗?

from rtd1295-openwrt18-porting.

jjm2473 avatar jjm2473 commented on June 3, 2024

搜 jjm2473 应该可以找到我

from rtd1295-openwrt18-porting.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.