导航

    全志在线开发者论坛

    • 注册
    • 登录
    • 搜索
    • 版块
    • 话题
    • 在线文档
    • 社区主页
    1. 主页
    2. PCaT113S4user
    • 资料
    • 关注 0
    • 粉丝 0
    • 我的积分 736
    • 主题 0
    • 帖子 10
    • 最佳 1
    • 群组 0

    PCaT113S4userLV 4

    @PCaT113S4user

    我是一名退休的技术工程师,现在把大量时间投入到我的电子爱好中,开发各种硬件并为其编写裸机软件。

    I'm a retired technical engineer dedicating a lot of time to my electronics hobby of developing all kinds of hardware and writing bare metal software for it.

    736
    积分
    1
    声望
    2
    资料浏览
    10
    帖子
    0
    粉丝
    0
    关注
    注册时间 最后登录
    位置 France

    PCaT113S4user 取消关注 关注

    PCaT113S4user 发布的最佳帖子

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

      我是新来的,正在使用翻译软件,所以如果有什么语言错误,请见谅。希望我能通过这种方式获得 T113-S4 的 SDK,以便测试我的 PCB。更多信息请参见我的帖子:https://www.eevblog.com/forum/projects/i-can-use-a-second-set-of-eyes-on-my-t113-s4-design/

      发布在 灌水区
      PCaT113S4user
      PCaT113S4user

    PCaT113S4user 发布的最新帖子

    • 回复: T113的SDK 是使用 uboot 的吗,没有看到setenv bootcmd

      @cx_ghost 在 T113的SDK 是使用 uboot 的吗,没有看到setenv bootcmd 中说:

      @pcat113s4user Tina Linux含义是什么

      Tina Linux 是 Allwinner 开发的 Linux 版本名称。更多信息请参见 https://docs.aw-ol.com/d1/en/study/study_1tina/。

      我想应该也会有中文版,但我不是中国人,很遗憾需要翻译工具才能读写中文,所以我更喜欢英文版。:-)

      Original English text:
      Tina Linux is the name of the Linux version Allwinner created. See https://docs.aw-ol.com/d1/en/study/study_1tina/ for more information.

      I guess there will also be a Chinese version, but I'm not Chinese and unfortunately need translation tools to read and write it, so I prefer the English version. 🙂

      发布在 T Series
      PCaT113S4user
      PCaT113S4user
    • 回复: T113的SDK 是使用 uboot 的吗,没有看到setenv bootcmd

      这很可能取决于你使用的 SDK,但如果是 Tina Linux 版本,请查看目录 Tina-Linux/device/config/chips/t113/configs/xxxxx 中是否存在 env.cfg 文件,其中 xxxxx 是配置所针对的板的名称。

      此文件包含 Linux 内核的环境变量设置。在我的配置中,这些设置最终会分布在输出镜像的两个分区中。一个分区保存原始文件,另一个分区是冗余副本。

      Original English text:
      It most likely depends on the SDK you are using, but when it is the Tina Linux variant, see if there is a file env.cfg in a directory Tina-Linux/device/config/chips/t113/configs/xxxxx, where xxxxx is the name of the board the configuration is for.

      This file holds the environment settings for the Linux kernel. In my setup these settings end up in two partitions of the output image. One partition holds the original and the other one is a redundant copy.

      发布在 T Series
      PCaT113S4user
      PCaT113S4user
    • 回复: 获取 SDK失败...................

      我不确定这是否是因为我现在处于 3 级状态,因为我之前没有尝试过 ssh 连接,但我现在能够下载存储库了。

      我没在这个网站上找到输入 SSH 加密密钥的新设置,但我之前在 https://open.allwinnertech.com 网站上输入过。我当时用的也是同一个用户名。Copilot 显示系统没有使用那个密钥,但我的密钥确实有效,而且我们都知道人工智能也会说谎 🙂

      例如,要下载 D1-H 代码库,我使用了以下命令:

      创建目录:md tina-d1-h-open

      进入目录:cd tina-d1-h-open

      设置邮箱:git config --global user.email "you@example.com"

      设置用户名:git config --global user.name "your_username"

      初始化仓库:repo init -u ssh://your_username@sdk.aw-ol.com/git_repo/D1_Tina_Open/manifest.git -b master -m tina-d1-h.xml

      同步仓库:repo sync

      使用您的网站登录名作为您的用户名。

      Original English text:
      Not sure if it is due to now being on level 3, because I did not try the ssh route before, but I'm now able to download the repositories.

      I did not see a new setting to enter my ssh encryption key on this site, but I have done this before on the https://open.allwinnertech.com website. I have used the same username there. According to Copilot the system is not using that key, but it does work for me, and we all know that AI can tell lies 🙂

      To download for instance the D1-H repository, I used the commands below:
      Create a directory: md tina-d1-h-open
      Enter the directory: cd tina-d1-h-open
      Set email: git config --global user.email "you@example.com"
      Set username: git config --global user.name "your_username"
      Init repo: repo init -u ssh://your_username@sdk.aw-ol.com/git_repo/D1_Tina_Open/manifest.git -b master -m tina-d1-h.xml
      Sync repo: repo sync

      Use your website loginname for your_username.

      发布在 代码下载问题专区
      PCaT113S4user
      PCaT113S4user
    • 回复: 全志A733 DDR控制

      我之前也遇到过 T113-S4 内存控制器的问题,最后只能对 Ebyte 提供的 T113-S4 主板启动镜像中的 SPL 进行逆向工程。GitHub 上的 awboot 代码库里已经有一些源代码了:https://github.com/szemzoa/awboot

      我不知道 A733 是否也使用了相同的控制器,但还是值得研究一下 GitHub 上的代码。

      Translated from English:
      I had the same problem with the T113-S4 memory controller, and resorted to reverse engineering the SPL that I found in an startup image from Ebyte for their T113-S4 board. There was already some source code available in the awboot repository on github: https://github.com/szemzoa/awboot

      I have no idea if the A733 uses the same controller, but it is worth the try to look into the github code.

      发布在 其它全志芯片讨论区
      PCaT113S4user
      PCaT113S4user
    • 回复: T113-S3 SPI clk 波形异常

      我对 Keysight 示波器不太熟悉,但我理解的没错吧,信号是用 1 倍探头而不是 10 倍探头探测的?

      这一点很重要,因为使用 1 倍探头会大幅降低带宽。

      你的 SPI 时钟频率设置为 100MHz,需要一台性能良好的示波器才能正确显示信号。构成方波的谐波是奇次谐波,因此示波器的带宽需要远大于 100MHz,并且采样率也要与之匹配。

      所以在我看来,你示波器上的波形看起来并不算异常,尤其考虑到 3.3V 的信号经过截止频率约为 6MHz 的一阶探头滤波器衰减后,其幅度会远小于 3.3V 的输出电压。

      Translated from English:
      I'm not familiar with keysight scopes, but am I right when saying that the signal is probed with a 1x probe instead of 10x.
      Why this is important, is that with a 1x probe the bandwidth is reduced quite a bit.
      With your SPI clock set to 100MHz one needs a good scope to see a proper representation of the signal. The harmonics that make up the square wave are the odd ones, so the scope needs to have a bandwidth of way more than 100MHz and a sampling rate to go with it.
      So to me the trace on your scope does not look that abnormal, also considering that a 3.3V signal reduced by a first order probe filter with a cutoff point around 6MHz will be far less than the 3.3V output.

      发布在 Linux
      PCaT113S4user
      PCaT113S4user
    • 回复: 获取 SDK失败...................

      我也遇到了同样的问题,根据 Copilot 的说法,现在必须是 LV3 用户才能上传 SSH 密钥并通过 SSH 下载 SDK。我不确定这是不是真的,需要联系 LV3 团队来验证这个说法。

      I'm using translation software. Original text in English:
      I'm having the same problem, and according to Copilot one now has to be a LV3 user to be able to upload a SSH key and download the SDK's using SSH. Not sure if this is true, and need to reach LV3 to validate the claim.

      发布在 代码下载问题专区
      PCaT113S4user
      PCaT113S4user
    • 回复: T113-S3 无法烧录

      需要更多信息才能给出有用的回复。

      您使用的是哪款开发板?您选择加载到开发板上的镜像是什么?

      您看到的输出显示内存已初始化,但对于 S3 来说,936MHz 的频率似乎有点高。

      我正在忙着调试我的 T113-S4 开发板,但我还有一块基于 T113-S3 的 LCPI-PC-T113 开发板。我从 SD 卡测试的 Tina Linux 镜像也显示了类似的输出,但可以顺利进入 Linux 系统。

      发布在 T Series
      PCaT113S4user
      PCaT113S4user
    • 回复: 【水经验混下载权限专用贴】如何升级LV2拉取SDK

      我是新来的,正在使用翻译软件,所以如果有什么语言错误,请见谅。希望我能通过这种方式获得 T113-S4 的 SDK,以便测试我的 PCB。更多信息请参见我的帖子:https://www.eevblog.com/forum/projects/i-can-use-a-second-set-of-eyes-on-my-t113-s4-design/

      发布在 灌水区
      PCaT113S4user
      PCaT113S4user
    • 回复: 全志在线开源芯片 新 SDK 平台下载方法汇总

      这是我关于获取 SDK 访问权限的第二篇帖子。我的项目详情请见:https://www.eevblog.com/forum/projects/i-can-use-a-second-set-of-eyes-on-my-t113-s4-design/

      发布在 代码下载问题专区
      PCaT113S4user
      PCaT113S4user
    • 回复: 全志在线开源芯片 新 SDK 平台下载方法汇总

      您好,我是一名业余爱好者,正在寻找T113-S4的SDK。我使用的是翻译应用程序,如有任何错误,敬请谅解。

      发布在 代码下载问题专区
      PCaT113S4user
      PCaT113S4user