Jump to content

dante6913

Members
  • Posts

    86
  • Joined

  • Last visited

Everything posted by dante6913

  1. DROIDC2-UBOOT-CONFIG setenv dtbaddr 0x1000000 setenv loadaddr 0x20000000 # Resolution Configuration # 'hdmimode' must be one of below to configure display resolution within # supported by your TV or monitor. # Symbol | Resolution # ----------------------+------------- # "480p60hz" | 720x480 Progressive 60Hz # "576p50hz" | 720x576 Progressive 50Hz # "720p60hz" | 1280x720 Progressive 60Hz # "720p50hz" | 1280x720 Progressive 50Hz # "1080p60hz" | 1920x1080 Progressive 60Hz # "1080p50hz" | 1920x1080 Progressive 50Hz # "1080p30hz" | 1920x1080 Progressive 30Hz # "1080p24hz" | 1920x1080 Progressive 24Hz # "1080i60hz" | 1920x1080 Interlaced 60Hz # "1080i50hz" | 1920x1080 Interlaced 50Hz # "2160p60hz" | 3840x2160 Progressive 60Hz # "2160p50hz" | 3840x2160 Progressive 50Hz # "2160p30hz" | 3840x2160 Progressive 30Hz # "2160p25hz" | 3840x2160 Progressive 25Hz # "2160p24hz" | 3840x2160 Progressive 24Hz # "2160p60hz420" | 3840x2160 Progressive 60Hz YCbCr 4:2:0 # "2160p50hz420" | 3840x2160 Progressive 50Hz YCbCr 4:2:0 # "640x480p60hz" | 640x480 Progressive 60Hz # "800x480p60hz" | 800x480 Progressive 60Hz # "800x600p60hz" | 800x600 Progressive 60Hz # "1024x600p60hz" | 1024x600 Progressive 60Hz # "1024x768p60hz" | 1024x768 Progressive 60Hz # "1280x800p60hz" | 1280x800 Progressive 60Hz # "1280x1024p60hz" | 1280x1024 Progressive 60Hz # "1360x768p60hz" | 1360x768 Progressive 60Hz # "1440x900p60hz" | 1440x900 Progressive 60Hz # "1600x900p60hz" | 1600x900 Progressive 60Hz # "1600x1200p60hz" | 1600x1200 Progressive 60Hz # "1680x1050p60hz" | 1680x1050 Progressive 60Hz # "1920x1200p60hz" | 1920x1200 Progressive 60Hz # "2560x1080p60hz" | 2560x1080 Progressive 60Hz # "2560x1440p60hz" | 2560x1440 Progressive 60Hz # "2560x1600p60hz" | 2560x1600 Progressive 60Hz # "3440x1440p60hz" | 3440x1440 Progressive 60Hz setenv hdmimode "1080p60hz" setenv rootopt "root=/dev/mmcblk0p2 rw init=/init rootwait" setenv consoleopt "console=ttyS0,115200" setenv androidopt "androidboot.hardware=odroidc2 androidboot.serialno=${fbt_id#}" setenv logoopt "osd1,loaded,${fb_addr},${hdmimode}" setenv selinuxopt "androidboot.selinux=disabled" # HDMI/DVI Mode Configuration # This will enforce the signal type of display # "hdmi" - For HDMI interface # "dvi" - For DVI interface setenv vout_mode "hdmi" # Display Auto Detection # "false" or "true" setenv display_autodetect "true" # HPD enable/disable option setenv disablehpd "false" # Overscan offset configuration # All offsets are zero and can be tuned by manual or ODROID Utility setenv overscan_top "0" setenv overscan_left "0" setenv overscan_bottom "0" setenv overscan_right "0" setenv led_onoff "on" suspend_hdmiphy=0 # max cpu frequency in dvfs table / in MHz unit # setenv max_freq "2016" # 2.016GHz # setenv max_freq "1944" # 1.944GHz # setenv max_freq "1920" # 1.920GHz # setenv max_freq "1896" # 1.896GHz # setenv max_freq "1752" # 1.752GHz # setenv max_freq "1680" # 1.680GHz # setenv max_freq "1656" # 1.656GHz # setenv max_freq "1536" # 1.536GHz setenv max_freq "1536" # max cpu-cores # setenv maxcpus "1" # setenv maxcpus "2" # setenv maxcpus "3" setenv maxcpus "4" # disable vu7 setenv disable_vu7 "false" # invert touch screen x,y setenv touch_invert_x "false" setenv touch_invert_y "false" # gpio power key : J2 (2x20) Pin#35, GPIOY.BIT3 #setenv gpiopower "214" # usb timing tweak setenv usbmulticam "false" if test "${display_autodetect}" = "true"; then usb pwren; hdmitx edid; fi if test "${hdmimode}" = "custombuilt"; then setenv cmode "modeline=${modeline}"; fi setenv bootargs "${rootopt} ${consoleopt} hdmimode=${hdmimode} ${cmode} hdmitx=${cecconfig} vout=${vout_mode} disablehpd=${disablehpd} logo=${logoopt} ${androidopt} ${selinuxopt} suspend_hdmiphy=${suspend_hdmiphy} led_onoff=${led_onoff} max_freq=${max_freq} maxcpus=${maxcpus} disable_vu7=${disable_vu7} touch_invert_x=${touch_invert_x} touch_invert_y=${touch_invert_y} usbmulticam=${usbmulticam} gpiopower=${gpiopower}" save showlogo ${hdmimode} #usb pwren movi read dtb 0 ${dtbaddr} # load kernel from vat or boot partition. movi read boot 0 ${loadaddr} #fatload mmc 0:1 ${loadaddr} Image_android booti ${loadaddr} - ${dtbaddr}
  2. Sorry are you asking for the rootsystem? acct file_contexts init.usb.rc seapp_contexts addon.d fonts init.zygote32.rc selinux_version app framework internal sepolicy bin fstab.odroidc2 lib service_contexts boot fstab.odroidc2.sdboot lost+found storage build.prop init media swap_zram0 cache init.environ.rc mnt sys charger init.odroidc2.board.rc odroid-usbgps.xml system config init.odroidc2.rc oem tts d init.odroidc2.usb.rc package_config ueventd.odroidc2.rc data init.rc priv-app ueventd.rc default.prop init.recovery.odroidc2.rc proc usr dev init.superuser.rc property_contexts vendor etc init.trace.rc sbin xbin factory init.usb.configfs.rc sdcard
  3. I want to run android on the emmc and armbian in the sd. Here is the list of files Android boot-logo.bmp.gz display.bin Image_android boot.ini default.prop edid.bin LOST.DIR
  4. I have instaled update&backup from apk (com-droidlogic-otaupgrade-2-49567460-7e54b2e37b44fe75b97581da85b68e61.apk) starting the app I can find from local aml_autoscript.zip then it asks if I want update but just reboots and nothing happens
  5. Hi, First time that I'm installing I have an odroid c2, and in my emmc I have android 6. So I'm trying to enable multiboot I downloaded the image for my odroid c2 Armbian_20.05.4_Arm-64_bullseye_current_5.7.0-rc3_desktop_20200508.img.xz burned with etcher on my sd card downloaded u-boot-odroid-c2.img burned with etcher on the same sd card edit uEnv.txt pointing to odroid c2 DTB Opened android on c2 with sd card inserted used odroid utility to try to use aml_autoscript.zip but nothing hapens I can't start the script. Is anything that I'm missing? Thanks in advance
  6. @UniformBuffer Did you find any solution for this issue? I installed debian Linux odroidc2 5.4.35-meson64 and like you when I use mpv with --hwdec=auto or yes I'm getting endless [ffmpeg/video] hevc_v4l2m2m: output POLLERR. I didn 't patch anything only got the latest mesa so I could use lima for hardware acelleration. Now on video hardware decoding with meson vdec no luck Thanks
  7. Ok, mpv works, I was having segmentation fault because I was playing from a ssh session, no hardware acelleration as expected, lima doesn't do video decoding. If I understand right, I should have a kernel with vdec meson driver, for hardware video decoding, and armbian bionic image for C2 isn't compile with it?
  8. On my c2 with an emmc Installed armbian ubuntu after trying debian with a desktop (I couldn't figure how to install updated mesa driver) edit xorg for running lima, glmark2 runs fine and says I have lima score 154 but x sometimes crashes I can't install supertuxkart I allways get The following packages have unmet dependencies: supertuxkart : Depends: supertuxkart-data (= 1.0-1~oibaf~b) but it is not going to be installed E: Unable to correct problems, you have held broken packages. I wasn't able to run mpv I allways get segmentation fault even before I install the new mesa or edit the xorg to run with lima
  9. Thanks Tommy21, You gave me the necessary input to start experince with lima. Let me just ask one thing, you are using a vanilla ubuntu arm64 image, not using armbian bionic? Did you install kodi from apt-get? Thank you
  10. Hi, I have an odroid c2, I allways have used the HK ubuntu image, but I'm thinking trying to use armbian with the lima driver. I want a full desktop, so I have some questions, does the armbian image have gnome with wayland environment ? Where can you set acceleration (what file should I use). Finaly, its possible to compile Kodi with lima driver (to use full acelleration)? , if is how is the kodi with lima performance? Thanks in advance Pedro
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines