First release for Rock Pi S v1.1 board prepared:
legacy kernel
- image update to the current version of the rootfs 15 Jun 19
- kernel version 4.4.143
Due to the fact that not all tty dongle love the speed of 1500000, u-boot and the kernel are built with support for 115200 speeds.
Hardware v11, v1.1
26-pin Header 1
Pin:
6 GND
8 GPIO2_A1 UART0_TX
10 GPIO2_A0 UART0_RX
# screen /dev/ttyUSB0 115200,cs8
howto install:
installation on a sdcard
Unpack the IMAGE file and record by running the following on the SD card
( /dev/mmcblk0 = your sd card device ):
dd if=slarm64-current-*-base-rootfs-*-build-*.img of=/dev/mmcblk0 bs=1M
or
xzcat slarm64-current-*-base-rootfs-*-build-*.img.xz > /dev/mmcblk0
login: root
password: password
kernel: http://dl.fail.pp.ua/slackware/images/rock_pi_s/kernel
image: http://dl.fail.pp.ua/slackware/images/rock_pi_s
u-boot: http://dl.fail.pp.ua/slackware/images/rock_pi_s/boot-20190819.tar.xz
the image includes a bootloader, but it can be installed / updated separately
dd if=idbloader.img of=/dev/mmcblk0 seek=64
dd if=uboot.img of=/dev/mmcblk0 seek=16384
dd if=trust.img of=/dev/mmcblk0 seek=24576