Search found 9 matches
- Sun Jan 31, 2016 9:39 pm
- Forum: Troubleshooting
- Topic: Log in over USB TTL serial on Mac
- Replies: 3
- Views: 1397
Re: Log in over USB TTL serial on Mac
I had to enable console over serial in raspi-config. Now I get garbage characters when the login prompt shows up ..
- Tue Jan 26, 2016 6:22 am
- Forum: Troubleshooting
- Topic: Log in over USB TTL serial on Mac
- Replies: 3
- Views: 1397
Log in over USB TTL serial on Mac
I'm trying to use an USB TTL cable to log in from a Mac without much success. This is the cable: https://www.m.nu/serial-cable-debug-console-cable-p-636.html I've connected the red wire to 5V+ , black to GND, and then tried white and green both ways. I have the 1.6.0 driver from here: http://www.pro...
- Sun Oct 13, 2013 12:08 am
- Forum: Camera board
- Topic: mmal: failed ENOSPC
- Replies: 36
- Views: 59321
Re: mmal: failed ENOSPC
Sorry to bother You, guys .. It was a code error, of course. The process was not dying properly, so the new process was causing a hang. And yes, it is Python. And I'm new at it, so I'm kindof trying out a bunch of things at the same time 

- Sat Oct 12, 2013 3:59 pm
- Forum: Camera board
- Topic: mmal: failed ENOSPC
- Replies: 36
- Views: 59321
Re: mmal: failed ENOSPC
same error here. Interesting that running raspistill from the commandline, it's running without a glitch until it fills the partition, but running it from the script causes the camera to die. concurrency issue maybe ? raspistill Camera App v1.3 Width 2592, Height 1944, quality 85, filename /run/shm/...
- Thu Oct 10, 2013 8:45 pm
- Forum: Camera board
- Topic: Camera freeze
- Replies: 4
- Views: 1964
Re: Camera freeze
I made a script which in theory should run raspistill as a subprocess with timelapse option, dump some pics into a folder, then compare the images to each other. After a short while the camera hangs with the LED on, and raspistill reports the following: raspistill Camera App v1.3 Width 640, Height 4...
- Sat Sep 21, 2013 7:49 pm
- Forum: Camera board
- Topic: Graphical interface for raspistill
- Replies: 18
- Views: 31229
Re: Graphical interface for raspistill
for those wanting to run anything graphical over ssh, you need to enable X11 tunnelling when connecting with SSH as such: ssh -Y <user@hostname> apart from this you need to be running some kind of X server on your workstation. If you're running Linux, you're set. If you're running OSX, I You can ins...
- Sat Sep 21, 2013 7:51 am
- Forum: Camera board
- Topic: Camera freeze
- Replies: 4
- Views: 1964
Re: Camera freeze
Yes, thanks. I saw the other thread. Right now I'm powering it from an old USB hub, and I have no clue how much current that puts out. Stills work, but the video with netcat hangs the board. I'll try an iCharger.
- Fri Sep 20, 2013 9:46 pm
- Forum: Camera board
- Topic: Camera freeze
- Replies: 4
- Views: 1964
Re: Camera freeze
I'm experiencing camera and terminal freezes as well in Linux raspberrypi 3.6.11+ #538 PREEMPT Fri Aug 30 20:42:08 BST 2013 armv6l GNU/Linux / Raspbian 7
I'm running the wiki examples for netcat
I'm running the wiki examples for netcat
- Fri Sep 20, 2013 8:50 am
- Forum: Troubleshooting
- Topic: Stuck on the Rainbow Screen [old and obsolete]
- Replies: 56
- Views: 225736
Re: Stuck on the Rainbow Screen
boot_delay=1 worked for me too. What puzzles me is that first time I booted the Pi, it worked flawlessly. Then I made some changes through the config, rebooted from console, and it was dead (rainbow screen). First the SD was flashed in Windoze, and it worked. I dd:d the image in OSX (took me all nig...