Recent content by zmatt

  1. zmatt

    It's all white!

    Both are fine, the spec says a "Dedicated Charging Port" is indicated by max 200 ohm between D+ and D-.
  2. zmatt

    It's all white!

    Incorrect. The USB Battery Charging Specification allows a portable device to draw up to 1.5A when it detects it is connected (directly or via an Accessory Charger Adapter) to a Charging Downstream Port or a Dedicated Charging Port.
  3. zmatt

    Anyone know about the different types of LiPo Batteries?

    An important thing to keep in mind is that if the battery has no built-in protection against overdischarging, you need to make sure you don't leave it connected to any load that might accidently deep-discharge it. If this accidently happens anyway, you should discard the battery and not attempt...
  4. zmatt

    Quite a bit for you to read!

    You can define custom diff drivers and merge drivers, and use .gitattributes to tell git to use them for certain paths
  5. zmatt

    Quite a bit for you to read!

    To be specific, the results I get are: (dd iflag=direct if=/dev/mmcblk1 of=/dev/null bs=4M count=256) read 96 MHz 8-bit: 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 12.9219 s, 83.1 MB/s read 96 MHz 8-bit: 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 12.9004 s, 83.2 MB/s read 128 MHz 8-bit...
  6. zmatt

    Quite a bit for you to read!

    eMMC does pay more attention to reliability features, exactly because they get embedded. And to my delight I spotted this in the "extended card specific data" of the pyra's eMMC: user area: the device protects existing data if a power failure occurs during a write operation For comparison...
  7. zmatt

    Quite a bit for you to read!

    I've explained previously that the use of eMMC standard numbers here is not very useful. v4.5 allows a variety of connections, all of which are still valid connections for v5.1. The max speed the OMAP5 supports for the eMMC is 71% of the advertised sequential read speed of the eMMC, and...
  8. zmatt

    Quite a bit for you to read!

    Sorry ED, but that's not true :-) Both are limited due to the mux, the eMMC just moreso because it started out faster. Well, there are muxes all the way into RF. The problem is mainly the bidirectional level shifting that's also being performed for μSD. The annoying bit is that it needs that...
  9. zmatt

    Quite a bit for you to read!

    SK hynix H26M64208EMR Yes, considerably. No, I included the numbers for the eMMC itself in my overview.
  10. zmatt

    Quite a bit for you to read!

    A switch would still be controlling a mux, so there's no benefit. If it were that simple, the number would have been there in my overview :-) No muxer = no μSD slot.
  11. zmatt

    We've started to order things!

    Actually, for that the USB consortium invented the Accessory Charging Adapter, which sits between the OTG port and any attachment, and additionally has a charger port. And if you can't be bothered to buy a proper ACA, the interwebs helpfully provides this diagram: Just to be clear, this is...
  12. zmatt

    Quite a bit for you to read!

    That term really means nothing, I have devices whose eMMC whose advertised speeds are 30 MB/s read and 6.6 MB/s write. You are correct that it is a design flaw. This should have been checked, but apparently it slipped between the cracks. Unfortunately it's very easy to overlook something like...
  13. zmatt

    Quite a bit for you to read!

    (Note: in this post I'm using power-of-ten definitions of MB/s. I don't intend to make this a habit.) Note that the eMMC standard version is mostly about features of the eMMC module that software can take advantage of, the only part relevant to the OMAP5 itself is the signalling. You can still...
  14. zmatt

    Do you plan to produce the 2GB pyra?

    That's somewhat complicated, and will depend will very much depend on how the system is being used. The available memory bandwidth is shared between all subsystems that need to handle more data than fits in their local cache/sram. This means the two A15 cores, the display controller, and any...
  15. zmatt

    Do you plan to produce the 2GB pyra?

    Omitting two of the four memory chips would cut memory bandwidth by 50%.
Back
Top