↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: Performance

Post navigation

← Older posts
Newer posts →

ARM64 – Odroid C2 – U-Boot MMC Support..

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

After the initial patches to provide basic U-Boot support for the C2, as mentioned in a previous article – there is now a further patch, to enable MMC support.    Details at https://www.mail-archive.com/u-boot@lists.denx.de/msg212503.html I have applied this additional patch, and for SDcard-based systems, it works: U-Boot 2016.05-rc3 (May 14 2016 – 21:06:28 -0700) odroid-c2 aarch64-linux-gnu-gcc (GCC) 5.3.1 20160212 … Continue reading →

Posted in aarch64, ARM64, boot, Crash and Burn.., Hacks, hardware, kernel, Linux / ARM, Odroid C2, Opinion, Performance, U-Boot | Tagged arm64, fails on emmc modules, mmc support, odroid c2, ok on sdcard, patches, u-boot | 5 Replies

ARM64 – Odroid C2 – U-Boot Boots..

Adventures With Linux ™ Posted on May 11, 2016 by RGMay 16, 2016

After some valuable info received from Brad (see comment on my earlier article, at http://rglinuxtech.com/?p=1723 ), I found the complete set of four patches for initial C2 U-Boot support, and applied these to the latest (May 9) GIT version of U-Boot..   Thanks are also due to Beniamino Galvani for producing these patches.. Detailed instruction on how to … Continue reading →

Posted in aarch64, ARM64, compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Odroid C2, Opinion, Performance, U-Boot | Tagged four patches, limited functionality, odroid c2, partial success, tftp, u-boot patches | 2 Replies

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

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 Success – Almost..

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

After more ‘investigation’, I managed to find a working U-Boot for a 64-bit boot of the Raspberry Pi 3, by copying it from the boot directory of this: http://www.tom-yam.or.jp/rpi3/rpi3-arm64-debian-20160414.img.xz found towards the end of the latest 64-bit thread on the Pi Forum: https://www.raspberrypi.org/forums/viewtopic.php?f=72&t=137963&sid=cd15abd8d4dd2a2d5c517f47a3e4f5e4&start=125 .  Thanks to xyinao for putting it all together.. I copied the kernel Image … Continue reading →

Posted in aarch64, boot, compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Opinion, Performance, Raspberry Pi, U-Boot | Tagged 64-bit kernel, boot ok, fedora 23, only 3 cpu cores, raspberry pi 3, tests | 2 Replies

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

NVIDIA – Driver 361.42 – OK with Kernel 4.6-rc2..

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

Tested the latest stable NVIDIA driver – 361.42 – with just-released Kernel 4.6-rc2, and it compiles cleanly, with no need for any patches.. …. Building modules, stage 2. MODPOST 3 modules CC /home/rgadsdon/NVIDIA-Linux-x86_64-361.42/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-361.42/kernel/nvidia-modeset.ko CC /home/rgadsdon/NVIDIA-Linux-x86_64-361.42/kernel/nvidia-uvm.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-361.42/kernel/nvidia-uvm.ko CC /home/rgadsdon/NVIDIA-Linux-x86_64-361.42/kernel/nvidia.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-361.42/kernel/nvidia.ko Robert Gadsdon.   April 3, 2016. … Continue reading →

Posted in Linux, NVIDIA, Performance, success | Tagged compiles ok, kernel 4.6-rc2, nvidia 361.42 | Leave a reply

ARM – Rock2 – Finally an Ethernet Fix that Works..

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

After a lot of searching – and more testing (mostly unsuccessful..) I finally have a set of two patches that fix the Ethernet driver problem with the Rock2 in 4.6-rc1..     The problem is that the stmmac driver is common to several SOC setups, and each maintainer seems to have produced their own version of a fix.. The … Continue reading →

Posted in armv7, Hacks, Linux / ARM, Performance, radxa, Rock2, success | Tagged ethernet driver, kernel 4.6-rc1, patches, radxa, rock2, stmmac, success | Leave a reply

ARM – Rock2 – Not so Hot, Now..

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

Finally managed to cobble together a rudimentary case and fan with heatsink for the rock2, and now I can compile correctly (# make -j5, etc..) and run # git clone… without the system overheating and rebooting..    Just two sheets of perspex, and some assorted m3 nylon pillars and screws.. The 5V power supply needs to be around … Continue reading →

Posted in armv7, Crash and Burn.., Hacks, hardware, Linux / ARM, Performance, radxa, Rock2, rx3288 | Tagged case, cooling, fan, hardware, radxa, rock2, success | Leave a reply

ARM – Radxa Rock2 – Powerful, but Confused..

Adventures With Linux ™ Posted on February 24, 2016 by RGFebruary 24, 2016

Recently took delivery of a Radxa Rock2 ARMv7 system, based on the RX3288 Cortex A17 chipset.. The system comes with a version of Android installed on the onboard eMMC, but I managed – after a bit of work – to install Fedora 23 on an SDcard and get it to boot onto that..      At this point, I … Continue reading →

Posted in arm, Fedora, fix, Hacks, Linux / ARM, Opinion, Performance, Rock2 | Tagged armv7, boot, cortex a17, fedora 23, linux, radxa, rock2, rx3288 | 2 Replies

Post navigation

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