↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: compilation

Post navigation

← Older posts
Newer posts →

ARM – Rock2 to Kernel 4.6-rc2 – Ethernet OK, Now..

Adventures With Linux ™ Posted on April 4, 2016 by RGApril 4, 2016

Updated the Rock2 to Kernel 4.6-rc2, and the Ethernet problem has been fixed.. Fedora 23 (Twenty Three) Kernel 4.6.0-rc2 on an armv7l (ttyS2) …………. ]# uname -a Linux rgrock2 4.6.0-rc2 #1 SMP Sun Apr 3 21:05:44 EDT 2016 armv7l armv7l armv7l GNU/Linux Details of Kernel changes from -rc1 are here:   http://lkml.iu.edu/hypermail/linux/kernel/1604.0/01298.html Robert Gadsdon.  April 3, 2016. … Continue reading →

Posted in compilation, Linux / ARM, radxa, Rock2 | Tagged 4.6-rc2, arm, armv7, ethernet ok, kernel, linux, radxa, rock2 | Leave a reply

KERNEL – 4.6-rc1 Released – OK with Latest VMware, Breaks NVIDIA – and a Possible Fix..

Adventures With Linux ™ Posted on March 27, 2016 by RGMarch 27, 2016

Just  installed Kernel 4.6-rc1 on the test system. Depending on your configuration, you may encounter a compilation error: CC drivers/thermal/mtk_thermal.o drivers/thermal/mtk_thermal.c: In function ‘mtk_thermal_probe’: drivers/thermal/mtk_thermal.c:560:8: error: implicit declaration of function ‘device_reset’ [-Werror=implicit-function-declaration] ret = device_reset(&pdev->dev); ^ cc1: some warnings being treated as errors ……………………………. This is due to a Mediatek thermal driver being ‘selected’ by default (and … Continue reading →

Posted in compilation, fix, kernel, Linux, NVIDIA, VMware | Tagged compile ok, kernel 4.6-rc1, nvidia compile fails, quick fix, vmware 12.1.0 ok | 5 Replies

ARM – Rock2 – Fix for SDCard Boot, and Ethernet..

Adventures With Linux ™ Posted on March 19, 2016 by RGMarch 19, 2016

Kernel 4.5-rc7 had booted successfully on the Radxa Rock2, but 4.5 Final failed, as the SDcard was ‘loaded’ just too late: mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) dwmmc_rockchip ff0f0000.dwmmc: 1 slots initialized ……………………… VFS: Cannot open root device “mmcblk1p1” or unknown-block(0,0): error -6 ………………………… Kernel panic – … Continue reading →

Posted in arm, armv7, boot, compilation, fix, Hacks, kernel, Linux / ARM, radxa, Rock2, U-Boot | Tagged boot fail, ethernet driver fix, fix, radxa, rock2, rootdelay, stmicro, stmmac, success | Leave a reply

ARM – Rock2 – Kernel 4.5-rc7 Boot Success

Adventures With Linux ™ Posted on March 13, 2016 by RGMarch 13, 2016

After a lot of testing, and some more confusion, I have managed to get the Rock2 to boot using the latest (2016.03-rc3) version of U-Boot, and the latest kernel (4.5-rc7) As previously, there was a lot of conflicting information……. I started by booting into the semi-proprietary 3.10-based kernel on the SDcard, and then erasing the eMMC (dd … Continue reading →

Posted in armv7, boot, compilation, Fedora, Hacks, kernel, Linux / ARM, Rock2, rx3288, U-Boot | Tagged armv7, fedora 23, kernel 4.5-rc7, radxa, rock2, success, uboot 2016.03-rc3 | Leave a reply

ARM – Configs for Odroid U3 and CuBox-i4Pro..

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

I have just posted copies of recent kernel configs for the Odroid U3 and CuBox-i4Pro.. Odroid U3 – Kernel config for 4.4 :   http://pastebin.com/NveRajaZ CuBox-i4Pro – Kernel config for 4.4.1:  http://pastebin.com/Kbexi0A5 These do not include working WiFi, as 2.4GHz is pretty useless at my location… Robert Gadsdon.   February 2, 2016. … Continue reading →

Posted in compilation, Crash and Burn.., CuBox, Hacks, kernel, Linux / ARM, Odroid, Opinion, Performance | Tagged cubox-i4pro, examples, kernel 4.4, kernel configs, odroid u3 | 10 Replies

Kernel – 4.4 Released – OK with Latest NVIDIA and VMware..

Adventures With Linux ™ Posted on January 11, 2016 by RGJanuary 11, 2016

Updated to Kernel 4.4 ‘Final’ on the test system, and the latest VMware (12.1.0) and NVIDIA (358.16) compile and run OK..   The ‘beta’ driver 361.16 should be OK, but has multiple userland issues on my systems. – see previous post.).. $ uname -a Linux rglinux 4.4.0 #1 SMP Sun Jan 10 22:00:41 PST 2016 x86_64 x86_64 x86_64 … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel, kernel 4.4, linux, nvidia 358.16, ok, success, vmware 12.1.0 | 2 Replies

