↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: Linux / ARM

Linux on ARM

Post navigation

← Older posts
Newer posts →

ARM – CuBox-i4 Pro to Kernel 3.17-rc1..

Adventures With Linux ™ Posted on August 20, 2014 by RGAugust 20, 2014

Just updated the CuBox to kernel 3.17-rc1, but still used the previous ‘combined zImage plus DTB’ method, which works OK.. Kernel source here:  # git clone -b 3.17-rc1 –single-branch https://github.com/jmontleon/fedora-20-cubox-i4pro Fedora release 20 (Heisenbug) Kernel 3.17.0-rc1 on an armv7l (ttymxc0) ……………. # uname -a Linux rgcubox 3.17.0-rc1 #1 SMP PREEMPT Tue Aug 19 13:48:28 EDT 2014 armv7l … Continue reading →

Posted in compilation, CuBox, Fedora, Linux / ARM | Tagged arm, compile, cubox-i4-pro, dtb, kernel 3.17-rc1, linux, success, workflow | Leave a reply

ARM – CuBox i4-Pro and Raspberry Pi to 3.16 Final..

Adventures With Linux ™ Posted on August 10, 2014 by RGAugust 10, 2014

Updated the CuBox i4-Pro and Raspberry Pi to Kernel 3.16 recently, using the kernel source from.. Raspberry Pi:  https://github.com/raspberrypi/linux/tree/rpi-3.16.y CuBox i4-Pro: https://github.com/jmontleon/fedora-20-cubox-i_hb/tree/3.16.0 Fedora release 20 (Heisenbug) Kernel 3.16.0 on an armv7l (ttymxc0) …………… # uname -a Linux rgcubox 3.16.0 #1 SMP PREEMPT Mon Aug 4 23:39:27 EDT 2014 armv7l armv7l armv7l GNU/Linux Pidora release 2014 (Raspberry Pi … Continue reading →

Posted in compilation, CuBox, Fedora, Hacks, kernel, Linux / ARM, Pidora, Raspberry Pi | Tagged arm, compile, cross-compile, cubox-i4-pro, kernel 3.16, linux, raspberry pi, success | Leave a reply

ARM – CuBox to 3.16-rc7 – and an SD Card Warning..

Adventures With Linux ™ Posted on July 31, 2014 by RGJuly 31, 2014

Just updated the CuBox i4-Pro to kernel 3.16-rc7, from the source code available here: https://github.com/jmontleon/fedora-20-cubox-i_hb/tree/3.16-rc7 $ uname -a Linux rgcubox 3.16.0-rc7 #1 SMP PREEMPT Wed Jul 30 11:31:19 EDT 2014 armv7l armv7l armv7l GNU/Linux I had originally used an old ‘spare’ micro-SD card (Class 4, 16GB) but had noticed sluggish performance and random filesystem errors, eventually leading … Continue reading →

Posted in CuBox, Linux / ARM, Performance | Tagged class 10, cubox-i4-pro, kernel 3.16-rc7, micro-sd, success | Leave a reply

ARM – CuBox to 3.15-rc7..

Adventures With Linux ™ Posted on May 31, 2014 by RGMay 31, 2014

Just updated the CuBox-I4-PRO to Kernel 3.15-rc7, from source available here:  https://github.com/jmontleon/fedora-20-cubox-i4pro/tree/3.15-rc7 # git clone -b 3.15-rc7 –single-branch https://github.com/jmontleon/fedora-20-cubox-i4pro Compiled and installed OK.. Fedora release 20 (Heisenbug) Kernel 3.15.0-rc7 on an armv7l (ttymxc0) ………. # uname -a Linux rgcubox 3.15.0-rc7 #1 SMP Sat May 31 04:42:51 BST 2014 armv7l armv7l armv7l GNU/Linux Nice to see that work … Continue reading →

Posted in compilation, CuBox, Fedora, kernel, Linux / ARM | Tagged arm, compile, cubox-i4-pro, fedora 20, kernel 3.15-rc7, linux, success | Leave a reply

ARM – New Quad-Core Cubox-i4-PRO

Adventures With Linux ™ Posted on May 30, 2014 by RGMay 30, 2014

Just took delivery of one of a CuBox-i4-PRO, with quad-core i-MX6 1Mhz CPUs and 2GB memory built in.. CuBox-i4-PRO (with Odroid in the background..) The device comes with Android on a 4GB SD card, and I discarded this and – for testing purposes – used an old 16GB SD card and installed Fedora 20 on it. Some … Continue reading →

Posted in compilation, Crash and Burn.., CuBox, Fedora, Hacks, kernel, Linux / ARM, Opinion | Tagged arm, confused instructions, cubox-i4-pro, esata, imx6q-cubox-i.dtb, kernel, kernel 3.14.4, linux, quad-core, success | 3 Replies

