Jump to content

Dominik Wójt

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. 4th port? My device has only 2 USB ports. I suppose it is different. It might need modified dtb, but as long as it is s805 (and it looks like it is), I would expect it to at least boot. We would need to debug, what uboot does. The most straightforward way to do it, would be to open the case and connect UART interface (e.g. ft232). Dumping the full environment (printenv in uboot console), would give us some insight. There is alternative way to get the dump, with fw_printenv, but I haven't ever tried this and don't know, if this is possible on the stock software.
  2. Hi @JorgenFloy420, I rebased my changes, built a new image and etched it on a USB drive. It does start, but only from one of the USB ports - I haven't yet debugged why it does not start on the other one. Anyway, at least now I confirmed, that both USB and SD card boot is possible. XFCE is running and usable using keyboard+mouse combo on the other USB port and a monitor on HDMI. here's your image: https://mega.nz/file/mdsHxDIR#vaEP7k-clLMe18MU4tkpznuKXFwJxnxoKeC_voZZuIk Let me know, if you have any success with this one.
  3. Hi @JorgenFloy420, sorry for late reply. I must have missed a notification. I am away from home now. I will upload the image sometime after 20th of December. Did you verify you are using the s805 based version? If the factory software is reporting model m201 it is probably compatible.
  4. Forgot to add a build command for the image: ./compile.sh build BOARD=aml-s805-mxq BRANCH=edge BUILD_DESKTOP=yes BUILD_MINIMAL=no DESKTOP_APPGROUPS_SELECTED='browsers internet multimedia' DESKTOP_ENVIRONMENT=xfce DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base KERNEL_CONFIGURE=no RELEASE=bookworm
  5. Hi all, I got a s805 box from my wife's cousin. He bought it ridiculously cheap here: https://www.olx.pl/d/oferta/tv-box-przystawka-do-telewizora-CID99-ID10w7q1.html The power adapter broke after a few hours, so he let me take it. I got a new adapter and had some play with the box. The box seems to be an MXQ clone. The software is probably a direct copy, with only the boot logo replaced. Data extracted from the factory software: model: m201 Android: 4.4.2 Build number: KOT49H.20160507 test-keys Kernel version: 3.10.33 rwf@YDsoft #1 Tue Jul 7 11:40:39 CST 2015 I was able to boot onecloud and odroidc1 images. The `s805_autoscript` script is missing in the builds, so I had to manually instruct (through UART) U-BOOT to load kernel from the SD card. The odroidc1 worked a little better in that there was HDMI output. To make this a little more robust, I forked the build repository and added a separate board and a boot script for it. I copied odroid's fixes for HDMI to dtb for this board. I did not test boot from other devices than SD card, but in theory USB should work, too. here is a branch: https://github.com/domin144/armbian-build/tree/mxq this commit was tested to work: https://github.com/domin144/armbian-build/commit/bce6f677e0a6a3dd0ee4ce1fdc4cee8befcdd0b8 This is not of pull request quality, but will hopefully give someone a better starting point. HDMI output was working wired network was working WIFI does not seem to be working
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines