Arch Linux ARM on the Rock64 V3
#1
I just picked up a Rock64, and wanted to put Arch Linux ARM on it to reuse setup scripts I wrote for another SBC that was already running it.

The instructions didn't work for me -- u-boot failed, I would assume because of the SD changes in the V3 revision. Research made it sound like mainline u-boot should work, but I didn't have any luck with it. master failed with a hang trying to access the SD card, and earlier revisions failed with a "Card did not respond to voltage select!" error.

Armbian did work, and I figured all I needed was really a working u-boot, so I bashed together the u-boot from Armbian with the root filesystem from Arch Linux ARM, and it booted!

I would still love to figure out what I was doing wrong with my u-boot builds (following the instructions from here: https://forum.pine64.org/showthread.php?tid=8174), but it seems like it's worked out. Assuming things don't burst into flames or anything.

For reference, this was the process that worked for me:

It's mostly the same as the basic install instructions: https://archlinuxarm.org/platforms/armv8...hip/rock64
  • In step 1, instead of zeroing out, I ran `dd if=/path/to/Armbian_bionic.img of=/dev/sdb bs=1M count=32`
  • Steps 2-8 were unchanged
  • Step 9 was skipped
  • Steps 10-12 were unchanged
  • Skipped updating u-boot through Arch
  Reply
#2
Thank you for the heads up!

I also run into the issue, but I think ArchLinuxARM fixed their flashing procedure by providing different files to store in the initial non-partitioned space (now called "rksd_loader.img" and "u-boot.itb", see "https://archlinuxarm.org/platforms/armv8/rockchip/rock64").

I simply stored these files into the SD card as the procedure step (9) says:
dd if=rksd_loader.img of=/dev/mmcblk0 seek=64 conv=notrunc
dd if=u-boot.itb of=/dev/mmcblk0 seek=16384 conv=notrunc

After that the board booted normally and I didn't see any loss of data.
  Reply
#3
(08-17-2020, 11:17 PM)koutheir Wrote: I also run into the issue, but I think ArchLinuxARM fixed their flashing procedure by providing different files to store in the initial non-partitioned space (now called "rksd_loader.img" and "u-boot.itb", see "https://archlinuxarm.org/platforms/armv8/rockchip/rock64").

Nice! That must be brand new, I don't remember seeing it even a few weeks ago.

I'm now running a self-built uboot after running into the Kernel 5.8 issue mentioned on this board, and it seems to work OK. May switch back to this one if it runs into problems.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  irradium (based on crux linux) Rock64 riscv64, aarch64 mara 0 53 03-24-2024, 01:07 PM
Last Post: mara
  Rock64 v2 - did not work song / audio sqw200zu 2 1,237 03-14-2024, 03:09 AM
Last Post: dmitrymyadzelets
  Rock64 won't boot dstallmo 0 243 12-27-2023, 10:34 AM
Last Post: dstallmo
  HDMI doesn't work on rock64 Noung1991 1 511 11-21-2023, 08:33 AM
Last Post: as365n4
  Rock64 + Klipper + KlipperScreen Instructions godzilla62 0 512 10-22-2023, 01:52 AM
Last Post: godzilla62
  Rock64 Debian 11 (Bullseye) install problem jbize 15 7,965 10-12-2023, 05:14 PM
Last Post: tpaul
  slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) mara 133 186,452 10-09-2023, 03:31 AM
Last Post: mara
  arch rock64 does not boot nemnob 0 510 07-09-2023, 03:28 AM
Last Post: nemnob
  MIPI-CSI IMX214 on Linux NO SUCCESS zeus666 2 1,630 06-02-2023, 07:52 AM
Last Post: diederik
  RXDP from Win10 to Armbian on Rock64 Transportsicherung 0 564 05-27-2023, 06:11 AM
Last Post: Transportsicherung

Forum Jump:


Users browsing this thread: 1 Guest(s)