Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页
    1. Home
    2. zoenggit
    Z
    • Profile
    • Following 0
    • Followers 1
    • my integral 1042
    • Topics 1
    • Posts 11
    • Best 6
    • Groups 0

    zoengjayLV 5

    @zoenggit

    1042
    integral
    6
    Reputation
    7
    Profile views
    11
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    zoenggit Unfollow Follow

    Best posts made by zoenggit

    • Reply: 【水经验混下载权限专用贴】如何升级LV2拉取SDK

      水一下经验替代文字

      posted in 灌水区
      Z
      zoengjay
    • Reply: RT-Thread on D1H. LCD work, USB in progress.

      @ylyamin 在 RT-Thread on D1H. LCD work, USB in progress. 中说:

      I’m really stuck with the USB driver. It can detect device connections, but communication has not started.<br>
      Perhaps someone would enjoy diving deep into the USB driver to solve this riddle. Ready for issue reports and pull requests.
      Picture of LCD Display test in RT-Thread running on uConsole R-01:

      nice work!
      I'd like to help, and just bought a Sipeed Lichee RV board.

      posted in MR Series
      Z
      zoengjay
    • Reply: oat-burnboot需要完整编译和打包固件吗

      @linxingqianglai 参考前面的说明:

      u-boot.fex 使用 linux3.4/uboot2011 的平台最终用到的 uboot,其实是uboot+sys_config。
      boot_package.fex 使用 linux3.10/uboot2014 及更高版本的平台最终用到的 uboot,其实包含的文件由配置文件 boot_package.cfg决定,一般至少包含了 uboot和 dtb,安全方案会包含一些安全所需文件文件,可能还有 bootlogo 等文件。
      toc1.fex 安全方案使用的 uboot, 类似 boot_package.fex说明,其中实际也包含了 dts 等多个文件。

      posted in 编译和烧写问题专区
      Z
      zoengjay
    • Reply: T113 I2S 音频输出至 Lontium 芯片 / T113 I2S Audio Output to Lontium chip

      @dazb3 there's a i2s doc on 100ask.net https://forums.100ask.net/uploads/short-url/3Da0tOrvGPKeV7Be36UVkzivSE6.pdf

      to test i2s, why not try aplay or tinyplay?

      posted in 其它全志芯片讨论区
      Z
      zoengjay
    • Reply: R-01 library for small OS

      @ylyamin 在 R-01 library for small OS 中说:

      requests

      Since LCD RGB is working, DE probably working fine. So what is left could be LCD MIPI part.

      Allwinner tends to use the same code everywhere, so there could be a problem to find alternatives. Mainline Linux kernel maybe the only place to look at. Also logic analyzer maybe needed for this kind of task.

      Another reference could be xboot project: https://github.com/xboot/xboot , but seems main activities goes into LCD RGB.

      posted in MR Series
      Z
      zoengjay
    • Reply: T113: Python 3.5 Package Cross-Compile

      more details will help.
      I'm not sure but if you are using builtroot, python-spidev should be the package?

      like this:
      https://gerrit.cesnet.cz/plugins/gitiles/github/buildroot/buildroot/+/63d0762ab72a3536ea2e07ac75327c7556ed72c1/package/python-spidev/

      posted in 其它全志芯片讨论区
      Z
      zoengjay

    Latest posts made by zoenggit

    • Reply: R-01 library for small OS

      @ylyamin 在 R-01 library for small OS 中说:

      requests

      Since LCD RGB is working, DE probably working fine. So what is left could be LCD MIPI part.

      Allwinner tends to use the same code everywhere, so there could be a problem to find alternatives. Mainline Linux kernel maybe the only place to look at. Also logic analyzer maybe needed for this kind of task.

      Another reference could be xboot project: https://github.com/xboot/xboot , but seems main activities goes into LCD RGB.

      posted in MR Series
      Z
      zoengjay
    • Reply: T527 AvaotaPI-A1 高清靓照来了!!!

      这个板子为啥不能加个PD供电呢

      posted in T Series
      Z
      zoengjay
    • OrangePi 4A也发布了,T527 SBC 小爆发啊

      http://www.orangepi.cn/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-4A.html

      posted in T Series
      Z
      zoengjay
    • Reply: T527 AvaotaPI-A1 高清靓照来了!!!

      没散热压不住吧,可以安装散热风扇吗?

      posted in T Series
      Z
      zoengjay
    • Reply: 求助想增加UDISK分区录

      @lknn2012 不用配,好像是uboot里会自动新增

      posted in 编译和烧写问题专区
      Z
      zoengjay
    • Reply: RT-Thread on D1H. LCD work, USB in progress.

      @ylyamin 在 RT-Thread on D1H. LCD work, USB in progress. 中说:

      I’m really stuck with the USB driver. It can detect device connections, but communication has not started.<br>
      Perhaps someone would enjoy diving deep into the USB driver to solve this riddle. Ready for issue reports and pull requests.
      Picture of LCD Display test in RT-Thread running on uConsole R-01:

      nice work!
      I'd like to help, and just bought a Sipeed Lichee RV board.

      posted in MR Series
      Z
      zoengjay
    • Reply: T113: Python 3.5 Package Cross-Compile

      @dazb3

      chatgpt suggested no python-spidev is included by default, and should check python before add python-spidev.

      3. Install python-spidev
      
      python-spidev is usually not included directly in OpenWRT feeds, but it can be compiled from source as part of the build.
      
      First, check for python3:
      
      ./scripts/feeds install python3
      

      following is a link include python-spidev package by OnionIoT, switch to the right branch which matches tina sdk openwrt version:
      https://github.com/OnionIoT/OpenWRT-Packages

      posted in 其它全志芯片讨论区
      Z
      zoengjay
    • Reply: T113: Python 3.5 Package Cross-Compile

      more details will help.
      I'm not sure but if you are using builtroot, python-spidev should be the package?

      like this:
      https://gerrit.cesnet.cz/plugins/gitiles/github/buildroot/buildroot/+/63d0762ab72a3536ea2e07ac75327c7556ed72c1/package/python-spidev/

      posted in 其它全志芯片讨论区
      Z
      zoengjay
    • Reply: T113 I2S 音频输出至 Lontium 芯片 / T113 I2S Audio Output to Lontium chip

      @dazb3 there's a i2s doc on 100ask.net https://forums.100ask.net/uploads/short-url/3Da0tOrvGPKeV7Be36UVkzivSE6.pdf

      to test i2s, why not try aplay or tinyplay?

      posted in 其它全志芯片讨论区
      Z
      zoengjay
    • Reply: oat-burnboot需要完整编译和打包固件吗

      @linxingqianglai 参考前面的说明:

      u-boot.fex 使用 linux3.4/uboot2011 的平台最终用到的 uboot,其实是uboot+sys_config。
      boot_package.fex 使用 linux3.10/uboot2014 及更高版本的平台最终用到的 uboot,其实包含的文件由配置文件 boot_package.cfg决定,一般至少包含了 uboot和 dtb,安全方案会包含一些安全所需文件文件,可能还有 bootlogo 等文件。
      toc1.fex 安全方案使用的 uboot, 类似 boot_package.fex说明,其中实际也包含了 dts 等多个文件。

      posted in 编译和烧写问题专区
      Z
      zoengjay