Jump to content

Nuno Cruz

Members
  • Posts

    25
  • Joined

  • Last visited

Recent Profile Visitors

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

  1. Last time I was not able to find amlogic dtb files in build, something change about the support to amlogic tv boxes?
  2. It doesn't flash, has errors on the beginning. The errors below are the logs on an attempt to flash
  3. hi anyone with a X88 Pro X3 can provide a dd backup ?? not sure what happened but my box became stuck on boot no way to flash it again [10:31:07 117][HUB3-3][Inf]-------------Download DDR.USB----------- [10:31:07 117][HUB3-3][Inf]--3-2-0-0 [10:31:07 117][HUB3-3][Inf]--Control write pll reg1 0xfffa0000:0x000000b1 [10:31:07 619][HUB3-3][Inf]--Control write pll reg1 0xfffa0000:0x00005183 [10:31:08 121][HUB3-3][Inf]--Control write pll reg1 0xfffa0000:0x000000b1 [10:31:08 621][HUB3-3][Inf]--Control write pll reg1 0xfffa0000:0x00005183 [10:31:09 122][HUB3-3][Inf]--Write initial succeed [10:31:09 122][HUB3-3][Inf]--Upload encrypt at 0xff800228 [10:31:09 122][HUB3-3][Inf]--ulValue = 0x20444142 [10:31:09 122][HUB3-3][Inf]--Read encrypt value succeed [10:31:09 122][HUB3-3][Inf]--Download DDR.USB,size: 65536! [10:31:09 124][HUB3-3][Err]--Download file failed, sequence 0 [10:31:09 124][HUB3-3][Err]--usbWriteFile len=4096, ret=-5 error_msg=libusb0-dll:err [_usb_reap_async] reaping request failed, win error: A device attached to the system is not functioning. [10:31:09 124][HUB3-3][Inf]--Failure : 1, FailureMax : 3 [10:31:19 625][HUB3-3][Err]--Download file failed, sequence 0 [10:31:19 625][HUB3-3][Err]--usbWriteFile len=4096, ret=-116 error_msg=libusb0-dll:err [_usb_reap_async] timeout error [10:31:19 625][HUB3-3][Inf]--Failure : 2, FailureMax : 3 [10:31:30 127][HUB3-3][Err]--Download file failed, sequence 0 [10:31:30 127][HUB3-3][Err]--usbWriteFile len=4096, ret=-116 error_msg=libusb0-dll:err [_usb_reap_async] timeout error [10:31:30 127][HUB3-3][Inf]--Failure : 3, FailureMax : 3 [10:31:30 136][HUB3-3][Err]--[0x10103003]Romcode/Initialize DDR/Download buffer/USB transfer error Using android recovery it just show all options, but show error trying to mount /cache some I/O error before most operation. Anyone can provide a dd image so I can put a full disk image back?? It's a bit strange happened after me try boot with armbian, I never got the box booting to home screen again, get stuck on android animation
  4. I was able to boot with meson-sm1-sei610.dtb and another x96 but the it detected only 2gb, instead of 4gb, so I quit to install on emmc.
  5. @hexdump I think I found the serial, in a bad place to my soldering skills, the maskrom poins I also found them, this is mentioned in a freaklab post. But the are recomending to shot the maskroom? put some solder to keep them connected? I gonna try this on a day with more time and without my 4 years daugther on my foot. Thanks
  6. Hi, I have a bricked (maybe broken) h96max rk3328 h2, it doesn't boot, I tried to see if was possible to install armbian without luck. The box seems to not have uart pins (maybe not so clear position), there's any trick to make armbian but from sd/usb.??? When I plug box to the PC with a usb cable, the box is detected as unrecognized device, so a assumed an hardware issue, but I belive that is bricked .
  7. Perfect, is exatcly what I need I'm still learning, and like many people, it's a mix of research and interaction with experts thanks for you help. I was missing the ddbr existence
  8. I have a 2 devices, one is like new, original android running, I can get the backup/partitions from there, I just wanted to know if there's any easy way to copy the original from that second device running android and place it in the device running armbian. I know that I can get a backup, I dont know who to apply this. Can I just clone the emmc from the android /dev/block/mmcblk2 and write it using the running armbian installation ?
  9. I have access to a device with the original partition, but not sure how and watch I should get a backup and write on the broken device? A script or anything to put all (or needed) partitions back? dd if=/dev/block/mmcblk2 | gzip -c > /path/to/my-disk.image.gz gunzip -c my-disk.image.gz | dd of=/dev/block/mmcblk1
  10. Hi, I installed armbian on a Q96 plus but is working some problems. I tried to install again using diferent dtb but strange was not booting any other dtb, not even with the one that I was to install the first time. So I decide put back the original android firmware with the flash tool, Strangely the toothpick methd to make the box connect to flash is not working, So, now I'm not able to install any other firmware, but is still boot a running armbian installing. There's any way to erase and restore the orginal boot, without use the usb cable? using a SD boot to erase the armbian boot? or some comming to do this from the linux running on the device?
  11. Hi, I was able to install last build on an box named Q96 plus, it has 4gb rk3328, for some reason is crashing when copy a large to the usb drive, anynow knows how to check this?
  12. I think that these tv boxes have many diferences, sometimes one model has 1-2gb ddr3 other has 3gb ddr4, cpus, ethernet, wifi, hdmi etc. can also require a specific dtb configurations and drivers to work properly. I have a s10 tv box with s912 3gb ddr4, and for a weeks I'm trying to run this, I was able to install armbian using the khadas vim2 dtb, but is missing something from the original firmware to have a reasonable linux server. on android with graphic interface GPU working it run at 30-40degrs, with vim2 dtb it goes to 75 with the minimal server running, no GUI. We should have a way to discover and produce a build and/or dtb, and is not only for optimization, is beacuse some people don't find a working dtb to their, in my case I have but is not enough. the optimization on this box was based on android and some information may be extract be do some reverse engeering. I' not asking to do this and distribute the artifact online, is missing some guidance to beginnners to do the bit on their on boxes.
  13. my test was in a fresh installation, no desktop, just ssh, It tried to change to conservative governator, no luck, goes up. root@arm-64:~# cpufreq-info -o minimum CPU frequency - maximum CPU frequency - governor CPU 0 100000 kHz ( 6 %) - 250000 kHz ( 16 %) - conservative CPU 1 100000 kHz ( 6 %) - 250000 kHz ( 16 %) - conservative CPU 2 100000 kHz ( 6 %) - 250000 kHz ( 16 %) - conservative CPU 3 100000 kHz ( 6 %) - 250000 kHz ( 16 %) - conservative CPU 4 100000 kHz ( 10 %) - 250000 kHz ( 25 %) - conservative CPU 5 100000 kHz ( 10 %) - 250000 kHz ( 25 %) - conservative CPU 6 100000 kHz ( 10 %) - 250000 kHz ( 25 %) - conservative CPU 7 100000 kHz ( 10 %) - 250000 kHz ( 25 %) - conservative root@arm-64:~# cat /sys/devices/virtual/thermal/thermal_zone0/temp 75000
  14. I already tried this, doesn't work, seems to be incompatible with the kernel, and decompile the dtb to information seems very hard to know what can be used. maybe a database with know nodes on original android that can be transformed to compatible armbian kernel ones. I'm a beginner I endup quiting to compile a working dtb for me tv box. I had one booting then I found the CPU on 60dgr, to much pain to me.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines