@berkaroad said in lxc-checkconfig fail in latest kernel 6.1:
lxc-checkconfig
LXC related configurations can be self enabled in the kernel.
@berkaroad said in lxc-checkconfig fail in latest kernel 6.1:
lxc-checkconfig
LXC related configurations can be self enabled in the kernel.
@dark-road42719
The system is already automatically uploading OneDrive, please confirm later.
@王猛龙 目前4B 32G内存缺货,只有笔记本可以支持32G内存,dewpin理论可以支持。参考论坛制作文件系统的帖子。
TF卡正常没有容量限制,仅和文件系统相关。
@plumlis
Resolve audio issues with the 6.1 kernel
sudo tar -zxvf rk3588-es8316.tar.gz -C /usr/share/alsa/ucm2/Rockchip/
@wzy
If using a CM5-NOTEBOOK machine, there is currently a 6.1 kernel available, and the NPU driver is the latest version that can run RKLLM applications. The address is as follows:
https://github.com/coolpi-george/coolpi-kernel.git
@Momo-0
The 3.5mm headphone jack has output and MIC functions.
@nosorrow
我们提供的是纯净版,基础的一些包可以自己用命令安装,比如git
sudo apt-get install git
@nosorrow
这个大概率是源服务器问题,可以换其它源试试。
@weiweiwei
具体操作的是哪个GPIO,截图出来看一下,这种控制不到的问题大概率是这个口没有工作在gpio模式。
@plumlis
At present, the mainline kernel is stuck in the edp driver. Due to significant changes in the display framework, the workload of porting is huge. The mainline kernel can be used in subsequent updates.
@plumlis
Refer to the following link to compile and install.
https://github.com/coolpi-george/panfork.git
default Linux coolpi
label Linux coolpi
kernel /Image
initrd /initrd.img
fdt /rk3588-cpcm5-notebook-v20.dtb
append root=LABEL=writable rw rootfstype=ext4 console=ttyS0,115200n81 quiet splash plymouth.ignore-serial-consoles vt.global_cursor_default=1 irqchip.gicv3_pseudo_nmi=0 net.ifnames=0
LOOP_NUMBER=$(losetup -f)
dd if=/dev/zero of=./coolpi.img bs=1M count=8192
printf 'n\np\n1\n32768\n1081343\nn\np\n2\n1081344\n16777215\nw\n' | fdisk ./coolpi.img
partx -a -v ./coolpi.img
mkfs.vfat $LOOP_NUMBER"p1"
echo 'yes\n' | mkfs.ext4 $LOOP_NUMBER"p2"
e2label $LOOP_NUMBER"p2" writable
mkdir ./mnt
mount $LOOP_NUMBER"p1" ./mnt
cp kernel-dir/out/* ./mnt -r
umount ./mnt
wget https://mirrors.aliyun.com/archlinuxarm/os/ArchLinuxARM-aarch64-latest.tar.gz
mkdir ./archlinux
tar -zxvf ArchLinuxARM-aarch64-latest.tar.gz -C ./archlinux/
mount $LOOP_NUMBER"p2" ./mnt
cp -rf ./archlinux/* ./mnt/
tar -zxvf kernel-dir/out/modules.tar.gz -C ./mnt/lib/
cp ./rc.local ./mnt/etc/
umount ./mnt
e2fsck -p -f $LOOP_NUMBER"p2"
resize2fs -M $LOOP_NUMBER"p2"
losetup -D $LOOP_NUMBER
@plumlis
目前的大容量电池厂家给的最小起订量是3K,交期要2个月,认证还要45天。众筹的这个来不及上大容量电池了。只能后续作为配件再升级了。
@yusuf-tmp said in Alternative Boot Options for CM5 V10?:
I have been using a USB drive to boot for a while now. I noticied that if I flashed a M.2 drive with an image ad tried to boot it it would not boot, is there anyway I could get the M.2 Drive as my boot drive?
At present, uboot does not support nvme boot, so if you want to implement booting through M2, you need to first improve the uboot driver.