SleepWalker

Results 12 comments of SleepWalker

If you disassemble the used installation image of the SD card into parts and extract the DTB file from it. dtc -I dtb -O dts rk3566-soquartz-cm4.dtb> rk3566-soquartz-cm4.dts Convert it to...

Maybe you need to use the GPIO14-TX, GPIO15-RX pins to connect to the UART console? It is written here https://files.pine64.org/doc/quartz64/SOQuartz%20Connector%20Pin%20Assignments%20ver%201.0.ods

You can use this repo for now https://github.com/S199pWa1k9r/quartz64_uefi/tree/nanopi-r5s So far I haven't been able to properly initialize pcie. But it is quite possible to use…

Hi @NN708 I'm very glad I could help. What operating system are you using on the R5S? I don't have much experience with PCIe, I think we can look into...

@jwinarske R5C and R5S have a lot in common. I'm trying to get R5S to work and I have R5C too. The main problem is that the current implementation of...

@jwinarske Okay, I'll try to make changes today. in my repo. Here are the necessary links to understand the proposed changes. Schematic: https://wiki.friendlyelec.com/wiki/images/0/0f/NanoPi_R5S_2204_SCH.PDF https://wiki.friendlyelec.com/wiki/images/4/45/NanoPi_R5C_2209_SCH.PDF DTS: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/arch/arm64/boot/dts/rockchip?h=v6.3.3 https://github.com/pyavitz/debian-image-builder/blob/feature/patches/rockchip/rk356x/6.3/002-arm64-dts-rk3568-nanopi-5.patch And this patch...

@jwinarske Latest test UEFI for NanoPi-R5C Fixed USB work. PCIe30 - working Correct DTB. UART console speed 115200. [idblock.bin](https://personalbsd.org/download/UEFI-RK356x/idblock.bin) [NANOPI-R5C_EFI.itb](https://personalbsd.org/download/UEFI-RK356x/NANOPI-R5C_EFI.itb) Full UEFI image [NANOPI-R5C_EFI.img](https://personalbsd.org/download/UEFI-RK356x/NANOPI-R5C_EFI.img)

@jwinarske Congratulations, great. I'm very glad you came

> > > @S199pWa1k9r Hi, thanks for your fork, I flashed on a sdcard and inserted it into my R5S, with NetBSD 10 rootfs on a USB drive. Everything works...

I really want to add an UNDI driver for RTL8125GB and a UEFI image, but this is not possible because the maximum binary code size will be exceeded. At the...