Dmitriy Posted October 25, 2016 Share Posted October 25, 2016 Hello all. I am using bananapi M2+. I need UART0 for my development. But while booting, it transmits debug (u-boot) information. For example: U-Boot SPL 2016.09-armbian (Oct 24 2016 - 16:40:21) DRAM: 1024 MiB Trying to boot from MMC1 U-Boot 2016.09-armbian (Oct 24 2016 - 16:40:21 +0300) Allwinner Technology CPU: Allwinner H3 (SUN8I 1680) Model: Xunlong Orange Pi PC DRAM: 1 GiB MMC: SUNXI SD/MMC: 0, SUNXI SD/MMC: 1 *** Warning - bad CRC, using default environment How can I disable it? Link to comment Share on other sites More sharing options...
EvgeniK45 Posted October 25, 2016 Share Posted October 25, 2016 In boot.cmd Try to modify setenv bootargs "console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p ............." to setenv bootargs "console=tty1 root=/dev/mmcblk0p .............." and don't forget to recompile # Recompile with: # mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr Link to comment Share on other sites More sharing options...
zador.blood.stained Posted October 25, 2016 Share Posted October 25, 2016 U-Boot SPL 2016.09-armbian (Oct 24 2016 - 16:40:21) DRAM: 1024 MiB Trying to boot from MMC1 U-Boot 2016.09-armbian (Oct 24 2016 - 16:40:21 +0300) Allwinner Technology CPU: Allwinner H3 (SUN8I 1680) Model: Xunlong Orange Pi PC DRAM: 1 GiB MMC: SUNXI SD/MMC: 0, SUNXI SD/MMC: 1 *** Warning - bad CRC, using default environment How can I disable it? This part can only be disabled by patching and recompiling u-boot. Link to comment Share on other sites More sharing options...
Dmitriy Posted October 25, 2016 Author Share Posted October 25, 2016 EvgeniK45, this is not working. zador.blood.stained, Can you help what file I must to edit? Link to comment Share on other sites More sharing options...
Recommended Posts