Jump to content

martinayotte

Members
  • Posts

    3892
  • Joined

  • Last visited

Everything posted by martinayotte

  1. I have several OPiPC equipped with RTL8188 or MT7601, and they are working reliably since almost over one year.
  2. Don't use those board names, it willl change their behaviours every hours ...
  3. "-i ./video" is also wrong, it required a input file, so here is what I used and reported output :
  4. After tweaking ffmpeg command line arguments (some were wrong), I got something like 6fps, but sometime 4.5fps ...
  5. What "lsusb" is telling you ? What kind of SATA Bridges do you have ?
  6. As Zador said : SD (MMC0) > eMMC (MMC2) > SPI NOR > FEL So, if you wish to boot from USB using SPI-NOR, you need to get rid of any u-boot sectors on both SDCard and eMMC.
  7. ... except, of course, if the u-boot sectors have been erased from sdcard and completely re-formatted ...
  8. Then, I'm running out of ideas ... In the mean time, I can only suggest to purchase some USB-TTL (3V compatible) dongles to compare behaviours.
  9. This means that OPi TX is Ok, but RX isn't ... How do you power the MAX3232 ? If it is with 5V, you will need to add a voltage divider on RX output of the MAX, because OPi is 3.3V.
  10. Those are RS232-TTL converters. This means that your PC has a real RS232 DB9 port, and you're actually use it with a converter, right ? If you're using a USB-TTL dongle, you don't need such converters, since they are already TTL level.
  11. martinayotte

    ROCK64

    W25Q128 are now cheaper than 1 year ago ...
  12. Your problem's description is not clear ... Can you show us what your test.py contains ? If you have utf-8 issues, you probably need to do a "export PYTHONIOENCODING=UTF-8" before starting your script.
  13. Yes ! Your second card doesn't have u-boot ! You should do a 'dd' between cards but only the first 1M. Then, with 'fdisk' on the new card, delete partition and re-create it to match size of the card, followed with 'mkfs.ext4' for reformatting. After that, you can tar or rsync the rootfs filesystem.
  14. Can you tell us what kind of crappy switch it is so that people won't struggle with same model.
  15. Several computers from that time, although their CPU limited to 64K due to 16 bits address bus, use "memory bank switching". One of the most known example was Apple III, but some others too in the unix word such as Cromemco with as much as 512K
  16. That's because you used the debug serial. You should use another serial than that one, but unfortunately, it seems that the CHIP has only that one exposed on header.
  17. OrangePiPC+ is way much better than CHIP. One of the reason is that CHIP doesn't use eMMC but plain NAND.
  18. spidev0.1 means SPI0 with CS1 spidev1.0 means SPI1 with CS0
  19. It looks like portrait orientation instead of landscape ...
  20. This commit should allow that : https://github.com/armbian/build/commit/cb48540d4a230e1ef0dfc507f0e4ac165d37ee18 (I've done quick try and it worked for me)
  21. martinayotte

    ROCK64

    Those that means that we can later have a 1 partition scheme instead of this ugly 7 one ?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines