View Single Post
  #6   (View Single Post)  
Old 23rd March 2015
ibara ibara is offline
OpenBSD language porter
 
Join Date: Jan 2014
Posts: 783
Default

Quote:
Originally Posted by Plast0000 View Post
it's a CUBIEBOARD
OK. Judging by the NetBSD docs, something like this should work:*
Check out src tree to /usr/src
Code:
# cd /usr/src && mkdir -p /usr/obj
# ./build.sh -m evbearmv7hf-el tools
# cd /usr/src/sys/arch/evbarm/conf/CUBIEBOARD && cp GENERIC CUBIE
CUBIE can be anything you want to name your kernel.
You can then edit the CUBIE kernel but I don't see a need for that.
Code:
# cd /usr/src
# ./build.sh -u -m evbearmv7hf-el kernel=CUBIE
# ./build.sh -U -u -m evbearmv7hf-el release
# ./build.sh -U -x -u -m evbearmv7hf-el release
You only need the last line (with the -x option) if you also want to have X. Otherwise you can omit it.

* I do not use NetBSD this is just my best guess based on reading the docs.
Reply With Quote