Dmitriy Posted October 25, 2016 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?
EvgeniK45 Posted October 25, 2016 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
zador.blood.stained Posted October 25, 2016 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.
Dmitriy Posted October 25, 2016 Author Posted October 25, 2016 EvgeniK45, this is not working. zador.blood.stained, Can you help what file I must to edit?
Recommended Posts