Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: iMX6



Ryo Shimizu a écrit :

Please change "CONADDR=0x02020000" in kernel config.
I think it's one of the following. please try in order.

    CONADDR=0x02020000    (imxuart0)
    CONADDR=0x02020000    (imxuart1)
    CONADDR=0x02020000    (imxuart2)
    CONADDR=0x021ec000    (imxuart3)
    CONADDR=0x021f0000    (imxuart4)
    CONADDR=0x021f4000    (imxuart5)

sorry. fix typo.
      CONADDR=0x02020000    (imxuart0)

U-Boot > go 10800000
## Starting application at 0x10800000 ...
  PC=0x10800024
  SP=0x4f556e08
CPSR=0x600001d3
<cortex_init>@ABC12-</cortex_init>
<mmu_init_table></mmu_init_table>
<arm_cpuinit>FG01H1I

	I suppose kernel tries to boot.

      CONADDR=0x021e8000    (imxuart1)

Default configuration

      CONADDR=0x021ec000    (imxuart2)

U-Boot > go 10800000
## Starting application at 0x10800000 ...
data abort

      CONADDR=0x021f0000    (imxuart3)
      CONADDR=0x021f4000    (imxuart4)

I don't test last configurations as I think that the good one is the first one.

	Best regards,

	JKB



Home | Main Index | Thread Index | Old Index