
We are trying to move a board from QSDK to OpenWRT, however, once we had the image built and flashed bootipq exited with
Net: MAC0 addr:44:d1:fa:a4:f1:66 PHY ID1: 0x4d PHY ID2: 0xd101 EDMA ver 1 hw init Num rings - TxDesc:1 (0-0) TxCmpl:1 (0-0) RxDesc:1 (15-15) RxFill:1 (7-7) ipq6018_edma_alloc_rings: successfull ipq6018_edma_setup_ring_resources: successfull ipq6018_edma_configure_rings: successfull ipq6018_edma_hw_init: successfull , eth0 Warning: eth0 MAC addresses don't match: Address in SROM is 44:d1:fa:a4:f1:66 Address in environment is 44:d1:fa:a4:f1:67
and printenv shows
IPQ6018# printenv baudrate=115200 bootargs=console=ttyMSM0,115200n8 ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs rootwait ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs rootwait ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squt bootcmd=bootipq bootdelay=2 eth1addr=44:d1:fa:a4:f1:67 eth2addr=44:d1:fa:a4:f1:68 eth3addr=44:d1:fa:a4:f1:69 eth4addr=44:d1:fa:a4:f1:6a ethact=eth0 ethaddr=44:d1:fa:a4:f1:66 fdt_high=0x48500000 fdtcontroladdr=4a46e7d0 flash_type=7 fsbootargs=ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs ipaddr=192.168.10.10 machid=8030000 mtddevname=fs mtddevnum=0 mtdids=nand0=nand0 mtdparts=mtdparts=nand0:0x3c00000@0x0(fs), netmask=255.255.255.0 partition=nand0,0 serverip=192.168.10.1 soc_version_major=1 soc_version_minor=0 stderr=serial@78B1000 stdin=serial@78B1000 stdout=serial@78B1000
Environment size: 887/65532 bytes
SO how can i resolve booting this device?