↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

  • Home
  • About the Author…
  • Copyright and Trademarks..

Tag Archives: aarch64

Post navigation

← Older posts

ARM64 – Rock Pi N10 – Finally Booting From NVME..

Adventures With Linux ™ Posted on July 5, 2023 by RGJuly 5, 2023

I had managed to get Fedora running on my Rock Pi N10 some considerable time ago, but still was frustrated by the – apparent – lack of support for NVME, despite the slot for one in the chassis, and u-boot commands included..  I had posted this question to the RADXA Forum, but did not get a useful … Continue reading →

Posted in aarch64, ARM64, Fedora, fixed, Hacks, Linux, NVME, Opinion, Rock Pi N10, U-Boot | Tagged aarch64, arm64, boot from nvme, fedora 38, nvme, rock pi n10, success, u-boot | Leave a reply

ARM64 – 8GB Pi4 – Fun with Fedora..

Adventures With Linux ™ Posted on July 18, 2020 by RGJuly 18, 2020

My 8GB Raspbery Pi 4 finally arrived, and I was looking forward to trying Fedora 32 and KDE/Plasma on it, and comparing it to the Odroid N2 from a few months back.. ( http://rglinuxtech.com/?p=2689 ) The Fedora 32 aarch64 install is supposed to support the Pi 4 now, but the resulting sdcard image failed to boot, with … Continue reading →

Posted in aarch64, compilation, Crash and Burn.., Fedora, Hacks, KDE, kernel, Linux / ARM, new install, Raspberry Pi 4 | Tagged 8gb, aarch64, fedora 32, fedora install, hybrid, kde/plasma too slow, opensuse efi substitute, opensuse u-boot, raspberry pi 4, success | Leave a reply

ARM – Original Hikey Updated and Fixed – with Gotchas..

Adventures With Linux ™ Posted on September 9, 2019 by RGSeptember 9, 2019

After successfully updating and re-configuring the Odroid C2 to use Fedora uefi/grub2 to boot, I decided to try to do the same to the even-older Hikey SOC. This already booted using fastboot with an older version of grub, with manual configuration, but I wanted to use the standard (Fedora) boot process. I had read that there was … Continue reading →

Posted in aarch64, arm, Fedora, fix, Hacks, Hikey, kernel, Linux, Opinion, UEFI | Tagged 6220, aarch64, arm64, boot, configuration, fedora, gotchas, grub, hikey, soc, uefi, workarounds | Leave a reply

Fedora – F28 Upgrade on ARM64 – Fix for GPG Errors..

Adventures With Linux ™ Posted on July 6, 2018 by RGJuly 6, 2018

When doing a # dnf system-upgrade reboot on an ARM64 system you may encounter a stream of GPG errors, followed by reboot, without upgrade. To fix this, simply import the F28 GPG key in advance, as done for Rawhide: # rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-28-primary After this, the system-upgrade should proceed correctly.. Robert Gadsdon.   July 6, 2018   … Continue reading →

Posted in aarch64, ARM64, Fedora, fix, Linux | Tagged aarch64, arm64, dnf system-upgrade, fedora, fix, gpg errors, workaround | 1 Reply

ARM64 – Fedora 27, UEFI and Pi3..

Adventures With Linux ™ Posted on December 12, 2017 by RGDecember 12, 2017

I decided – after some time – to do some more with the Raspberry Pi 3, and set it up as a small network print server.. As there was now an ‘official’ version of Fedora 27 for the Pi3, I decided to use this..   Details are here, and links to aarch64 images are near the bottom of … Continue reading →

Posted in aarch64, compilation, Fedora, Hacks, kernel, Linux, Linux / ARM, Opinion, Raspberry Pi, UEFI | Tagged aarch64, custom config, fedora 27, kernel, kernel 4.14.5, linux, pi3, uart console, uefi | Leave a reply

ARM64 – Kernel 4.10-rc4 on Odroid C2 – Ethernet Still Needs DTS Patch..

Adventures With Linux ™ Posted on January 17, 2017 by RGJanuary 22, 2017

Just updated the Odroid C2 to Kernel 4.10-rc4, but the Ethernet hang problem still persists..   Applied the dts Ethernet TX patch (see http://rglinuxtech.com/?p=1872 ) , and it works OK now.. There seems to be a bit of a backlog of Meson/GXBB patches, and I read that the Ethernet TX fix was supposed to be merged with -rc4, … Continue reading →

Posted in aarch64, ARM64, compilation, Ethernet, fix, kernel, Linux / ARM, Odroid C2, Opinion, Performance | Tagged aarch64, arm64, ethernet tx patch, kernel, kernel 4.10-rc4, linux, odroid c2 | Leave a reply

ARM64 – Kernel 4.10-rc1 Compile Errors – The Official Fix..

Adventures With Linux ™ Posted on December 28, 2016 by RGDecember 28, 2016

There is now an ‘official’ fix for the 4.10-rc1 compile failure with ARM64/aarch64, from Al Viro, and the patch itself is available here: https://git.kernel.org/cgit/linux/kernel/git/viro/vfs.git/commit/?h=arm64-fix&id=b4b8664d291ac1998e0f0bcdc96b6397f0fe68b3 I have applied this to kernel 4.10-rc1 on the Odroid C2, and the kernel compiles successfully.. Robert Gadsdon.   December 27, 2016. … Continue reading →

Posted in aarch64, ARM64, compilation, fix, kernel, Linux / ARM, success | Tagged aarch64, arm64, compile fail, kernel, kernel 4.10-rc1, linux, official fix, patch | Leave a reply

ARM64 – Catastrophic Compile Errors with 4.10-rc1 – and a Fix..

Adventures With Linux ™ Posted on December 26, 2016 by RGDecember 26, 2016

Tried compiling Kernel 4.10-rc1 for aarch64, and got – literally – hundreds of errors: …… ./include/linux/sched.h:3299: Error: unknown mnemonic `return’ — `return test_ti_thread_flag(task_thread_info(tsk),flag)’ ./include/linux/sched.h:3300: Error: junk at end of line, first unrecognized character is `}’ ./include/linux/sched.h:3302: Error: unknown mnemonic `static’ — `static inline void set_tsk_need_resched(struct task_struct*tsk)’ ./include/linux/sched.h:3303: Error: junk at end of line, first unrecognized character is … Continue reading →

Posted in aarch64, compilation, Crash and Burn.., fix, Hacks, kernel, Linux / ARM, Opinion, Performance | Tagged aarch64, arm64, fix available, kernel 4.10-rc1, multiple compile errors | Leave a reply

ARM64 – Odroid C2 – Latest Ethernet Patch..

Adventures With Linux ™ Posted on December 22, 2016 by RGDecember 22, 2016

After some of the recent ‘Ethernet fix’ patches have not worked with more recent linux-next kernels, I have found one that – at least at the moment – does fix the ‘hang’ problem – again.. The patch is applied to meson-gxbb-odroidc2.dts, and can be found here:  http://archive.arm.linux.org.uk/lurker/message/20161221.113134.3ac4d1e6.en.html I did have to revert this kasir_offset patch (…-R) to … Continue reading →

Posted in aarch64, ARM64, Crash and Burn.., Ethernet, fix, Hacks, kernel, Linux / ARM, Odroid C2, Opinion, Performance | Tagged aarch64, arm64, dts, ethernet patch, linux-next kernel, odroid c2 | 2 Replies

ARM64 – Hikey to Kernel 4.7 – and Polkitd Fix..

Adventures With Linux ™ Posted on July 25, 2016 by RGJuly 25, 2016

Managed to update the Hikey ARM64 SoC to the latest kernel – 4.7 Final. Fedora 24 (Twenty Four) Kernel 4.7.0 on an aarch64 (ttyAMA0) ………………………. # uname -a Linux rghikey 4.7.0 #1 SMP PREEMPT Sun Jul 24 19:53:54 EDT 2016 aarch64 aarch64 aarch64 GNU/Linux On boot, and when the network initialised, polkitd segfaulted again, the same as … Continue reading →

Posted in aarch64, ARM64, boot, compilation, fix, Hacks, Hikey, kernel, Linux / ARM, Opinion, Performance | Tagged aarch64, arm64, fix, hikey, kernel 4.7 final, mozjs17 patch, polkitd segfault, soc, success | 4 Replies

Post navigation

← Older posts
Original content © Robert Gadsdon 2013
↑