Arch Linux Arm --> Kernel 5.8 breaks installation - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88) +--- Thread: Arch Linux Arm --> Kernel 5.8 breaks installation (/showthread.php?tid=10999) Pages:
1
2
|
RE: Arch Linux Arm --> Kernel 5.8 breaks installation - t4_4t - 08-12-2020 https://archlinuxarm.org/platforms/armv8/rockchip/rock64 The board I tried this time is Ver2, and I am practicing the above faithfully. Confirmation is for SD-CARD only, not confirmed for eMMC. Below, I will write only the main points. Code: --- kernel_addr_r: 0x02000000 + 37171712 => 0x04373200 ramdisk_addr_r: 0x04000000 It overlaps with the kernel area, it is natural that it does not work. I fixed it to ramdisk_addr_r = 0x06000000 as a trial. As a result, it boot with only this fix. --- Try adding the following one-line and rebuilding "boot.src" . Code: part uuid ${devtype} ${devnum}:${bootpart} uuid eMMMC has the same problem (at least it can't boot), But I'm not sure if this is the only problem. For eMMC, please check by yourself. --- Thanks, m.bakhterev I own four boards, but this is the only one that hasn't stabilized at 800MHz. Under heavy load conditions such as Kernel-Build, and under heavy load fluctuations, an error occurs with a high probability. Well, this one is a disappointing board. RE: Arch Linux Arm --> Kernel 5.8 breaks installation - tomarm - 08-18-2020 Thanks t4_4t for posting this fix. It worked on my v2. Where did you get this fix (link pls) and is it to be kept perm or temp ? I have latest arch rock u-boot and fully upgraded. No other changes to stock install made here. PS Arch arm post says a recompile of current u-boot works too RE: Arch Linux Arm --> Kernel 5.8 breaks installation - as365n4 - 08-31-2020 From the alarm device page: Quote:wget http://os.archlinuxarm.org/os/rockchip/boot/rock64/rksd_loader.img But just "re-flashing" these 2 files won't work from my experience, I had to setup my Rock64 from scratch again as I have not the knowledge on how to compile and install u-boot from source. |