Re: OpenBSD on Olinuxino-Lime2

2015-11-08 Thread Patrick Wildt
Hi there, There’s an EMAC and GMAC on the Allwinner SoCs. Bitrig and OpenBSD only have a driver for the EMAC (sxie), which is why it doesn’t work. Looks like FreeBSD has better support? All the best, Patrick > Am 08.11.2015 um 16:47 schrieb Alexander Kratzsch : > > Hi there! > > Sorry for my

Re: OpenBSD on Olinuxino-Lime2

2015-11-08 Thread Alexander Kratzsch
Hi there! Sorry for my late reaction to your answers, school kept me quite busy the last weeks. Instead of replying to each mail, I have created a summary, I hope this is acceptable. The suggestion to insert printf's in the kernel to check how far the boot gets is not really an option for me, I

Re: OpenBSD on Olinuxino-Lime2

2015-10-20 Thread Daniel Bolgheroni
On Tue, Oct 20, 2015 at 10:35:39AM +0200, Petr Ročkai wrote: > welcome to the club. I think that there's an issue affecting all A20's, > regardless of the board around them. Comparing to an A10 could be > useful, but those appear to be hard to get by. I'm planning to try an > am335x (on a beaglebon

Re: OpenBSD on Olinuxino-Lime2

2015-10-20 Thread Daniel Bolgheroni
On Mon, Oct 19, 2015 at 10:02:44PM +0200, Alexander Kratzsch wrote: > Does anyone have some idea I could try? This is hardly an one-answer question. You are asking a very broad question on how to debug kernels. Someone might say that you can fill the source code with some printf's here and there

Re: OpenBSD on Olinuxino-Lime2

2015-10-20 Thread Anthony Eden
I have a cubieboard1 (A10). While the OpenBSD 5.7 release works okay- I just have to manually type "fatload ... ; bootm 0x4020" at the u-boot shell- the OpenBSD 5.8 release does not boot and hangs at the same point which Alexander sees (after the GPIO message in dmesg). I have also observed thi

Re: OpenBSD on Olinuxino-Lime2

2015-10-20 Thread lwazi
On Tue, 20 Oct 2015, Petr Ro?kai wrote: Hi, Alexander Kratzsch writes: Now I have the same problems as Leonardo describes another thread. The system boots and freezes at some point. I have attached a full log below. welcome to the club. I think that there's an issue affecting all A20's, re

Re: OpenBSD on Olinuxino-Lime2

2015-10-20 Thread Janne Johansson
cross-building in order to get the basics up should be doable, not for general stuff or ports. cd /usr/src make cross-tools TARGET=armv7 then cross compiler stuff ends up under /usr/cross/armv7 (make sure you have room to spare in /usr) 2015-10-20 10:35 GMT+02:00 Petr Ročkai : > Hi, > > Alexande

Re: OpenBSD on Olinuxino-Lime2

2015-10-20 Thread Petr Ročkai
Hi, Alexander Kratzsch writes: > Now I have the same problems as Leonardo describes another thread. > The system boots and freezes at some point. I have attached a full log > below. welcome to the club. I think that there's an issue affecting all A20's, regardless of the board around them. Compa