↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: odroid u3

Post navigation

← Older posts
Newer posts →

ARM – Updates to Kernel 4.0-rc6..

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

Updated the DreamPlug and CuBox-i4Pro to Kernel 4.0-rc6 from kernel.org https://www.kernel.org/ Fedora release 18 (Spherical Cow) Kernel 4.0.0-rc6 on an armv5tel (ttyS0) ……… # uname -a Linux rgdreamplug 4.0.0-rc6 #1 Sun Mar 29 22:11:02 PDT 2015 armv5tel armv5tel armv5tel GNU/Linux Fedora release 22 (Twenty Two) Kernel 4.0.0-rc6 on an armv7l (ttymxc0) ……. # uname -a Linux rgcubox … Continue reading →

Posted in compilation, CuBox, Dreamplug, kernel, Linux / ARM, Odroid, Opinion | Tagged arm, armv5, armv7, cubox-i4pro, dreamplug, kernel, kernel 4.0-rc6, odroid u3, success, update | 2 Replies

ARM – Odroid to 4.0-rc5 – Eventually..

Adventures With Linux ™ Posted on March 25, 2015 by RGMarch 25, 2015

I had tried to update the Odroid U3 to Kernel 4.0-rc5 – using the patched source from https://github.com/tobiasjakobi/linux-odroid/tree/odroid-4.0.y – a few days ago, but the boot failed: hub 1-3:1.0: 3 ports detected INFO: rcu_sched detected stalls on CPUs/tasks: { 0} (detected by 1, t=4202 jiffies, g=-255, c=-256, q=2) Task dump for CPU 0: swapper/0 R running 0 … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Odroid | Tagged arm, failed at first, kernel 4.0-rc5, later changes, linux, odroid u3, success | 5 Replies

ARM – Odroid U3 to 4.0-rc4..

Adventures With Linux ™ Posted on March 19, 2015 by RGMarch 19, 2015

Updated the Odroid U3 to Kernel 4.0-rc4, from the patched source here: https://github.com/tobiasjakobi/linux-odroid/tree/odroid-4.0.y This time, the system booted successfully.. Fedora release 21 (Twenty One) Kernel 4.0.0-rc4 on an armv7l (ttySAC1) ……………. ]# uname -a Linux rgodroid 4.0.0-rc4 #1 SMP Wed Mar 18 23:53:05 PDT 2015 armv7l armv7l armv7l GNU/Linux Robert Gadsdon.    March 19, 2015. … Continue reading →

Posted in compilation, Hacks, kernel, Linux / ARM, Odroid | Tagged arm, kernel 4.0-rc4, linux, odroid u3, patched, success | 9 Replies

ARM – Odroid U3 test with Kernel.org 4.0-rc3 – Panic..

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

As there is no later version of the Odroid-specific 4.0 kernel source available yet, I decided to test with the standard 4.0-rc3 from kernel.org, but the U3 booted – and then Panic‘d.. ……………………….. EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null) VFS: Mounted root (ext4 filesystem) on device 179:3. devtmpfs: mounted Freeing unused kernel memory: … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, Linux / ARM, Odroid, Opinion, Performance | Tagged arm, boot, dump, fail, kernel.org 4.0-rc3, linux, odroid u3, panic | Leave a reply

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 – Odroid U3 to 3.19-rc5

Adventures With Linux ™ Posted on January 23, 2015 by RGJanuary 23, 2015

Updated the Odroid U3 to the patched version of 3.19-rc5, from here: https://github.com/tobiasjakobi/linux-odroid/tree/odroid-3.19.y Fedora release 21 (Twenty One) Kernel 3.19.0-rc5 on an armv7l (ttySAC1) ……………….. [root@rgodroid ~]# uname -a Linux rgodroid 3.19.0-rc5 #1 SMP PREEMPT Wed Jan 21 17:11:42 EST 2015 armv7l armv7l armv7l GNU/Linux Fairly stable, but got the occasional BUG: # [ 123.955111] BUG: sleeping … Continue reading →

Posted in compilation, Crash and Burn.., Linux / ARM, Odroid, Opinion, Performance | Tagged kernel 3.19-rc5 patched, odroid u3, success | 5 Replies

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

Post navigation

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