You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
334 B

  1. # The LogicPD Eval IMX27 eval board has a single IMX27 chip
  2. source [find target/imx27.cfg]
  3. # The Logic PD board has a NOR flash on CS0
  4. set _FLASHNAME $_CHIPNAME.flash
  5. flash bank $_FLASHNAME cfi 0xc0000000 0x00200000 2 2 $_TARGETNAME
  6. #
  7. # FIX ME, Add support to
  8. #
  9. # (A) hard reset the board.
  10. # (B) Initialize the SDRAM on the board
  11. #