Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页
    1. Home
    2. Ary_Ye
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • my integral 1022
    • Topics 5
    • Posts 17
    • Best 2
    • Groups 0

    Topics created by Ary_Ye

    • A

      新手求助!T113 Tina-Linux添加systemd后编译报错
      Linux • Posted at • Ary_Ye

      0 Votes
      0 Replies
      59 Views

      No one has replied

      0
    • A

      编译T113时,添加时钟同步ntp出错
      Linux • Posted at • Ary_Ye

      0 Votes
      1 Replies
      72 Views

      A Replied at

      找到问题了,grep一下这个宏定义,发现是在openssl库里面的,在make menuconfig里面把下面这个选项勾上就行了
      QQ截图20230624110607.png

      1
    • A

      新手求助!如何在Tina-linux里面替换设备树dtb
      Linux • Posted at • Ary_Ye

      0 Votes
      1 Replies
      110 Views

      A Replied at

      只能重新烧录,替换BOOT分区。

      1
    • A

      新手求助!MQR-T113编译的LED内核驱动没有出现在/dev里面。
      Linux • Posted at • Ary_Ye

      0 Votes
      5 Replies
      118 Views

      whycan Replied at

      @ary_ye

      led.c 里面加一点调试语句,也有可能 GPIOH(11) 没有申请成功。

      5
    • A

      MQ-T113使用xboot驱动GT911时中断无法使用
      爱搞机专区 • Posted at • Ary_Ye

      0 Votes
      10 Replies
      335 Views

      T Replied at

      @steward 感谢司徒的研究,发现了一个大BUG,中断号偏移计算错误,现已修复,打补丁如下:

      diff --git a/src/arch/arm32/mach-t113s3/romdisk/boot/mangopi.json b/src/arch/arm32/mach-t113s3/romdisk/boot/mangopi.json index 0f1f34283..4bc02d253 100644 --- a/src/arch/arm32/mach-t113s3/romdisk/boot/mangopi.json +++ b/src/arch/arm32/mach-t113s3/romdisk/boot/mangopi.json @@ -386,12 +386,12 @@ "reset-t113@0x02001d0c": { "reset-base": 1184, "reset-count": 32 }, "irq-gic400@0x03020000": { "interrupt-base": 32, "interrupt-count": 224 }, - "irq-t113-gpio@0x02000220": { "interrupt-base": 224, "interrupt-count": 8, "interrupt-parent": 101 }, - "irq-t113-gpio@0x02000240": { "interrupt-base": 256, "interrupt-count": 8, "interrupt-parent": 103 }, - "irq-t113-gpio@0x02000260": { "interrupt-base": 288, "interrupt-count": 23, "interrupt-parent": 105 }, - "irq-t113-gpio@0x02000280": { "interrupt-base": 320, "interrupt-count": 14, "interrupt-parent": 107 }, - "irq-t113-gpio@0x020002a0": { "interrupt-base": 352, "interrupt-count": 7, "interrupt-parent": 109 }, - "irq-t113-gpio@0x020002c0": { "interrupt-base": 384, "interrupt-count": 16, "interrupt-parent": 111 }, + "irq-t113-gpio@0x02000220": { "interrupt-base": 256, "interrupt-count": 8, "interrupt-parent": 101 }, + "irq-t113-gpio@0x02000240": { "interrupt-base": 288, "interrupt-count": 8, "interrupt-parent": 103 }, + "irq-t113-gpio@0x02000260": { "interrupt-base": 320, "interrupt-count": 23, "interrupt-parent": 105 }, + "irq-t113-gpio@0x02000280": { "interrupt-base": 352, "interrupt-count": 14, "interrupt-parent": 107 }, + "irq-t113-gpio@0x020002a0": { "interrupt-base": 384, "interrupt-count": 7, "interrupt-parent": 109 }, + "irq-t113-gpio@0x020002c0": { "interrupt-base": 416, "interrupt-count": 16, "interrupt-parent": 111 }, "gpio-t113@0x02000030": { "gpio-base": 32, "gpio-count": 8, "interrupt-offset": 256 }, "gpio-t113@0x02000060": { "gpio-base": 64, "gpio-count": 8, "interrupt-offset": 288 },

      完整补丁见这个链接
      https://github.com/xboot/xboot/commit/4e502b7ad6e4f589832d36a4513de00f0cb8de07

      10
    • 1 / 1