↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: compilation

Post navigation

← Older posts
Newer posts →

Dreamplug to 3.7-rc2 – Still Needs ‘Fix’..

Adventures With Linux ™ Posted on October 21, 2012 by RGOctober 21, 2012

Updated the Dreamplug to 3.7-rc2 today, and still needed to patch ../linux-3.7-rc2/arch/arm/kernel/armksyms.c, as described in the post for 3.7-rc1.. Fedora release 17 (Beefy Miracle) Kernel 3.7.0-rc2 on an armv5tel (ttyS0) …………………. $ uname -a Linux rgdreamplug 3.7.0-rc2 #2 Sun Oct 21 14:13:41 BST 2012 armv5tel armv5tel armv5tel GNU/Linux … Continue reading →

Posted in compilation, Dreamplug, kernel, Linux / ARM, Performance | Tagged cross-compile, dreamplug, fix, kernel 3.7-rc2, linux-arm, patch, success | 2 Replies

Pi – Going Mainstream..

Adventures With Linux ™ Posted on October 17, 2012 by RGOctober 17, 2012

Examining the (considerable) changes in ARM support in kernel 3.7-rc1, and the first bits for support of the Raspberry Pi’s Broadcom BCM2835 CPU are there!     Not usable yet, as there is very limited functionality, and the rest of the SoC (System on a Chip) features are not yet there, but it is a start, and will ensure … Continue reading →

Posted in compilation, kernel, Linux / ARM, Opinion, Raspberry Pi | Tagged broadcom bcm2835, cpu, initial code, kernel 3.7-rc1, raspberry pi | Leave a reply

Dreamplug – 3.7-rc1, After a Fix..

Adventures With Linux ™ Posted on October 16, 2012 by RGOctober 16, 2012

I have managed to update the Dreamplug to kernel 3.7-rc1, after a simple fix, to get it to compile OK.. The original (cross)compile failed, with: ERROR: “read_current_timer” [drivers/video/udlfb.ko] undefined! ERROR: “read_current_timer” [crypto/tcrypt.ko] undefined! Fix, is to change ../linux-3.7-rc1/arch/arm/kernel/armksyms.c, at line 51, as follows: From:  /* platform dependent support */ EXPORT_SYMBOL(arm_delay_ops); To:     /* platform dependent support */ … Continue reading →

Posted in compilation, Crash and Burn.., Dreamplug, kernel, Linux / ARM, Opinion | Tagged arm, armksyms.c, compile fix, dreamplug, kernel 3.7-rc1, linux, read_current_timer | Leave a reply

3.7-rc1 – Problems with VMware and NVIDIA.. – and Fixes..?

Adventures With Linux ™ Posted on October 15, 2012 by RGOctober 15, 2012

Just compiled and installed 3.7-rc1 on my test system, and ran into problems straight away.. NVIDIA (304.51) compile fails with a whole host of errors, and VMware (9.0-patched) compile fails immediately, with: vthread-3| I120: Failed version test: /usr/src/linux-3.7-rc1/linux/version.h not found. Update: There is a fix for NVIDIA, here: http://www.nvnews.net/vbulletin/showthread.php?t=194465    – a patch, and the removal of VM_RESERVED … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance, VMware | Tagged 3.7-rc1, kernel, linux, nv-mmap.c, nvidia compile fail, nvidia fix, patch, problems, success, testing, uapi, version.h moved, vmware workaround, vm_reserved | Leave a reply

Pi Updated – Kernel 3.6.1-pi…

Adventures With Linux ™ Posted on October 15, 2012 by RGOctober 15, 2012

I now have the Raspberry Pi running on kernel 3.6.1-pi, recently downloaded from GitHub, as per my earlier post.. Fedora release 17 (Beefy Miracle) Kernel 3.6.1-pi on an armv6l (ttyAMA0) …….. $ uname -a Linux rgpi 3.6.1-pi #4 Mon Oct 15 13:08:24 BST 2012 armv6l armv6l armv6l GNU/Linux FYI, the download link on GitHub was still pointing … Continue reading →

Posted in compilation, Fedora, Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged 3.6.1-pi, kernel, raspberry pi, success, update | Leave a reply

Pi Kernel – Bump to 3.6?

Adventures With Linux ™ Posted on October 15, 2012 by RGOctober 15, 2012

Just checked the Raspberry Pi GitHub repository, and there is a ‘3.6.y’ kernel there, now.. https://github.com/raspberrypi/linux/tree/rpi-3.6.y Will download and see if it compiles and installs, yet..   It might just be a first attempt to patch to 3.6, though… This is – of course – a welcome development, to keep the Pi kernel up-to-date.. … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged 3.6.y, compile, github, kernel, raspberry pi, test | Leave a reply

3.6.2, Already..

Adventures With Linux ™ Posted on October 13, 2012 by RGOctober 13, 2012

Hot on the heels of the release of kernel 3.6.1, comes 3.6.2!    Upgraded this morning, and all is OK.. $ uname -a Linux rglinux 3.6.2 #1 SMP Sat Oct 13 10:50:22 BST 2012 x86_64 x86_64 x86_64 GNU/Linux … Continue reading →

Posted in compilation, kernel, Linux | Tagged 3.6.2, kernel, linux, success, upgrade | Leave a reply

Dreamplug – Kernel 3.6.1

Adventures With Linux ™ Posted on October 11, 2012 by RGOctober 11, 2012

Just updated the Dreamplug to kernel 3.6.1.. Fedora release 17 (Beefy Miracle) Kernel 3.6.1 on an armv5tel (ttyS0) $ uname -a Linux rgdreamplug 3.6.1 #1 Thu Oct 11 15:25:25 BST 2012 armv5tel armv5tel armv5tel GNU/Linux In case anyone needs it, the kernel .config I used is at http://pastebin.com/2wUCv0yA This is a test config, and contains a lot … Continue reading →

Posted in compilation, Crash and Burn.., Dreamplug, kernel, Linux / ARM, Opinion, Performance | Tagged config, dreamplug, kernel 3.6.1, linux/arm, pastebin | Leave a reply

Fedora 17 – Non-graphical login – systemd / startx now fixed..

Adventures With Linux ™ Posted on October 1, 2012 by RGOctober 1, 2012

The problem for those of us who prefer a non-graphical login, and then found that USB and other devices would not mount successfully, has now been fixed.   I had created my own workaround, some time ago, but nice to know that an ‘official’ fix is now – finally – in the pipeline.. https://bugzilla.redhat.com/show_bug.cgi?id=806491 Pre-release RPMs available at: … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, Linux, Performance | Tagged fedora 17, fixed, mount problem, non-graphical login, startx, systemd, usb disks | Leave a reply

3.6 Unleashed…

Adventures With Linux ™ Posted on October 1, 2012 by RGOctober 1, 2012

I had been running the later 3.6-rcs on my test system without any issues, so I have just updated my ‘main’ system to kernel version 3.6 – just released.. $ uname -a Linux rglinux 3.6.0 #1 SMP Mon Oct 1 10:31:43 BST 2012 x86_64 x86_64 x86_64 GNU/Linux VMware 9.0 (patched) and the latest NVIDIA driver (304.51) compile, … Continue reading →

Posted in compilation, Fedora, kernel, Linux, NVIDIA, Performance, VMware | Tagged compiled, kernel 3.6, linux, nvidia, patched, success, vmware | Leave a reply

Post navigation

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