Thanks Gordon. How do you know that?gordon@drogon.net wrote: The 5v to the HDMI socket is fed by an AP2331W current limiting device. This limits the maximum current to 400mA.
-Gordon
Have I missed the schematics being published?
Thanks Gordon. How do you know that?gordon@drogon.net wrote: The 5v to the HDMI socket is fed by an AP2331W current limiting device. This limits the maximum current to 400mA.
-Gordon
B+ went through the same level of EMC/compliance testing as the B. There's a considerable lag between reports being submitted to the FCC and them turning up on the website.redhawk wrote:Just out of curiosity did the Model B+ go through the same rigorous EMC testing as the model B board??
I'm currently looking on the FCC website for the Raspberry Pi but can only find one set of reports filed under the ID "2ABCB-RPI21".
Richard S.
There's a small one-page update that was published - I think if you search the raspberrypi.org site in the documentation it has it there. It doesn't contain everything, but a few important and handy bits so-far.arm2 wrote:Thanks Gordon. How do you know that?gordon@drogon.net wrote: The 5v to the HDMI socket is fed by an AP2331W current limiting device. This limits the maximum current to 400mA.
-Gordon
Have I missed the schematics being published?
redhawk wrote:Is there an FCC ID report for the Model B+ when I search for Raspberry Pi I under "Applicant Name:" can only find "2ABCB-RPI21" - https://apps.fcc.gov/oetcf/eas/reports/ ... Search.cfm
Richard S.
jdb wrote:
B+ went through the same level of EMC/compliance testing as the B. There's a considerable lag between reports being submitted to the FCC and them turning up on the website.
How do you configure it in software?jdb wrote:The default current limit setting for the USB ports is 600mA (aggregate across the 4 ports). This can be increased to 1.2A via software config if you have a sufficiently powerful PSU.
See https://projects.drogon.net/testing-set ... erry-pi-b/arm2 wrote:jdb wrote: The default current limit setting for the USB ports is 600mA (aggregate across the 4 ports). This can be increased to 1.2A via software config if you have a sufficiently powerful PSU./quote]
How do you configure it in software?
start.elf?
Or if you have wiringPi v2.20 (you'll need to do a pull as I've just done a checkin), thenDirkS wrote:See https://projects.drogon.net/testing-set ... erry-pi-b/arm2 wrote:jdb wrote: The default current limit setting for the USB ports is 600mA (aggregate across the 4 ports). This can be increased to 1.2A via software config if you have a sufficiently powerful PSU./quote]
How do you configure it in software?
start.elf?
Code: Select all
gpio usbp hi|lo
The ACT led did change from active low on rev1/rev2 to active high on B+. I guess that is what caused this.plugwash wrote:One thing i've noticed with the B+ is that the act light comes on at power on, even if there is no SD card or a SD card without usable firmware. This was somewhat confusing at first (especially as I was testing firmware compatibility*) as on the previous models the ACT light illuminating indicates the firmware has been loaded successfully and the system is booting.
Was this a deliberate design descision or a side affect of some other change (I'm guessing the latter)
I did add this new info to the boot problem stickies (which were completely overhauled for the B+).dom wrote: The ACT led did change from active low on rev1/rev2 to active high on B+. I guess that is what caused this.
As this behaviour occurs without any software being run, it can't be changed.
I guess this need to be mentioned in the FAQs that ACT solidly on (on B+) means firmware couldn't be loaded at all (Working firmware will flicker for 20/30 seconds and then go off).
There has never been any evidence of hardware damage through overclock, so any speed is safe.solar3000 wrote:What's the new safe overclocking speed for the B+??
Whilst I can't directly answer the above, wouldn't the fact that NOOBS has to re-size it's original partition** (on its card) and add in new ones also cause problems (ie. I think the /dev entries for the latter would be different too, but I could be wrong)?RichShumaker wrote: ...
My question is how would you specify the boot location for a NOOBs configured RasPi SD card or is it not possible?
...
you can use hub-ctrl to turn on/off power on USB ports:gordon@drogon.net wrote:Are you sure?jdb wrote:The 9514 hub's power control is hooked up to the USB power switch. Sending a control message via USB can power it off/on.
http://askubuntu.com/questions/149242/i ... rom-ubuntu
I just tried it with:
and its powered down the hub/ethernet chip but the 2 things (Pi's) I have plugged into the B+ USB sockets are still running.Code: Select all
echo 0 > /sys/devices/platform/bcm2708_usb/buspower/
there is 9514 on my B (without plus) But the same 9514 on B+ is colder, I don't know why.fruitoftheloom wrote:was http://www.microchip.com/wwwproducts/De ... ct=LAN9512
now http://www.microchip.com/wwwproducts/De ... ct=LAN9514
I am beginning to think 'impossible' to use the MicroSD to NOOBs SD solution. I understood it wrote multiple images to the card, but I thought they might be standardized, so that way sda2/boot1 is Raspbian or something like that.FTrevorGowen wrote:Whilst I can't directly answer the above, wouldn't the fact that NOOBS has to re-size it's original partition** (on its card) and add in new ones also cause problems (ie. I think the /dev entries for the latter would be different too, but I could be wrong)?RichShumaker wrote: ...
My question is how would you specify the boot location for a NOOBs configured RasPi SD card or is it not possible?
...
Trev.
** after the very first boot, creating what becomes its recovery partition.
I've not tried it myself, but it should be perfectly possible. You just need to understand how NOOBS' partitioning worksRichShumaker wrote:I am beginning to think 'impossible' to use the MicroSD to NOOBs SD solution. I understood it wrote multiple images to the card, but I thought they might be standardized, so that way sda2/boot1 is Raspbian or something like that.FTrevorGowen wrote:Whilst I can't directly answer the above, wouldn't the fact that NOOBS has to re-size it's original partition** (on its card) and add in new ones also cause problems (ie. I think the /dev entries for the latter would be different too, but I could be wrong)?RichShumaker wrote: ...
My question is how would you specify the boot location for a NOOBs configured RasPi SD card or is it not possible?
...
Trev.
** after the very first boot, creating what becomes its recovery partition.