disable UART0 on OPI-Zero


Hikmet TEKIN
 Share

1 1

Recommended Posts

Although I didn't try it myself, I presume by appending it to the previous patch as follow :

--- a/configs/orangepi_zero_defconfig
+++ b/configs/orangepi_zero_defconfig
@@ -15,3 +15,5 @@ CONFIG_SPL_SPI_SUNXI=y
 CONFIG_SUN8I_EMAC=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
+CONFIG_SILENT_CONSOLE=y
+CONFIG_EXTRA_ENV_SETTINGS="silent=1\0"

 

Link to post
Share on other sites

Donate and support the project!

On 29.12.2017 at 10:29 PM, martinayotte said:

I guess I will have to try myself when I will have a chance...

But "time is the missing ingredient" :wacko:

 

In the mean time,you should probably continue googling the u-boot forums/mailinglist.

 

I am waiting your test. Thanks

 

I checked the uboot silent on google and only found that I need to declate "silent 1" but could not find where to decleare it.

 

Thanks

Link to post
Share on other sites

Guest
This topic is now closed to further replies.
 Share

1 1