Gemini Android 9 [AOSP]

Wir haben aktuell ein Problem mit dem Board und arbeiten an der Lösung...
    • Offizieller Beitrag

    Please look in the u boot environment for the problem


    Hit Enter or space or Ctrl+C key to stop autoboot in the putty terminal console.

    Then enter "env print" and show me the output

    it should look like this:


    ...

    hdmitx phy setting done

    hdmitx: set enc for VIC: 16

    enc_vpu_bridge_reset[1216]

    rx version is 1.4 or below div=10

    Normal bootup

    Net: dwmac.ff3f0000

    Hit Enter or space or Ctrl+C key to stop autoboot -- : 0

    dreambox_two#<INTERRUPT>

    dreambox_two#print env

    ## Error: "env" not defined

    dreambox_two#env print

    1080p60hz_deepcolor=444,8bit

    baudrate=115200

    boot_from_flash=if imgread kernel boot ${loadaddr} 0; then bootm ${loadaddr}; fi

    boot_from_sdcard=if fatload mmc 0 ${loadaddr} dmtwo.img; then bootm ${loadaddr}; fi

    bootargs=logo=osd0,loaded,0x7f800000 vout=1080p60hz,enable hdmimode=1080p60hz fb_width=1280 fb_height=720

    bootcmd=run start_mmc_autoscript; run boot_from_sdcard; run boot_from_flash; run recovery_from_flash;

    bootdelay=1

    colorattribute=444,8bit

    cvbs_drv=0

    display_bpp=16

    display_color_bg=0

    display_color_fg=0xffffffff

    display_color_index=16

    display_height=1080

    display_layer=osd0

    display_width=1920

    dtb_mem_addr=0x1000000

    ethact=dwmac.ff3f0000

    ethaddr=00:09:34:4b:54:33

    fb_height=720

    fb_width=1280

    filesize=1c2046

    gatewayip=10.18.9.1

    hdmimode=1080p60hz

    hostname=arm_gxbb

    initrd_high=7f800000

    ipaddr=10.18.9.97

    jtag=disable

    loadaddr=1080000

    logo_bpp=16

    logo_color_format=16

    logo_height=720

    logo_width=1280

    netmask=255.255.255.0

    none_deepcolor=444,8bit

    outputmode=1080p60hz

    panel_type=lcd_5

    reboot_mode=cold_boot

    recovery_from_flash=if imgread kernel recovery ${loadaddr} 0; then bootm ${loadaddr}; fi

    rpmb_state=0

    sdr2hdr=2

    serverip=10.18.9.113

    start_mmc_autoscript=fatload mmc 0 1020000 autoexec.img && autoscr 1020000

    stderr=serial

    stdin=serial

    stdout=serial


    Environment size: 1362/65532 bytes

    dreambox_two#




    also you can boot direct from uboot:

    dreambox_two#fatload mmc 0 1020000 autoexec.img && autoscr 1020000

  • hi Dear , sorry for late reply . it seems the boot is from flash not th same as u mentioned but the weird it works fine for dm one but how to fix for dm two please.


    • Offizieller Beitrag

    You can set the env in uboot:

    Code
    dreambox_two#setenv start_mmc_autoscript "fatload mmc 0 1020000 autoexec.img && autoscr 1020000"
    dreambox_two#setenv bootcmd "run start_mmc_autoscript; run boot_from_sdcard; run boot_from_flash; run recovery_from_flash;"
    dreambox_two#saveenv
    • Offizieller Beitrag

    Try again with quotes, I corrected it above

  • Hallo,

    auch ich habe Probleme mit dem booten von Android und meiner dream one. Egal welches Image ich verwende bootet immer wieder das OS der Dreambox und nicht Android von der eingesteckten SD-Karte. Ich habe auch verschiedene SD-Karten probiert. Die Installation zeigt keinerlei Fehler.

    Ich habe mal das bootlog angefügt.

    Ich hoffe Ihr könnt mir helfen nachdem ich schon Tage über diesem Problem gebrütet habe.

    Vielen Dank im Voraus für Eure Hilfe !!!

  • Update:

    Der Fehler "No androidboot.dtbo_idx configuredload dtb" konnte mit dem script "set_bootloader.sh" behoben werden :thumbs_up:.

    Kann mir das jemand erklären? Ich bin doch nicht der einzige mit dem Boot issue :face_with_rolling_eyes:.

  • Hallo,

    ich habe mir hier mal seit Tagen alles durchgelesen.

    Dazu habe ich aber noch fragen, weil es einmal so steht und einmal anderst. Wie ist es richtig?



    1. SD Karte am PC in Fat32 formatieren dann in die Dreambox einstecken


    2. verbinde dich mit einem FTP Programm mit der Dreambox One. SD wird erkannt :)


    3. kopiere die Datei android9-sdcard_android9-sdcard_20190920.tar.gz.md5 in den Ordner /data


    ( In data oder FTP)


    4. verbinde dich zb mit Putty auf die Dreambox


    5. melde dich an


    6. dann: cd /data


    7. dann: tar -xzvf android9-sdcard_09202019.tar.gz -C / (stimmt das)


    8. dann: cd /data/android


    9. dann: ./flash_all_sd.sh /dev/mmcblk1


    10. dann: reboot



    Muss das alles auch installiert werden?



    android9-sdcard_20190920.tar

    android9-sdcard.tar

    gapps-dreamos_20190925.tar

    gapps-dreamos-20190925-2.tar

    gapps.sh



    Gapps manuell laden!


    https://sourceforge.net/projec…arm-9.0-pico-20190924.zip


    Wäre schön wenn es jemand korrigieren könnte ob alles so richtig ist.


    Ich bedanke mich im Voraus!

  • hi

    gibt es eine möglichkeit android auf dreambox zwo zu installieren, mit welcher image und welches befehl ,

    habe nur die anleitung von dreambox one gefunden ,aber bei reboot geht nix startet nur von flash

    • Offizieller Beitrag