• Recent
    • Docs
    • Github
    • 百度网盘
    • Onedrive
    • Official
    • Shop
    • Register
    • Login
    1. Cool Pi For You
    2. harry.huang
    3. Best
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 18
    • Groups 1

    Posts

    Recent Best Controversial
    • Ubuntu22.04挂载扩容Cool-PI-4B(eMMC 32GB)

      Ubuntu22.04挂载扩容Cool-PI-4B(eMMC 32GB)

      Ubuntu22.04 默认更新系统后,只有8GB空间,以下进行扩容,使用100%空间

      • 更新前的容量如下:
      ubuntu@coolpi:~$ df -h
      Filesystem      Size  Used Avail Use% Mounted on
      tmpfs           372M  4.0M  368M   2% /run
      /dev/mmcblk0p2  6.4G  5.4G  704M  89% /
      tmpfs           1.9G     0  1.9G   0% /dev/shm
      tmpfs           5.0M  4.0K  5.0M   1% /run/lock
      tmpfs           372M  124K  372M   1% /run/user/1000
      
      ubuntu@coolpi:~$ sudo fdisk -l
      [sudo] password for ubuntu: 
      Disk /dev/ram0: 4 MiB, 4194304 bytes, 8192 sectors
      Units: sectors of 1 * 512 = 512 bytes
      Sector size (logical/physical): 512 bytes / 4096 bytes
      I/O size (minimum/optimal): 4096 bytes / 4096 bytes
      
      
      Disk /dev/mmcblk0: 29.12 GiB, 31268536320 bytes, 61071360 sectors
      Units: sectors of 1 * 512 = 512 bytes
      Sector size (logical/physical): 512 bytes / 512 bytes
      I/O size (minimum/optimal): 512 bytes / 512 bytes
      Disklabel type: dos
      Disk identifier: 0x6380c172
      
      Device         Boot  Start      End  Sectors  Size Id Type
      /dev/mmcblk0p1        2048   616447   614400  300M  b W95 FAT32
      /dev/mmcblk0p2      616448 14335999 13719552  6.5G 83 Linux
      
      • 采用parted命令进行扩容
      ubuntu@coolpi:~$ sudo parted /dev/mmcblk0 
      GNU Parted 3.4
      Using /dev/mmcblk0
      Welcome to GNU Parted! Type 'help' to view a list of commands.
      
      • 输入resizepart进行重新分配空间,并退出
      (parted) resizepart                                                       
      Partition number? 2                                                       
      Warning: Partition /dev/mmcblk0p2 is being used. Are you sure you want to continue?
      Yes/No? YES                                                               
      End?  [7340MB]? 100% 
      (parted) quit 
      
      • 重启系统
      ubuntu@coolpi:~$ sudo reboot
      
      • 查看更新后的容量
      ubuntu@coolpi:~$ df -h
      Filesystem      Size  Used Avail Use% Mounted on
      tmpfs           372M  3.9M  368M   2% /run
      /dev/mmcblk0p2   29G  5.4G   22G  20% /
      tmpfs           1.9G     0  1.9G   0% /dev/shm
      tmpfs           5.0M  4.0K  5.0M   1% /run/lock
      tmpfs           372M   88K  372M   1% /run/user/126
      tmpfs           372M   88K  372M   1% /run/user/1000
      
      ubuntu@coolpi:~$ sudo fdisk -l
      [sudo] password for ubuntu: 
      Disk /dev/ram0: 4 MiB, 4194304 bytes, 8192 sectors
      Units: sectors of 1 * 512 = 512 bytes
      Sector size (logical/physical): 512 bytes / 4096 bytes
      I/O size (minimum/optimal): 4096 bytes / 4096 bytes
      
      
      Disk /dev/mmcblk0: 29.12 GiB, 31268536320 bytes, 61071360 sectors
      Units: sectors of 1 * 512 = 512 bytes
      Sector size (logical/physical): 512 bytes / 512 bytes
      I/O size (minimum/optimal): 512 bytes / 512 bytes
      Disklabel type: dos
      Disk identifier: 0x6da91944
      
      Device         Boot  Start      End  Sectors  Size Id Type
      /dev/mmcblk0p1        2048   616447   614400  300M  b W95 FAT32
      /dev/mmcblk0p2      616448 61071359 60454912 28.8G 83 Linux
      
      posted in Ubuntu
      H
      harry.huang
    • Download

      Github
      Baidu Disk
      OneDrive

      c8486d98-6f1e-42a2-9a32-d0757fd21dad-1674660079458.png

      posted in Pi 4B
      H
      harry.huang
    • Cool Pi 5 Compute Module && MiniPC carrier board spec

      Pi 5 Compute Module

      CM5 Datasheet.pdf

      The SOM of RK3588 (CM5) takes the form of core board and bottom board. The core board is connected to the bottom board through the standard interface of SODIMM 314P MXM3.0, which can form a complete industrial motherboard. With abundant expansion interfaces, it supports the expansion of multiple types of peripheral devices, greatly showing the high performance advantages of RK3588-ultralow power consumption and super performance. It can be directly used in a variety of intelligent product development, accelerating the product landing.

      78fa51e4-c3ca-4f87-a5d4-7fb533774761-1673430770840.png

      75dfc04b-c580-4c4b-98b6-92083f416cfa-1673431011416.png

      Carrier board(MiniPC Product)

      CP-3588BX0 Datasheet.pdf

      261b22c1-7795-408b-8623-f903fba7028d-1673431195588.png

      CM5 can be customized with the bottom board, which has some rich interfaces, supporting multiple hard disk, gigabit network, WiFi6, 5G/4G expansion and a variety of video input and output; Meanwhile, it can provide many power supply modes and support for multiple operating systems; It can be applied to MINI PC, ARM PC, edge computing, cloud server, intelligent NVR and other fields as well.

      017933af-be33-4fdd-af38-4486a0ddef5b-1673431122850.png

      f3951b18-5d6f-486c-b5bd-88d418737e25-1673431164380.png

      posted in Pi CM5
      H
      harry.huang
    • RE: Form Factor and Rasperry PoE HAT compatibility

      @Wario Except that the miniDP port is different from the micro HDMI of raspberry pi4b, the others are the same, including PoE

      posted in Peripheral
      H
      harry.huang
    • 1 / 1