Power & Source of Big Ideas

OK finally I was working with kernel version 7.0-rc6 N1.jpg N2.jpg Some tests made by myself: - initially image was loaded from SD card and next placed on SD with USB stick (USB checked) - Armbian image was written to eMMC 256G and now it is booting from eMMC - Ethernet end0 was checked locally with...
Actual status on https://github.com/drozdi70/linux-radxa
Still some issues with power domains/USB/PCIE but progressing.
Inviting to help/continue to work on... :)
Is anybody from FriendlyElec dev team here? I need to hints to progress...
have you tried to boot with another image? if it goes the issue is in friendlywrt image. I have old one rk3528-sd-friendlywrt-24.10-20250324.img which was working...
have you tried to use this kernel 6.16?
git clone https://kernel.googlesource.com/pub/scm ... x-rockchip --depth 1 -b master kernel-rk3528
Probably, seeing this: https://github.com/Kwiboo/linux-rockchip/commit/896781aa858fd03c5c51f9c7f073a2c3eebceb85 we can expect that some new images would appear soon :)

RTC

1. Install battery 2. Set timezone # timedatectl set-timezone Europe/Warsaw 3. Set time # date -s "2025-05-20" # date -s "21:54:30" 4. RTC before: RTC1.jpg 5. Install util-linux-extra # apt install util-linux-extra or download: http://ftp.de.debian.org/debian/pool/main/u/util-lin...
Just first test.... :)
I have prepared new kernel for rk3528 - kernel-rk3528-6.11.1066.6.tar.xz It is based on joshua rockchip 6.11.1066.6
No idea if it is working but if someone could continue with build it would be nice as I cannot find scripts ./build-kernel.sh , ./build-uboot.sh :/
Im just wondering if we can get access to developers from FriendlyElec to bring the kernel to higher version. Offcially rockchip kernel is on 6.1 but Armian issued 6.12 also Joshua Riek repository uses also higher kernel version. I know that rk3528A is not so popular as rk3588 but maybe some ppl her...
I have my Nanopi Zero2 board. I bought regular eMMC card 256GB (OrangePI branded) - working like a charm :) ==== Installation OS to eMMMC is much more simple: download image on SD card and unzip it root@FriendlyWrt:/opt/upload# fdisk -l /dev/mmcblk2 GPT PMBR size mismatch (15234373 != 488554495) wil...