Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • 公告
    • 芯片
    •          T Series
    •          A Series
    •          V Series
    •          MR Series
    •          H/F/TV Series
    •          Wireless & Analog Series
    • Special
    •          创龙科技专区
    •          飞凌嵌入式专区
    •          爱搞机专区
    • Technical topics
    •          RTOS
    •          Linux
    •          GUI
    • Others
    •          代码下载问题专区
    •          编译和烧写问题专区
    •          其它全志芯片讨论区
    •          灌水区
    • q1215200171

      基于全志D1-H的东山派发布,将免费开源完整嵌入式视频课程
      MR Series • Posted at • budbool

      0 Votes
      1 Replies
      2364 Views

      xiaowenge Replied at

      开发板淘宝购买链接:
      https://item.taobao.com/item.htm?spm=a1z10.5-c-s.w4002-18944745104.17.42895b1b1GWStT&id=669363784178
      a445cc65-2e16-4e9d-917d-7a7ef068d44b-image.png

      1
    • Y

      D1移植讯为7寸MIPI屏
      MR Series • Posted at • yaoxiaoyao

      1 Votes
      9 Replies
      4553 Views

      Y Replied at

      @lumen 讯为的MIPI屏 淘宝有卖的三四百吧
      https://m.tb.cn/h.fqYJmck?tk=40Pf2hVcPMg

      9
    • Y

      MQ-Dual(T113S)wifi问题
      MR Series • Posted at • y97788

      0 Votes
      0 Replies
      778 Views

      No one has replied

      0
    • mangogeek

      MQ-Pro默认是带彩排的
      MR Series • Posted at • mangogeek

      0 Votes
      5 Replies
      1979 Views

      A Replied at

      @xiaowenge 看见了,已下单😁

      5
    • nihui

      选择和放弃 MQ-Pro 的理由
      MR Series • Posted at • nihui

      0 Votes
      2 Replies
      1792 Views

      mangogeek Replied at

      没想到粉色这么好看,i了i了。
      我打算连夜去找大佬进货。

      2
    • D

      麻雀D1s ,编译了新的Tina_d1_open_v2,选择了D1S,用TF卡烧录,启动时候卡住了,挂载不了文件系统,各位大神帮忙看下
      MR Series • Posted at • daMing123

      0 Votes
      5 Replies
      3032 Views

      D Replied at

      @yuzukitsuru 试试,我已经解决了,在board.dts中,有个引脚占用了,我修改了下,就行了。

      5
    • Z

      求助:D1上如何在S模式下处理异常和中断?
      MR Series • Posted at • 小红帽

      0 Votes
      1 Replies
      1104 Views

      aozima Replied at

      直接用M模式多好

      1
    • YuzukiTsuru

      tina 2.0 d1s 的一些问题
      MR Series • Posted at • 柚木 鉉

      0 Votes
      11 Replies
      4354 Views

      YuzukiTsuru Replied at

      @jmhh247 是kernel hacking的选项,不用管他

      11
    • Y

      问一下 D1H 开发板针脚管脚对应关系在哪看……
      MR Series • Posted at • YdrMaster

      0 Votes
      2 Replies
      1262 Views

      q1215200171 Replied at

      @ydrmaster 文档: https://d1.docs.aw-ol.com/
      资料: https://www.aw-ol.com/downloads?cat=7

      2
    • W

      T113编译固件288M,如何裁减烧录到128M flash中
      MR Series • Posted at • wxgd2017

      0 Votes
      1 Replies
      2228 Views

      YuzukiTsuru Replied at

      rootfs裁剪一下,kernel和uboot加起来不过8mb

      1
    • xiaowenge

      D1s有芯片了兄弟们!开源方案设计送芯片啦
      MR Series • Posted at • DOT小文哥

      2 Votes
      5 Replies
      1880 Views

      xiaowenge Replied at

      又给小伙伴们寄出了10片,数量不多了,还有人要的吗?
      109c1b64-4888-441f-a33c-864576c78df6-image.png

      5
    • X

      D1s如何使用cvbs IN,,最近有个板子需要有个项目想尝试一下
      MR Series • Posted at • xiaoxiaohai

      0 Votes
      2 Replies
      1722 Views

      whycan Replied at

      驱动勾选 CONFIG_VIDEO_SUNXI_TVD=y

      board.dts 配置好tvd(可能已经配好了):

      /* tvd configuration used (create device, 0: do not create device, 1: create device) agc_auto_enable (0: agc manual mode,agc_manual_value is valid; 1: agc auto mode) agc_manual_value (agc manual value, default value is 64) cagc_enable (cagc 0: disable, 1: enable) fliter_used (3d fliter 0: disable, 1: enable) support two PMU power (tvd_power0, tvd_power1) support two GPIO power (tvd_gpio0, tvd_gpio1) NOTICE: If tvd need pmu power or gpio power,params need be configured under [tvd] tvd_sw (the switch of all tvd driver.) tvd_interface (0: cvbs, 1: ypbpr,) tvd_format (0:TVD_PL_YUV420 , 1: MB_YUV420, 2: TVD_PL_YUV422) tvd_system (0:ntsc, 1:pal) tvd_row (total row number in multi channel mode 1-2) tvd_column (total column number in multi channel mode 1-2) tvd_channelx_en (0:disable, 1~4:position in multi channel mode,In single channel mode,mean enable) tvd_row*tvd_column is the total tvd channel number to be used in multichannel mode +--------------------+--------------------+ | | | | | | | 1 | 2 | | | | | | | +--------------------+--------------------+ | | | | | | | 3 | 4 | | | | | | | +--------------------+--------------------+ */ &tvd { tvd_sw = <1>; tvd_interface = <0>; tvd_format = <0>; tvd_system = <1>; tvd_row = <1>; tvd_column = <1>; tvd_channel0_en = <1>; tvd_channel1_en = <0>; tvd_channel2_en = <0>; tvd_channel3_en = <0>; /*tvd_gpio0 = <&pio PD 22 GPIO_ACTIVE_HIGH>;*/ /*tvd_gpio1 = <&pio PD 23 GPIO_ACTIVE_HIGH>;*/ /*tvd_gpio2 = <&pio PD 24 GPIO_ACTIVE_HIGH>;*/ /* dc1sw-supply = <&reg_dc1sw>;*/ /* eldo3-supply = <&reg_eldo3>;*/ /*tvd_power0 = "dc1sw"*/ /*tvd_power1 = "eldo3"*/ }; &tvd0 { used = <1>; agc_auto_enable = <1>; agc_manual_value = <64>; cagc_enable = <1>; fliter_used = <1>; };

      linux启动后会生成 /dev/video4:

      root@TinaLinux:/# ls /dev/video4 /dev/video4

      测试一吓:

      root@TinaLinux:/# cat /dev/video4 [tvd] tvd_read:1857 tvd_read: tvd is not generating! cat: read error: Invalid argument

      嗯, 看日志应该就是TV输入了。

      2
    • W

      F133检测spi flash 型号是否支持或者硬件是否OK
      MR Series • Posted at • wxgd2017

      0 Votes
      1 Replies
      1058 Views

      YuzukiTsuru Replied at

      是不是这样的

      D1s烧写固件失败
      https://bbs.aw-ol.com/topic/1180/share/1

      1
    • nawgnehz

      [同济课堂问题]编译ncnn时产生cmake报错
      MR Series • Posted at • Wine

      0 Votes
      5 Replies
      2571 Views

      H Replied at

      @nawgnehz 您好,我也遇到了和您相同的问题,请问您后来是怎么解决的呢。

      5
    • q1215200171

      基于全志D1-H芯片的首台64位RISC-V便携式计算机上市
      MR Series • Posted at • budbool

      2 Votes
      0 Replies
      1501 Views

      No one has replied

      0
    • G

      D1S是否有调好的GC2145/OV2640摄像头驱动,手头摄像头想测试下
      MR Series • Posted at • gonboy

      0 Votes
      0 Replies
      948 Views

      No one has replied

      0
    • YuzukiTsuru

      YuzukiNezha D1s 驱动 1.9 寸高分屏
      MR Series • Posted at • 柚木 鉉

      1 Votes
      2 Replies
      1216 Views

      J Replied at

      @yuzukitsuru 大佬这是啥板子,自己焊的吗

      2
    • Z

      求助:D1怎样从M模式切换到S模式呢?
      MR Series • Posted at • 小红帽

      0 Votes
      12 Replies
      3710 Views

      Z Replied at

      @yuzukitsuru 终于找到问题了,切换模式要配置PMP,默认PMP是关闭的,关闭的情况下S模式和U模式访存会抛异常。

      12
    • S

      D1S跑rtt为什不定时的报错啊,谁帮忙分析一下
      MR Series • Posted at • smiletiger

      0 Votes
      0 Replies
      1011 Views

      No one has replied

      0
    • tigger

      A100 tina pwm7 PI6 测试
      MR Series • Posted at • tigger

      0 Votes
      2 Replies
      1622 Views

      tigger Replied at

      使能pwm7:

      echo 7 > /sys/class/pwm/pwmchip0/export echo 25000000 > /sys/class/pwm/pwmchip0/pwm7/period echo 12000000 > /sys/class/pwm/pwmchip0/pwm7/duty_cycle echo 1 > /sys/class/pwm/pwmchip0/pwm7/enable

      查看pwm信息:

      mount -t debugfs none /sys/kernel/debug; cat /sys/kernel/debug/pwm # cat /sys/kernel/debug/pwm platform/300a000.pwm, 16 PWM devices pwm-0 ((null) ): period: 0 ns duty: 0 ns polarity: normal pwm-1 ((null) ): period: 0 ns duty: 0 ns polarity: normal pwm-2 ((null) ): period: 0 ns duty: 0 ns polarity: normal pwm-3 ((null) ): period: 0 ns duty: 0 ns polarity: normal pwm-4 ((null) ): period: 0 ns duty: 0 ns polarity: normal pwm-5 ((null) ): period: 0 ns duty: 0 ns polarity: normal pwm-6 ((null) ): period: 0 ns duty: 0 ns polarity: normal pwm-7 (sysfs ): requested enabled period: 25000000 ns duty: 12000000 ns polarity: normal pwm-8 ((null) ): period: 0 ns duty: 0 ns polarity: normal pwm-9 ((null) ): period: 0 ns duty: 0 ns polarity: normal pwm-10 ((null) ): period: 0 ns duty: 0 ns polarity: normal pwm-11 ((null) ): period: 0 ns duty: 0 ns polarity: normal pwm-12 ((null) ): period: 0 ns duty: 0 ns polarity: normal pwm-13 ((null) ): period: 0 ns duty: 0 ns polarity: normal pwm-14 ((null) ): period: 0 ns duty: 0 ns polarity: normal pwm-15 ((null) ): period: 0 ns duty: 0 ns polarity: normal
      2
    • Q

      麻雀D1s启动时卡在这个地方了,应该怎么处理?求指教
      MR Series • Posted at • q599003837

      0 Votes
      10 Replies
      3115 Views

      YuzukiTsuru Replied at

      @sola_ linux的uart默认是uart0,改到uart2就有输出了

      10
    • Z

      D1的rt-smart官方有适配好吗?等了好久了
      MR Series • Posted at • 小红帽

      0 Votes
      1 Replies
      1085 Views

      Randolph Replied at

      @zt13947787451 D1s是已经可以运行rt-smart了,但内核文件没开源。

      1
    • D

      D1 uart2功能可以用在PD1和PC1引脚上吗?
      MR Series • Posted at • dianjixz

      0 Votes
      7 Replies
      2886 Views

      E Replied at

      uart2串口通信请问下目前正常了吗?

      7
    • X

      D1-H开发板rootfs基于busybox制作,移植到OpenHarmany的rootfs是基于toybox,是否有OH rootfs制作的文档?
      MR Series • Posted at • xyc_image

      0 Votes
      0 Replies
      1068 Views

      No one has replied

      0
    • C

      在WSL2 (ubuntu)编译D1/D1s出错,求官方大佬指导,感谢
      MR Series • Posted at • cstyle

      0 Votes
      4 Replies
      2509 Views

      YuzukiTsuru Replied at

      @cstyle https://www.gloomyghost.com/live/20211226.aspx

      4
    • C

      WSL2编译d1-h_nezha-tina或D1s失败
      MR Series • Posted at • cstyle

      0 Votes
      3 Replies
      1947 Views

      YuzukiTsuru Replied at

      发现了,要mv到/home/里,不能在mnt里

      3
    • C

      D1 fastboot烧写rootfs分区有问题
      MR Series • Posted at • chenlinfei

      1 Votes
      28 Replies
      9386 Views

      C Replied at

      @uuuuid 你看这个帖子,问题就出在 erase 之后需要重启才能 flash 就是这样的

      @chunzhang 在 D1 fastboot烧写rootfs分区有问题 中说:

      @whycan 函数 spinand_mtd_write_ubi 的这段代码存在问题。

      if (num == ubinfo->last_partno) { if (offset != ubinfo->last_offset) { pr_err("offset 0x%x smaller than last offset 0x%x\n", ubinfo->last_offset, offset); goto err; } }

      当PC端执行 fastboot erase rootfs 之后在执行 fastboot flash rootfs 时 ubinfo->last_partno 是上一次对 rootfs 擦除的的操作值 7,num 是本次对 flash 写的操作值 7;offset = 0,ubinfo->last_offset是上一次对 rootfs 擦除最后的偏移量 126000。此时就会进入 err。

      但是在擦除操作之后重启再写 flash 可以正常写,避免这个错误,对目前 fastboot 更新 rootfs 的失败结果不造成影响。这个问题应该也需要修复。

      28
    • M

      D1哪吒开发板使用 RTL8723DS 作为WIFI中继
      MR Series • rtl8723ds wifi中继 wifi热点 d1 哪吒 • Posted at • memory

      0 Votes
      2 Replies
      2199 Views

      M Replied at

      螃蟹wifi 做AP就算了,稳定性很差。你要是苹果的手机可以试试。我这有测试代码。
      https://blog.csdn.net/MengXP/article/details/122736176?spm=1001.2014.3001.5501

      2
    • C

      求助:在WSL2 (ubuntu)编译D1s出错
      MR Series • Posted at • cstyle

      0 Votes
      9 Replies
      3253 Views

      YuzukiTsuru Replied at

      @cstyle 我这里测试按照这个配置是可以编译的

      9
    • W

      T113烧录R528的img文件失败
      MR Series • Posted at • wxgd2017

      0 Votes
      6 Replies
      2890 Views

      T Replied at

      @yuzukitsuru
      找到个这个函数,是R528里面的,id_judge_fun,有谁发现什么机关,需要找多个平台的id_judge_fun函数来对比,估计才能看出名堂。

      uint id_judge_fun(uint param_1) { uint uVar1; if ((_DAT_01c15004 & 7) == 0) { uVar1 = disturb_coding(param_1,1); return uVar1; } return 0; } uint disturb_coding(uint param_1,int param_2) { int iVar1; iVar1 = crc_16(param_1,param_2); return param_1 + param_2 | iVar1 << 0x10; } void crc_16(uint param_1,int param_2) { uint uVar1; uint uVar2; short sVar3; uVar1 = param_1 ^ param_2 << 8; sVar3 = 8; do { uVar2 = uVar1 & 0x8000; uVar1 = (uVar1 & 0x7fff) << 1; if (uVar2 != 0) { uVar1 = (uVar1 ^ 0xffff8005) & 0xffff; } sVar3 = sVar3 + -1; } while (sVar3 != 0); return; }
      6
    • Hazelijy

      腾讯优图ncnn新版本适配国产CPU,全志D1加持最高速度提升70倍!
      MR Series • d1 ncnn • Posted at • Hazelijy

      0 Votes
      14 Replies
      5054 Views

      Randolph Replied at

      @chen_bopk 你的工具链是哪个版本的?

      14
    • YuzukiTsuru

      D1s的ALDO和HPLDO是内置的吗?还是需要外部LDO?
      MR Series • Posted at • 柚木 鉉

      0 Votes
      4 Replies
      1967 Views

      mangogeek Replied at

      ALDO是持续有1.8V供电,HPLDO是只有播放音乐时才会输出1.8V。这两个引脚只需外部去耦即可。

      4
    • W

      麻雀dual无法连接phoenixsuit1.19
      MR Series • Posted at • wxgd2017

      0 Votes
      10 Replies
      3929 Views

      W Replied at

      @whycan 操作问题!空设备时需要先加载固件,在接上设备

      10
    • sora1874

      Tina2.0的ssh或者Tina的手册
      MR Series • Posted at • sora1874

      0 Votes
      3 Replies
      1707 Views

      YuzukiTsuru Replied at

      @sora1874 不过我日常用talent,没注意ssh有这个问题,有时间了我看看

      3
    • U

      D1 哪吒开发板 XR829 softap_up 热点没跑起来
      MR Series • d1 哪吒 热点 wifi xr829 • Posted at • uuuuid

      0 Votes
      1 Replies
      1683 Views

      YuzukiTsuru Replied at

      看上去是没有iptable?

      1
    • S

      f133有可以用的rtos吗
      MR Series • Posted at • smiletiger

      0 Votes
      7 Replies
      2823 Views

      YuzukiTsuru Replied at

      @smiletiger melis内核是rtthread或者zypher,做了一些接口封装,所以是支持的

      可以看docs/pdf文件夹里的文档

      7
    • mangogeek

      【惊】在麻雀上运行国产rt-smart系统
      MR Series • Posted at • mangogeek

      0 Votes
      9 Replies
      6594 Views

      B Replied at

      @huyuxiang 你需要更新一下工具链,请下载http://117.143.63.254:9012/www/rt-smart/aarch64-linux-musleabi_for_i686-w64-mingw32_latest.zip,放到tools/gnu_gcc目录下,重新编译即可。

      9
    • X

      d1-h的ddr线序和几个小问题
      MR Series • Posted at • xiaoxiao

      0 Votes
      1 Replies
      1535 Views

      YuzukiTsuru Replied at

      1.SOC SA线的乱序是因为D1芯片内部为了外部走线方便,SA线重新做了remap,可以支持到当前的连接线序。

      2.颗粒端的乱序是DDR本身的特性,DQ线在组内的顺序是可以改变的,一共分两组:第一组DQ0-DQ7+DQSN/P0+DQM0,第二组DQ8-DQ18+DQSN/P1+DQM

      1
    • L

      纯小白求助:如何烧录官方提供的测试固件
      MR Series • Posted at • lumen

      0 Votes
      2 Replies
      1086 Views

      xiaowenge Replied at

      是的 就是这样烧它

      2
    • H

      D1主板烧录HDMI输出固件,但无输出
      MR Series • Posted at • huillh

      0 Votes
      3 Replies
      1968 Views

      L Replied at

      请问通过什么软件烧录官网给的测试固件?

      3
    • J

      请问麻雀d1s用tina-sdk2.0打开 printk time,内核启动log还是没时间戳显示,如何解决?
      MR Series • Posted at • jmhh247

      0 Votes
      14 Replies
      4667 Views

      J Replied at

      @caiyongheng 在 请问麻雀d1s用tina-sdk2.0打开 printk time,内核启动log还是没时间戳显示,如何解决? 中说:

      根目录下执行make menuconfig
      Global build settings --->
      [*] Enable printk timestamps

      重新编译固件烧录

      这里修改的是方案默认配置target/allwinner/d1s-nezha/defconfig,主要使能了CONFIG_KERNEL_PRINTK_TIME这个配置。

      openWrt的特性:
      defconfig中带有CONFIG_KERNEL_前缀的配置,最终都会影响内核配置。也就是defconfig没有选择CONFIG_KERNEL_PRINTK_TIME的话,那么也会强行取消选中内核配置中的CONFIG_PRINTK_TIME

      太给力了,涨知识,感谢大佬👍

      14
    • tigger

      tplayerdemo 可以在后台播放吗?
      MR Series • tplayerdemo d1 • Posted at • tigger

      0 Votes
      0 Replies
      920 Views

      No one has replied

      0
    • YuzukiTsuru

      D1s 开机不断出现 HELLO! BOOT0 is starting! 然后重启
      MR Series • Posted at • 柚木 鉉

      0 Votes
      2 Replies
      1503 Views

      YuzukiTsuru Replied at

      ad49a0e8-e433-4e3f-93fc-56fc7a83b0b0-wrefa.jpg

      2
    • B

      sdk2.0 opensbi未打印?
      MR Series • Posted at • bloath

      0 Votes
      11 Replies
      3869 Views

      YuzukiTsuru Replied at

      @jmhh247 不太清楚诶,我去看看

      11
    • M

      请问T113S3到底有没有CAN总线?有的话,是那些引脚?
      MR Series • Posted at • M68000

      0 Votes
      5 Replies
      2404 Views

      BedRock Replied at

      英特尔:付费解锁

      5
    • S

      请问如果D1S没有程序,上电后LDOA和LDOB,分别输出电压多少?
      MR Series • Posted at • Vogelweide

      0 Votes
      2 Replies
      1231 Views

      S Replied at

      @mangogeek 好的,谢谢大佬。

      2
    • Q

      麻雀D1s编译完SDK2.0烧写后uboot出现错误,该如何解决?
      MR Series • Posted at • q599003837

      0 Votes
      17 Replies
      4178 Views

      Q Replied at

      @whycan 晕哥,我改完这个地方 还是出现这个错误 是改错了吗?还是需要改哪里?

      17
    • G

      SD卡烧录系统后,不能启动
      MR Series • Posted at • GKhan

      0 Votes
      14 Replies
      5518 Views

      xiaowenge Replied at

      @chen_bopk 在 SD卡烧录系统后,不能启动 中说:

      @xiaowenge 那打开开发板就进入debian吗

      是的

      14
    • C

      大家在板子上运行编译好的hello_world,遇到无法运行的情况吗
      MR Series • Posted at • chen_bopk

      0 Votes
      4 Replies
      1678 Views

      C Replied at

      @yuzukitsuru 谢谢大佬,可以了

      4
    • YuzukiTsuru

      D1-H 使用DDR2内存、EMMC可行性
      MR Series • Posted at • 柚木 鉉

      0 Votes
      2 Replies
      1667 Views

      YuzukiTsuru Replied at

      @xiaowenge 那ddr地址线呢((

      2
    • M

      测试 D1s的符合USB gadget设备
      MR Series • Posted at • memory

      0 Votes
      3 Replies
      2029 Views

      BedRock Replied at

      @memory
      建议在repo sync 后加上
      repo start tina-2.0 --all
      为所有同步过来的仓库新建分支

      3
    • T

      如何从.img永久修改网口br-lan的IP
      MR Series • Posted at • tianruiqi

      0 Votes
      0 Replies
      932 Views

      No one has replied

      0
    • aldfaaa

      哪吒Tina Linux启用Telnetd
      MR Series • tina telnetd busybox • Posted at • whycan矿工-小叶

      1 Votes
      4 Replies
      2457 Views

      aldfaaa Replied at

      telnetd需要开机运行在后台. 开机启动请参考
      Tina通过命令行连接WiFi
      https://bbs.aw-ol.com/topic/396/share/1

      4
    • A

      关于我稀奇古怪的操作导致D1自带的WIFI模组挂菜了,求购大佬们搞一片WIFI模组(XR819)
      MR Series • Posted at • a1147991965

      0 Votes
      10 Replies
      3438 Views

      R Replied at

      @happydk 在 关于我稀奇古怪的操作导致D1自带的WIFI模组挂菜了,求购大佬们搞一片WIFI模组(XR819) 中说:

      @ricky 你好,你的xr829模组,从哪里买的?我也想买一些。

      还有1-2片好像,加我送你?q--554191789

      10
    • M

      请问怎么让D1的Linux log 显示 CST 时间呢?而不是UTC时间。
      MR Series • Posted at • memory

      0 Votes
      5 Replies
      2142 Views

      S Replied at

      改成这样 TIMESTAMP=TZ=UTC-8 date +"%Y-%m-%d %H:%M:%S" 搞定:

      $ repo diff lichee/linux-5.4/scripts/mkcompile_h project lichee/linux-5.4/ diff --git a/scripts/mkcompile_h b/scripts/mkcompile_h index 4578e413b..f861eed94 100755 --- a/scripts/mkcompile_h +++ b/scripts/mkcompile_h @@ -36,7 +36,7 @@ else fi if [ -z "$KBUILD_BUILD_TIMESTAMP" ]; then - TIMESTAMP=`date` + TIMESTAMP=`TZ=UTC-8 date +"%Y-%m-%d %H:%M:%S"` else TIMESTAMP=$KBUILD_BUILD_TIMESTAMP fi

      正常了:

      root@TinaLinux:/# root@TinaLinux:/# cat /proc/version Linux version 5.4.61 (smartcar@ubuntu) (riscv64-unknown-linux-gnu-gcc (C-SKY RISCV Tools V1.8.4 B20200702) 8.1.0, GNU ld (GNU Binutils) 2.32) #3 PREEMPT 2022-03-10 10:50:30 root@TinaLinux:/#
      5
    • whycan

      【悬赏贴】求帮在D1上调AP6256,有偿
      MR Series • Posted at • whycan晕哥

      0 Votes
      1 Replies
      1351 Views

      whycan Replied at

      求大佬接单求大佬接单

      1
    • baiwen

      DongshanNezhaSTU RISCV架构学习开发板来啦!
      MR Series • Posted at • 100ask

      3 Votes
      6 Replies
      3064 Views

      mangogeek Replied at

      终于等到了东山派,这下D1生态肯定会热闹起来👍

      6
    • mangogeek

      麻雀-R系列(我打我自己)
      MR Series • Posted at • mangogeek

      0 Votes
      3 Replies
      1510 Views

      mangogeek Replied at

      基本定型,本周打样
      MQ-R.png

      3
    • J

      我在哪吒板上跑了Debian by Sipeed,然后想开个串口,这是不是得找源码重新编译
      MR Series • Posted at • jiouo

      0 Votes
      1 Replies
      1572 Views

      H Replied at

      @jiouo 你好,我也想多开几个串口?请问实现了么?

      1
    • D

      fsbuild有问题
      MR Series • Posted at • dianjixz

      0 Votes
      21 Replies
      5919 Views

      C Replied at

      @whycan 是的

      21
    • C

      tplayer是否会支持同时播放3个视频
      MR Series • Posted at • chenlinfei

      0 Votes
      5 Replies
      2563 Views

      C Replied at

      试了下最新的V2.0代码,支持多个视频,但是跑3个视频跑不起来。

      5
    • q1215200171

      哪吒MQ上线海外最大的极客众筹平台众筹
      MR Series • Posted at • budbool

      0 Votes
      3 Replies
      1880 Views

      mangogeek Replied at

      焊接F133的MQ众筹完就会停产。而T113版本的MQ-Dual暂时不受影响。

      请关注新的MQ-R板子:https://bbs.aw-ol.com/topic/1125 (届时D1s和T113都有)

      3
    • C

      tplayerdemo xxx.avi yyy.avi
      MR Series • Posted at • chenlinfei

      0 Votes
      0 Replies
      666 Views

      No one has replied

      0
    • M

      请问 D1 的硬件DE 0 / 1 对应的就是 SCREEN 0 / 1 吗?
      MR Series • Posted at • memory

      0 Votes
      4 Replies
      2306 Views

      YuzukiTsuru Replied at

      @uuuuid 如果屏幕需求不大可以SPI点一个小屏幕,不过IO就没多少了

      4
    • whycan

      开源个D1-H核心板,原作者 @MajorTom, 已赠送3片D1芯片
      MR Series • Posted at • whycan晕哥

      1 Votes
      2 Replies
      1931 Views

      whycan Replied at

      80df2a91-4951-492f-b068-32c0085093ea-image.png

      11829e1bbe54a7c1a4002bb3bf61de6.jpg

      e653e8d16fa39818c3f20d0a5cad4f5.jpg

      22b452d133f02539160bdf99ee5af39.jpg

      d5c12a0356f6b14ac87863dadfbcf68.jpg

      2
    • L

      请教D1S UI横屏如何配置?
      MR Series • Posted at • lovexulu

      0 Votes
      2 Replies
      1825 Views

      A Replied at

      @lovexulu
      参考
      https://bbs.aw-ol.com/topic/405/第一次调mipi接口的显示屏-都是什么套路?_=1646643614440

      或者
      https://bbs.aw-ol.com/topic/1080/在tinav2-2-d1s上面搞lvgl8去调用g2d旋转让lvgl8的软件旋转再见/5?_=1646643614443

      2
    • K

      d1s 哪吒mq spi 怎麼搞
      MR Series • Posted at • kingz1993

      0 Votes
      3 Replies
      1923 Views

      tigger Replied at

      @kingz1993
      dts 是怎么配置的呢?

      3
    • sora1874

      请教Tian2.0sdk下更新kernel和设备树的方法
      MR Series • Posted at • sora1874

      0 Votes
      4 Replies
      2282 Views

      BedRock Replied at

      有点Android内味了。

      4
    • sora1874

      请教Tian2.0sdk下更新kernel和设备树的方法
      MR Series • Posted at • sora1874

      0 Votes
      0 Replies
      574 Views

      No one has replied

      0
    • mangogeek

      麻雀,如何将单核RV改成双核ARM?
      MR Series • Posted at • mangogeek

      1 Votes
      7 Replies
      3287 Views

      mangogeek Replied at

      链接:https://pan.baidu.com/s/1BZTTTFvlEgaw6Ukh8LwTZw?pwd=1234
      提取码:1234

      7
    • q1215200171

      【RISC-V & LVGL】现象级爆红的开源显示框架——LVGL究竟蕴藏怎样的魔力
      MR Series • Posted at • budbool

      0 Votes
      2 Replies
      2521 Views

      whycan Replied at

      @whycan 在 【RISC-V & LVGL】现象级爆红的开源显示框架——LVGL究竟蕴藏怎样的魔力 中说:

      作者已经把 X-Track码表程序移植到 D1s,很快就可以看到 RISC-V 版本了。

      风靡一时的自行车码表已经移植到D1s了,感谢作者 @FASTSHIFT

      https://bbs.aw-ol.com/topic/1107

      2
    • S

      D1-H内存访问速度差异测试
      MR Series • Posted at • ssfx77

      0 Votes
      4 Replies
      1838 Views

      S Replied at

      @aozima 在 D1-H内存访问速度差异测试 中说:

      抱歉,我理解成写入操作了。

      只读取的话,清cache后确实真实地从DRAM中读取。
      但此时CPU实际可能会从DRAM读取64字节的数据吧,因为cache line是64字节。

      是的 但我随机取的地址,很小概率在同一个cache line里。
      映射到非cache大佬能细讲一下吗?我了解到这个好像跟PMA有关,是在芯片设计时就固化的,不知道D1上是否可以配置,划分出一块uncached的内存呢

      4
    • Y

      太干了,OpenPPL做的RISC-V技术解析
      MR Series • Posted at • giao

      0 Votes
      3 Replies
      2088 Views

      aldfaaa Replied at

      @nihui 😂

      3
    • whycan

      围观 D1s EVB
      MR Series • melis d1s evb • Posted at • whycan晕哥

      1 Votes
      10 Replies
      4204 Views

      tigger Replied at

      @kingz1993
      好像是,昨天q群看到一个,你看是不是

      https://gitee.com/GloomyGhost/d1s-melis

      10
    • A

      新手第一次调试TINA的mipi-dsi 遇到一些问题,恳请大佬们有空指导!万分感谢
      MR Series • Posted at • a1147991965

      0 Votes
      3 Replies
      1752 Views

      T Replied at

      @a1147991965 背光是led灯珠吧,看你这个定义,需要确认多少个灯珠,多大的电流,可以用可调稳压电源的恒流模式慢慢测出来

      3
    • L

      音视频播放器
      MR Series • Posted at • liangjian

      0 Votes
      1 Replies
      938 Views

      tigger Replied at

      基于控制台版本 tplayerdemo 改一个出来

      1
    • whycan

      D1s D1 与 D1-H 开源项目合集
      MR Series • d1s 开源 • Posted at • whycan晕哥

      0 Votes
      11 Replies
      8195 Views

      whycan Replied at

      b83d3ca9-3007-4195-837d-a857aa183965-image.png

      45ce335f-c8c8-458c-b7b0-6e0eb0bb9331-image.png

      b3f5ba10a9f6291f065297b33fc5f90.jpg

      原理图和PCB: D1-H_20220221.zip

      PCB厚度0.8mm 嘉立创叠层选2313

      转载地址:开源个D1-H核心板
      https://whycan.com/t_7842.html

      https://bbs.aw-ol.com/topic/1130

      11
    • q1215200171

      在基于全志D1的RISCV64架构下 Kubernetes(k8s) 相关软件编译
      MR Series • Posted at • budbool

      0 Votes
      0 Replies
      1094 Views

      No one has replied

      0
    • mangogeek

      作为一家艺术品公司,开发板只是副业。MQ-Pro V1.1 无bug版来了
      MR Series • Posted at • mangogeek

      1 Votes
      9 Replies
      3628 Views

      mangogeek Replied at

      MQ-Pro V1.2 正式PCB,即将焊接
      t_20220228105307.jpg

      b_20220228105315.jpg

      9
    • T

      在TinaV2.2 D1s上面搞LVGL8去调用G2D旋转让LVGL8的软件旋转再见
      MR Series • Posted at • TEVET

      3 Votes
      4 Replies
      3449 Views

      T Replied at

      @anruliu
      感谢大佬指正,的确如此
      我前面遇到的问题是 chn_cfg_mode = <1>; 的情况下 设置degree 为不是 0 的时候,系统旋转成功了logo看到转过来,
      结果fb操作无法直接被使用,而且Lvgl8也完全没有用。

      chn_cfg_mode = <0>; 后可以 使用。

      后面搞了lvgl7 之后,才明白,这个degree 搞回0 , sunxifb 可以随便转,和内核fb没半毛钱关系。

      4
    • Y

      linuxfb屏幕旋转90度
      MR Series • Posted at • yaoxiaoyao

      2 Votes
      0 Replies
      2162 Views

      No one has replied

      0
    • YuzukiTsuru

      D1使用Tina 2.0的base-files导入文件没有运行权限,有没有可以设置的地方或者脚本
      MR Series • Posted at • 柚木 鉉

      0 Votes
      3 Replies
      1119 Views

      YuzukiTsuru Replied at

      @tevet 那样弄太麻烦了,我还是改base-files的makefile好了

      3
    • M

      请问大家 D1 的 TV 输出可以用吗?
      MR Series • Posted at • memory

      1 Votes
      3 Replies
      2158 Views

      YuzukiTsuru Replied at

      测试不行,等大佬

      3
    • X

      哪吒开发板D1,适配鸿蒙系统init的进程无法启动
      MR Series • Posted at • xyc_image

      0 Votes
      7 Replies
      2569 Views

      X Replied at

      @memory 文件系统编译没有问题,是不是最后打包命令出错了。从log看是没有出错信息的。代码仓sunxi-d1.xml打包方式和全志D1 SDK v1.0打包方式是一样的。打包命令./device/sunxi/build/pack -e。请问有基于Risc-v适配鸿蒙系统关于rootfs的配置吗?

      7
    • O

      运行hello_word遇到GLIBC_2.29 not defined in file libc.so.6改怎么办
      MR Series • Posted at • oiouou123

      0 Votes
      8 Replies
      3369 Views

      xiaowenge Replied at

      @oiouou123 恭喜跑通hellow world!下一步 改变世界!

      8
    • Y

      buildroot配置QTeglfs的问题
      MR Series • Posted at • yaoxiaoyao

      0 Votes
      1 Replies
      907 Views

      YuzukiTsuru Replied at

      GLES需要显卡驱动,这个宏是只要勾选支持的显卡驱动就打开了

      1
    • B

      X-TRACK D1s 移植,初步可运行
      MR Series • Posted at • bndxgae

      0 Votes
      1 Replies
      1266 Views

      D Replied at

      @bndxgae 已准备好器材,一起探讨下?

      1
    • Y

      芒果派 MPi-MQ1 全志 D1s 开发板初体验
      MR Series • Posted at • ytf4425

      2 Votes
      0 Replies
      2272 Views

      No one has replied

      0
    • A

      使用D1自带的WIFI模组 进行AP模式设置无法出现热点
      MR Series • Posted at • a1147991965

      0 Votes
      3 Replies
      1889 Views

      A Replied at

      @whycan f54fc37f-ded9-4f24-8906-a9a0d877e5e1-image.png
      上面使用ADB登录了,没有看到信息,刚刚dmesg 一下才发现是这个SDIO 发送指令的时候是有问题

      3
    • J

      如果我想把某个linux系统移植到哪吒板上需要做些啥?
      MR Series • Posted at • jiouo

      0 Votes
      7 Replies
      2606 Views

      J Replied at

      @xiaowenge 在 如果我想把某个linux系统移植到哪吒板上需要做些啥? 中说:

      官方移植了linux5.4内核的tina linux。澎峰、sipeed、bananapi等移植了debian,红帽移植了fedora,韦东山老师移植了buildroot,中科院移植了开源鸿蒙,可以参考一下他们做的事情。不过这些都是真·大佬,移植起来轻而易举,只输出了移植的结果,没有具体说移植的过程,大概是因为对他们来说太简单了,没必要写吧

      都是大佬,

      7
    • L

      麻雀板使用micropython开发lvgl
      MR Series • Posted at • lyr2021

      2 Votes
      2 Replies
      2606 Views

      L Replied at

      @whycan 我的镜像固件所用的屏幕触摸都是另外适配的,所以就不放固件了,可以参考 https://gitee.com/l_y_r/micropython_lvgl_example/tree/master 里面的安装使用教程,集成到自己固件测试
      203967d8-a7a8-4088-9e18-fd214a290587-image.png
      5329260e-e084-4068-a6ab-dafea2583ef9-image.png

      2
    • T

      D1-H是否支持LPDDR2 或者LPDDR3
      MR Series • Posted at • txl216

      0 Votes
      3 Replies
      1333 Views

      YuzukiTsuru Replied at

      @txl216 DDR3L 兼容DDR3,只是在DDR3模式下不能使用L的特性

      3
    • M

      请问 D1 启动出现 GPT 错误是什么问题呢?
      MR Series • Posted at • memory

      0 Votes
      1 Replies
      1638 Views

      M Replied at

      5aca73ca-45b0-42b0-9db5-1e8c978897d7-b4ac737a9e1460e259e2a56dbf5a660.png

      找到问题了,后面那三个分区全是 rootfs, 无脑复制粘贴引起的。

      1
    • Z

      为什么我无法下载D1-H Tina SDK?
      MR Series • Posted at • zhanghuai

      0 Votes
      1 Replies
      918 Views

      xiaowenge Replied at

      抱歉,这两天正在维护,下周就好了。
      D1-H相关资料请先到这里获取:https://whycan.com/t_6440.html

      1
    • whycan

      修改D1s的串口控制台,成功了但没完全成功,只能输出,不能输入,请教原因。(转)
      MR Series • d1s 串口终端 • Posted at • whycan晕哥

      0 Votes
      0 Replies
      1311 Views

      No one has replied

      0
    • M

      repo 下载了D1 的 SDK之后,修改了又想恢复最初版本的步骤
      MR Series • Posted at • memory

      0 Votes
      0 Replies
      653 Views

      No one has replied

      0
    • M

      boot0启动的时候一直按 2 或者按 d,就能进入FEL烧录模式的原因
      MR Series • Posted at • memory

      0 Votes
      0 Replies
      1118 Views

      No one has replied

      0
    • M

      D1开发板初次编译uboot
      MR Series • Posted at • March

      0 Votes
      12 Replies
      4746 Views

      whycan Replied at

      @hyansuper
      执行前面的命令之后,
      再执行 muboot 就是单独编译 uboot了。

      12
    • X

      按照教程编译D1的Tina Linux系统,为什么是只读系统,无法新建文件
      MR Series • Posted at • xxpcb

      0 Votes
      7 Replies
      3344 Views

      T Replied at

      @xxpcb
      建议还是让rom区是只读
      然后客户只操作overlayfs
      这样你后续的OTA升级,东西都还会在overlayfs 存着

      7
    • YuzukiTsuru

      使用 WSL2 编译 LicheeRV Tina BSP
      MR Series • Posted at • 柚木 鉉

      0 Votes
      0 Replies
      1210 Views

      No one has replied

      0

    精华推荐

    • 【水经验混下载权限专用贴】如何升级LV2拉取SDK
    • T113/D1-H (MQ-Pro)驱动 OV5640 摄像头(内含驱动源码)
    • 全志在线开源芯片 新 SDK 平台下载方法汇总
    • 新 SDK 平台下载 D1-H/D1s SDK
    • 新 SDK 平台下载 V853 SDK
    • 新 SDK 平台下载 R329 SDK
    • 新 SDK 平台下载 MR813 SDK
    • 新 SDK 平台下载 XR806 SDK
    • D1s 哪吒开发板,电阻屏的配置方法
    • V85x E907 小核开发与使用
    • [哪吒开发板]Tina Linux SPI主从通信验证实录
    • T113-S3入门资料汇总(避坑指南)一
    • 【加精】D1 tina Docker 编译环境制作和使用
    • Tina Linux 存储介质切换:eMMC,SPI NAND,SPI NOR,SD Card,SD NAND
    • 【资料】V853&&V851 硬件参考设计
    换一批

    随便看看

    • LVDS输出无图像
    • T113主线,内核读分区失败。
    • 【FAQ】全志V85x芯片 如何放开快启方案的打印?
    • 编译平头哥最新的riscv工具链
    • 给 Gaviar Handheld (小志掌机) 适配了一个固件,魂斗罗游戏机
    • 哪吒D1更换内核后如何挂载文件系统
    • 请问怎么查看tina的openwrt版本?
    • 853板子作为uvc通过usb0 out到pc,对UDC文件操作出现"Resource busy"
    • 编译T113固件的时候总是出现改错误
    • 哪吒D1-H适配鸿蒙系统是否有公开代码仓?
    • tina linux文件系统创建用户
    • PnpFe|In: 非法ID
    • 全志的烧入固件如何制作?
    • 连接wifi无法ping通
    • V851SE 以太网MAC地址每次重启后会随机变化。
    • 1
    • 2
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 14 / 18

    精华推荐

    • 【水经验混下载权限专用贴】如何升级LV2拉取SDK
    • T113/D1-H (MQ-Pro)驱动 OV5640 摄像头(内含驱动源码)
    • 全志在线开源芯片 新 SDK 平台下载方法汇总
    • 新 SDK 平台下载 D1-H/D1s SDK
    • 新 SDK 平台下载 V853 SDK
    • 新 SDK 平台下载 R329 SDK
    • 新 SDK 平台下载 MR813 SDK
    • 新 SDK 平台下载 XR806 SDK
    • D1s 哪吒开发板,电阻屏的配置方法
    • V85x E907 小核开发与使用
    • [哪吒开发板]Tina Linux SPI主从通信验证实录
    • T113-S3入门资料汇总(避坑指南)一
    • 【加精】D1 tina Docker 编译环境制作和使用
    • Tina Linux 存储介质切换:eMMC,SPI NAND,SPI NOR,SD Card,SD NAND
    • 【资料】V853&&V851 硬件参考设计
    换一批

    随便看看

    • LVDS输出无图像
    • T113主线,内核读分区失败。
    • 【FAQ】全志V85x芯片 如何放开快启方案的打印?
    • 编译平头哥最新的riscv工具链
    • 给 Gaviar Handheld (小志掌机) 适配了一个固件,魂斗罗游戏机
    • 哪吒D1更换内核后如何挂载文件系统
    • 请问怎么查看tina的openwrt版本?
    • 853板子作为uvc通过usb0 out到pc,对UDC文件操作出现"Resource busy"
    • 编译T113固件的时候总是出现改错误
    • 哪吒D1-H适配鸿蒙系统是否有公开代码仓?
    • tina linux文件系统创建用户
    • PnpFe|In: 非法ID
    • 全志的烧入固件如何制作?
    • 连接wifi无法ping通
    • V851SE 以太网MAC地址每次重启后会随机变化。