@Twsuts-0
脚本具体镜像大小要修改一下,28G的数据DD的镜像尺寸至少要30G.默认脚本的8G镜像大小不合适。
Posts made by george
-
RE: brand new NVMe SSD not detected.
@rtmtree
As shown in the figure below, this control chip only supports the SATA3.0 protocol.
-
RE: brand new NVMe SSD not detected.
@rtmtree
Confirm the specific model of this chip and send it out for me to check the specification sheet.
-
RE: no webcam/device not found
@Momo-0
Confirm that the USB camera device has not been recognized, and verify if other images are functioning properly or if all images are no longer recognized properly. If so, there may be hardware abnormalities.
When the machine is powered off, unplug the LCD cable again. The USB signal of the camera is connected to the LCD cable. -
RE: brand new NVMe SSD not detected.
- Confirm that SSD supports NVME protocol, SATA machines cannot support it
- ls /dev confirm if any nvme devices have been found
- Use commands to format the hard drive
sudo mkfs.ext4 /dev/nvme0*
-
RE: no webcam/device not found
@Momo-0
Please confirm which image you are using, and you can also use the following command to view the USB device:lsusb
-
RE: PLEASE help, the laptop not turn on after pressing power button.
@rtmtree
The 8MB is SPI-NOR memory, which stores bootloader and UBOOT internally. If the disk is formatted, it will not start properly. Don't worry, just update the image again. Provide an update method later.Refer to the following document:
https://github.com/coolpi-george/Docs/blob/main/cm5-notebook/update-loader.md -
RE: Ubuntu Kernel 6.1.75, no wireguard or openvpn modules
@Momo-0
Add the configuration as shown in the following figure, and then compile and update the kernel.diff --git a/arch/arm64/configs/rk3588_cpcm5_notebook_v20_defconfig b/arch/arm64/configs/rk3588_cpcm5_notebook_v20_defconfig index e6dba9677bd9..fe61fbaa04ef 100644 --- a/arch/arm64/configs/rk3588_cpcm5_notebook_v20_defconfig +++ b/arch/arm64/configs/rk3588_cpcm5_notebook_v20_defconfig @@ -309,6 +309,8 @@ CONFIG_BLK_DEV_DM=y CONFIG_DM_THIN_PROVISIONING=y CONFIG_NETDEVICES=y CONFIG_DUMMY=y +CONFIG_WIREGUARD=m +CONFIG_WIREGUARD_DEBUG=y CONFIG_MACVLAN=y CONFIG_IPVLAN=y CONFIG_VXLAN=y
-
RE: Ubuntu Kernel 6.1.75, no wireguard or openvpn modules
@Momo-0
Please provide detailed error message. -
RE: 刷了系统不启动,怎么回事?
@emtohere
机器默认刷机是使用etcher来刷。不是用RK官方工具,上电多次按开机按键,机器就会进入UMS模式,然后使用etcher软件加载固件,选择设备刷机即可。 -
RE: COOLPI notebook GPU acceleration
@zehui
The image package we released has already installed the GPU driver by default. Regarding the issue of video playback lag, it has nothing to do with the GPU driver, mainly the VPU. Our image has integrated ffmpeg hardware decoding driver, which can support local video hardware decoding. If it is a network video, due to the system's default browser using snap mode, the hardware decoder cannot be called and can only be decoded through CPU software, resulting in lower smoothness and power consumption. -
RE: Ubuntu Kernel 6.1.75, no wireguard or openvpn modules
@Momo-0
Using the kernel at the following address, after compilation, headers. tar. gz will be generated, and then decompressed to the/usr directory.
https://github.com/coolpi-george/coolpi-kernel -
RE: Power input failure
@enok71
I don't have a direct understanding of what happened to this computer, why does it seem to have so many impurities inside.
If you need any information, please send an email to george@cool-pi.com -
TM-CP1B Industrial LoRa / 4G Smart Gateway
Introduction
The TM-CP1B is a compact industrial DTU modem for data acquisition, Modbus Gateway, and communication applications. It comes with 1 x RS485 、 1 x RS232 serial ports and 1x 10/100 Mbps Ethernet port, as well as a built-in socket to support 4G LTE、WIFI and LoRa cellular modules.
Brief introduction
- Cortex A7 + MCU + NPU 0.5 TOPS,1.6 GHz CPU
- 256MB RAM + 8GB eMMC, supports Micro SD expansion
- Ubuntu 24.04 server and Cockpit management software
- Isolate RS232 / RS485 serial port, Vrms>3.5KV
- 10M/100M adaptive Ethernet
- Built in high reliability security chip (ATSHA204A)
- Built in Mini-PCIe slot for 4G cellular module (Optional)
- Built in LoRa (410~525MHz, 850~931MHz, 126mW) (Optional)
- Built in wireless network WIFI/BT module (Optional)
- Built in RTC clock circuit
- 35mm DIN-Rail and wall mount Supported
- 9--36V wide voltage supply
- 94mm×70mm×33mm (L×W×H)
- -40°C to +85°C Operating Temperature
Interface
Specifications
Dimensions
-
RE: GenBook-RK3588 Crowdfunding projects
@reukiodo
Hardware versions after V20 can support TYPEC PD charging, but it can only be used when turned on, and only supports adapter charging when turned off. -
RE: Ubuntu application software organization
@plumlis
Thank you very much for your recommendation, there are many very good applications. -
Ubuntu application software organization
-
WCHAT
https://cool-pi.com/topic/630/cm5-laptop-install-wchat?_=1727100045659 -
QQ
https://im.qq.com/linuxqq/download.html
Select arm64 version, download the installation package in deb format, and then use the following command to install:sudo dpkg -i *.deb
-
WPS
The WPS official website has removed the installation package for ARM64 architecture, which can be downloaded and installed through Baidu Cloud or OneDrive. -
VSCODE
https://code.visualstudio.com/Download#
Select arm64 version, download the installation package in deb format, and then use the following command to install:sudo dpkg -i *.deb
-
向日葵
https://sunlogin.oray.com/download/linux?type=ent
Select arm64 version, download the installation package in deb format, and then use the following command to install:sudo dpkg -i *.deb
-
KICAD
Install directly using the following command :sudo dpkg -i kicad*
-
-
cm5 laptop install wchat
-
Open the following address and download the file with the. flatpak suffix.
https://github.com/web1n/wechat-universal-flatpak/releases
Select the following aarch64 version
-
Right click on the download directory and open the terminal, enter the following command to install flatpak
sudo apt-get install flatpak
-
Enter the following command to configure
sudo flatpak remote-add --if-not-exists --system flathub https://flathub.org/repo/flathub.flatpakrepo
-
Enter the following command to install WeChat
flatpak install com.tencent.WeChat.flatpak
-
Copy icon
sudo cp /var/lib/flatpak/app/com.tencent.WeChat/current/active/export/share/ applications/com.tencent.WeChat.desktop /usr/share/applications/ sudo cp -R /var/lib/flatpak/app/com.tencent.WeChat/current/active/export/share/icons/hicolor/* /usr/share/icons/hicolor/
-
Preview
-
-
RE: laptop not booting with latest image.
@Momo-0
If the firmware of Ubuntu is created on a USB drive and then inserted into a computer, can it boot up? -
RE: laptop not booting with latest image.
@Momo-0
Can the machine enter UMS mode? If it can enter UMS mode, you can first try formatting the UMS disk, and then use Ethcer to load the latest image and flash the machine.Refer to the following document.
https://cool-pi.com/topic/514/cool-pi-cm5-laptop-linux-quick-start-guide -
RE: Cool pi 4B & CM5 探索快速安装系统新方法
@jugg
你是要用U盘刷机吗?最近的镜像是IMG文件,只能使用USB接口连接电脑,通过etcher刷机。