Raspberry Pi 3 is now on sale for $35 and here are some of the specs: A 1.2GHz 64-bit quad-core ARM Cortex-A53 CPU (~10x the performance of Raspberry Pi 1) Integrated 802.11n wireless LAN and Bluetooth 4.1 Complete compatibility with Raspberry Pi 1 and 2
My question is, what does this mean for the piplay community? What new emulators will this be able to handle, and would this allow for a more flashy Piplay GUI like the Hyperspin?
Also, what do we need to do to get PiPlay working on the PI 3?
I installed the regular version of Jessie, not the lite. Once booted I followed ran these commands: git clone https://github.com/ssilverm/piplay-installer cd piplay-installer bash installer.sh
They seemed to run correctly. After that I rebooted and all I get is a black screen with the flashing underscore in the top left corner, it will not respond to any keyboard input. Any suggestions? I will wipe the SD and re install jessie again in the meantime.
I just started with the Pi so i used Jessie. I added the password for my network and ran the installer. After the boot, all I'm getting is the flashing cursor like krayzielilsmoki.
It does. I got I working last night. I loaded Jessie booting to thr desktop. I setup the location, time and network settings. Then, opening the terminal window, I used config to set the next boot to the $ prompt. Lastly, I ran the three lines from above for piplay installer. Reboot and success.
Still no luck, I went into the boot menu and tried boot to text with auto login, it booted to the command line saying that it was unable to launch the piplay menu. I tried changing boot options to boot into desktop and now Im back to the flashing underscore.
I also had problems with the image downloaded PiPlay 0.8.0 Beta 9 on SD. It never booted, but a big square "raibow color" appeared still. Then I tried to install through Raspian ( not Lite ) console as explained in https://github.com/ssilverm/piplay-installer. After all that process I got that there was a mistake when it boots, something like an expected "fi". Then I realized that in "installer.sh" there was a mistake. it is on file: (...) echo 'cd /home/pi/pimame/pimame-menu/' >> /home/pi/.profile echo 'python launchmenu.py' >> /home/pi/.profile fi
echo 'fi' >> /home/pi/.profile
sudo apt-get -y install supervisor (...) it should be on file: (...) echo 'cd /home/pi/pimame/pimame-menu/' >> /home/pi/.profile echo 'python launchmenu.py' >> /home/pi/.profile
export LD_LIBRARY_PATH=/home/pi/pimame/dispmanx/build/.libs/ && /home/pi/pimame/emulators/dgen-sdl-1.32/dgen /home/pi/pimame/emulators/dgen-sdl-1.32/dgen: error while loading shared libraries: libarchive.so.12: cannot open shared object file: No such file or directory
I have installed libarchive-dev and libarchive13. Any clue?
Yes, krayzielilsmoki, that's it! Although I have done it through console connected via SSH (with putty). I guess it is the same than doing it console window on graphic interface.
Not working for me. It all most works on my Raspberry Pi 3. I installed 2016-05-27-raspbian-jessie.img then updated it. Rebooted, then did the commands from: