Raspberry Pi binaries

About Monkey 2 Forums Monkey 2 Projects Raspberry Pi binaries

This topic contains 12 replies, has 6 voices, and was last updated by  Simon Armstrong 2 years, 8 months ago.

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1486

    Simon Armstrong
    Participant

    After a bit of head scratching I have just finished building mx2cc for pi.

    https://github.com/nitrologic/monkey2/blob/master/bin/mx2cc_pi

    To build this binary I did a full build on linux desktop and used scp to copy the modified monkey2 folder to the pi.

    I then added a cmake script and a script inside this folder:

    ~/monkey2/src/mx2cc/mx2cc.buildv1.0.0/build_cache/mx2cc.1.00

    Extra bits are for unused native broadcom EGL device layer.

    CMakeLists.txt

    buildpi.sh

    #1491

    Simon Armstrong
    Participant

    Have now added changes to common.sh and building modules slowly….

    As this is just a fork of the main repo to use monkey2 on pi do following from the pi home folder:

    git clone https://github.com/nitrologic/monkey2

    cd monkey2/scripts

    ./updatemods

    etc.

    #1493

    Simon Armstrong
    Participant

    Still going. No errors so far. This is worse than loading from cassette tape…

    #1494

    Matthew Smith
    Participant

    Haha! Needs the flashing loader! Miss lots of stuff from the good old days but not that one.

    Is that a Pi 3 Simon?

    #1495

    Simon Armstrong
    Participant

    A PI 2.

    and still going…

    I do like the way the green light blinks at me and I have 8×8 disco lights hat which will be going back on soon enough…

    #1507

    Matthew Smith
    Participant

    Thanks.

    Nice!

    #1575

    jondecker76
    Participant

    Any report on how well this worked?

    Did everything build?  Can simple projects be built?  What about mojo projects?

    #1623

    Simon Armstrong
    Participant

    Just committed working version.

    Some issues still with input but SDL2 egl2 display is all go so mojo is a gogo!

    #1637

    nobuyuki
    Participant

    Woot!  I sense a “Monkey Boy” rpi0 portable console project in the future…

    #2273

    nigelibrown
    Participant

    Simon Thank you for this work, Monkey is so suited to this platform.

     

    Just tried:

    git clone https://github.com/nitrologic/monkey2

    cd monkey2/scripts

    ./updatemods.sh

    On a Raspberry Pi3, apart from a required “apt-get install libudev-dev” & “libsdl2-dev” everything built OK. Just need to work out what to do next 🙂

    #2289

    Simon Armstrong
    Participant

    I will be posting a version of ted that can run if located in /monkey2/bin folder.

    Until then:

    ~/monkey2/bin/mx2cc_pi makeapp test.monkey2

    should build and run an app from the terminal

    #2304

    cocon
    Participant

    Very cool, this gives me an idea an Android target might be not-so-far-away.

    #2403

    Simon Armstrong
    Participant

    More issues than expected to get this release done, fingers crossed

    https://github.com/nitrologic/m2/blob/master/releases/README.md

     

    :=

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.