• 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: Coolpi 4b support dynamic update logo

      @jugg 用帖子上提供的loader链接

      posted in Pi 4B
      J
      jack_admin
    • RE: 修改登陆logo

      @jugg 开机logo更新

      https://www.cool-pi.com/topic/211/coolpi-4b-support-dynamic-update-logo

      posted in Ubuntu
      J
      jack_admin
    • RE: 最新的ubuntu22.04版本支持树莓派HQ Camera了吗?

      @xingzhan2012 已买了模组,计划调试

      posted in Ubuntu
      J
      jack_admin
    • RE: 修改登陆logo

      @jugg 这是ubuntu或发行版本通用的操作方法,再搜索找找,找到了分享一下

      posted in Ubuntu
      J
      jack_admin
    • RE: Coolpi 4b firmware with buildroot

      @jugg said in Coolpi 4b firmware with buildroot:

      @jack_admin
      coolpi-sdcard.img 也能通过balenaEtcher 烧录进emmc里面?
      烧录的时候选这个镜像就行了是吧

      对的

      posted in Buildroot
      J
      jack_admin
    • RE: Coolpi 4b firmware with buildroot

      @jugg 通用的

      posted in Buildroot
      J
      jack_admin
    • RE: Coolpi 4b firmware with buildroot

      @jugg coolpi-sdcard.img就是自动生成的

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

      @Orion 直接裸操作/sys/class/gpio,不做二次包装

      posted in Pi 4B
      J
      jack_admin
    • RE: Coolpi 4b firmware with buildroot

      @jugg 可以看下脚本内容,是不是有重启次数

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

      @Orion C++可以代码文件操作gpio,不需要调用python库

      posted in Pi 4B
      J
      jack_admin
    • RE: 内核更新失败 开机停在logo界面

      @jugg 是直接断电?文件拷贝解压后,最好sync同步一次

      posted in Pi 4B
      J
      jack_admin
    • RE: CoolPi 4B支持USB网卡吗?

      @JohnConnor 没有标识型号。说免驱,一般都可以找到驱动支持

      posted in Pi 4B
      J
      jack_admin
    • RE: Coolpi 4b bootloader upgrade

      @zensation 具体信息提示是什么样的

      posted in News
      J
      jack_admin
    • RE: CM5 如何升级内核?

      @asdf 用我们提供的内核编译,相应目录做链接即可。

      posted in Pi CM5
      J
      jack_admin
    • RE: How to upgrade the boot loader of coolpi 4b?

      @zensation make a new boot disk with newest image. also you can fuse system image to emmc through ums mode.

      http://wiki.cool-pi.com

      posted in Pi 4B
      J
      jack_admin
    • RE: 4b串口扩展问题

      @qys2022 是的。也可以直接在板子上编译测试。
      wiki.cool-pi.com

      posted in Pi 4B
      J
      jack_admin
    • RE: 4b串口扩展问题

      @qys2022 下载内核源码,里面有dts源文件。禁用复用功能,使能对应的串口

      posted in Pi 4B
      J
      jack_admin
    • RE: Coolpi 4b user guide for developer

      @murraytodd thanks!

      posted in Pi 4B
      J
      jack_admin
    • RE: Coolpi 4B not booting!

      @Pharizna The partition may not be detected, try formatting emmc or tf card.

      posted in Pi 4B
      J
      jack_admin
    • RE: cool pi 4b RebornOS support

      @Pharizna ubuntu,armbian and android can be normal using wifi&bt.

      posted in News
      J
      jack_admin
    • RE: cool pi 4b RebornOS support

      @Pharizna said in cool pi 4b RebornOS support:

      @george Armbian, for example 😉

      I'd like to test Android or OpenEuler, for example ... but I don't know how to install "preinstalled" images .

      It seems is not enough to use BalenaEtcher to create a SD/TF to start/run. Help?

      Android firmware can be used with Etcher now. Please use the latest download link onedrive or 百度网盘.

      posted in News
      J
      jack_admin
    • RE: Micro DisplayPort question

      @murraytodd please refer to this topic.

      https://www.cool-pi.com/topic/296/how-to-drive-non-standard-resolution-hdmi-displays

      posted in Pi 4B
      J
      jack_admin
    • RE: ustc.edu.cn/ubuntu-ports repositories

      @murraytodd that's okay.

      posted in Ubuntu
      J
      jack_admin
    • RE: cool pi 4b RebornOS support

      @Pharizna
      install online through ethernet and restart system.

      rebornos.jpg

      posted in News
      J
      jack_admin
    • RE: Coolpi 4b Ubuntu20.04 原生系统

      @bg8wj
      更新到新镜像或使用新内核编译替换

      posted in Ubuntu
      J
      jack_admin
    • RE: CoolPi 4B硬件如何扩展 CAN接口

      @Tourists-0

      参考修改内核设备树文件,举例使能can1

      vim arch/arm64/boot/dts/rockchip/rk3588s-cp4.dts
      
      &can1 {
              pinctrl-names = "default";
              pinctrl-0 = <&can1m1_pins>;
              status = "okay";
      };
      
      posted in Hardware
      J
      jack_admin
    • RE: cool pi 4b RebornOS support

      @Pharizna
      wipe or format emmc and sd partition and try again. also can use udisk boot for auto install ubuntu system.

      posted in News
      J
      jack_admin
    • RE: how about batocera with cool pi 4b

      Themes suggest.
      https://github.com/fagnerpc/Alekfull-NX

      https://wiki.batocera.org/themes

      posted in Maker
      J
      jack_admin
    • RE: 请问如何让Android Studio显示该运行设备呢?

      @老衲法号蛋哥
      接线刷个新的固件试试

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