• Register
    • Login
    • Search
    • Recent
    • Wiki
    • Github
    • 百度网盘
    • Onedrive
    • Official
    • Shop
    1. Home
    2. 大法师
    3. Topics
    • Profile
    • Following 2
    • Followers 10
    • Topics 86
    • Posts 401
    • Best 26
    • Controversial 1
    • Groups 2

    Topics created by 大法师

    • 大法师

      Ubuntu docker user guide
      Ubuntu • • 大法师

      2
      0
      Votes
      2
      Posts
      191
      Views

      大法师

      Build a docker image with Dockerfile

      $ cat Dockerfile FROM ubuntu:20.04 MAINTAINER JACK<jack@cool-pi.com> #RUN sed -i s@/ports.ubuntu.com/@/mirrors.aliyun.com/@g /etc/apt/sources.list \ && apt-get clean RUN apt-get update ENV DEBIAN_FRONTEND=noninteractive RUN apt-get install -y build-essential chrpath vim expect git curl dialog tzdata locales iputils-ping net-tools ENV TZ=Asia/Shanghai RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN locale-gen en_US.UTF-8 && DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales ENV LANG=en_US.UTF-8 ENV LANGUAGE=en_US.UTF-8 ENV LC_ALL=en_US.UTF-8 RUN locale-gen en_US RUN useradd coolpi;\ adduser coolpi sudo;\ mkdir -p /home/coolpi;\ chown coolpi:coolpi -R /home/coolpi;\ echo coolpi:coolpi | chpasswd; #CMD su -l coolpi #CMD "/bin/bash" $ docker build -t my-ubuntu:20.04 --rm=true . ...
    • 大法师

      TF卡镜像Wifi预配置
      Ubuntu • • 大法师

      2
      1
      Votes
      2
      Posts
      310
      Views

      大法师

      需要注意该文件格式

      root@coolpi:/home/coolpi# file /boot/firmware/wifi.txt /boot/firmware/wifi.txt: ASCII text
    • 大法师

      Coolpi 4b EMMC镜像备份导出方法
      Pi 4B • • 大法师

      1
      1
      Votes
      1
      Posts
      438
      Views

      No one has replied

    • 大法师

      Rockchip NPU2 SDK
      AI Algorithm • • 大法师

      1
      0
      Votes
      1
      Posts
      366
      Views

      No one has replied

    • 大法师

      Rockchip rknn toolkit2
      AI Algorithm • • 大法师

      1
      0
      Votes
      1
      Posts
      836
      Views

      No one has replied

    • 大法师

      Rockchip RK3588 kernel dts解析之显示模块
      Ubuntu • • 大法师

      1
      0
      Votes
      1
      Posts
      252
      Views

      No one has replied

    • 大法师

      图形显示官方介绍
      Ubuntu • • 大法师

      1
      0
      Votes
      1
      Posts
      177
      Views

      No one has replied

    • 大法师

      基于Cool Pi 4 Model B 安装宝塔面板
      Maker • • 大法师

      3
      1
      Votes
      3
      Posts
      282
      Views

      大法师

      @harry-huang 上面的操作是基于ubuntu22系统。其他系统可以参考

    • 大法师

      Ubuntu Disk speed Test
      Ubuntu • • 大法师

      2
      0
      Votes
      2
      Posts
      139
      Views

      J

      @大法师 Debian11 test emmc speed

      root@coolpi:/home/coolpi# hdparm -t --direct /dev/mmcblk0 /dev/mmcblk0: Timing O_DIRECT disk reads: 456 MB in 3.00 seconds = 151.88 MB/sec cpu with performance mode test: root@coolpi:/home/coolpi# hdparm -t --direct /dev/mmcblk0 /dev/mmcblk0: Timing O_DIRECT disk reads: 738 MB in 3.00 seconds = 245.67 MB/sec
    • 大法师

      Ubuntu22 install pip3
      Ubuntu • • 大法师

      2
      0
      Votes
      2
      Posts
      289
      Views

      C

      sudo apt-mark unhold python3* python3-* libpython3*
      sudo apt-get install python3-pip

    • 大法师

      Debian11 桌面编译内核
      Ubuntu • • 大法师

      2
      1
      Votes
      2
      Posts
      217
      Views

      H

      @大法师
      https://www.cool-pi.com/topic/21/pi-板linux内核在线更新操作方法/2

    • 大法师

      Coolpi 4b bootloader命令行升级方法
      Pi 4B • • 大法师

      2
      2
      Votes
      2
      Posts
      678
      Views

      大法师

      latest loader image files

      百度网盘下载cool pi 4b loader在线刷机包

      OneDrive download cool pi 4b loader

    • 大法师

      Ubuntu qt5 support
      Ubuntu • • 大法师

      1
      0
      Votes
      1
      Posts
      127
      Views

      No one has replied

    • 大法师

      UOS系统预览
      Ubuntu • • 大法师

      2
      1
      Votes
      2
      Posts
      306
      Views

      J

      @大法师
      这个有系统镜像吗?
      5B上能不能用?

    • 大法师

      Ubuntu 22.04 桌面版本 内核编译
      Ubuntu • • 大法师

      3
      1
      Votes
      3
      Posts
      498
      Views

      大法师

      cp defconfig arch/arm64/configs/rk3588s_cp4b_defconfig

    • 大法师

      Mac风格预览[Ubuntu22]
      Ubuntu • • 大法师

      1
      1
      Votes
      1
      Posts
      166
      Views

      No one has replied

    • 大法师

      Ubuntu 7z benchmark测试
      Ubuntu • • 大法师

      1
      0
      Votes
      1
      Posts
      133
      Views

      No one has replied

    • 大法师

      Unixbench测试
      Ubuntu • • 大法师

      1
      0
      Votes
      1
      Posts
      139
      Views

      No one has replied

    • 大法师

      Pi板SPI外设调试
      Peripheral • • 大法师

      3
      0
      Votes
      3
      Posts
      1056
      Views

      W

      @jack_admin 你好,这个的引脚是怎么使用的,我用引脚显示无权限

    • 大法师

      Ubuntu 20.04 server镜像 内核编译
      Ubuntu • • 大法师

      2
      0
      Votes
      2
      Posts
      226
      Views

      H

      请问编译方法跟桌面版是一样的吗?如不一样,帮忙补充下,谢谢

    • 大法师

      Coolpi 4b debug console串口接线配置说明
      Pi 4B • • 大法师

      1
      1
      Votes
      1
      Posts
      804
      Views

      No one has replied

    • 大法师

      Pi板DSI配件测试
      Peripheral • • 大法师

      5
      0
      Votes
      5
      Posts
      626
      Views

      大法师

      @zensation check your firmware version, please use latest ubuntu22.04 for testing.

    • 大法师

      Ubuntu docker使用
      Ubuntu • • 大法师

      1
      0
      Votes
      1
      Posts
      141
      Views

      No one has replied

    • 大法师

      Ubuntu系统蓝牙应用
      Ubuntu • • 大法师

      1
      0
      Votes
      1
      Posts
      139
      Views

      No one has replied

    • 大法师

      Ubuntu20.04 server 基础系统
      Ubuntu • • 大法师

      1
      1
      Votes
      1
      Posts
      213
      Views

      No one has replied

    • 大法师

      Debian 11 系统预览
      Ubuntu • • 大法师

      1
      1
      Votes
      1
      Posts
      224
      Views

      No one has replied

    • 1
    • 2
    • 3
    • 3 / 3