forum.gl-inet.cn

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz
    楼主: 萝卜大侠

    [固件资源] AXT1800开源固件编译步骤

      [复制链接]

    76

    主题

    2144

    帖子

    9624

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

    积分
    9624

    官方人员

     楼主| 发表于 2022-7-15 12:31:05 | 显示全部楼层
    Misaka 发表于 2022-7-15 10:57
    大佬能帮我看看是哪里有问题吗

    没看到具体错误,大概率是你依赖环境的问题,检查前面步骤的依赖包是否正确安装
    回复

    使用道具 举报

    3

    主题

    37

    帖子

    368

    积分

    中级会员

    Rank: 3Rank: 3

    积分
    368
    发表于 2022-7-15 17:15:11 | 显示全部楼层
    ~/桌面$ sudo apt install build-essential libncurses5-dev gawk git libssl-dev gettext zlib1g-dev swig unzip time rsync python3 python3-setuptools python3-yaml
    [sudo] misaka 的密码:
    正在读取软件包列表... 完成
    正在分析软件包的依赖关系树... 完成
    正在读取状态信息... 完成                 
    build-essential 已经是最新版 (12.9ubuntu3)。
    gawk 已经是最新版 (1:5.1.0-1build3)。
    gettext 已经是最新版 (0.21-4ubuntu4)。
    libncurses5-dev 已经是最新版 (6.3-2)。
    python3 已经是最新版 (3.10.4-0ubuntu2)。
    python3-setuptools 已经是最新版 (59.6.0-1.2)。
    python3-yaml 已经是最新版 (5.4.1-1ubuntu1)。
    rsync 已经是最新版 (3.2.3-8ubuntu3)。
    time 已经是最新版 (1.9-0.1build2)。
    unzip 已经是最新版 (6.0-26ubuntu3)。
    zlib1g-dev 已经是最新版 (1:1.2.11.dfsg-2ubuntu9)。
    swig 已经是最新版 (4.0.2-1ubuntu1)。
    git 已经是最新版 (1:2.34.1-1ubuntu1.4)。
    libssl-dev 已经是最新版 (3.0.2-0ubuntu1.6)。
    下列软件包是自动安装的并且现在不需要了:
      chromium-codecs-ffmpeg-extra gstreamer1.0-vaapi
      libgstreamer-plugins-bad1.0-0 libva-wayland2
    使用'sudo apt autoremove'来卸载它(它们)。
    升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 3 个软件包未被升级。
    全新的ubuntu22.04LTS,git的名称和邮箱以及SSH key这些都设置了,还有其他需要的依赖吗
    回复

    使用道具 举报

    76

    主题

    2144

    帖子

    9624

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

    积分
    9624

    官方人员

     楼主| 发表于 2022-7-16 22:18:18 | 显示全部楼层
    Misaka 发表于 2022-7-15 17:15
    ~/桌面$ sudo apt install build-essential libncurses5-dev gawk git libssl-dev gettext zlib1g-dev swig ...

    没有了,下一步操作的输出也贴一下
    回复

    使用道具 举报

    16

    主题

    368

    帖子

    2187

    积分

    金牌会员

    Rank: 6Rank: 6

    积分
    2187
    发表于 2022-7-17 10:10:54 | 显示全部楼层
    本帖最后由 不望月的狼人 于 2022-7-17 14:05 编辑

    5.4内核编译axt1800报错,麻烦大侠得空看下!@萝卜大侠
    1. Configuring wireless-regdb.
    2. Configuring urngd.
    3. Configuring luci-i18n-firewall-zh-cn.
    4. Configuring rpcd-mod-rrdns.
    5. Configuring ppp-mod-pppoe.
    6. Configuring gl-sdk4-led.
    7. Collected errors:
    8. * pkg_hash_check_unresolved: cannot find dependency libblobmsg-json20220515 for gl-sdk4-utils
    9. * pkg_hash_fetch_best_installation_candidate: Packages for gl-sdk4-utils found, but incompatible with the architectures configured
    10. * satisfy_dependencies_for: Cannot satisfy the following dependencies for gl-sdk4-cable:
    11. *      libblobmsg-json20220515
    12. * opkg_install_cmd: Cannot install package gl-sdk4-cable.
    13. * pkg_hash_check_unresolved: cannot find dependency libnl-tiny2022-05-17 for gl-sdk4-carrier-monitor
    14. * pkg_hash_fetch_best_installation_candidate: Packages for gl-sdk4-carrier-monitor found, but incompatible with the architectures configured
    15. * opkg_install_cmd: Cannot install package gl-sdk4-carrier-monitor.
    16. * pkg_hash_check_unresolved: cannot find dependency libnl-tiny2022-05-17 for gl-sdk4-wifi
    17. * pkg_hash_fetch_best_installation_candidate: Packages for gl-sdk4-wifi found, but incompatible with the architectures configured
    18. * satisfy_dependencies_for: Cannot satisfy the following dependencies for gl-sdk4-netmode:
    19. *      libnl-tiny2022-05-17
    20. * opkg_install_cmd: Cannot install package gl-sdk4-netmode.
    21. make[2]: *** [package/Makefile:71: package/install] Error 255
    22. make[2]: Leaving directory '/home/shi/gl-infra-builder/wlan-ap/openwrt'
    23. make[1]: *** [package/Makefile:113: /home/shi/gl-infra-builder/wlan-ap/openwrt/staging_dir/target-arm_cortex-a7_musl_eabi/stamp/.package_install] Error 2
    24. make[1]: Leaving directory '/home/shi/gl-infra-builder/wlan-ap/openwrt'
    25. make: *** [/home/shi/gl-infra-builder/wlan-ap/openwrt/include/toplevel.mk:230: world] Error 2
    复制代码


    回复

    使用道具 举报

    76

    主题

    2144

    帖子

    9624

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

    积分
    9624

    官方人员

     楼主| 发表于 2022-7-18 14:10:36 | 显示全部楼层
    不望月的狼人 发表于 2022-7-17 10:10
    5.4内核编译axt1800报错,麻烦大侠得空看下!@萝卜大侠

    已修复
    回复

    使用道具 举报

    0

    主题

    2

    帖子

    44

    积分

    新手上路

    Rank: 1

    积分
    44
    发表于 2022-8-13 21:44:27 | 显示全部楼层
    AXT1800 的 OpenWrt Configuration 怎么配置
    回复

    使用道具 举报

    76

    主题

    2144

    帖子

    9624

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

    积分
    9624

    官方人员

     楼主| 发表于 2022-8-17 22:58:53 | 显示全部楼层
    moyu 发表于 2022-8-13 21:44
    AXT1800 的 OpenWrt Configuration 怎么配置

    没明白,你告诉我你具体想做啥?
    回复

    使用道具 举报

    11

    主题

    32

    帖子

    341

    积分

    中级会员

    Rank: 3Rank: 3

    积分
    341
    发表于 2022-8-20 10:32:38 来自手机 | 显示全部楼层
    安装纯开源固件后要怎么才能支持usb硬盘和wiregard?
    回复

    使用道具 举报

    5

    主题

    46

    帖子

    343

    积分

    中级会员

    Rank: 3Rank: 3

    积分
    343
    发表于 2022-8-25 20:59:32 | 显示全部楼层
    gdzhujun@gdzhujun:~/gl-infra-builder$ python3 setup.py
    Missing config-19.x.yml

    不管执行哪个配置都是这个提示,换了几台机器也一样
    回复

    使用道具 举报

    2

    主题

    11

    帖子

    180

    积分

    注册会员

    Rank: 2

    积分
    180
    发表于 2022-9-20 19:57:11 | 显示全部楼层
    编译到最后,多次出现了以下输出:

    No APK packages found
    /home/ljg/openwrt/gl-infra-builder/wlan-ap/openwrt/scripts/apk-make-index.sh: line 18: apk: command not found
    No APK packages found
    /home/ljg/openwrt/gl-infra-builder/wlan-ap/openwrt/scripts/apk-make-index.sh: line 18: apk: command not found
    /home/ljg/openwrt/gl-infra-builder/wlan-ap/openwrt/scripts/apk-make-index.sh: line 18: apk: command not found

    有人遇到吗?这个是不是可以忽略掉?
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|手机版|小黑屋|gl-inet.cn ( 粤ICP备18130956号 )

    GMT+8, 2024-4-19 22:25 , Processed in 0.023599 second(s), 24 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2021, Tencent Cloud.

    快速回复 返回顶部 返回列表