↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: Hacks

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

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

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

Kernel – 4.6-rc5 – OK with (Patched) VMware, and (Patched) NVIDIA..

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

Kernel 4.6-rc5 is out, and brief details of changes from -rc4 are here: http://lkml.iu.edu/hypermail/linux/kernel/1604.3/00178.html Kernel 4.6 seems to have a habit of continuing later-rc breakages with VMware and NVIDIA, compared to previous kernel releases.. The VMware 12 fix for 4.6-rc4 (see http://rglinuxtech.com/?p=1706 ) still works OK with 4.6-rc5, but even the latest NVIDIA driver – 364.19 breaks … Continue reading →

Posted in compilation, Crash and Burn.., fix, Hacks, kernel, Linux, NVIDIA, VMware | Tagged fix, kernel 4.6-rc5, nvidia 364.19 patched, success, vmware 12 patched | Leave a reply

ARM – Rock2 – Kernel 4.6-rc4 – MMC Swaparound – Bug or Feature?

Adventures With Linux ™ Posted on April 21, 2016 by RGMay 23, 2016

I had been running Kernel 4.6-rc2 on the Radxa Rock2 without any issues, and decided to update to recently-released Kernel 4.6-rc4.. Brief details of changes from -rc3 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1604.2/00610.html The boot failed, and I then compiled/installed 4.6-rc3 to see if that would have been OK, and it was.. I then noticed something odd in the failed … Continue reading →

Posted in boot, fix, Hacks, kernel, Linux / ARM, radxa, Rock2, success, U-Boot | Tagged arm, kernel 4.6-rc4, linux, mmc swapped, patch, radxa, rock2, success, workaround | 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

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 – 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

Post navigation

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