Go to advanced search

by hunterpi
Mon Jul 01, 2013 7:46 am
Forum: General discussion
Topic: RPI for professional use
Replies: 28
Views: 13672

Re: RPI for professional use

Thank you very much everyone for your responses.
by hunterpi
Thu Jun 20, 2013 4:12 pm
Forum: General discussion
Topic: RPI for professional use
Replies: 28
Views: 13672

Re: RPI for professional use

Let's clarify a few things that may help. Obviously we do not intend to mount the RPI in a fighter jet loaded with bombs. This is a vending machine that with a RPI as the internal controller. As you can see is not a high-risk project but nor a hobby project. It is a machine that will sell and instal...
by hunterpi
Thu Jun 20, 2013 9:06 am
Forum: General discussion
Topic: RPI for professional use
Replies: 28
Views: 13672

Re: RPI for professional use

Thanks for all your posts
by hunterpi
Wed Jun 19, 2013 9:35 am
Forum: General discussion
Topic: RPI for professional use
Replies: 28
Views: 13672

RPI for professional use

In my company we are proposing to use the Raspberry Pi for a professional product. The project would start with 200 units of a machine controlled by the RPI. I can not find in the forums people who have used the RPI professionally. Do you think the RPI is ready to be installed into a final product t...
by hunterpi
Wed Mar 27, 2013 8:00 am
Forum: Arch
Topic: Arch linux maximized RAM vs GPU
Replies: 13
Views: 17909

Re: Arch linux maximized RAM vs GPU

My Raspberry Pi is B model with 512MB version. I tried several values ​​in the variables gpu_mem_512 and gpu_mem_256 and almost all values ​​have caused a system crash. With these values ​​the system booted me perfectly: gpu_mem_512=48 gpu_mem_256=48 I know in my case gpu_mem_256 variable has no eff...
by hunterpi
Sat Sep 15, 2012 12:19 am
Forum: Arch
Topic: X forwarding over SSH
Replies: 3
Views: 6735

Re: X forwarding over SSH

I use cygwin how terminal X Window
you make sure execute Cygwin-X -> XWin Server program, then login with ssh:
# ssh -Y root@192.168.1.xxx

then run any X program, for example the visual debuger (ddd):
# ddd

The main window of ddd appears in MSWindows.

Go to advanced search