Monkey 2Raspberry Pi binaries – Monkey 2 http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/feed/ Sat, 20 Apr 2019 02:23:09 +0000 http://bbpress.org/?v=2.5.14-6684 en-US http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-1486 <![CDATA[Raspberry Pi binaries]]> http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-1486 Fri, 01 Jul 2016 04:25:11 +0000 Simon Armstrong 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

]]>
http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-1491 <![CDATA[Reply To: Raspberry Pi binaries]]> http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-1491 Fri, 01 Jul 2016 04:49:37 +0000 Simon Armstrong 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.

]]>
http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-1493 <![CDATA[Reply To: Raspberry Pi binaries]]> http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-1493 Fri, 01 Jul 2016 05:03:36 +0000 Simon Armstrong Still going. No errors so far. This is worse than loading from cassette tape…

]]>
http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-1494 <![CDATA[Reply To: Raspberry Pi binaries]]> http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-1494 Fri, 01 Jul 2016 05:08:44 +0000 Matthew Smith Haha! Needs the flashing loader! Miss lots of stuff from the good old days but not that one.

Is that a Pi 3 Simon?

]]>
http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-1495 <![CDATA[Reply To: Raspberry Pi binaries]]> http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-1495 Fri, 01 Jul 2016 05:16:00 +0000 Simon Armstrong 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…

]]>
http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-1507 <![CDATA[Reply To: Raspberry Pi binaries]]> http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-1507 Fri, 01 Jul 2016 07:07:28 +0000 Matthew Smith Thanks.

Nice!

]]>
http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-1575 <![CDATA[Reply To: Raspberry Pi binaries]]> http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-1575 Fri, 01 Jul 2016 19:51:01 +0000 jondecker76 Any report on how well this worked?

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

]]>
http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-1623 <![CDATA[Reply To: Raspberry Pi binaries]]> http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-1623 Sun, 03 Jul 2016 02:01:17 +0000 Simon Armstrong Just committed working version.

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

]]>
http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-1637 <![CDATA[Reply To: Raspberry Pi binaries]]> http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-1637 Sun, 03 Jul 2016 13:43:52 +0000 nobuyuki Woot!  I sense a “Monkey Boy” rpi0 portable console project in the future…

]]>
http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-2273 <![CDATA[Reply To: Raspberry Pi binaries]]> http://monkeycoder.co.nz/forums/topic/raspberry-pi-binaries/#post-2273 Tue, 19 Jul 2016 10:06:25 +0000 nigelibrown 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 🙂

]]>