↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: arm

Post navigation

← Older posts
Newer posts →

ARM – Odroid U3 Fan Control – Success..

Adventures With Linux ™ Posted on February 15, 2015 by RGFebruary 15, 2015

Updated the Odroid U3 to the latest version of odroid-3.19.y (# git clone -b odroid-3.19.y –single-branch https://github.com/tobiasjakobi/linux-odroid ). After checking that all the pwm-fan and temperature options were selected in the kernel config, I set ‘Default Thermal governor‘ to ‘step-wise‘. After compiling/installing, I tried some more tests: Using ‘stress’ to raise the temperature: # stress –cpu 4 … Continue reading →

Posted in Linux | Tagged arm, fan control, linux, odroid u3, odroid-linux-3.19.y, stress, success, v6 patches ported | Leave a reply

ARM – Kernel 3.19 for Odroid U3 – With Fan Control..

Adventures With Linux ™ Posted on February 11, 2015 by RGFebruary 11, 2015

Updated the Odroid U3 to (patched) Kernel 3.19, from https://github.com/tobiasjakobi/linux-odroid/tree/odroid-3.19.y Thanks to work by tobiasjakobi, this now includes the preliminary patches – updated for 3.19 – for fan control on the Odroid U3, originally posted by Lukasz Majewski at http://www.spinics.net/lists/linux-samsung-soc/msg42259.html So, (on a Fedora 21 system) you can now control the fan, as follows: # echo “0” … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux / ARM, Odroid, Opinion, Performance | Tagged arm, cpu temperature, fan control, kernel 3.19, linux, odroid u3, patched, success, testing | 5 Replies

ARM – Odroid U3 Kernel Compilation..

Adventures With Linux ™ Posted on February 8, 2015 by RGMarch 3, 2015

This is a workflow for compilation of a kernel + device tree for the Odroid U3.   There are other ways of doing this, but this one works, for me.. Compilation works fine on the device itself, so no need for cross-compilations.. This is for a device with root filesystem and boot partition on one SDcard.. Source from: … Continue reading →

Posted in Linux | Tagged arm, device tree, example, kernel 3.19, kernel compile, linux, odroid u3, workflow | 6 Replies

ARM – Odroid U3 to 3.19-rc7 – Fan ‘Fixed’?

Adventures With Linux ™ Posted on February 5, 2015 by RGFebruary 5, 2015

Updated the Odroid U3 to Kernel 3.19-rc7, from https://github.com/tobiasjakobi/linux-odroid/tree/odroid-3.19.y Had to ‘refresh’ the config, by # make exynos4412_odroid_defconfig, and then (re)enable selinux etc… One feature is that the CPU fan no longer runs constantly, but I need to do more tests, to see if it is now capable of running at all..    The temperature is OK, at … Continue reading →

Posted in compilation, Hacks, kernel, Linux / ARM, Odroid, Opinion, Performance | Tagged arm, fan not running constantly, kernel 3.19-rc7, linux, odroid u3, patched, success | 3 Replies

ARM – Cubox-i4Pro to Kernel 3.19-rc1..

Adventures With Linux ™ Posted on December 23, 2014 by RGDecember 23, 2014

Just updated the Cubox-i4Pro to 3.19-rc1, after disabling the kernel options for ‘power management’, as the current patch does not compile cleanly.. Fedora release 21 (Twenty One) Kernel 3.19.0-rc1 on an armv7l (ttymxc0) ……….. [root@rgcubox ~]# uname -a Linux rgcubox 3.19.0-rc1 #1 SMP PREEMPT Mon Dec 22 15:22:15 EST 2014 armv7l armv7l armv7l GNU/Linux Details of Kernel … Continue reading →

Posted in compilation, CuBox, Hacks, kernel, Linux / ARM, Opinion, Performance | Tagged arm, cubox-i4pro, kernel 3.19-rc1, linux, success | Leave a reply

ARM – Odroid U3 and Kernel 3.18-rc7 – Still Unstable..

Adventures With Linux ™ Posted on December 4, 2014 by RGDecember 4, 2014

I have managed to get Kernel 3.18-rc7 to boot on my Odroid U3, but it is still very unstable.. Fedora release 21 (Twenty One) Kernel 3.18.0-rc7 on an armv7l (ttySAC1) rgodroid login: $ uname -a Linux rgodroid 3.18.0-rc7 #3 SMP PREEMPT Wed Dec 3 18:41:29 EST 2014 armv7l armv7l armv7l GNU/Linux Sometimes the device will boot without … Continue reading →

Posted in arm, compilation, Crash and Burn.., kernel, Linux / ARM, Odroid, Opinion, Performance | Tagged arm, boot, fan running, kernel 3.18-rc7, linux, odroid u3, testing, unstable | Leave a reply

ARM – CuBox to Kernel 3.17..

Adventures With Linux ™ Posted on October 6, 2014 by RGOctober 6, 2014

Just installed Kernel 3.17 ‘Final’ on the CuBox I4-Pro..    Source code from https://github.com/jmontleon/fedora-20-cubox-i_hb/tree/3.17.0.. Fedora release 20 (Heisenbug) Kernel 3.17.0 on an armv7l (ttymxc0) ……. $ uname -a Linux rgcubox 3.17.0 #1 SMP PREEMPT Mon Oct 6 14:01:51 EDT 2014 armv7l armv7l armv7l GNU/Linux Robert Gadsdon.  October 6, 2014. … Continue reading →

Posted in CuBox, kernel, Linux / ARM | Tagged arm, cubox i-4 pro, kernel 3.17, linux, success | Leave a reply

ARM – Odroid U2 – Finally an Up-to-Date Kernel?

Adventures With Linux ™ Posted on September 12, 2014 by RGSeptember 12, 2014

I had been frustrated by the apparent inability of the suppliers to provide anything other than an obsolete Ubuntu-centric 3.8+ kernel for the Odroid U2, and other kernels I had tested were somewhat ‘incomplete’… I finally managed to get a 3.17-r3 version from https://github.com/tobiasjakobi/linux-odroid/tree/odroid-3.17.y This now includes the necessary ‘bits’ for the U3, which is functionally identical … Continue reading →

Posted in Hacks, kernel, Linux / ARM, Odroid, Performance | Tagged arm, boot, kernel 3.17-rc3, linux, odroid u2, success, usb stick fail | Leave a reply

ARM – Odroid U2 – Finally an Up-to-Date Kernel?

Adventures With Linux ™ Posted on September 12, 2014 by RGSeptember 12, 2014

I had been frustrated by the apparent inability of the suppliers to provide anything other than an obsolete Ubuntu-centric 3.8+ kernel for the Odroid U2, and other kernels I had tested were somewhat ‘incomplete’… I finally managed to get a 3.17-r3 version from https://github.com/tobiasjakobi/linux-odroid/tree/odroid-3.17.y This now includes the necessary ‘bits’ for the U3, which is functionally identical … Continue reading →

Posted in Hacks, kernel, Linux / ARM, Odroid, Performance | Tagged arm, boot, kernel 3.17-rc3, linux, odroid u2, success, usb stick fail | Leave a reply

ARM – CuBox to 3.17-rc2 – 23rd Anniversary Release..

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

Just updated the CuBox i4-Pro to Kernel 3.17-rc2, which was – deliberately – released on the 23rd anniversary of the initial release of kernel code for ‘Linux’.. More details here:  http://lkml.iu.edu/hypermail/linux/kernel/1408.3/00773.html And source here:  https://github.com/jmontleon/fedora-20-cubox-i_hb/tree/3.17-rc2 Fedora release 20 (Heisenbug) Kernel 3.17.0-rc2 on an armv7l (ttymxc0) …………….. $ uname -a Linux rgcubox 3.17.0-rc2 #1 SMP PREEMPT Tue Aug … Continue reading →

Posted in compilation, CuBox, Fedora, Linux / ARM | Tagged 23rd anniversary, arm, cubox-i4-pro, kernel 3.17-rc2, linux | Leave a reply

Post navigation

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