• Register
    • Login
    • Search
    • Recent
    • Wiki
    • Github
    • 百度网盘
    • Onedrive
    • Official
    • Shop
    1. Home
    2. jack_admin
    3. Posts
    J
    • Profile
    • Following 2
    • Followers 2
    • Topics 17
    • Posts 275
    • Best 9
    • Controversial 2
    • Groups 1

    Posts made by jack_admin

    • RE: cm5-evb 的刷机教程希望出一个

      @顾真牛 在规划部署。

      posted in Pi CM5
      J
      jack_admin
    • RE: 强烈建议用夸克盘或者阿里云盘

      @顾真牛 可以考虑,谢谢

      posted in Construction
      J
      jack_admin
    • RE: CoolPi 4B的GPIO问题

      PIN 22 set input

      PIN 40 (RK chip gpio115) set output

      python gpio.png

      posted in Pi 4B
      J
      jack_admin
    • RE: PC 端 ADB 连接到 Cool Pi 4B rknn_server失败

      @xingzhan2012 没配置该服务,另外默认otg端口也是主机host模式。如果走网络adb,起个服务

      posted in AI Algorithm
      J
      jack_admin
    • RE: Cool pi 4B & CM5 探索快速安装系统新方法

      @edwardzhou
      https://www.uubyte.com/rufus-for-mac.html

      posted in Maker
      J
      jack_admin
    • RE: Cool pi 4B & CM5 探索快速安装系统新方法

      @xingzhan2012 u盘引导启动系统,备份emmc或tf卡系统到u盘

      posted in Maker
      J
      jack_admin
    • RE: 如何开启binder_linux?

      @allen 内核打开binder IPC

      posted in Pi 4B
      J
      jack_admin
    • RE: 升级到 ubuntu 22.04

      @macthree 建议全新安装会更好,0303版本是纯净版系统,您也可以下载我们github ubuntu仓库构建纯净版本镜像

      posted in Pi 4B
      J
      jack_admin
    • RE: 升级到 ubuntu 22.04

      @macthree 可以的,有纯净版

      posted in Pi 4B
      J
      jack_admin
    • RE: CP4散热器模组、底壳保护板套装

      coolpi 官方出品

      posted in Hardware
      J
      jack_admin
    • RE: MIPI 屏

      @tonyone0902 如果有环境,建议更新到0315 版本loader。

      posted in Peripheral
      J
      jack_admin
    • RE: Cool pi 4B & CM5 探索快速安装系统新方法

      启动刷机方式都是很灵活可选,用户可以根据自身需求扩展。

      posted in Maker
      J
      jack_admin
    • RE: Coolpi 4b 镜像固件离线刷机方法

      @cjrcl 这个server版本用户名是ubuntu

      posted in Pi 4B
      J
      jack_admin
    • RE: 重新编译内核,支持XBOX

      @ccjjww1222
      参考帖子
      https://www.cool-pi.com/topic/131/coolpi-4b-linux-kernel开发在线更新说明/4

      posted in Ubuntu
      J
      jack_admin
    • RE: ubuntu22.04 的VNC不及树莓派4B的流畅

      @ccjjww1222 V11版本是板载天线。V10是外置天线,你的是哪个版本

      posted in Ubuntu
      J
      jack_admin
    • RE: 是否可以 3顆 18650 並聯輸出電到 typeC USB 充電孔?

      @tonyone0902 40Pin 5V位置,限5V

      posted in Hardware
      J
      jack_admin
    • Welcome to OpenEmbedded

      Welcome to OpenEmbedded, the build framework for embedded Linux. OpenEmbedded offers a best-in-class cross-compile environment. It allows developers to create a complete Linux Distribution for embedded systems. Some of the OpenEmbedded advantages include:

      • adopted as the build system for the Yocto Project in March 2011.

      • support for many hardware architectures

      • multiple releases for those architectures

      • tools for speeding up the process of recreating the base after changes have been made

      • easy to customize

      • runs on any Linux distribution

      • cross-compiles 1000's of packages including GTK+, Qt, the X Windows system, Mono, Java, and about anything else you might ever need

      https://www.openembedded.org/wiki/Main_Page

      https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines

      posted in Yocto
      J
      jack_admin
    • RE: 重新编译内核,支持XBOX

      @ccjjww1222 单独编译内核,执行./build-kernel.sh cp4b 编译结束会在内核源码目录生成out目录。

      posted in Ubuntu
      J
      jack_admin
    • RE: ubuntu22.04 的VNC不及树莓派4B的流畅

      @xingzhan2012
      分享下你的操作安装过程(包含使用的镜像文件版本、vnc安装等)

      posted in Ubuntu
      J
      jack_admin
    • RE: coolpi 4b python3 gpio operation compatable with raspberry pi

      @Macs said in coolpi 4b python3 gpio operation compatable with raspberry pi:

      Does the coolpi have a DPI mode for the gpio like the RPI4?

      WiringPi ?

      posted in Pi 4B
      J
      jack_admin
    • RE: 如何关闭小核,只保留大核运行

      @edwardzhou
      一种方法是通过改变cpu亲和性,绑定运行中的线程

      [coolpi@localhost ~]$ taskset -h
      Usage: taskset [options] [mask | cpu-list] [pid|cmd [args...]]
      
      
      Show or change the CPU affinity of a process.
      
      Options:
       -a, --all-tasks         operate on all the tasks (threads) for a given pid
       -p, --pid               operate on existing given pid
       -c, --cpu-list          display and specify cpus in list format
       -h, --help              display this help
       -V, --version           display version
      
      The default behavior is to run a new command:
          taskset 03 sshd -b 1024
      You can retrieve the mask of an existing task:
          taskset -p 700
      Or set it:
          taskset -p 03 700
      List format uses a comma-separated list instead of a mask:
          taskset -pc 0,3,7-11 700
      Ranges in list format can take a stride argument:
          e.g. 0-31:2 is equivalent to mask 0x55555555
      
      For more details see taskset(1).
      [coolpi@localhost ~]$
      
      posted in Ubuntu
      J
      jack_admin
    • RE: 如何关闭小核,只保留大核运行

      @lymnxn

      切换到root权限,参考如下操作,动态关闭4个核

      echo 0 > /sys/devices/system/cpu/cpu0/online
      echo 0 > /sys/devices/system/cpu/cpu5/online
      echo 0 > /sys/devices/system/cpu/cpu6/online
      echo 0 > /sys/devices/system/cpu/cpu7/online
      
      posted in Ubuntu
      J
      jack_admin
    • RE: coolpi 4b无法启动

      @test 你的loader版本看起来比较早,升级loader试下。卡的分区表异常,格式化一次

      posted in Pi 4B
      J
      jack_admin
    • RE: 如何关闭小核,只保留大核运行

      @lymnxn 应该有方法。另一个思路,把你的应用绑定到大核上

      posted in Ubuntu
      J
      jack_admin
    • RE: 官方Github上的代码居然编译通不过?

      @xingzhan2012 你先试下单独编译内核源码有没有问题,确认依赖环境补齐

      posted in Ubuntu
      J
      jack_admin
    • RE: 官方Github上的代码居然编译通不过?

      @xingzhan2012 你在哪个主机环境编译

      posted in Ubuntu
      J
      jack_admin
    • RE: 20230306-ubuntu-22.04-preinstalled 新建的用户无法启动firefox及其他程序,也不能登出.

      @edwardzhou 问题已复现。新建用户在logout之后的t登录界面(输密码窗口)位置,点击屏幕右下角,选择Ubuntu on Xorg,可以正常切换用户,firefox也能运行

      Screenshot from 2023-03-16 20-02-32.png

      posted in Ubuntu
      J
      jack_admin
    • RE: mini DP 诱骗器无效

      @xingzhan2012 论坛上方github linux内核源码可以下载,修改相应名称的dts文件,编译替换

      posted in Peripheral
      J
      jack_admin
    • RE: mini DP 诱骗器无效

      @xingzhan2012

      5寸电容触摸屏切换操作参考,使用ubuntu 22.04 20230306版本

      coolpi@coolpi:~/Desktop$ cat /boot/firmware/
      Image                      cmdline.txt                extlinux/                  modules.tar.gz             rk3588s-cp4.dtb            
      System Volume Information/ config.txt                 initrd.img                 rk3588s-cp4-dsi.dtb        vmlinuz                    
      coolpi@coolpi:~/Desktop$ cat /boot/firmware/extlinux/extlinux.conf 
      default Linux coolpi
      
      label Linux coolpi
      	kernel /Image
      	initrd /initrd.img
      	fdt    /rk3588s-cp4-dsi.dtb
      	append root=LABEL=writable rw rootfstype=ext4 console=ttyS0,115200n81 quiet splash plymouth.ignore-serial-consoles vt.global_cursor_default=1 irqchip.gicv3_pseudo_nmi=0 net.ifnames=0
      coolpi@coolpi:~/Desktop$
      
      
      posted in Peripheral
      J
      jack_admin
    • RE: coolpi 4b python3 gpio operation compatable with raspberry pi

      @xingzhan2012 有。在帖子最顶楼

      posted in Pi 4B
      J
      jack_admin
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 7 / 10