Since harddisks have their own controller and cache it might fix that problem. But didn't even bother to try it, would be an expensive, heavy, ugly and clumsy workaround. I'd rather like to find out why it's not possible to write a few hundred kilobytes per seconds to SD cards or USB sticks and if i...
Have tried now: - Kernel compiled with 1000Hz timer freq - Different IO schedulers - Even more different sysctl values and settings - Several different (and fast) USB sticks and SD cards - nice and ionice on the processes in different combinations - Different wifi sticks for receiving - ext4 and fat...
So far it works for me, but another user who also tried 1000Hz _without_ RT patches (to get rid of the USB latency which causes delayed wifi packets) reported problems when using wifi cards and an USB joystick at the same time. I tried my image with the new 1000Hz kernel option, and I can not login ...
Just for clarity, in my case the issue happens _without_ using any RT patches, the only change I made to the rpi-source kernel was setting the timer frequency to 1000Hz. Did some kernel compilations while receiving wifi packets (this would make it freeze often), seems stable now with the above menti...
I have a similar problem with the Raspbian kernel pulled via rpi-source using the same config as stock Raspbian (running kernel config pulled from /proc directory). When using anything higher than 100Hz it freezes randomly.
Is there a way to make the kernel not freeze/stall the whole system while it is writing to disk? Following background: I'm using the Raspberry and it's camera as a video transmitter/receiver system for FPV (see here if interested: http://www.rcgroups.com/forums/showthread.php?t=2664393). This system...
It'll get clipped to the range permitted by the mode. Thanks. I have in memory, that when not forcing the mode, it will revert back to 640x480 and when forcing the mode and setting something over 49fps, it throws some "MMAL ...." error. That's why I hoped it was working with more than 49fps now. Ok...
I have a question regarding the older V1 camera. Before I upgraded firmware and userspace stuff for the V2 camera, maximum FPS supported was 49FS at 1296x730 (mode 5), when setting a higher FPS, it would either revert back to 640x480 and scale-up or give an error message (don't remember). Now it see...
stty did still give error messages, tried with both uart clocks (one zero more). Finally found what has to be done to set the serialport to 100.000 bit/s, maybe it helps somebody else in the future. setserial -a /dev/ttyS0 spd_cust setserial -a /dev/ttyS0 divisor 312 stty -F /dev/ttyS0 38400 Here is...
I'm having the same issue. Tried with the on-board serial port of the Pi3 and a Prolific pl2303 USB adapter. Using the latest Rasbian, when trying to set a non-standard baudrate with stty I get: stty: invalid argument ‘100000’ I've read on some other thread (from 2013) that there was a kernel patch ...
Thanks for the info 6by9. I already did some testing, keeping up with the output is not easy because the bitrate varies a lot sometimes. I realize it's not really possible for a live encoder to get the bitrate exactly right. Also, of course, when there is not much to encode like when pointing the ca...
Could you please consider making additional buffering configurable somehow if you do that? For live video feed it would be nice to keep latency as low as possible.
Thank you for this comprehensive answer. I was trying to eliminate jpegparse because I thought it added a lot of latency, but it looks like it doesn't add that much (max 3ms). I found a way to stream the raspivid MJPEG stream directly through gstreamer, and it works tremendously well (720P @ 49fps,...
I'm trying to get a clean bootup and found it's not that easy because the login prompt always flashes up briefly. Now since hello_video.bin writes directly on the hardware which nicely covers anything there is, I figured why not let hello_video.bin play a little animation while booting? I've tried a...
I've lately compiled a custom kernel with some patches on a Pi 3 using rpi-source and then following the directions on Raspberry.org on how to build a kernel. Worked nicely. However, the kernel and modules for the Pi1 are still the ones that came with Raspbian Jessie. Is there a simple way to compil...
Well, I have converted the modeline the X-Server on my Notebook gave me to the config.txt hdmi_timings syntax: hdmi_timings=1080 0 118 4 118 1920 0 4 4 3 0 0 0 60 0 152900000 3 Does anybody know if these green lines are really sync issues? I'm pretty sure the timings are right. Atleast these are the...
Can somebody please give me a hint on what else to try to get this display working? I've been trying for several days now, been through all config.txt options, tried hdmi_boost, hdmi_safe and all the other options to no avail and in probably all combinations there are. Tried it on Pi 2 and 3 with di...