martinayotte Posted December 28, 2017 Posted December 28, 2017 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"
Hikmet TEKIN Posted December 29, 2017 Author Posted December 29, 2017 I am sorry but there is still message of U-boot at start up. I applied the patch successfully. I copied the u-boot-sunxi-with-spl.bin to mmcblk0 successfully. Nothing changed. Thanks
martinayotte Posted December 29, 2017 Posted December 29, 2017 I guess I will have to try myself when I will have a chance... But "time is the missing ingredient" In the mean time,you should probably continue googling the u-boot forums/mailinglist.
Hikmet TEKIN Posted December 31, 2017 Author Posted December 31, 2017 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" 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
Recommended Posts