LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   slarm64 (https://www.linuxquestions.org/questions/slarm64-132/)
-   -   NanoPi R4S RK3399 (aarch64) (https://www.linuxquestions.org/questions/slarm64-132/nanopi-r4s-rk3399-aarch64-4175709656/)

wowbaggerHU 04-22-2022 04:37 PM

I could try an older kernel version, but currently the kit only allows me to build an image with the latest kernel.
And the image with the older kernel has been removed your server.

sndwvs 04-23-2022 11:25 AM

updated dts, kernel and image

wowbaggerHU 04-24-2022 05:57 AM

Quote:

Originally Posted by sndwvs (Post 6348146)

Hi sndwvs,

Yes, the trigger is now available and active, so the LEDs now work as they should.
Thank you for the adjustments!

sndwvs 07-15-2022 03:51 PM

Installation README.TXT
kernel 5.18.12

slarm64-current-aarch64-server-nanopi_r4s-5.18.12-build-20220715.img.zst
slarm64-current-aarch64-server-nanopi_r4s-5.18.12-build-20220715.img.zst.sha256

sndwvs 09-12-2022 10:24 AM

Installation README.TXT
kernel 5.19.8
slarm64-current-aarch64-server-nanopi_r4s-5.19.8-build-20220911.img.zst
slarm64-current-aarch64-server-nanopi_r4s-5.19.8-build-20220911.img.zst.sha256

sndwvs 10-12-2022 08:05 PM

Installation README.TXT
kernel 6.0.0

slarm64-current-aarch64-server-nanopi_r4s-6.0.0-build-20221011.img.zst
slarm64-current-aarch64-server-nanopi_r4s-6.0.0-build-20221011.img.zst.sha256

sndwvs 12-28-2022 03:13 PM

Installation README.TXT
kernel 6.1.1

slarm64-current-aarch64-server-nanopi_r4s-6.1.1-build-20221228.img.zst
slarm64-current-aarch64-server-nanopi_r4s-6.1.1-build-20221228.img.zst.sha256

sndwvs 08-13-2023 10:34 AM

Installation README.TXT
kernel 6.4.10

slarm64-current-aarch64-core-nanopi_r4s-6.4.10-build-20230813.img.zst
slarm64-current-aarch64-core-nanopi_r4s-6.4.10-build-20230813.img.zst.sha256
slarm64-current-aarch64-server-nanopi_r4s-6.4.10-build-20230813.img.zst
slarm64-current-aarch64-server-nanopi_r4s-6.4.10-build-20230813.img.zst.sha256

hopbyhop 01-24-2024 02:51 PM

Hello. Your image uses MBR partition, while, according to Friendlyelec's wiki kernel 6.x should use a GPT partition scheme like this:

Code:

Partition Table: gpt
Disk Flags:
 
Number  Start  End    Size    File system  Name      Flags
 1      8389kB  12.6MB  4194kB              uboot
 2      12.6MB  16.8MB  4194kB              trust
 3      16.8MB  21.0MB  4194kB              misc
 4      21.0MB  25.2MB  4194kB              dtbo
 5      25.2MB  41.9MB  16.8MB              resource
 6      41.9MB  83.9MB  41.9MB              kernel
 7      83.9MB  134MB  50.3MB              boot
 8      134MB  2500MB  2366MB  ext4        rootfs
 9      2500MB  31.3GB  28.8GB  ext4        userdata

What do you think about it?Furthermore, what about a U-boot update to support newer Kernel versions?

sndwvs 01-25-2024 12:41 PM

Quote:

Originally Posted by hopbyhop (Post 6479055)
Hello. Your image uses MBR partition, while, according to Friendlyelec's wiki kernel 6.x should use a GPT partition scheme like this:

Code:

Partition Table: gpt
Disk Flags:
 
Number  Start  End    Size    File system  Name      Flags
 1      8389kB  12.6MB  4194kB              uboot
 2      12.6MB  16.8MB  4194kB              trust
 3      16.8MB  21.0MB  4194kB              misc
 4      21.0MB  25.2MB  4194kB              dtbo
 5      25.2MB  41.9MB  16.8MB              resource
 6      41.9MB  83.9MB  41.9MB              kernel
 7      83.9MB  134MB  50.3MB              boot
 8      134MB  2500MB  2366MB  ext4        rootfs
 9      2500MB  31.3GB  28.8GB  ext4        userdata

What do you think about it?Furthermore, what about a U-boot update to support newer Kernel versions?

u-boot works fine with both mbr and gpt. you can break it down as you want and write u-boot.

sndwvs 01-28-2024 11:34 AM

Installation README.TXT
kernel 6.7.2

irradium-3.7-aarch64-core-nanopi_r4s-6.7.2-build-20240128.img.zst
irradium-3.7-aarch64-core-nanopi_r4s-6.7.2-build-20240128.img.zst.sha256

hopbyhop 01-31-2024 01:45 AM

Quote:

Originally Posted by sndwvs (Post 6479255)
u-boot works fine with both mbr and gpt. you can break it down as you want and write u-boot.

Could you point me to the boot loader source and configuration in slarm64? I'm pretty new to this boot loader, need to study.
Thanks

sndwvs 01-31-2024 12:04 PM

Quote:

Originally Posted by hopbyhop (Post 6480421)
Could you point me to the boot loader source and configuration in slarm64? I'm pretty new to this boot loader, need to study.
Thanks

source bootloader config boot script


All times are GMT -5. The time now is 09:34 PM.