Power Developer https://powerdeveloper.org/forums/ |
|
FreeBSD for EFIKA MX https://powerdeveloper.org/forums/viewtopic.php?f=3&t=2319 |
Page 1 of 2 |
Author: | czp [ Tue Nov 06, 2012 12:08 pm ] |
Post subject: | FreeBSD for EFIKA MX |
I just received this on the FreeBSD announce mailing list. As I'm a FreeBSD maniac, testing this will be my pet project for the next couple of months :) And here is the announcement: Code:
-------- Original Message --------
Subject: [FreeBSD-Announce] Announcing Foundation Funded Project! Date: Tue, 06 Nov 2012 09:32:00 -0700 From: Deb Goodkin <deb@freebsd.org> To: freebsd-announce@freebsd.org Dear FreeBSD Community, The FreeBSD Foundation is pleased to announce that Aleksandr Rybalko has been awarded a grant to port FreeBSD to the Genesi Efika MX SmartBook laptop and SmartTop nettop devices. Both use the Freescale i.MX515, an ARM Cortex-A8 System-on-Chip (SoC). These low power devices will provide convenient reference platforms for FreeBSD on ARM, as they are low-cost complete systems. The Smartbook includes a 10" display, 3G connectivity and a battery life of 6 to 8 hours for $199. When this project is completed, it will be possible to run X11 applications on FreeBSD on the Efika, with full support for sound and networking. It will also make it much easier to support other devices, such as some Android tablets, that ship with the i.MX515 SoC. This project will be completed by the end of 2012. The FreeBSD Foundation _______________________________________________ freebsd-announce@freebsd.org mailing list http://lists.freebsd.org/mailman/listin ... d-announce To unsubscribe, send any mail to "freebsd-announce-unsubscribe@freebsd.org" |
Author: | czp [ Wed Nov 07, 2012 12:22 pm ] |
Post subject: | Re: FreeBSD for EFIKA MX |
And finally some more info in the comments of web version of this announcement: http://freebsdfoundation.blogspot.hu/20 ... efika.html |
Author: | qko [ Sat Nov 10, 2012 3:51 pm ] |
Post subject: | Re: FreeBSD for EFIKA MX |
I'm an OpenBSD guy by default. I'm REAL happy to see this. Thanks. |
Author: | czp [ Tue Nov 13, 2012 10:03 am ] |
Post subject: | Re: FreeBSD for EFIKA MX |
Progress: http://raybsd.blogspot.hu/2012/11/efika-mx-boot.html So it seems to boot and have USB and networking support. |
Author: | rayddteam [ Tue Nov 13, 2012 12:18 pm ] |
Post subject: | Re: FreeBSD for EFIKA MX |
Hi guys! Quote: Progress: http://raybsd.blogspot.hu/2012/11/efika-mx-boot.html
Only USB actually. Because NIC is a USB Ethernet (D-Link one) :)So it seems to boot and have USB and networking support. At least yet. |
Author: | rayddteam [ Fri Nov 16, 2012 1:01 pm ] |
Post subject: | Re: FreeBSD for EFIKA MX |
Now Watchdog and PATA controller (PIO4 yet) also supported :) |
Author: | czp [ Fri Dec 21, 2012 3:37 am ] |
Post subject: | Re: FreeBSD for EFIKA MX |
Any updates? I'd be really happy to test it on either the smarttop or the smartbook! |
Author: | czp [ Fri Dec 28, 2012 8:58 am ] |
Post subject: | Re: FreeBSD for EFIKA MX |
Now all I need is a little time to try it: http://raybsd.blogspot.hu/2012/12/your- ... enesi.html But it's a nice Christmas present :) |
Author: | rayddteam [ Thu Jan 10, 2013 3:50 am ] |
Post subject: | Re: FreeBSD for EFIKA MX |
Quote: Now all I need is a little time to try it: http://raybsd.blogspot.hu/2012/12/your- ... enesi.html But it's a nice Christmas present :)
How is going? :)
|
Author: | czp [ Fri Jan 11, 2013 6:29 am ] |
Post subject: | Re: FreeBSD for EFIKA MX |
I expected a lot more free time in January, but I was kept busy for the past few weeks :( |
Author: | rayddteam [ Sun Jan 13, 2013 1:54 pm ] |
Post subject: | Re: FreeBSD for EFIKA MX |
Quote: I expected a lot more free time in January, but I was kept busy for the past few weeks :(
Newermind, it's ok :)News: Xorg - works :) |
Author: | czp [ Sun Jan 13, 2013 2:20 pm ] |
Post subject: | Re: FreeBSD for EFIKA MX |
Wow, that's great! Do you have an SD card image? :) That way I'll be definitely quicker to test it. Right now I don't even have access to a FreeBSD where I could compile (all of my FreeBSD machines are remote servers), so I'd need to install it in a VM, compile it, etc... |
Author: | rayddteam [ Sun Jan 13, 2013 4:19 pm ] |
Post subject: | Re: FreeBSD for EFIKA MX |
Quote: Wow, that's great! Do you have an SD card image? :) That way I'll be definitely quicker to test it. Right now I don't even have access to a FreeBSD where I could compile (all of my FreeBSD machines are remote servers), so I'd need to install it in a VM, compile it, etc...
Nope, not yet.Still have problems with SDHCI, so now it is initialized by uboot installed into SD card, can load kernel from SD/USB/PATA/Network, and mount rootfs from PATA/USB/Network. When I will done urgent parts, I will do image (or two images). |
Author: | czp [ Mon Jan 14, 2013 4:18 pm ] |
Post subject: | Re: FreeBSD for EFIKA MX |
OK, checking out sources in a virtual machine. I still don't know how to connect my SD card reader to the virtual machine, but looking at the clock, it's tomorrow's problem :) |
Author: | czp [ Tue Jan 15, 2013 5:28 am ] |
Post subject: | Re: FreeBSD for EFIKA MX |
Code: cd /usr/home/czanik/efika_mx/efika_mx/sys/modules; MAKEOBJDIRPREFIX=/usr/obj/arm.armv6/usr/home/czanik/efika_mx/efika_mx/sys/EFIKA_MX/modules KMODDIR=/boot/kernel MACHINE_CPUARCH=arm MODULES_OVERRIDE="""" WITHOUT_MODULES="ahc" DEBUG_FLAGS="-g" MACHINE=arm KERNBUILDDIR="/usr/obj/arm.armv6/usr/home/czanik/efika_mx/efika_mx/sys/EFIKA_MX" SYSDIR="/usr/home/czanik/efika_mx/efika_mx/sys" make all
There is no trace of "auditdistd" in /usr/src/UPDATING. Does it mean, that I should be running on FreeBSD 10 to be able to test the EFIKA MX port?
-------------------------------------------------------------- >>> Kernel build for EFIKA_MX completed on Tue Jan 15 11:03:15 CET 2013 -------------------------------------------------------------- ERROR: Required auditdistd user is missing, see /usr/src/UPDATING. *** [installcheck_UGID] Error code 1 Stop in /usr/home/czanik/efika_mx/efika_mx. *** [installworld] Error code 1 |
Page 1 of 2 | All times are UTC-06:00 |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |