We had old arndale images working, but those were based on openSUSE-12.x which is now long obsolete and bad (e.g. missing security updates).
Thus we want to use a more modern u-boot and kernel, but those currently trigger a kernel panic. That needs to be investigated, tracked down and fixed but on the way we are hitting other problems, such as insufficient cross-compilation tools and a u-boot that can not do network/tftp boot.
Looking for hackers with the skills:
arm kernel
This project is part of:
Hack Week 13
Activity
Comments
-
about 5 years ago by bmwiedemann | Reply
using setenv append " init=/bin/bash" I found a workaround: echo "install xhci_hcd /bin/true" > /etc/modprobe.d/90-blacklist-xhci.conf
-
about 5 years ago by bmwiedemann | Reply
(ontop of modules loaded in initrd) minimal reproducer is
for m in exynosdrm i2cs3c2410 clks2mps11 s5m8767 xhciplathcd asix ; do echo $m ; /sbin/modprobe $m ; done
-
about 5 years ago by bmwiedemann | Reply
still crashed with "xhci_hcd" blacklisted - but blacklisting exynosdrm helped
Similar Projects
Mainline Sunplus Plus1 SP7021 kernel for Banana Pi F2S by a_faerber
The recent Banana Pi BPI-F2S board features a n...
work on sunxi a64 cpufreq driver (for teres-1, pine64) by mbrugger
With the teres-1 [1] laptop we have a first arm...
openSUSE/SLE/Mainline U-boot for some not-yet-supported ARM64 boards by ldevulder
The Khadas VIM (http://khadas.com/vim/) is an a...
Port MicroOS to the Gameshell from Clockwork Pi by aplanas
The [Gameshell](https://www.clockworkpi.com/gam...
Mainline Sunplus Plus1 SP7021 kernel for Banana Pi F2S by a_faerber
The recent Banana Pi BPI-F2S board features a n...
openSUSE/SLE/Mainline U-boot for some not-yet-supported ARM64 boards by ldevulder
The Khadas VIM (http://khadas.com/vim/) is an a...
netlink interface for ethtool by mkubecek
There seems to be an overall consensus that the...
Support for DRM platform drivers by tdz
This project could get us rid of the last fbdev...
work on sunxi a64 cpufreq driver (for teres-1, pine64) by mbrugger
With the teres-1 [1] laptop we have a first arm...