All times are UTC-06:00




Post new topic  Reply to topic  [ 23 posts ] 
Author Message
 Post subject: Re: FreeBSD for EFIKA MX
PostPosted: Fri Jan 18, 2013 8:29 am 
Offline

Joined: Fri Apr 01, 2011 2:10 pm
Posts: 9
Location: Kiev, Ukraine
Quote:
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
--------------------------------------------------------------
>>> 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
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?
Are you try to just add that user?
If it's not works, look please into freebsd-current mailing list, I remember there was some discussion on that breakage.
It is fixed already in HEAD, but I'm not ready to do merge from HEAD now. Hope will be able soon.

Now we have U-Boot for both Smarttop/Smartbook with video output support.

News here: http://raybsd.blogspot.com/

CU


Top
   
 Post subject: Re: FreeBSD for EFIKA MX
PostPosted: Tue Jan 22, 2013 12:39 pm 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
I was compiling on 9.1 release, which obviously does not have that user. I'm trying to to update my 10-snapshot hoping that it will be a bit more stable...

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
 Post subject: Re: FreeBSD for EFIKA MX
PostPosted: Fri Jan 25, 2013 8:14 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
OK. I moved from vmware to virtualbox (FreeBSD seems to run more stable on it), and disabled most debug options in the kernel config, so now I have a stable build environment based on FreeBSD 10.

While compiling the EFIKA sources I'm reading the instructions again. As I don't have USB Ethernet so I need to boot from the internal PATA. The doc writes, that it needs to be a FAT partition. As normally I use Linux on my machines, it's an EXT3 partition right now. Can your u-boot handle this?

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
 Post subject: Re: FreeBSD for EFIKA MX
PostPosted: Fri Jan 25, 2013 6:59 pm 
Offline

Joined: Fri Apr 01, 2011 2:10 pm
Posts: 9
Location: Kiev, Ukraine
Quote:
OK. I moved from vmware to virtualbox (FreeBSD seems to run more stable on it), and disabled most debug options in the kernel config, so now I have a stable build environment based on FreeBSD 10.

While compiling the EFIKA sources I'm reading the instructions again. As I don't have USB Ethernet so I need to boot from the internal PATA. The doc writes, that it needs to be a FAT partition. As normally I use Linux on my machines, it's an EXT3 partition right now. Can your u-boot handle this?
IIRC, I don't remove ext2fs support, so it must works.
See how it is can be done in the U-Boot Doc:
http://www.denx.de/wiki/U-Boot/Documentation


Top
   
 Post subject: Re: FreeBSD for EFIKA MX
PostPosted: Tue Jan 29, 2013 11:52 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
Dead end :-( Everything is compiled, but I can't access my USB key or SD card from the virtual machine. And I can't create a UFS filesystem from Linux...

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
 Post subject: Re: FreeBSD for EFIKA MX
PostPosted: Sat Feb 16, 2013 3:50 pm 
Offline

Joined: Fri Apr 01, 2011 2:10 pm
Posts: 9
Location: Kiev, Ukraine
Quote:
Dead end :-( Everything is compiled, but I can't access my USB key or SD card from the virtual machine. And I can't create a UFS filesystem from Linux...
Hi! I have a news for you :)
here is image for SD card http://people.freebsd.org/~ray/efika_mx ... ard.img.xz
Just unpack and put it into SD image with dd
unxz Efika_MX_SD_card.img.xz
dd if=Efika_MX_SD_card.img of=/dev/da0 bs=64k

USB flash image http://people.freebsd.org/~ray/efika_mx ... ash.img.xz
unxz Efika_MX_USB_Flash.img.xz
dd if=Efika_MX_USB_Flash.img of=/dev/da4 bs=2m

PLEASE CHECK DEVICE NAMES, I ASSUME: da0 is SD card, da4 - USB flash. So replace it with appropriate.

It's don't have XOrg in the image, but allow to start to play with it.


Top
   
 Post subject: Re: FreeBSD for EFIKA MX
PostPosted: Tue Mar 26, 2013 5:00 am 
Offline

Joined: Fri Apr 01, 2011 2:10 pm
Posts: 9
Location: Kiev, Ukraine
Hello everyone!

Porting FreeBSD to Efika MX Platforms Project Completed FreeBSD Foundation. So anybody who likes Genesi products, ARM and FreeBSD can try now FreeBSD on Genesi Efika MX Smartbook and Genesi Efika MX Smarttop.
There is still many things to do. But now it's usable and anyone can try yourself in FreeBSD/ARM programming and make life more colorful for yourself and many other.

Please read details on how to run at raybsd blog

Feel free to ask questions ray at freebsd dot org.

Thanks Genesi!
Thanks FreeBSD foundation and whole FreeBSD community!
Thanks Linux and other developers!

WBW
Aleksandr Rybalko


Top
   
 Post subject: Re: FreeBSD for EFIKA MX
PostPosted: Sun Jun 22, 2014 11:21 pm 
Offline

Joined: Wed May 02, 2012 1:36 pm
Posts: 13
Location: Germany
Quote:
Quote:
Dead end :-( Everything is compiled, but I can't access my USB key or SD card from the virtual machine. And I can't create a UFS filesystem from Linux...
Hi! I have a news for you :)
here is image for SD card http://people.freebsd.org/~ray/efika_mx ... ard.img.xz
Just unpack and put it into SD image with dd
unxz Efika_MX_SD_card.img.xz
dd if=Efika_MX_SD_card.img of=/dev/da0 bs=64k

USB flash image http://people.freebsd.org/~ray/efika_mx ... ash.img.xz
unxz Efika_MX_USB_Flash.img.xz
dd if=Efika_MX_USB_Flash.img of=/dev/da4 bs=2m

PLEASE CHECK DEVICE NAMES, I ASSUME: da0 is SD card, da4 - USB flash. So replace it with appropriate.

It's don't have XOrg in the image, but allow to start to play with it.
I must say i cannot get those images to boot, ive been dd'ing it from linux onto a MMC card and the usb stick. (Smartbook)

(sorry for threat necro somewhat.. but i must have BSD on that thing :) )


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 23 posts ] 

All times are UTC-06:00


Who is online

Users browsing this forum: No registered users and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
PowerDeveloper.org: Copyright © 2004-2012, Genesi USA, Inc. The Power Architecture and Power.org wordmarks and the Power and Power.org logos and related marks are trademarks and service marks licensed by Power.org.
All other names and trademarks used are property of their respective owners. Privacy Policy
Powered by phpBB® Forum Software © phpBB Group