↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: success

Post navigation

← Older posts
Newer posts →

Kernel 4.0-rc6 – Maybe only -rc7 Needed?

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

Updated the test system to Kernel 4.0-rc6, and VMware 11.1.0 (patched) and the latest NVIDIA driver – 349.12 – compile and load OK.. $ uname -a Linux rg6830l 4.0.0-rc6 #1 SMP Sun Mar 29 22:23:37 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux Brief details of changes since -rc5 are here: http://lkml.iu.edu/hypermail/linux/kernel/1503.3/04437.html The VMware patch info is in a … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged kernel 4.0-rc6, nvidia 349.12, success, vmware 11 patched | Leave a reply

ARM – Raspberry Pi and Pi2 – OK with 3.19.3..

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

After trials with earlier versions, the Pi and Pi2 updated to Kernel 3.19.3 without too much effort.. Source from here:  https://github.com/raspberrypi/linux/tree/rpi-3.19.y Pi: Pidora release 2014 (Raspberry Pi Fedora Remix) Kernel 3.19.3 on an armv6l (ttyAMA0) …….. ]# uname -a Linux rgpi 3.19.3 #1 PREEMPT Fri Mar 27 23:55:44 PDT 2015 armv6l armv6l armv6l GNU/Linux Pi2: Fedora release … Continue reading →

Posted in compilation, kernel, Linux / ARM, Performance, Raspberry Pi | Tagged kernel 3.19.3, old boot binaries, pi2 memory issue solved, raspberry pi, success | Leave a reply

ARM – DreamPlug to Kernel 4.0-rc5 – .config Example

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

Updated the DreamPlug to Kernel 4.0-rc5, using the standard source from kernel.org, without any problems.. Fedora release 18 (Spherical Cow) Kernel 4.0.0-rc5 on an armv5tel (ttyS0) …… ]$ uname -a Linux rgdreamplug 4.0.0-rc5 #1 Mon Mar 23 10:47:21 PDT 2015 armv5tel armv5tel armv5tel GNU/Linux In case it might be useful, I have put a copy of the … Continue reading →

Posted in compilation, Crash and Burn.., Dreamplug, kernel, Linux / ARM, Opinion, Performance | Tagged arm, dreamplug, kernel 4.0-rc5, linux, sample kernel config, success | Leave a reply

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 – CuBox to 4.0-rc4 – Networking Fixed..

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

Updated the CuBox-I4Pro to Kernel 4.0-rc4 – from kernel.org, and – at last – networking works without the need for the mach-imx6q.c patch. Fedora release 22 (Twenty Two) Kernel 4.0.0-rc4 on an armv7l (ttymxc0) …………………… # uname -a Linux rgcubox 4.0.0-rc4 #1 SMP Sun Mar 15 21:55:09 EDT 2015 armv7l armv7l armv7l GNU/Linux Details of changes from … Continue reading →

Posted in compilation, CuBox, kernel, Linux / ARM | Tagged arm, cubox-i4pro, kernel 4.0-rc4, linux, networking fixed, no patch necessary, success | Leave a reply

ARM / x86_64 – A More Recent Cross-Compiler..

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

I had been using the armv7hl-mandriva-linux-gnueabi- cross-compiler, but that gcc version is a bit out-of-date now (version 4.6.1). I found a more recent version, for Fedora, here:  http://rpmfind.net//linux/RPM/fedora/updates/testing/21/x86_64/g/gcc-arm-linux-gnu-4.9.2-3.fc21.x86_64.html Using yum, this will also install binutils-arm-linux-gnu-2.25-3.fc21.x86_64 and cross-gcc-common-4.9.2-3.fc21.noarch and cross-binutils-common-2.25-3.fc21.noarch, to prvide the rest of the cross-compile environment. It should be noted that this is only suitable for … Continue reading →

Posted in compilation, Fedora, kernel, Linux, Linux / ARM | Tagged arm, cross-compiler, gcc, gcc 4.9.2, gnueabi, linux, success, x86_64 | Leave a reply

ARM – CuBox and DreamPlug to 4.0-rc3..

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

Updated the Cubox-i4Pro to Kernel 4.0-rc3, and still needed to apply the one-line patch to linux/arch/arm/mach-imx/mach-imx6q.c, to get networking to work..  http://rglinuxtech.com/?p=1338 Fedora release 22 (Twenty Two) Kernel 4.0.0-rc3 on an armv7l (ttymxc0) ………… ]# uname -a Linux rgcubox 4.0.0-rc3 #3 SMP Mon Mar 9 20:19:45 EDT 2015 armv7l armv7l armv7l GNU/Linux The DreamPlug was OK, and … Continue reading →

Posted in compilation, CuBox, Dreamplug, Hacks, kernel, Linux / ARM | Tagged arm, cubox patch, cubox-i4pro, dreamplug, kernel 4.0-rc3, linux, success | Leave a reply

Kernel 4.0-rc3 – Radeon R600 Fixed..

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

Installed Kernel 4.0-rc3, and the problem with the Radeon R600 driver is now fixed.   Brief details of changes since -rc2 are here: http://lkml.iu.edu/hypermail/linux/kernel/1503.1/00218.html As with the previous -rc versions, the patched NVIDIA (346.47) and VMware (11.1) drivers compile and load/run OK.. # uname -a Linux rg6830l 4.0.0-rc3 #1 SMP Mon Mar 9 10:57:55 PDT 2015 x86_64 x86_64 … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, VMware | Tagged kernel 4.0-rc3, nvidia 346.47 patched, radeon r600 fixed, success, vmware 11.1 patched | Leave a reply

ARM – CuBox-i4Pro and DreamPlug to 4.0-rc2..

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

Updated the CuBox-i4Pro and DreamPlug to Kernel 4.0-rc2..   No problems with the DreamPlug, and the CuBox just needed the same small patch as for -rc1.. http://rglinuxtech.com/?p=1338 CuBox-i4Pro: Fedora release 22 (Twenty Two) Kernel 4.0.0-rc2 on an armv7l (ttymxc0) ……………. ]# uname -a Linux rgcubox 4.0.0-rc2 #1 SMP Tue Mar 3 21:35:27 EST 2015 armv7l armv7l armv7l GNU/Linux … Continue reading →

Posted in compilation, CuBox, Dreamplug, kernel, Linux / ARM, Performance | Tagged arm, cubox-i4pro, dreamplug, kernel 4.0-rc2, linux, patch, success | Leave a reply

Post navigation

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