Jump to content

caruso

Members
  • Posts

    8
  • Joined

  • Last visited

2 Followers

Recent Profile Visitors

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

  1. Try images with kernel 4x. You can also try my dtb which works with libreelec and have remote, diode, wifi working. rk3318-t9_remote_diode_wifi_110.dtb
  2. @hexdump Thanks for sharing, I was playing with different dtbs and sometimes I had kernel panic. Did you managed to have working ir remote? I was also playing with LibreElec with manual: https://forum.libreelec.tv/thread/20813-step-by-step-tutorial-libreelec-on-h96-max-also-ir-remote-support/ and I successfully run with rk3318, by analogy (dding trust.img, removing >1.1 GHz frequencies from cpu section of dts and recompile dtb)
  3. dding of trust.img and copy of 3318.dtb is needed also, check my description. You can execute dd command from virtual machine (i.e virtual box), linux machine, or even in terminal on the same box when it's booted to android, you must check only name of target sdcard device. You can extract trust.img or use attached one in this thread.
  4. Yes, sure - please find in attachment. teraterm.log
  5. Regarding write_dd.txt - indeed, there were many trials but I was able to reproduce working scenario with minimum dd'ing trust.img only. My box is 4GB/64GB, not sure maybe some changes are needed in dts/dtb for 2GB versions. Maybe post whole log up to hang moment.
  6. @hexdump I think I took firmware from: https://www.h96tvbox.com/content/6-Firmware-upgrade I've unpacked with img_unpack and afptool tools available in git repo: https://github.com/TeeFirefly/rk2918_tools.git I took instructions from http://wiki.t-firefly.com/ROC-RK3328-CC/fw_pack_unpack.html unzip rk3318_9.0_hcy_20191114_v002.zip to update.img git clone https://github.com/TeeFirefly/rk2918_tools.git cd rk2918_tools make sudo cp afptool img_unpack img_maker mkkrnlimg /usr/local/bin Unpack update.img, which creates img folder with update.img and loader.img img_unpack update.img img rom version: 9.0.0 build time: 2019-11-14 13:59:46 chip: 33323248 checking md5sum....OK Unpack update.img cd img afptool -unpack update.img update Check file...OK ------- UNPACK ------- package-file 0x00000800 0x000002C0 Image/MiniLoaderAll.bin 0x00001000 0x0002E94E Image/parameter.txt 0x00030000 0x00000372 Image/trust.img 0x00030800 0x00400000 Image/uboot.img 0x00431000 0x00400000 Image/misc.img 0x00831800 0x0000C000 Image/baseparameter.img 0x0083E000 0x00100000 Image/dtbo.img 0x0093E800 0x00000133 Image/boot.img 0x0093F000 0x01E81000 Image/recovery.img 0x027C0800 0x0285E800 Image/system.img 0x0501F800 0x78DBA0E8 Image/vendor.img 0x7DDDA000 0x08DAB064 Image/oem.img 0x86B85800 0x0002704C Image/vbmeta.img 0x86BAD000 0x00001000 RESERVED 0x00000000 0x00000000 UnPack OK! rk3318-t9.dtb dtb based on rk3328-t9.dtb with removed cpu freqencies > 1.1GHz rk3318-t9.dts - text version for above device-tree-copy.tar.gz - taked from running android environment rk3318_org_android.dts - dts for above rk3318_org_android.dtb - dtb for above - for me this version doesn't work, which was strange for me trust.img - extracted trust.img from firmware update
  7. Hi everyone, I would like to share my work which leads to boot from sdcard device based on RK3318 to desktop armbian. I've was using Armbian_19.11.3_Rk3328-tv_eoan_legacy_4.4.154_desktop_20191126.img and end up with booting to desktop What doesn't work for me: onboard wifi (usb dongle works, old tp-link tl-wn725N) onboard bluetooth My box is same as picture below: https://androidpctv.com/review-h96-max-opinion/ I've burned image with rufus on windows and my first boot trial finished with boot hang up: I've solved this issue by invoking following code where /dev/mmcblk0 is sdcard device in linux, and trust.img was extracted from rk3318_9.0_hcy_20191114_v002 updage image. dd if=trust.img of=/dev/mmcblk0 seek=24576 sync After that boot sequence went further. I'm not sure but I guess that debug vs release version of bl31 might be problem here. Also, I've used rk3318-t9.dtb file prepared based on rk3328-t9.dtb posted in this thread, with removing cpu freqencies > 1.1GHz, as box was unstable with such high frequencies. I didn't find option here to attach file so temporaraly you can find my modified file here rk3318-t9.dtb and other useful files here: https://freeshell.de/~tiloc/armbian/ I hope it will be useful for somebody
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines