Skip to content

Instantly share code, notes, and snippets.

@shadeslayer
Last active August 26, 2015 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shadeslayer/b158e929ada6c9af0b1d to your computer and use it in GitHub Desktop.
Save shadeslayer/b158e929ada6c9af0b1d to your computer and use it in GitHub Desktop.
# Boot Arguments
setenv bootargs "root=UUID=<%= rootfs_blkid %> rootwait ro ${condev} no_console_suspend vdaccfg=0xa000 logo=osd1,loaded,0x7900000,720p,full dmfc=3 cvbsmode=576cvbs hdmimode=${m} m_bpp=${m_bpp} vout=${vout_mode} ${disableuhs} ${hdmi_hpd} ${hdmi_cec} ${enabledac}"
# Booting
fatload mmc 0:1 0x21000000 <%= uImage %>
fatload mmc 0:1 0x22000000 <%= uInitrd %>
fatload mmc 0:1 0x21800000 boot/meson8b_odroidc.dtb
fdt addr 21800000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment