This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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