Go to advanced search

by ackbar345
Fri Oct 04, 2013 7:21 pm
Forum: Beginners
Topic: How2 Install & Use SDL2 on Raspbian PI
Replies: 12
Views: 11282

Re: How2 Install & Use SDL2 on RPI

OK so I compiled the SDL2 library from source and then reapplied the patch. Then I added the `sdl2-config --cflags --libs` line to my Makefile. That seems to have gotten things going. Still trying to mess around with getting it working without X running.
by ackbar345
Fri Oct 04, 2013 5:23 pm
Forum: Beginners
Topic: How2 Install & Use SDL2 on Raspbian PI
Replies: 12
Views: 11282

Re: How2 Install & Use SDL2 on RPI

gabomdq I downloaded your binaries and unzipped them in root but I am having problems getting my program to compile. Do I need to install the generic SDL2 before I apply your binaries? Anything special I need to do after I unzip it? Thanks for your work!
by ackbar345
Sat Jan 05, 2013 7:48 pm
Forum: Troubleshooting
Topic: RPi hangs on boot after USB is loaded
Replies: 6
Views: 10498

Re: RPi hangs on boot after USB is loaded

OK so I found out that I made a mistake in the cmdline.txt file as the link provided above stated could be a reason. I mounted the flash card on another system and edited the line back and everything booted up fine.

Thanks!
by ackbar345
Sat Jan 05, 2013 7:21 pm
Forum: Troubleshooting
Topic: RPi hangs on boot after USB is loaded
Replies: 6
Views: 10498

Re: RPi hangs on boot after USB is loaded

I am having the exact same problem with the exact same cause. I was following these instructions: http://pikiosk.tumblr.com/post/38866317521/printing-with-raspberry sudo pico /boot/cmdline.txt and replace the content with dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator...

Go to advanced search