Yes... my build crashed because of lack of swap...
No, I haven't try to run SIM .. I took "build from source" granted so I 
started to build from source...

I created swap now with:

sudo mkdir -p /var/cache/swap/
sudo swapoff /var/cache/swap/swapfile
sudo dd if=/dev/zero of=/var/cache/swap/swapfile bs=3M count=256
sudo chmod 0600 /var/cache/swap/swapfile
sudo mkswap /var/cache/swap/swapfile
sudo swapon /var/cache/swap/swapfile


And restarted build. I hope everything will be OK this time.

Dne torek, 14. februar 2017 13.52.13 UTC+1 je oseba Schooner napisala:

>
> On 14/02/17 12:34, Klemen Zhivko wrote: 
> > rtapi_app:22811:user Invalid parameter `--' 
>
> That is because as I said, the image is pre multicore merge 
>
> Did you try running the sim that is with the image? 
>
>
>  >  It seems I need to build mk from official source, but what threads I 
> need to use on mksocfpga? posix, xenomai or preempt? 
>
> The image has a rt-preempt kernel, you just need to 
> ./autogen.sh 
> ./configure --with-platform-socfpga 
> make -j2 (assuming you have a swapfile or swap partition) 
>
> I have just brought mine up from the workshop, cloned the repo, built 
> and run the sim 
> so it works fine 
>
>

-- 
website: http://www.machinekit.io blog: http://blog.machinekit.io github: 
https://github.com/machinekit
--- 
You received this message because you are subscribed to the Google Groups 
"Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to