Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b2cb5006 authored by Robert Nelson's avatar Robert Nelson
Browse files

setup_sdcard.sh: by default dump more message to console=tty0


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 937cdb9d
No related merge requests found
...@@ -341,14 +341,14 @@ boot_uenv_txt_template () { ...@@ -341,14 +341,14 @@ boot_uenv_txt_template () {
bone) bone)
cat >> ${TEMPDIR}/bootscripts/normal.cmd <<-__EOF__ cat >> ${TEMPDIR}/bootscripts/normal.cmd <<-__EOF__
device_args=run mmcargs device_args=run mmcargs
mmcargs=setenv bootargs console=tty0 console=\${console} \${optargs} \${cape_disable} \${cape_enable} \${kms_force_mode} root=\${mmcroot} rootfstype=\${mmcrootfstype} \${initopts} mmcargs=setenv bootargs console=\${console} console=tty0 \${optargs} \${cape_disable} \${cape_enable} \${kms_force_mode} root=\${mmcroot} rootfstype=\${mmcrootfstype} \${initopts}
__EOF__ __EOF__
;; ;;
*) *)
cat >> ${TEMPDIR}/bootscripts/normal.cmd <<-__EOF__ cat >> ${TEMPDIR}/bootscripts/normal.cmd <<-__EOF__
device_args=run mmcargs device_args=run mmcargs
mmcargs=setenv bootargs console=tty0 console=\${console} \${optargs} \${kms_force_mode} root=\${mmcroot} rootfstype=\${mmcrootfstype} \${initopts} mmcargs=setenv bootargs console=\${console} console=tty0 \${optargs} \${kms_force_mode} root=\${mmcroot} rootfstype=\${mmcrootfstype} \${initopts}
__EOF__ __EOF__
;; ;;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment