Live data from Hacker News

Introducing Raspberry Pi B+

raspberrypi.org

221–223 of 223 posts

Re: Introducing Raspberry Pi B+

#221
post #56

Earlier quoted context omitted.

"Too slow"? Thats a very consumer-centric point of view. Compiling onboard is quite sufficient for most small projects, and really .. its a matter of patience, but for sure its quite usable. For those more used to the fat-IDE approach, where everything is done for you at a few clicks, its certainly not interesting .. but if you want to get really familiar with software development, doing things onboard the rPi can be…

Hooking the Pi up to a monitor and using it to actually edit on is extremely slow, once you've loaded an editor a browser a couple of terminals and maybe an MP3 player it's a crawl compared to devices anyone is used to in 2014.

I don't, ever, even think about lag in between :w and :ma .. these things just plain work. For everything else, there's 'cscope -R -s /usr/include #&etc'.

For pure C/C++ projects, I use cscope+vim+make on the rPi. For Lua projects, just vim .. and a few judicious 'watch ./ make' style sub-cmds in another shell.

GUI editors are not your friend, I accept that. But there is more beneath the hood than such a dilemna as not enough RAM to load bitmaps ..

Re: Introducing Raspberry Pi B+

#222

What's the same: - Same Broadcom BCM2835 Chipset - Same 512MB RAM - Same full size HDMI port - Same 10/100 Ethernet port - Same CSI camera port and DSI display ports - Same micro USB power supply connection What has changed: - Now comes with 4 USB ports so you can now connect more devices than ever to your Raspberry Pi. - There is a 40pin extended GPIO so you can build even bigger and better projects than ever before…

-You can now provide up to 1.2 AMP to the 4 USB ports enabling you to connect more power hungry USB devices without needing an external USB hub. (This feature requires a 2Amp micro USB Power Supply) Nice. In my experience, using a good power supply for the pi (instead of cheap ones selling for 5 bucks on ebay) is mandatory also in the current revision, and solves a lot of problems with video and USB devices (for exam…

The Pi Shop sell a high power adapter http://www.amazon.co.uk/Adaptor-Supply-Charger-Tablet-iPhone... with full 2A and dual USB ports.

Re: Introducing Raspberry Pi B+

#223
RPi B+ and I2S DACs will not work directly anymore: changed GPIOs and pinmux different now. I did the Rasbian Kernel Patch and with four jumper wires - it works: http://www.tjaekel.com/T-DAC/raspi_Bplus.html

Even with latest Rasbian image (June 2014) - without Kernel Patch I2S does not work (and RPi B+ will hang). Change three bytes in a kernel module and all fine.

Post reply on HN