↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: ARM64

Post navigation

← Older posts
Newer posts →

ARM64 – Odroid C2 U-Boot – Latest..

Adventures With Linux ™ Posted on May 7, 2016 by RGMay 7, 2016

I discovered there was a later version (6) of the U-boot patch for the Odroid C2, and also – after more research – found the reason for the compile error… It turns out that the GIT version (May 5, 2016) of U-boot currently needs two patches.. The first one is to provide psci_system_reset for armv8, and details … Continue reading →

Posted in aarch64, alpha release, ARM64, boot, compilation, Crash and Burn.., Hacks, Odroid C2, Opinion, Performance, U-Boot | Tagged boot fails, compile cleanly, odroid c2, psci_system_reset, two patches needed, u-boot | 4 Replies

ARM64 – Odroid C2 With Latest U-Boot and Kernel – Not Quite Yet..

Adventures With Linux ™ Posted on April 27, 2016 by RGApril 27, 2016

I decided to check the latest linux-next tree for signs of Odroid C2 code, and there is some there – apparently for basic functionality..     Compiled OK, but when I tried to boot it, the Hardkernel-supplied version of U-Boot crashed: odroidc2#ext4load mmc 0:1 ${loadaddr} /boot/uboot/Image 7748608 bytes read in 187 ms (39.5 MiB/s) odroidc2#ext4load mmc 0:1 ${dtb_loadaddr} /boot/uboot/meson-gxbb-odroidc2.dtb … Continue reading →

Posted in aarch64, alpha release, ARM64, compilation, Crash and Burn.., Hacks, Odroid C2, Opinion, U-Boot | Tagged crash, linux-next, odroid c2, reset, u-boot patch | 4 Replies

ARM – Another Source for Rootfs Images..

Adventures With Linux ™ Posted on April 26, 2016 by RGApril 26, 2016

If you need a particular rootfs for an ARM7 or ARM64 device, there is a source of these at http://libguestfs.org/download/builder/ As an example, for Fedora 23 aarch64, then download the http://libguestfs.org/download/builder/fedora-23-aarch64.xz file, and then expand it (I use ark..)   This will give you a file fedora-23-aarch64, and simply rename this to fedora-23-aarch64.img. As the Fedora aarch64 images … Continue reading →

Posted in aarch64, arm, ARM64, armv7, boot, Fedora, Linux / ARM, Opinion, Performance | Tagged arm, arm64, details, extract, libguestfs.org, rootfs images | 1 Reply

ARM64 – Pi3 64-Bit Tribulations.. Too Soon for Stability..

Adventures With Linux ™ Posted on April 15, 2016 by RGApril 15, 2016

I had ordered a Raspberry Pi 3 back in March in the hope that it would be a useful exercise in 64-bit on a different chipset..    I was (somewhat) disappointed to find that there was no initial 64-bit support, and indeed that I had been a bit of a pioneer in even running armv7 code on my … Continue reading →

Posted in aarch64, ARM64, boot, Crash and Burn.., Hacks, hardware, Linux / ARM, Opinion, Performance, Raspberry Pi, U-Boot | Tagged arm64, fail, git versions changing, performance issues, plans, raspberry pi 3, tests, u-boot | 1 Reply

ARM64 – Geekbox – 8-Cores and a UART Gotcha..

Adventures With Linux ™ Posted on April 8, 2016 by RGApril 8, 2016

I recently acquired on of the rather quirky Geekbox ARM64 devices, together with the oddly-named ‘Landingstrip’ expansion board.. http://www.cnx-software.com/2015/11/19/geekbox-is-a-hackable-android-and-linux-tv-box-powered-by-rockchip-rk3368-soc/ http://forum.geekbox.tv/ The similarity in overall design to the ARMv7 Radxa Rock2 will be seen from the photo: If you are ordering one, it is worth getting the USB/UART connector as well, as the 3-pin micro flat-pin connection is … Continue reading →

Posted in aarch64, ARM64, Fedora, geekbox, Hacks, hardware, Linux, Opinion | Tagged aarch64, arm64, console uart conflict with sdcard, fedora 23, geekbox, rk3368, ssd | Leave a reply

ARM – Odroid C2 – 64bit, with Ethernet..

Adventures With Linux ™ Posted on March 11, 2016 by RGMarch 11, 2016

