↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: cubox-i4-pro

Post navigation

← Older posts

ARM – DreamPlug and CuBox to 4.1-rc3..

Adventures With Linux ™ Posted on May 12, 2015 by RGMay 12, 2015

Updated the DreamPlug and CuBox-i4 Pro to Kernel 4.1-rc3, from kernel.org.. Fedora release 18 (Spherical Cow) Kernel 4.1.0-rc3 on an armv5tel (ttyS0) …………… # uname -a Linux rgdreamplug 4.1.0-rc3 #2 Mon May 11 15:04:52 PDT 2015 armv5tel armv5tel armv5tel GNU/Linux Fedora release 22 (Twenty Two) Kernel 4.1.0-rc3 on an armv7l (ttymxc0) ……………. # uname -a Linux rgcubox … Continue reading →

Posted in CuBox, Dreamplug, kernel, Linux / ARM | Tagged arm, boot, cubox-i4-pro, dreamplug, kernel 4.1-rc3, kernel.org, linux, success | Leave a reply

ARM – Rogue SELinux Fixed..?

Adventures With Linux ™ Posted on May 5, 2015 by RGMay 5, 2015

I updated the CuBox-i4-Pro (Fedora 22) to Kernel 4.1-rc2, but the (re)boot process was very sluggish, with several key commands failing: ….. systemd[1]: Unit dbus.service entered failed state ….. [FAILED] Failed to start Login Service. ….. [FAILED] Failed to start Modem Manager. ….. [FAILED] Failed to start Avahi mDNS/DNS-SD Stack. ….. [FAILED] Failed to start Network Manager. … Continue reading →

Posted in compilation, Crash and Burn.., CuBox, Fedora, Hacks, kernel, Linux / ARM, Opinion, Performance | Tagged active despite disable, cubox-i4-pro, dbus fail, disable selinux in kernel config, fix, kernel 4.1-rc2, selinux, success, systemctl failing | Leave a reply

ARM – Kernel 4.0-rc1 – Fix for CuBox-i4 Pro Networking..

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

The CuBox-i4 Pro booted Kernel 4.0-rc1 OK, but – although eth0 was present – there was no network connection possible.. I found a similar problem described on the Linux Arm Kernel mailing list:  http://lists.infradead.org/pipermail/linux-arm-kernel/2015-February/325249.html According to the info there, I changed linux/arch/arm/mach-imx/mach-imx6q.c as follows: Around line 214, change clksel = ptp_clk == enet_ref ? IMX6Q_GPR1_ENET_CLK_SEL_ANATOP : IMX6Q_GPR1_ENET_CLK_SEL_PAD; … Continue reading →

Posted in compilation, Crash and Burn.., CuBox, Hacks, kernel, Linux / ARM, Opinion, Performance | Tagged arm, cubox-i4-pro, eth0 not working, fix, kernel 4.0-rc1, mach-imx6q.c, success | Leave a reply

ARM – CuBox i4-Pro to Kernel 3.19-rc7..

Adventures With Linux ™ Posted on February 8, 2015 by RGFebruary 8, 2015

Just updated the CuBox i4-Pro to Kernel 3.19-rc7 – using the standard code from kernel.org.. with device-tree boot using zImage and imx6q-cubox-i.dtb Only tested ‘headless’ access, so far.. Fedora release 21 (Twenty One) Kernel 3.19.0-rc7 on an armv7l (ttymxc0) …………………….. [root@rgcubox ~]# uname -a Linux rgcubox 3.19.0-rc7 #1 SMP Sat Feb 7 13:36:57 EST 2015 armv7l armv7l … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, kernel, Linux / ARM | Tagged cubox-i4-pro, device tree, imx6q-cubox-i.dtb, kernel 3.19-rc7, kernel.org, standard code, success | Leave a reply

Kernel 3.19-rc3, ‘Lockup’ Bug, Latest..

Adventures With Linux ™ Posted on January 6, 2015 by RGJanuary 6, 2015

Updated the test system to Kernel 3.19-rc3, and there is still no fix for VMware (11.0) and the latest NVIDIA (340.65 and 346.22) drivers…     The NVIDIA problem will involve getting around a GPL-incompatible module issue.. FATAL: modpost: GPL-incompatible module nvidia.ko uses GPL-only symbol ‘__cachemode2pte_tbl’ 3.19-rc3 installs and runs OK on the CuBox-i4 Pro: $ uname -a Linux … Continue reading →

Posted in compilation, Crash and Burn.., CuBox, Hacks, kernel, Linux, Linux / ARM, NVIDIA, Opinion, VMware | Tagged compile fail, cubox-i4-pro, kernel 3.19-rc3, lockup problem latest info, no workaround yet, nvidia, success, vmware | 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 – 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

ARM – CuBox-i4 Pro to Kernel 3.17-rc1..

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

Just updated the CuBox to kernel 3.17-rc1, but still used the previous ‘combined zImage plus DTB’ method, which works OK.. Kernel source here:  # git clone -b 3.17-rc1 –single-branch https://github.com/jmontleon/fedora-20-cubox-i4pro Fedora release 20 (Heisenbug) Kernel 3.17.0-rc1 on an armv7l (ttymxc0) ……………. # uname -a Linux rgcubox 3.17.0-rc1 #1 SMP PREEMPT Tue Aug 19 13:48:28 EDT 2014 armv7l … Continue reading →

Posted in compilation, CuBox, Fedora, Linux / ARM | Tagged arm, compile, cubox-i4-pro, dtb, kernel 3.17-rc1, linux, success, workflow | Leave a reply

ARM – CuBox i4-Pro and Raspberry Pi to 3.16 Final..

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

Updated the CuBox i4-Pro and Raspberry Pi to Kernel 3.16 recently, using the kernel source from.. Raspberry Pi:  https://github.com/raspberrypi/linux/tree/rpi-3.16.y CuBox i4-Pro: https://github.com/jmontleon/fedora-20-cubox-i_hb/tree/3.16.0 Fedora release 20 (Heisenbug) Kernel 3.16.0 on an armv7l (ttymxc0) …………… # uname -a Linux rgcubox 3.16.0 #1 SMP PREEMPT Mon Aug 4 23:39:27 EDT 2014 armv7l armv7l armv7l GNU/Linux Pidora release 2014 (Raspberry Pi … Continue reading →

Posted in compilation, CuBox, Fedora, Hacks, kernel, Linux / ARM, Pidora, Raspberry Pi | Tagged arm, compile, cross-compile, cubox-i4-pro, kernel 3.16, linux, raspberry pi, success | Leave a reply

ARM – CuBox to 3.16-rc7 – and an SD Card Warning..

Adventures With Linux ™ Posted on July 31, 2014 by RGJuly 31, 2014

Just updated the CuBox i4-Pro to kernel 3.16-rc7, from the source code available here: https://github.com/jmontleon/fedora-20-cubox-i_hb/tree/3.16-rc7 $ uname -a Linux rgcubox 3.16.0-rc7 #1 SMP PREEMPT Wed Jul 30 11:31:19 EDT 2014 armv7l armv7l armv7l GNU/Linux I had originally used an old ‘spare’ micro-SD card (Class 4, 16GB) but had noticed sluggish performance and random filesystem errors, eventually leading … Continue reading →

Posted in CuBox, Linux / ARM, Performance | Tagged class 10, cubox-i4-pro, kernel 3.16-rc7, micro-sd, success | Leave a reply

Post navigation

← Older posts
Original content © Robert Gadsdon 2013
↑