Jump to content

n0153

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by n0153

  1. Quote

    MangoPi-MQ-Pro board does not have ethernet controller, but it seems OS try to initialize this (unexisting) device. Probably you need to change your image build configuration, to exclude ethernet device?

    Failover like this is typical for many platforms, it tries PXE after more usual options failed, which also visible in this log. For example it tries USB above, some other lines are also look like unsuccessful attempts to boot from different medias. I didn't build image myself, I took it from the location below. Do you think that building is preferable?

     

    Quote


    Where are these images taken from ?

     

    from this location: https://www.armbian.com/mangopi-mq-pro/

  2. Hi everyone! I tried to boot both Lunar and Sid and got similar UART-console output:

    Armbian_23.05.0-trunk-e33842ef2_Mangopi-mq_lunar_edge_6.1.0-rc3.boot.log

     I noticed that "/boot/dtb/allwinner/sun20i-d1-nezha.dtb" is wrong choise, found it in extlinux.conf and changed it like this(hope commenting out strings works here):

    label Armbian
      kernel /boot/Image
      initrd /boot/uInitrd
    #  fdt /boot/dtb/allwinner/sun20i-d1-nezha.dtb
      fdt /boot/dtb/allwinner/sun20i-d1-mangopi-mq-pro.dtb
      append root=UUID=5e7413f7-b308-4843-b9a9-063d99cb1700 console=ttyS0,115200n8 console=tty0 earlycon=sbi cma=96M rootflags=data=writeback stmmaceth=chain_mode:1 rw rw no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 splash plymouth.ignore-serial-consoles

     

    the result was like this(this is just a tail of log):

    lunar_edge_tail.log

     

    Am I on the right path?

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines