• 如果制作的启动盘无法加载

    Pinned
    9
    0 Votes
    9 Posts
    1k Views
    大法师

    Erase partitions

    Tf card:
    sudo wipefs -a -f /dev/mmcblk1

    EMMC:
    sudo wipefs -a -f /dev/mmcblk0

  • Cool pi 4B & CM5 探索快速安装系统新方法

    147
    0 Votes
    147 Posts
    16k Views
    G

    @jugg
    你是要用U盘刷机吗?最近的镜像是IMG文件,只能使用USB接口连接电脑,通过etcher刷机。

  • how about batocera with cool pi 4b

    39
    1 Votes
    39 Posts
    9k Views
    C

    Greetings! Can you please update the version? The Batocera 40 for Orange PI5 has been made available.
    Thank you very much!

  • 是否可以移植Openeuler22.03-SP2

    4
    0 Votes
    4 Posts
    2k Views
    J

    @银河铁道 多谢!近期我们了解下

  • 基于coolpi 4b进行Vue开发

    1
    1 Votes
    1 Posts
    437 Views
    No one has replied
  • 欧拉openEuler

    2
    0 Votes
    2 Posts
    645 Views
    大法师

    coolpi 4b openEuler 镜像下载 百度网盘

    coolpi 4b openEuler image download link onedrive

  • A greate tool for creating disk image

    1
    0 Votes
    1 Posts
    405 Views
    No one has replied
  • What is Anbox?

    1
    0 Votes
    1 Posts
    380 Views
    No one has replied
  • 瑞芯微新一代机器视觉方案RV1106及RV1103

    2
    0 Votes
    2 Posts
    1k Views
    大法师
    基于coolpi 4b ubuntu22系统编译coolpi nano(RV1106)内核

    首先需要安装32位arm-gcc编译工具链

    coolpi@coolpi:~/kernel/coolpi-kernel$ sudo apt install gcc-arm-linux-gnueabi Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages were automatically installed and are no longer required: aapt adb android-libaapt android-libadb android-libandroidfw android-libbacktrace android-libbase android-libboringssl android-libcrypto-utils android-libcutils android-liblog android-libunwind android-libutils android-libziparchive android-sdk-platform-tools-common fonts-lyx inotify-tools libboost-dev libboost1.74-dev libexpat1-dev libinotifytools0 libjs-jquery-ui liblbfgsb0 libllvm15 libopenblas-dev libopenblas-pthread-dev libopenblas0 libpython3-dev libpython3.10-dev libqhull-r8.0 libxsimd-dev python-matplotlib-data python3-appdirs python3-beniget python3-cycler python3-decorator python3-dev python3-fonttools python3-fs python3-gast python3-kiwisolver python3-lz4 python3-matplotlib python3-mpmath python3-numpy python3-packaging python3-ply python3-pyqt5 python3-pyqt5.sip python3-pythran python3-scipy python3-sympy python3-ufolib2 python3-unicodedata2 python3-wheel python3.10-dev unicode-data zlib1g-dev Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: binutils-arm-linux-gnueabi cpp-11-arm-linux-gnueabi cpp-arm-linux-gnueabi gcc-11-arm-linux-gnueabi gcc-11-arm-linux-gnueabi-base gcc-11-cross-base gcc-12-cross-base libasan6-armel-cross libatomic1-armel-cross libc6-armel-cross libc6-dev-armel-cross libgcc-11-dev-armel-cross libgcc-s1-armel-cross libgomp1-armel-cross libstdc++6-armel-cross libubsan1-armel-cross linux-libc-dev-armel-cross Suggested packages: binutils-doc gcc-11-locales cpp-doc gcc-11-doc autoconf automake libtool gdb-arm-linux-gnueabi gcc-doc The following NEW packages will be installed: binutils-arm-linux-gnueabi cpp-11-arm-linux-gnueabi cpp-arm-linux-gnueabi gcc-11-arm-linux-gnueabi gcc-11-arm-linux-gnueabi-base gcc-11-cross-base gcc-12-cross-base gcc-arm-linux-gnueabi libasan6-armel-cross libatomic1-armel-cross libc6-armel-cross libc6-dev-armel-cross libgcc-11-dev-armel-cross libgcc-s1-armel-cross libgomp1-armel-cross libstdc++6-armel-cross libubsan1-armel-cross linux-libc-dev-armel-cross 0 upgraded, 18 newly installed, 0 to remove and 42 not upgraded. Need to get 37.7 MB of archives. After this operation, 119 MB of additional disk space will be used. Do you want to continue? [Y/n] ...

    然后修改默认编译脚本

    coolpi@coolpi:~/kernel/coolpi-kernel$ git diff build-kernel.sh diff --git a/build-kernel.sh b/build-kernel.sh index 3eb4d07d8041..4bb6d806ebd8 100755 --- a/build-kernel.sh +++ b/build-kernel.sh @@ -69,6 +69,9 @@ if [ "$RV1106" == "1" ]; then TOOLCHAIN_ARM32=$K_SRC/toolchain32uc/bin export PATH=$TOOLCHAIN_ARM32:$PATH fi + if [ "$ARCH" == "aarch64" ]; then + export CROSS_COMPILE=arm-linux-gnueabi- + fi coolpi@coolpi:~/kernel/coolpi-kernel$

    执行nano主板内核编译

    coolpi@coolpi:~/kernel/coolpi-kernel$ ./build-kernel.sh cpnano

    编译生成目录结构

    coolpi@coolpi:~/kernel/coolpi-kernel$ tree out out ├── extlinux │   └── extlinux.conf ├── initrd32.img ├── modules.tar.gz ├── rv1106-cpnano.dtb └── vmlinuz 1 directory, 5 files
  • cool pi boards run waydroid

    1
    0 Votes
    1 Posts
    536 Views
    No one has replied
  • ch34x uart for ubuntu22

    1
    0 Votes
    1 Posts
    449 Views
    No one has replied
  • 每个开发者都需要的私有化git服务器

    2
    1 Votes
    2 Posts
    849 Views
    大法师
    nice board for server!

    4b local gitlab.png

  • How to add swap file with cool pi 4b

    1
    0 Votes
    1 Posts
    371 Views
    No one has replied
  • Cool pi CM5 EVB support Hailo module

    7
    0 Votes
    7 Posts
    862 Views
    E

    @大法师 26T大概是什么水平?

  • cool pi 4b fedora support

    1
    0 Votes
    1 Posts
    391 Views
    No one has replied
  • coolpi 4b running PIPPY project

    16
    0 Votes
    16 Posts
    2k Views
    B

    @大法师 更新内核ap+sta后貌似正常 。
    新的问题出现 运行过程中提示
    global cap_v4l.cpp:1119 tryIoctl VIDEOIO(V4L2:/dev/video0): select() timeout.
    Exception in thread Thread-4:

  • 请问coolpi怎么使用csi摄像头

    2
    0 Votes
    2 Posts
    679 Views
    J

    可以先用buildroot版本镜像验证CSI摄像头,Ubuntu与其他发行版本还在优化适配中。

    对应镜像下载地址在百度网盘,请参考贴
    https://www.cool-pi.com/topic/180/coolpi-4b-support-ov5647-camera-module/2

  • SBUS module information

    1
    0 Votes
    1 Posts
    409 Views
    No one has replied
  • how to deploy k8s cluster with coolpi 4b ubuntu

    1
    0 Votes
    1 Posts
    379 Views
    No one has replied
  • 刚收到cool-pi板子,烧录教程

    Moved
    2
    0 Votes
    2 Posts
    761 Views
    大法师

    新用户请阅读文档,快速上手操作

    Cool Pi 4 Model B用户手册V1.1.pdf