Slashdot Mirror


User: keesj

keesj's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:MINIX3! on BeagleBone Black Ships With New Linux 3.8 Kernel · · Score: 1

    Hi,

    If you want to fiddle around with MINIX3 and the BBB I have some good new.
    starting yesterday we added initial support for the BBB in the master branch.

    git clone git://git.minix3.org/minix src
    cd src
    export BASE_URL=http://www.minix3.org/arm/beaglebone
    export FLAG=-DAM335X
    export CONSOLE=tty00
    ./releasetools/arm_sdimage.sh

    you can dd the resulting image to an SD-card!