↓
 

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 →

ARM64 – Odroid C2 – Kernel 4.10-rc Config Example..

Adventures With Linux ™ Posted on January 15, 2017 by RGJanuary 15, 2017

As Odroid C2 support by the ‘mainline’ kernel is – hopefully – nearing completion, I have put a sample of my Kernel config at http://pastebin.com/XWfMEWHx . The C2 is used for ‘headless’ operation, at present, and USB still does not work..    The kernel is 4.10-rc3, with the ‘Ethernet-TX’ dts patch applied.. (see http://rglinuxtech.com/?p=1872 ). Robert Gadsdon.   January … Continue reading →

Posted in aarch64, ARM64, boot, kernel, Linux / ARM, Odroid C2, Opinion, Performance | Tagged 4.10-rc3, ethernet tx patch, odroid c2, sample kernel config | 3 Replies

Kernel – 4.10-rc2 Out – OK With aarch64, now..

Adventures With Linux ™ Posted on January 2, 2017 by RGJanuary 2, 2017

Kernel 4.10-rc2 has been released, and it has a very small number of changes from -rc1:  http://lkml.iu.edu/hypermail/linux/kernel/1701.0/00069.html I suspect that the major reason for this release is to fix the embarrassing compile fail with ARM64/aarch64, and it does compile OK now (tested on the Odroid C2).. Robert Gadsdon.   January 2, 2017. … Continue reading →

Posted in aarch64, compilation, fix, kernel, Linux, Linux / ARM | Tagged fixes aarch64 compile, kernel 4.10-rc2, small changes | 3 Replies

ARM64 – Kernel 4.10-rc1 Compile Errors – The Official Fix..

Adventures With Linux ™ Posted on December 28, 2016 by RGDecember 28, 2016

There is now an ‘official’ fix for the 4.10-rc1 compile failure with ARM64/aarch64, from Al Viro, and the patch itself is available here: https://git.kernel.org/cgit/linux/kernel/git/viro/vfs.git/commit/?h=arm64-fix&id=b4b8664d291ac1998e0f0bcdc96b6397f0fe68b3 I have applied this to kernel 4.10-rc1 on the Odroid C2, and the kernel compiles successfully.. Robert Gadsdon.   December 27, 2016. … Continue reading →

Posted in aarch64, ARM64, compilation, fix, kernel, Linux / ARM, success | Tagged aarch64, arm64, compile fail, kernel, kernel 4.10-rc1, linux, official fix, patch | Leave a reply

ARM64 – Odroid C2 – Boots with Kernel 4.10-rc1 – Ethernet OK? – Not yet..

Adventures With Linux ™ Posted on December 26, 2016 by RGJanuary 15, 2017

After applying the aarch64 compile fix (see previous article) I was able to compile Kernel 4.10-rc1 on the Odroid C2, and it boots OK (headless..), and the Ethernet link stays up, but still needs the TX patch..   (updated, as the link did still hang – eventually..  RG).. ……….. meson8b-dwmac c9410000.ethernet eth0: Link is Up – 1Gbps/Full – … Continue reading →

Posted in aarch64, ARM64, boot, Ethernet, kernel, Linux / ARM, Odroid C2, Performance, success | Tagged arm64, boot success, ethernet ok, kernel 4.10-rc1, linux, odroid c2 | 3 Replies

ARM64 – Catastrophic Compile Errors with 4.10-rc1 – and a Fix..

Adventures With Linux ™ Posted on December 26, 2016 by RGDecember 26, 2016

