@welshfrites Ca yest réussi ! Voici le boot.ini à avoir:
| ODROIDXU-UBOOT-CONFIG |
| |
| |
| setenv version 3.10 |
| setenv zimage zImage |
| setenv fdtbin exynos5422-odroidxu3.dtb |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| setenv videoconfig "drm_kms_helper.edid_firmware=edid/1024x600.bin" |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| setenv vout "dvi" |
| |
| |
| |
| |
| |
| |
| setenv governor "performance" |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| setenv HPD "true" |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| setenv hdmi_tx_amp_lvl "31" |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| setenv hdmi_tx_lvl_ch0 "3" |
| setenv hdmi_tx_lvl_ch1 "3" |
| setenv hdmi_tx_lvl_ch2 "3" |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| setenv hdmi_tx_emp_lvl "6" |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| setenv hdmi_clk_amp_lvl "31" |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| setenv hdmi_tx_res "0" |
| |
| |
| |
| |
| |
| setenv cecenable "false" |
| |
| |
| setenv zimage_addr_r 0x40008000 |
| setenv fdtbin_addr_r 0x44000000 |
| |
| setenv fdt_high "0xffffffff" |
| |
| |
| setenv bootrootfs "root=/dev/mmcblk0p2 rootwait ro" |
| setenv console "console=ttySAC2,115200n8 consoleblank=0 vt.global_cursor_default=0" |
| setenv hdmi_phy_control "hdmi_tx_amp_lvl=${hdmi_tx_amp_lvl} hdmi_tx_lvl_ch0=${hdmi_tx_lvl_ch0} hdmi_tx_lvl_ch1=${hdmi_tx_lvl_ch1} hdmi_tx_lvl_ch2=${hdmi_tx_lvl_ch2} hdmi_tx_emp_lvl=${hdmi_tx_emp_lvl} hdmi_clk_amp_lvl=${hdmi_clk_amp_lvl} hdmi_tx_res=${hdmi_tx_res} HPD=${HPD} vout=${vout}" |
| setenv bootargs "${bootrootfs} ${console} governor=${governor} ${hdmi_phy_control}" |
| |
| |
| fatload mmc 0:1 ${zimage_addr_r} ${zimage} |
| fatload mmc 0:1 ${fdtbin_addr_r} ${fdtbin} |
| |
| fdt addr 0x44000000 |
| if test "${cecenable}" = "false"; then fdt rm /cec@101B0000; fi |
| |
| bootz ${zimage_addr_r} - ${fdtbin_addr_r}" |
| |
Bizarrement je trouve que c'est un peu lent, meme si la NES tourne bien à 60FPS. Par contre, tu sais que pour le son, il faudra que tu te débrouilles avec un dongle USB ?
le fichier créé hier soir ne sert à rien, enleve-le si tu l'as ajouté