Pi – Pidora Catch-22..

Adventures With Linux ™ Posted on May 24, 2014 by RGMay 24, 2014

Encountered a classic ‘Catch 22’ problem with a recent Pidora 20 update.. The version of RPM – rpm-4.11.2-3.fc20.v6.armv6hl – was broken, as it had the ‘build architecture’ set to arm5tel, instead of armv6hl.. This meant that all subsequent yum updates failed, with ”package xxxxxxxxx.armv6hl is intended for a different architecture” errors. And… updating RPM with yum also … Continue reading →

Posted in Crash and Burn.., Hacks, Linux / ARM, Pidora | Tagged catch 22, fix, intended for a different architecture, pidora 20, rpm problem, rpm-4.11.2-3.fc20.v6.armv6hl, solution, success, yum update failure | Leave a reply

ARM: Pi to 3.14.1, DreamPlug to 3.15-rc1..

Adventures With Linux ™ Posted on April 16, 2014 by RGApril 16, 2014

Updated the Raspberry Pi to Kernel 3.14.1, from the source at GitHub: # git clone -b rpi-3.14.y –single-branch https://github.com/raspberrypi/linux Pidora release 2014 (Raspberry Pi Fedora Remix) Kernel 3.14.1+ on an armv6l (ttyAMA0) ………… # uname -a Linux rgpi 3.14.1+ #1 PREEMPT Wed Apr 16 09:57:40 BST 2014 armv6l armv6l armv6l GNU/Linux And… updated the DreamPlug to 3.15-rc1, … Continue reading →

Posted in compilation, Dreamplug, Fedora, kernel, Linux / ARM, Pidora, Raspberry Pi | Tagged arm, dreamplug, kernel 3.14.1, kernel 3.15-rc1, linux, mvsdio errors, raspberry pi, success | 1 Reply

ARM: Pi to Kernel 3.14..

Adventures With Linux ™ Posted on April 2, 2014 by RGApril 2, 2014

Just updated the Raspberry Pi to Kernel 3.14, from github: # git clone -b rpi-3.14.y –single-branch https://github.com/raspberrypi/linux Pidora release 2014 (Raspberry Pi Fedora Remix) Kernel 3.14.0+ on an armv6l (ttyAMA0) …………. # uname -a Linux rgpi 3.14.0+ #1 PREEMPT Wed Apr 2 10:49:25 BST 2014 armv6l armv6l armv6l GNU/Linux No problems encountered, so far.. Robert Gadsdon.   April … Continue reading →

Posted in compilation, kernel, Linux / ARM, Pidora, Raspberry Pi | Tagged arm, kernel 3.14, linux, raspberry pi, success, update | Leave a reply

Kernel 3.14-rc6 – ‘Final’ May be Delayed..

Adventures With Linux ™ Posted on March 10, 2014 by RGMarch 10, 2014

Just installed Kernel 3.14-rc6 on the X86_64 test system, and DreamPlug (armv5).. On x86_64, the latest (patched) VMware (10.0.1) and NVIDIA (334.21) drivers compile/install OK.. Details are here: http://lkml.iu.edu//hypermail/linux/kernel/1403.1/00505.html DreamPlug: Fedora release 18 (Spherical Cow) Kernel 3.14.0-rc6 on an armv5tel (ttyS0) ………… # uname -a Linux rgdreamplug 3.14.0-rc6 #1 PREEMPT Mon Mar 10 11:31:56 GMT 2014 armv5tel … Continue reading →

Posted in compilation, Crash and Burn.., Dreamplug, kernel, Linux, Linux / ARM, NVIDIA, VMware | Tagged armv5, dreamplug, kernel 3.14-rc6, nvidia 334.21, patched, success, vmware 10.0.1, x86_64 | 3 Replies

Kernel 3.14-rc5 Released.. ARM (armv5) and x86_64 updated

Adventures With Linux ™ Posted on March 4, 2014 by RGMarch 4, 2014

Updated the test (x86_64) system and the DreamPlug (armv5) to kernel 3.14-rc5, and the same comments apply as for 3.14-rc4..  http://rglinuxtech.com/?p=1070 Fedora release 18 (Spherical Cow) Kernel 3.14.0-rc5 on an armv5tel (ttyS0) ……….. # uname -a Linux rgdreamplug 3.14.0-rc5 #1 PREEMPT Mon Mar 3 22:07:22 GMT 2014 armv5tel armv5tel armv5tel GNU/Linux Latest – patched – NVIDIA and … Continue reading →

Posted in compilation, Dreamplug, kernel, Linux, Linux / ARM, NVIDIA, VMware | Tagged arm, dreamplug, kernel 3.14-rc5, linux, nvidia 331-49 patched, success, vmware 10.0.1 patched, x86_64 | Leave a reply

Post navigation

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