ARM – Pi2 – Kernel 4.4-rc5 – U-Boot Fail, and Workaround..

Adventures With Linux ™ Posted on December 20, 2015 by RGDecember 20, 2015

Recently attempted to update the Pi2 to Kernel 4.4-rc5, and encountered a problem.. The more recent proprietary Raspberry Pi 2 kernels have switched to using ‘DTB Overlays’ to control various components, but these are – currently – unsupported by U-Boot.. Booting the kernel with U-Boot results in mmc errors, and register dump: ……………….. timeout waiting for hardware … Continue reading →

Posted in compilation, Crash and Burn.., fix, Hacks, kernel, Linux / ARM, Opinion, Raspberry Pi, U-Boot | Tagged dtb overlays, kernel 4.4-rc5, raspberry pi, success, u-boot fail, workaround | Leave a reply

ARM – Kernel 4.4-rc4 on the BananaPro..

Adventures With Linux ™ Posted on December 14, 2015 by RGDecember 14, 2015

Just got a ‘BananaPro‘ ARMv7 board, and updated it to Kernel 4.4-rc4 (from kernel.org) and Fedora 23. More details are here:  http://linux-sunxi.org/LeMaker_Banana_Pro I compiled U-Boot from the latest (2015.10) released version, from ftp.denx.de/pub/u-boot/ : # cd u-boot # make Bananapro_defconfig # make ARCH=arm CROSS_COMPILE=arm-linux-gnu- (or whatever cross-compiler you are using) Then as root, copy to the SDCard … Continue reading →

Posted in BananaPro, compilation, Fedora, Hacks, kernel, Linux / ARM, Opinion, Performance, U-Boot | Tagged armv7, bananapro, compile instructions, fedora 23, kernel 4.4-rc4, new, success, u-boot, zimage | Leave a reply

VMware – 12.1.0 released – Still Broken With Fedora 23..

Adventures With Linux ™ Posted on December 8, 2015 by RGDecember 8, 2015

Just updated the test system to VMware 12.1.0 – Release notes are here:  https://pubs.vmware.com/Release_Notes/en/workstation/12pro/workstation-121-release-notes.html Frustratingly, this release still has a runtime (# vmware) incompatible with Fedora 23.. The original workaround was documented in an earlier article – http://rglinuxtech.com/?p=1601 – but the Fedora 23 library versions have now changed, so the copy commands are now (as of December … Continue reading →

Posted in compilation, Fedora, Hacks, kernel, Linux, Opinion, Performance, VMware | Tagged fedora 23, runtime fail, success, updated, vmware 12.1.0, workaround | 7 Replies

ARM – Kernel 4.4-rc3 – OK with Odroid U3 (and Fan..)

Adventures With Linux ™ Posted on December 4, 2015 by RGDecember 4, 2015

Tested Kernel 4.4-rc3 with the Odroid U3, and – finally – the fan works correctly..    Kernels from 4.2 onward booted successfully, but the fan ran continuously…    And now I can add the U3 to the (small!) list of my ARM devices that work with the standard unpatched kernel.org kernel (the others are the DreamPlug (ARMv5) and the … Continue reading →

Posted in compilation, kernel, Linux / ARM, Odroid, Opinion, Performance | Tagged arm, armv7, cooling fan works OK, kernel 4.4-rc3, linux, odroid u3 | 18 Replies

Post navigation

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