导航

    全志在线开发者论坛

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

    cube_work 发布的最佳帖子

    • 这是用五片PCB DIY国宝 司母戊鼎?Q群看到的

      发布在 灌水区
      cube_work
      cube_work
    • 全志 D1 添加 telnetd 支持, 基于韦老师的buildroot sdk

      参考: https://bbs.aw-ol.com/topic/158/完整支持buildroot-2021-lts构建d1开发板sd卡系统镜像

      make busybox-menuconfig

      勾选 Networking Utilities ---> telnetd

      QQ截图20210721172126.png

      然后执行 make

      用 win32diskimager 烧录 output/images/sdcard.img 到 TF卡,插TF卡启动即可。

      发布在 MR Series
      cube_work
      cube_work
    • 转一个大佬用 T3 做的驾驶员预警系统 (转载)

      @webb_2002
      我感觉V3s跑不动啊,这是我在全志T3上跑的,感觉都有点吃力,如果V3s上能跑,真的是牛人啊。
      https://whycan.com/t_6411.html#p67017

      发布在 其它全志芯片讨论区
      cube_work
      cube_work
    • 回复: D1-H/D1s SPI NAND & DDR支持列表

      看来这是一网打尽了市场上所有spi nand了。

      发布在 MR Series
      cube_work
      cube_work
    • 回复: 全志这么多,这么好的片子, 怎么就不出个像Keil/IAR这样的单机库...

      @xiaowenge
      我觉得楼上说得很有道理,可以考虑一下。

      发布在 其它全志芯片讨论区
      cube_work
      cube_work
    • 回复: 用 PhoenixCard烧卡之后的分区分析

      配置文件: tina_d1_open/device/config/chips/d1/configs/nezha/sys_partition.fex

      [partition_start]
      
      [partition]
          name         = boot-resource
          size         = 8064
          downloadfile = "boot-resource.fex"
          user_type    = 0x8000
      
      
      [partition]
          name         = env
          size         = 504
          downloadfile = "env.fex"
          user_type    = 0x8000
      
      [partition]
          name         = env-redund
          size         = 504
          downloadfile = "env.fex"
          user_type    = 0x8000
      
      [partition]
          name         = boot
          size         = 20664
          downloadfile = "boot.fex"
          user_type    = 0x8000
      
      [partition]
          name         = rootfs
          size         = 40824
          downloadfile = "rootfs.fex"
          user_type    = 0x8000
      
      [partition]
          name         = dsp0
          size         = 1008
          downloadfile = "dsp0.fex"
          user_type    = 0x8000
      
      [partition]
          name         = recovery
          size         = 28224
          ;downloadfile = "recovery.fex"
          user_type    = 0x8000
      

      "boot-resource.fex" 开机画面
      "env.fex" uboot参数
      "rootfs.fex" squashfs根文件系统

      发布在 MR Series
      cube_work
      cube_work
    • 回复: D1s 的 usb host 口插U盘正常,插键盘没有生成 /dev/input/event* ,这个怎么解决呢?

      @yuzukitsuru @whycan

      谢谢两位 ,搞定啦。

      lichee/linux-5.4/drivers/hid/usbhid/Kconfig

      menu "USB HID Boot Protocol drivers"
              depends on USB!=n && USB_HID!=y && EXPERT
      
      config USB_KBD
              tristate "USB HIDBP Keyboard (simple Boot) support"
              depends on USB && INPUT
              ---help---
                Say Y here only if you are absolutely sure that you don't want
                to use the generic HID driver for your USB keyboard and prefer
                to use the keyboard in its limited Boot Protocol mode instead.
      
                This is almost certainly not what you want.  This is mostly
                useful for embedded applications or simple keyboards.
      
                To compile this driver as a module, choose M here: the
                module will be called usbkbd.
      
                If even remotely unsure, say N.
      
      config USB_MOUSE
              tristate "USB HIDBP Mouse (simple Boot) support"
              depends on USB && INPUT
              ---help---
                Say Y here only if you are absolutely sure that you don't want
                to use the generic HID driver for your USB mouse and prefer
                to use the mouse in its limited Boot Protocol mode instead.
      
                This is almost certainly not what you want.  This is mostly
                useful for embedded applications or simple mice.
      
                To compile this driver as a module, choose M here: the
                module will be called usbmouse.
      

      神奇了,一定要屏蔽 USB_HID 才能打开 USB_KBD和 USB_MOUSE

      难道是互斥的吗?

      发布在 MR Series
      cube_work
      cube_work
    • 回复: 给官方的D1s开发板设计一个 LCD 扩展版

      1d2b5bf8-1c48-48c3-afef-01813022307e-image.png

      收到货了, 看起来还不错。

      可以全贴,就是换料费贵,剩下那几个手贴算了。

      ( 很久没在JLC贴片,发现居然可以贴FPC了。

      发布在 MR Series
      cube_work
      cube_work
    • 回复: uboot命令行模式

      @xiaowenge 在 uboot命令行模式 中说:

      @march 设备先连上串口,然后上电开机,开机的同时按住PC键盘的“s”字母键,就是我们俗称的ssssss

      嗯,
      一直按 s 就进入了uboot 控制台

      一直按 2 就进入了烧录模式

      发布在 MR Series
      cube_work
      cube_work
    • 1 / 1