↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: Dreamplug

Dreamplug ARM computer

Post navigation

← Older posts
Newer posts →

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

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

Kernel 3.14-rc4 – X86_64 and ARM (Dreamplug) Updates..

Adventures With Linux ™ Posted on February 24, 2014 by RGFebruary 24, 2014

Updated the test system to Kernel 3.14-rc4, and the VMware 10.0.1 (patched) and NVIDIA 331.49 (patched) compile and load OK.. Details of changes are here:  https://lkml.org/lkml/2014/2/23/234 Updated the Dreamplug to 3.14-rc4 as well: Fedora release 18 (Spherical Cow) Kernel 3.14.0-rc4 on an armv5tel (ttyS0) The Odroid is not (yet) supported by the standard kernel-org tree, but hopefully … Continue reading →

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

Linux/ARM – DreamPlug to 3.14-rc1

Adventures With Linux ™ Posted on February 3, 2014 by RGFebruary 3, 2014

Just updated the DreamPlug to Kernel 3.14-rc1, and everything seems to work OK…    Still getting a few  mvsdio f1090000.mvsdio: unhandled interrupt status=0x0810 en=0x0000 pio=0  messages at boot time, but none after the system has booted… Fedora release 18 (Spherical Cow) Kernel 3.14.0-rc1 on an armv5tel (ttyS0) # uname -a Linux rgdreamplug 3.14.0-rc1 #1 PREEMPT Mon Feb 3 … Continue reading →

Posted in Dreamplug, Fedora, kernel, Linux / ARM, Opinion | Tagged arm, dreamplug, kernel 3.14-rc1, linux, success | 13 Replies

Linux/ARM – DreamPlug and Pi to 3.13.1..

Adventures With Linux ™ Posted on January 30, 2014 by RGJanuary 30, 2014

Just updated the DreamPlug and Raspberry Pi to Kernel 3.13.1.   DreamPlug kernel from kernel.org, and the Pi from GitHub, as usual.. Fedora release 18 (Spherical Cow) Kernel 3.13.1 on an armv5tel (ttyS0)…………. $ uname -a Linux rgdreamplug 3.13.1 #1 PREEMPT Thu Jan 30 17:21:47 GMT 2014 armv5tel armv5tel armv5tel GNU/Linux Pidora release 19 (Raspberry Pi Fedora Remix) … Continue reading →

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

3.13-rc8 – Waiting for 3.13 Final..

Adventures With Linux ™ Posted on January 13, 2014 by RGJanuary 13, 2014

3.13-rc8 is out, and 3.13 Final should be out in about a weeks time – or so.. Changes are here:  http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg568052.html Same comments apply for VMware and NVIDIA drivers on x86_64 as for -rc7, and the DreamPlug (armv5tel) still gives the usual batch of mvsdio f1090000.mvsdio: unhandled interrupt status=0x0810 en=0x0100 pio=0 errors on boot, but otherwise runs … Continue reading →

Posted in compilation, Dreamplug, kernel, Linux, Linux / ARM, NVIDIA, VMware | Tagged arm, dreamplug, kernel 3.13-rc8, linux, mvsdio errors, nvidia, success, vmware, x86_64 | Leave a reply

ARM: Fun with Device Trees…

Adventures With Linux ™ Posted on January 5, 2014 by RGJanuary 5, 2014

ARM devices on Linux are rapidly moving to use the ‘device tree‘ format to specify the CPU / SoC characteristics at kernel compile time, for producing the boot image…   For systems such as the DreamPlug, this means that the old # make uImage is no longer applicable.. For the DreamPlug, this is an example of the … Continue reading →

Posted in compilation, Crash and Burn.., Dreamplug, Hacks, Linux / ARM, Opinion | Tagged arm, device tree, example, linux, success | Leave a reply

DreamPlug to 3.13-rc6..

Adventures With Linux ™ Posted on December 30, 2013 by RGJanuary 4, 2014

Updated the DreamPlug to kernel 3.13-rc6, and – apart from the usual mvsdio … unhandled interrupt ..  messages at boot time, everything seems to run OK.. Fedora release 18 (Spherical Cow) Kernel 3.13.0-rc6 on an armv5tel (ttyS0) …………….. # uname -a Linux rgdreamplug 3.13.0-rc6 #1 PREEMPT Mon Dec 30 15:09:42 GMT 2013 armv5tel armv5tel armv5tel GNU/Linux Now … Continue reading →

Posted in compilation, Dreamplug, Linux / ARM | Tagged arm, armv5, dreamplug, kernel 3.13-rc6, linux, success, update | 2 Replies

DreamPlug to 3.13-rc5..

Adventures With Linux ™ Posted on December 22, 2013 by RGDecember 22, 2013

Updated the DreamPlug to kernel 3.13-rc5, and still getting some mvsdio f1090000.mvsdio: unhandled interrupt status=0x0810 en=0x0000 pio=0 messages on boot, but otherwise the system seems to be running OK… Fedora release 18 (Spherical Cow) Kernel 3.13.0-rc5 on an armv5tel (ttyS0) ………………….. # uname -a Linux rgdreamplug 3.13.0-rc5 #1 PREEMPT Sun Dec 22 21:44:57 GMT 2013 armv5tel armv5tel … Continue reading →

Posted in arm, compilation, Dreamplug, kernel, Linux / ARM | Tagged dreamplug, kernel 3.13-rc5, success | 2 Replies

Post navigation

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