We're no longer updating This wiki!!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:xu3_tips [2015/09/07 21:27]
odroid [ODROID-XU3 Tips]
en:xu3_tips [2015/12/10 02:45]
mdrjr [How to change HDMI output resolution]
Line 64: Line 64:
 === Default boot.ini file for Linux === === Default boot.ini file for Linux ===
  
-<file ini boot.ini+For Linux boot.ini, ​please refer to [[https://github.com/​mdrjr/​5422_bootini/​blob/​master/boot.ini|Github Project Page]].
-ODROIDXU-UBOOT-CONFIG +
- +
-# U-Boot Parameters +
-setenv initrd_high "​0xffffffff"​ +
-setenv fdt_high "​0xffffffff"​ +
- +
-# Mac address configuration +
-setenv macaddr "​00:​1e:​06:​61:​7a:​39"​ +
- +
-#​-------------------------------------------------------------------- +
-# Basic Ubuntu Setup. Don't touch unless you know what you are doing. +
-# ------------------------------------------------------------------- +
-setenv bootrootfs "​console=tty1 console=ttySAC2,115200n8 root=UUID=e139ce78-9841-40fe-8823-96a304a09859 rootwait ro" +
- +
-# boot commands +
-setenv bootcmd "​fatload mmc 0:1 0x40008000 zImage; fatload mmc 0:1 0x42000000 uInitrd; fatload mmc 0:1 0x44000000 exynos5422-odroidxu3.dtb;​ bootz 0x40008000 0x42000000 0x44000000"​ +
- +
-# --- Screen Configuration for HDMI --- #  +
-# --------------------------------------- +
-# Uncomment only ONE line! Leave all commented for automatic selection. +
-# Uncomment only the setenv line! +
-# --------------------------------------- +
-# ODROID-VU forced resolution +
-# setenv videoconfig "​video=HDMI-A-1:​1280x800@60"​ +
-# ----------------------------------------------- +
-# 1920x1080 (1080P) with monitor provided EDID information. (1080p-edid) +
-# setenv videoconfig "​video=HDMI-A-1:​1920x1080@60"​ +
-# ----------------------------------------------- +
-# 1920x1080 (1080P) without monitor data using generic information (1080p-noedid) +
-setenv videoconfig "​drm_kms_helper.edid_firmware=edid/1920x1080.bin"​ +
-# ----------------------------------------------- +
-# 1280x720 (720P) with monitor provided EDID information. (720p-edid) +
-# setenv videoconfig "​video=HDMI-A-1:​1280x720@60"​ +
-# ----------------------------------------------- +
-# 1280x720 (720P) without monitor data using generic information (720p-noedid) +
-# setenv videoconfig "​drm_kms_helper.edid_firmware=edid/1280x720.bin" +
-# ----------------------------------------------- +
-# 1024x768 without monitor data using generic information +
-# setenv videoconfig "​drm_kms_helper.edid_firmware=edid/1024x768.bin"​ +
- +
-# final boot args +
-setenv bootargs "​${bootrootfs} ${videoconfig} smsc95xx.macaddr=${macaddr}"​ +
-# drm.debug=0xff +
-# Boot the board +
-boot +
- +
-</​file>​ +
 ==== Currently Supported Linux Distributions ==== ==== Currently Supported Linux Distributions ====
   * Ubuntu 14.04 [[http://​forum.odroid.com/​viewtopic.php?​f=95&​t=5985|Ubuntu 14.04 Forum Thread]]   * Ubuntu 14.04 [[http://​forum.odroid.com/​viewtopic.php?​f=95&​t=5985|Ubuntu 14.04 Forum Thread]]
en/xu3_tips.txt · Last modified: 2015/12/10 02:45 by mdrjr
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0