↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: Linux / ARM

Linux on ARM

Post navigation

← Older posts
Newer posts →

ARM – Cubox-i4Pro to Kernel 3.19-rc1..

Adventures With Linux ™ Posted on December 23, 2014 by RGDecember 23, 2014

Just updated the Cubox-i4Pro to 3.19-rc1, after disabling the kernel options for ‘power management’, as the current patch does not compile cleanly.. Fedora release 21 (Twenty One) Kernel 3.19.0-rc1 on an armv7l (ttymxc0) ……….. [root@rgcubox ~]# uname -a Linux rgcubox 3.19.0-rc1 #1 SMP PREEMPT Mon Dec 22 15:22:15 EST 2014 armv7l armv7l armv7l GNU/Linux Details of Kernel … Continue reading →

Posted in compilation, CuBox, Hacks, kernel, Linux / ARM, Opinion, Performance | Tagged arm, cubox-i4pro, kernel 3.19-rc1, linux, success | Leave a reply

ARM – CuBox-i4 Pro to 3.18, and full Device Tree..

Adventures With Linux ™ Posted on December 11, 2014 by RGDecember 11, 2014

Updated the CuBox-i4 Pro to Kernel 3.18, and now use the complete ‘device tree’ zImage and dtb boot method: The source can be found here:  https://github.com/jmontleon/fedora-20-cubox-i_hb/tree/3.18.0 – and the u-boot boot commands are: setenv bootargs “root=/dev/mmcblk0p3 rootfstype=ext4 rootwait console=ttymxc0,115200n8 console=tty1 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32” setenv bootcmd “load mmc 0:1 0x10800000 zImage; load mmc 0:1 0x18000000 imx6q-cubox-i.dtb; bootz 0x10800000 – 0x18000000” … Continue reading →

Posted in compilation, Crash and Burn.., CuBox, kernel, Linux / ARM, Opinion, Performance | Tagged boot commands, cubox-i4-pro, device tree, kernel 3.18, success, uboot | Leave a reply

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

ARM – Odroid U3 with Kernel 3.18-rc4 – Better, but still Slow…

Adventures With Linux ™ Posted on November 10, 2014 by RGNovember 10, 2014

Just installed the kernel.org version of kernel 3.18-rc4 on the Odroid U3, and this time it completed the boot, but still had a ‘tombstone’: …………… cam-power-domain: Power-on latency exceeded, new value 413333 ns cam-power-domain: Power-on latency exceeded, new value 564291 ns Unable to handle kernel NULL pointer dereference at virtual address 00000010 pgd = ee328000 [00000010] *pgd=00000000 … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, KDE, kernel, Linux / ARM, Odroid, Opinion, Performance | Tagged boot success, cpu fan running constantly, kernel 3.18-rc4, kernel.org version, odroid u3, performance sluggish, tombstone | 2 Replies

ARM – Odroid Kernel 3.17/3.18 USB Solution..

Adventures With Linux ™ Posted on November 8, 2014 by RGNovember 8, 2014

I had been trying to get USB working with 3.17 and 3.18-rc kernels on my Odroid U3 for some time, and had been looking for fixes in the source code. It turned out that I was looking in the wrong place – and a clue to this was the lack of any mention of the problem on … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Odroid, Performance, U-Boot | Tagged fix, kernel 3.18-rc, new u-boot, odroid u3, success, usb | 1 Reply

ARM – Odroid U2 – 3.17 Boot, but no USB..

Adventures With Linux ™ Posted on October 10, 2014 by RGOctober 10, 2014

Tried the latest kernel.org 3.17 kernel with my Odroid U2, and managed to get it to boot successfully, but USB still doesn’t work, which is a show-stopper, as the Ethernet adapter is a USB-connected device.. Start with # make exynos_defconfig, and then select arch/arm/boot/dts/exynos4412-odroidu3.dtb when merging with zImage, etc… [ 0.000000] Booting Linux on physical CPU 0xa00 … Continue reading →

Posted in Linux / ARM, Odroid, Opinion | Tagged boot, error -100, exynos-ehci, kernel 3.17, kernel.org, odroid u2, usb fail | 4 Replies

ARM – CuBox to Kernel 3.17..

Adventures With Linux ™ Posted on October 6, 2014 by RGOctober 6, 2014

Just installed Kernel 3.17 ‘Final’ on the CuBox I4-Pro..    Source code from https://github.com/jmontleon/fedora-20-cubox-i_hb/tree/3.17.0.. Fedora release 20 (Heisenbug) Kernel 3.17.0 on an armv7l (ttymxc0) ……. $ uname -a Linux rgcubox 3.17.0 #1 SMP PREEMPT Mon Oct 6 14:01:51 EDT 2014 armv7l armv7l armv7l GNU/Linux Robert Gadsdon.  October 6, 2014. … Continue reading →

Posted in CuBox, kernel, Linux / ARM | Tagged arm, cubox i-4 pro, kernel 3.17, linux, success | Leave a reply

ARM – Odroid U2 – Finally an Up-to-Date Kernel?

Adventures With Linux ™ Posted on September 12, 2014 by RGSeptember 12, 2014

I had been frustrated by the apparent inability of the suppliers to provide anything other than an obsolete Ubuntu-centric 3.8+ kernel for the Odroid U2, and other kernels I had tested were somewhat ‘incomplete’… I finally managed to get a 3.17-r3 version from https://github.com/tobiasjakobi/linux-odroid/tree/odroid-3.17.y This now includes the necessary ‘bits’ for the U3, which is functionally identical … Continue reading →

Posted in Hacks, kernel, Linux / ARM, Odroid, Performance | Tagged arm, boot, kernel 3.17-rc3, linux, odroid u2, success, usb stick fail | Leave a reply

ARM – Odroid U2 – Finally an Up-to-Date Kernel?

Adventures With Linux ™ Posted on September 12, 2014 by RGSeptember 12, 2014

I had been frustrated by the apparent inability of the suppliers to provide anything other than an obsolete Ubuntu-centric 3.8+ kernel for the Odroid U2, and other kernels I had tested were somewhat ‘incomplete’… I finally managed to get a 3.17-r3 version from https://github.com/tobiasjakobi/linux-odroid/tree/odroid-3.17.y This now includes the necessary ‘bits’ for the U3, which is functionally identical … Continue reading →

Posted in Hacks, kernel, Linux / ARM, Odroid, Performance | Tagged arm, boot, kernel 3.17-rc3, linux, odroid u2, success, usb stick fail | Leave a reply

ARM – CuBox to 3.17-rc2 – 23rd Anniversary Release..

Adventures With Linux ™ Posted on August 26, 2014 by RGAugust 26, 2014

Just updated the CuBox i4-Pro to Kernel 3.17-rc2, which was – deliberately – released on the 23rd anniversary of the initial release of kernel code for ‘Linux’.. More details here:  http://lkml.iu.edu/hypermail/linux/kernel/1408.3/00773.html And source here:  https://github.com/jmontleon/fedora-20-cubox-i_hb/tree/3.17-rc2 Fedora release 20 (Heisenbug) Kernel 3.17.0-rc2 on an armv7l (ttymxc0) …………….. $ uname -a Linux rgcubox 3.17.0-rc2 #1 SMP PREEMPT Tue Aug … Continue reading →

Posted in compilation, CuBox, Fedora, Linux / ARM | Tagged 23rd anniversary, arm, cubox-i4-pro, kernel 3.17-rc2, linux | Leave a reply

Post navigation

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