Tried compiling Kernel 4.10-rc1 for aarch64, and got – literally – hundreds of errors: …… ./include/linux/sched.h:3299: Error: unknown mnemonic `return’ — `return test_ti_thread_flag(task_thread_info(tsk),flag)’ ./include/linux/sched.h:3300: Error: junk at end of line, first unrecognized character is `}’ ./include/linux/sched.h:3302: Error: unknown mnemonic `static’ — `static inline void set_tsk_need_resched(struct task_struct*tsk)’ ./include/linux/sched.h:3303: Error: junk at end of line, first unrecognized character is … Continue reading →

Posted in aarch64, compilation, Crash and Burn.., fix, Hacks, kernel, Linux / ARM, Opinion, Performance | Tagged aarch64, arm64, fix available, kernel 4.10-rc1, multiple compile errors | Leave a reply

ARM64 – Odroid C2 – Latest Ethernet Patch..

Adventures With Linux ™ Posted on December 22, 2016 by RGDecember 22, 2016

After some of the recent ‘Ethernet fix’ patches have not worked with more recent linux-next kernels, I have found one that – at least at the moment – does fix the ‘hang’ problem – again.. The patch is applied to meson-gxbb-odroidc2.dts, and can be found here:  http://archive.arm.linux.org.uk/lurker/message/20161221.113134.3ac4d1e6.en.html I did have to revert this kasir_offset patch (…-R) to … Continue reading →

Posted in aarch64, ARM64, Crash and Burn.., Ethernet, fix, Hacks, kernel, Linux / ARM, Odroid C2, Opinion, Performance | Tagged aarch64, arm64, dts, ethernet patch, linux-next kernel, odroid c2 | 2 Replies

ARM64 – Odroid C2 – Tested with Linux Net-Next – Ethernet Still Hangs..

Adventures With Linux ™ Posted on December 18, 2016 by RGDecember 18, 2016

Recent versions of the Linux net-next tree could not be tested on the C2, as the meson-gx mmc driver was missing, but now it has been added, and I tested the latest version (December 17) – but the Ethernet hang is still there..      To be fair, this is probably because of the current patch conflict that has … Continue reading →

Posted in aarch64, ARM64, Ethernet, kernel, Linux / ARM, Network, Odroid C2, Opinion, Performance | Tagged arm64, ethernet still hangs, kernel, linux, linux net-next tree, odroid c2, tested | Leave a reply

ARM64 – Odroid C2 – Ethernet Broken Again?

Adventures With Linux ™ Posted on December 12, 2016 by RGDecember 12, 2016

I had been trying to apply the latest round of Meson TX delay patches to the latest linux-next tree, but found that there seems to be a conflict with some of these..    The December 1 patched kernel now has some problems on my C2 with Ethernet traffic, so – for the time being – I have reverted … Continue reading →

Posted in aarch64, arm, compilation, Crash and Burn.., Ethernet, Hacks, kernel, Linux / ARM, Network, Odroid C2, Opinion, Performance | Tagged ethernet hangs, latest patches conflicting, odroid c2, revert to earlier version, tx timeouts | Leave a reply

ARM64 – Odroid C2 – A Better Ethernet Fix..

Adventures With Linux ™ Posted on December 2, 2016 by RGDecember 2, 2016

The old meson Ethernet fix/patch/hack no longer applies cleanly to the latest (December 1) linux-next, but – fortunately – there is a ‘better’ patch available for the meson8b-dwmac driver itself.. Details can be found in this thread:  http://lists.infradead.org/pipermail/linux-amlogic/2016-November/001675.html I have applied these patches to the December 1 linux-next tree, on the Odroid C2, and the Ethernet link … Continue reading →

Posted in aarch64, ARM64, fix, kernel, Linux / ARM, Network, Odroid C2, Opinion, Performance | Tagged arm64, december 1, ethernet, kernel, linux, linux-next, meson8b-dwmac patch, odroid c2, success | 3 Replies

ARM64 – Odroid C2 – Boots with Linux-Next..

Adventures With Linux ™ Posted on November 18, 2016 by RGNovember 18, 2016

The ‘linux-next’ kernel branch has included the meson/gxbb mmc driver for some time, but the boot process hung on root disk access.     I tested with the latest (November 17) version, and this time, the boot process completed successfully: Fedora 25 (Workstation Edition) Kernel 4.9.0-rc5-next-20161117-c2 on an aarch64 (ttyAML0) The only patch I applied was the meson_ethernet_tx one … Continue reading →

Posted in aarch64, ARM64, boot, Crash and Burn.., kernel, Linux / ARM, Odroid C2, Opinion, Performance | Tagged arm64, boot ok, ethernet tx patch, kernel, linux, linux-next kernel, odroid c2, success, usb tombstone | Leave a reply

Post navigation

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