↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: arm

Post navigation

← Older posts
Newer posts →

Dreamplug – 3.7-rc3 – Finally a Clean Compile..

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

Just updated the Dreamplug to 3.7-rc3, and the kernel compile is now without errors..   So, finally, the ERROR: “read_current_timer” problem has been fixed.. Fedora release 17 (Beefy Miracle) Kernel 3.7.0-rc3 on an armv5tel (ttyS0) ………………… $ uname -a Linux rgdreamplug 3.7.0-rc3 #1 Mon Oct 29 08:30:44 GMT 2012 armv5tel armv5tel armv5tel GNU/Linux … Continue reading →

Posted in compilation, Dreamplug, kernel, Linux / ARM | Tagged arm, clean compile, dreamplug, kernel 3.7-rc3, linux | 2 Replies

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

Hardware Interlude – A Linux / ARM Test Setup

Adventures With Linux ™ Posted on August 13, 2012 by RGAugust 13, 2012

In a break from all the APC angst..   This is the test environment I have set up, for the (2) APCs and the Raspberry Pi.   The Dreamplug is already connected separately via a separate JTAG/UART connector, and is headless, so doesn’t need the HDMI and monitor connections. Typically, a 3-way USB/HDMI KVM would be used, but these … Continue reading →

Posted in Crash and Burn.., Hacks, Linux, Linux / ARM | Tagged arm, diagram, linux, multiple systems, test environment | Leave a reply

APC – The Saga Continues….

Adventures With Linux ™ Posted on August 12, 2012 by RGAugust 12, 2012

On the hunch that there may be something within the U-Boot parameters that causes the boot-to-ram problem, I removed almost all the ‘wmt.xxx‘ parameters.   The only one remaining was wmt.usb.param=11:3, which enables the USB subsystem – as I was booting from a USB-attached ‘disk’.. You can effectively ‘remove’ U-Boot parameters by setting their values to <blank>: setenv … Continue reading →

Posted in Android, APC, Crash and Burn.., Hacks, Linux / ARM, Opinion | Tagged apc, arm, boot, linux, parameters, problem, ram0, tests, u-boot | Leave a reply

APC – Extra Ammunition… Another ARMv6 Compiler Toolchain..

Adventures With Linux ™ Posted on August 7, 2012 by RGAugust 7, 2012

As my APCs are being held to ransom, until I get an invoice for UK customs duty and taxes (by post!!) and am then able to pay it (online?)..  I decided to add another flavour of cross-compiler to the ones I already have installed. This one comes from the self-contained OpenELEC environment which is used to create … Continue reading →

Posted in APC, compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, XBMC | Tagged apc, arm, armv6, compiler, cross-compile, linux, openelec, toolchain, x86_64 | Leave a reply

APC – Kernel Driver Source MIA?

Adventures With Linux ™ Posted on August 2, 2012 by RGAugust 2, 2012

As the APCs are still ‘awaiting customs clearance’, I decided to try to cross-compile the kernel source available at github: https://github.com/apc-io/apc-8750 Unfortunately, many of the APC-specific drivers (‘wmt’) are currently missing..    The system is an Android 2.3 one, and the kernel is based – as you would expect – on Linux kernel version 2.6.32.  (In this case … Continue reading →

Posted in Android, APC, compilation, Crash and Burn.., Linux / ARM, Opinion | Tagged apc, arm, cross-compile, kernel, linux, missing drivers, source, u-boot | Leave a reply

APC on the way!

Adventures With Linux ™ Posted on July 30, 2012 by RGJuly 30, 2012

Just received notification that the Android/ARM APCs have shipped from Taiwan..   So – they (just) managed to ship them in July! Now, all they have to do is run the gauntlet of UK Customs…  

Posted in Android, APC | Tagged android, apc, arm, shipped, taiwan | Leave a reply

Dreamplug Kernel Update – 3.4.5

Adventures With Linux ™ Posted on July 18, 2012 by RGJuly 18, 2012

Updated the Dreamplug to kernel 3.4.5: rgdreamplug ~]$ uname -a Linux rgdreamplug 3.4.5 #1 Wed Jul 18 17:46:49 BST 2012 armv5tel armv5tel armv5tel GNU/Linux Tried 3.5-rc7, but that hung on boot, for some reason…   More investigation needed..     … Continue reading →

Posted in compilation, Dreamplug, kernel, Linux / ARM | Tagged 3.4.5, arm, dreamplug, kernel, linux, update | Leave a reply

Linux ARM and SD Card Performance – Let the Fun Begin!

Adventures With Linux ™ Posted on April 21, 2012 by RGApril 21, 2012

Despite previous ‘tweaks’, I have been experiencing continuing problems with SD Card Linux performance, and with the unreliable operations of yum / rpm, with associated db corruption, when they have to be ‘killed’ after hanging.. Based on two excellent pieces of prior research: http://blogofterje.wordpress.com/2012/01/14/optimizing-fs-on-sd-card/     and    http://www.raspberrypi.org/forum/projects-and-collaboration-general/optimizing-linux-for-flash-memory – I will be having a stimulating (!) time performing formatting … Continue reading →

Posted in Crash and Burn.., Dreamplug, Fedora, Hacks, Linux / ARM, Performance, Raspberry Pi | Tagged arm, dreamplug, formatting, hacks, linux, performance, raspberry pi, sd card | Leave a reply

Pi Update..

Adventures With Linux ™ Posted on April 17, 2012 by RGApril 17, 2012

Found the latest kernel image (still 3.1.9-based..) and associated pre-compiled modules at the git repository – https://github.com/raspberrypi/firmware – and the ‘new’ version of kernel.img does away with the annoying console debug messages.. Device still seems very slow, but maybe I’m too used to quad-core systems with masses of memory! I even tried the Debian system, as this … Continue reading →

Posted in compilation, Fedora, kernel, Linux / ARM, Opinion, Raspberry Pi | Tagged 3.1.9+, arm, fedora, kernel, raspberry pi | Leave a reply

Post navigation

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