Just acquired a 64-bit Odroid C2: As usual, I installed Fedora 23 aarch64 on it: Fedora 23 (Twenty Three) Kernel 3.14.29 on an aarch64 (ttyS0) ………………… # uname -a Linux rgc2 3.14.29 #1 SMP PREEMPT Wed Mar 9 11:14:41 PST 2016 aarch64 aarch64 aarch64 GNU/Linux The only kernel source available – so far – is a heavily-patched … Continue reading →

Posted in aarch64, ARM64, Fedora, kernel, Linux / ARM, Odroid C2 | Tagged 64-bit, aarch64, amlogic s905, arm64, fedora 23, odroid c2, success | 3 Replies

ARM64 – DragonBoard to 4.2.4 – 4.3-rc5 Tested..

Adventures With Linux ™ Posted on November 12, 2015 by RGNovember 12, 2015

Updated the DragonBoard 410c to Kernel 4.2.4: # git clone https://git.linaro.org/landing-teams/working/qualcomm/kernel.git -b release/qcomlt-4.2 and this version boot/runs OK..   I am running these systems ‘headless’, so have not been able to test monitor/display capabilities.. Fedora 23 (Twenty Three) Kernel 4.2.4 on an aarch64 (ttyMSM0) ……………… # uname -a Linux rg410c 4.2.4 #1 SMP PREEMPT Wed Nov 11 04:12:36 … Continue reading →

Posted in aarch64, ARM64, compilation, Dragonboard, kernel, Linux / ARM, Performance | Tagged arm64, dragonboard 410c, kernel 4.2.4, linaro, success | 3 Replies

ARM64 – DragonBoard 410c to Kernel 4.2..

Adventures With Linux ™ Posted on September 14, 2015 by RGSeptember 14, 2015

Just updated the Qualcomm DragonBoard 410c to Linaro/Qcom patched Kernel 4.2, from here:  https://git.linaro.org/landing-teams/working/qualcomm/kernel.git/tree/refs/heads/integration-linux-qcomlt Using the saved kernel config from 4.2-rc5, the system booted OK (headless)..: Fedora release 23 (Twenty Three) Kernel 4.2.0 on an aarch64 (ttyMSM0) ……………. # uname -a Linux rg410c 4.2.0 #1 SMP PREEMPT Sun Sep 13 20:13:35 PDT 2015 aarch64 aarch64 aarch64 GNU/Linux … Continue reading →

Posted in aarch64, ARM64, compilation, Crash and Burn.., Dragonboard, Hacks, kernel, Linux / ARM, Opinion | Tagged dragonboard 410c, kernel 4.2, linaro/qcom, success, update | 2 Replies

ARM64 – HiKey – Change to UEFI Boot..

Adventures With Linux ™ Posted on July 22, 2015 by RGJuly 22, 2015

After some more testing, including trying (unsuccessfully) the HiKey version of Kernel 4.1-rc4 # git clone -b hikey-mainline-rebase –single-branch https://github.com/96boards/linux/   I was frustrated by the complete lack of kernel boot info on screen, after the proprietary bootloader had finished.. More research found that this bootloader was described as somewhat deficient in the ‘fit for purpose’ department, and … Continue reading →

Posted in aarch64, ARM64, compilation, Crash and Burn.., Hikey, Linux / ARM, UEFI | Tagged arm64, bootloader, emmc, grub, hikey, linux, success, uefi | Leave a reply

ARM64 – DragonBoard to 4.2-rc1 – And Back Again..

Adventures With Linux ™ Posted on July 17, 2015 by RGJuly 17, 2015

Updated the DragonBoard 410c to patched Kernel 4.2-rc1 from https://git.linaro.org/landing-teams/working/qualcomm/kernel.git/tree/refs/heads/integration-linux-qcomlt , and the system booted OK: Fedora release 22 (Twenty Two) Kernel 4.2.0-rc1+ on an aarch64 (ttyMSM0) ……….. # uname -a Linux rg410c 4.2.0-rc1+ #2 SMP PREEMPT Thu Jul 16 15:14:27 PDT 2015 aarch64 aarch64 aarch64 GNU/Linux – But, on further testing, the SD Card (mmc1) had … Continue reading →

Posted in aarch64, ARM64, compilation, Crash and Burn.., Dragonboard, Hacks, kernel, Linux / ARM | Tagged arm64, boot ok, dragonboard 410c, kernel 4.2-rc1 patched, linux, mmc1, reset 0x1 never completed, sdcard not detected | 3 Replies

Post navigation

← Older posts
Newer posts →
Original content © Robert Gadsdon 2013
↑