@jugg
比如充电芯片选择,电量计型号,包括电池充放电曲线测试及后期的软件调试,我们可以提供支持。你要做的就是自己设计一块充放电管理的板子。
Posts made by george
-
RE: 有充放电电池模组推荐吗
-
RE: 创新无限,引领未来——RK3588开源笔记本震撼登场!
@Xelef2000
You can send an email if you need schematics: george@cool-pi.com -
RE: 使镜像备份后安装,拔U盘后如图片显示,算成功了吗
@ytfycy
从log信息看没有什么异常:[ 80.959110] fuxi_phy link phy speed changed,0->2 [ 80.959199] fuxi_phy now is link up, mac_speed=1000. [ 80.959262] fxgmac_phy_update_link phy reg1=0x796d, 0x796d [ 80.959316] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
ping 不通吗?ifconfig看一下。
-
RE: Booting from USB drive
@Rock
The current human-computer interaction interface of uboot is not yet perfect. We are trying to do this and will notify you of the version launch as soon as possible. Thank you for your support. -
RE: Cool Pi Cm5-Laptop Linux Quick Start Guide
@Momo-0
Two WLAN nodes are normal, and the default configuration for drivers is to generate two nodes, even one node can be used. -
RE: Cool Pi Cm5-Laptop Linux Quick Start Guide
@Momo-0
I'm really sorry, this board was tested before it was shipped, and it could also be caused by an abnormality during transportation. I will arrange to send you a new one. Because it is currently the May Day holiday, it may need to be processed after the holiday. I deeply apologize for the trouble I have caused you. -
RE: Cool Pi Cm5-Laptop Linux Quick Start Guide
@Momo-0
From the log information, it appears that the USB Bluetooth network card was not recognized. It is recommended to remove the core board, remove the WIFI module, clean the gold finger with an eraser, and then install and retest. -
RE: Cool Pi Cm5-Laptop Linux Quick Start Guide
@Momo-0
Run the following command and send the result.lsusb
-
RE: Ubuntu 24.04 for CM5 Laptop
@Rock
At present, the maximum version supported by coolpi laptop is 23.04. Ubuntu 24.04 has just been released a few days ago and adaptation will take some time. It is expected that a version will be released in May. Thank you for your support. -
RE: Compiling armbian for the V10 CoolPI Laptops
@yusisamerican
You can use the armbian script on GitHub to build. The address is as follows:
https://github.com/yanyitech/armbian.git -
RE: Where to order a CM5?
@enok71
The following link is available for purchase on AliExpress. Thank you for your support.
https://www.aliexpress.com/item/1005006921921927.html -
RE: CM5的PCIE接口支持PCIE2.0*4吗
@ytfycy
1.核心板可以支持PCIE3.0X4 ,目前对应的evb底板只有PCIE3.0X2.
2.笔记本的SSD接口是M2的PCIEX4接口。 -
rk3588 vs i5-1135g7
Run Management
-
Rockchip ARMv8 Cortex-A76 testing on Ubuntu 22.04 via the Phoronix Test Suite.
-
Results
-
HPL Linpack
HPL is a well known portable Linpack implementation for distributed memory systems. This test profile is testing HPL upstream directly, outside the scope of the HPC Challenge test profile also available through the Phoronix Test Suite (hpcc). The test profile attempts to generate an optimized HPL.dat input file based on the CPU/memory under test. The automated HPL.dat input generation is still being tuned and thus for now this test profile remains "experimental".
-
7-Zip Compression
This is a test of 7-Zip compression/decompression with its integrated benchmark feature.
-
asmFish
This is a test of asmFish, an advanced chess benchmark written in Assembly.
-
Timed Linux Kernel Compilation
-
Smallpt
Smallpt is a C++ global illumination renderer written in less than 100 lines of code. Global illumination is done via unbiased Monte Carlo path tracing and there is multi-threading support via the OpenMP library.
-
m-queens
A solver for the N-queens problem with multi-threading support via the OpenMP library.
-
N-Queens
This is a test of the OpenMP version of a test that solves the N-queens problem. The board problem size is 18.
-
Aircrack-ng
Aircrack-ng is a tool for assessing WiFi/WLAN network security.
-
SQLite Speedtest
This is a benchmark of SQLite's speedtest1 benchmark program with an increased problem size of 1,000.
-
-
RE: CM5支持5G模组吗?
@jugg
我觉得应该是你系统的ko和内核不匹配导致的,使用如下命令解压ko到系统,然后重启试试:sudo rm /lib/modules/* -R sudo tar -zxvf /boot/firmware/modules.tar.gz -C /lib/
-
RE: debian11 没有找到 gstreamer1.0-fdkaac
@jugg 再ubuntu通过apt source可以获取源码,放在debian下面编译安装,可能会有一些依赖包的问题,自己想办法解决一下。