Andy Yan 51fc2f3846 configs/coolpi_4b: new defconfig пре 1 месец
..
patches 51fc2f3846 configs/coolpi_4b: new defconfig пре 1 месец
extlinux.conf 51fc2f3846 configs/coolpi_4b: new defconfig пре 1 месец
genimage.cfg 51fc2f3846 configs/coolpi_4b: new defconfig пре 1 месец
post-image.sh 51fc2f3846 configs/coolpi_4b: new defconfig пре 1 месец
readme.txt 51fc2f3846 configs/coolpi_4b: new defconfig пре 1 месец

readme.txt

Cool Pi 4B
==============
https://www.cool-pi.com/product/cp4b/

Build:
======
$ make coolpi_4b_defconfig
$ make

Files created in output directory
=================================

output/images
.
output/images/
├── boot.vfat
├── extlinux
│   └── extlinux.conf
├── Image
├── Image.gz
├── rk3588_bl31_v1.40.elf
├── rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.12.bin
├── rk3588s-coolpi-4b.dtb
├── rootfs.ext2
├── rootfs.ext4 -> rootfs.ext2
├── rootfs.tar
├── sdcard.img
├── u-boot.bin
└── u-boot-rockchip.bin

Creating bootable SD card:
==========================

Simply invoke (as root)

sudo dd if=output/images/sdcard.img of=/dev/sdX && sync

Where X is your SD card device.

Booting:
========

Serial console:
---------------
The Cool Pi 4B has a 40-pin GPIO header.

The Uart pins are as follows:

pin 6: gnd
pin 8: tx
pin 10: rx

Baudrate for this board is 1500000.

Login:
------
Enter 'root' as login user, and the prompt is ready.