Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页
    1. Home
    2. vincent1
    3. Best
    • Profile
    • Following 1
    • Followers 2
    • my integral 2928
    • Topics 11
    • Posts 64
    • Best 13
    • Groups 0

    Best posts made by vincent1

    • v853 buildroot怎么扩展根目录大小,怎么将大文件放到固件中

      想扩展/dev/root的大小

      Octopus:/# df -h
      Filesystem                Size      Used Available Use% Mounted on
      /dev/root               496.8M    165.3M    305.6M  35% /
      devtmpfs                245.2M         0    245.2M   0% /dev
      tmpfs                   246.0M         0    246.0M   0% /dev/shm
      tmpfs                   246.0M     32.0K    245.9M   0% /tmp
      tmpfs                   246.0M    240.0K    245.7M   0% /run
      /dev/mmcblk0p6           13.7G     40.1M     13.0G   0% /server
      
      

      我在 buildroot menuconfig 中在Filesystem images改变exact size大小
      还有同时在 sys_partition.fex文件中更改 size

      [partition]
          name         = rootfs
          size         = 453600
          downloadfile = "rootfs.fex"
          user_type    = 0x8000
      

      最后编译生成固件后烧录到开发板上没有任何变化。
      或者大佬们还有什么将大文件编译打包进固件中的办法吗?

      posted in V Series
      vincent1
      Shy
    • v3s,想在我的lcd屏手指触摸的位置上显示鼠标,该怎么选

      4ab76412-c73f-4165-a7ea-9bb91f42e606-image.png

      勾选上了这个没用,屏幕上还是没有鼠标生成

      posted in 其它全志芯片讨论区
      vincent1
      Shy
    • Reply: 关于V853做网络摄像头推流的问题

      @xjy_5 有方法了可以交流一下,我这边也在做v853摄像头网络推流,我的不是网络摄像头

      posted in V Series
      vincent1
      Shy
    • Reply: v3s,想在我的lcd屏手指触摸的位置上显示鼠标,该怎么选

      @whycan 没有这两个设备文件生成

      posted in 其它全志芯片讨论区
      vincent1
      Shy
    • Reply: v853 buildroot怎么扩展根目录大小,怎么将大文件放到固件中

      @asoul_ava 重新编译生成固件了,烧录后大小还是没有变化....

      posted in V Series
      vincent1
      Shy
    • Reply: v3s,想在我的lcd屏手指触摸的位置上显示鼠标,该怎么选

      @whycan 用的qt 晕哥

      posted in 其它全志芯片讨论区
      vincent1
      Shy
    • Reply: v853 buildroot怎么扩展根目录大小,怎么将大文件放到固件中

      @asoul_ava
      d1035a96-dc2c-4990-8ddf-1b7a688c9b73-image.png

      [partition]
          name         = rootfs
          size         = 907200
          downloadfile = "rootfs.fex"
          user_type    = 0x8000
      

      改过之后 编译生成固件重新烧录板子上执行 df -h

      Octopus:/# df -h
      Filesystem                Size      Used Available Use% Mounted on
      /dev/root               496.8M    164.1M    307.0M  35% /
      devtmpfs                245.2M         0    245.2M   0% /dev
      tmpfs                   246.0M         0    246.0M   0% /dev/shm
      tmpfs                   246.0M     32.0K    245.9M   0% /tmp
      tmpfs                   246.0M    240.0K    245.7M   0% /run
      /dev/mmcblk0p6           13.7G     40.0M     13.0G   0% /server
      
      

      大小一点没有改变

      posted in V Series
      vincent1
      Shy
    • Reply: v3s,想在我的lcd屏手指触摸的位置上显示鼠标,该怎么选

      @whycan 不是的晕哥我不是想用usb鼠标,我板子是有触控屏的,我想在我触控的地方显示鼠标

      posted in 其它全志芯片讨论区
      vincent1
      Shy
    • Reply: V853 openwrt系统,make menuconfig打开Allwinner > Visiol>LibAWIspApi 报错

      @haolisheng 驱动摄像头大概就是,编译相应型号的驱动,设备树更改sensor里面的设备地址,再写个摄像头demo就行了,全志v853在线文档有解释摄像头的你可以去看看2141b31c-4b99-4e61-b087-7611d755e88a-image.png

      posted in V Series
      vincent1
      Shy
    • Reply: v3s,想在我的lcd屏手指触摸的位置上显示鼠标,该怎么选

      @whycan 谢答,我也不太清楚qt是否使用linuxfb平台插件,我刚才试了一下更改这个环境变量,鼠标光标还是没有显示,还有什么其他的办法嘛

      posted in 其它全志芯片讨论区
      vincent1
      Shy
    • Reply: V853 openwrt系统,make menuconfig打开Allwinner > Visiol>LibAWIspApi 报错

      @vincent1
      5e7de7ae-2911-4432-a7e7-c65b66516ce8-image.png

      相关依赖也全部打开了, 编译还是报错

      posted in V Series
      vincent1
      Shy
    • Reply: v3s,想在我的lcd屏手指触摸的位置上显示鼠标,该怎么选

      @vincent1 还有其它的办法嘛

      posted in 其它全志芯片讨论区
      vincent1
      Shy
    • V853 openwrt系统,make menuconfig打开Allwinner > Visiol>LibAWIspApi 报错

      7ad079ca4c516db26fa6fd62e866279.png 2fe0aa3fb9727006a1a5a6e4681c152.jpg
      摄像头拍摄出的画面颜色偏暗想尝试用ISP调试一下结果发现打开camrea ISP的API编译报错

      posted in V Series
      vincent1
      Shy
    • 1 / 1