~ivi-remix/ivi-remix/linaro-image-tools-old

« back to all changes in this revision

Viewing changes to linaro_image_tools/media_create/boards.py

  • Committer: Mike Carifio
  • Date: 2011-09-27 13:12:53 UTC
  • Revision ID: michael.carifio@canonical.com-20110927131253-j6j6n10k1m8tk56j
ignore intellij idea project files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1200
1200
    # In particular, according to the comment above, you must short pins 1-2 on jumpers J14 and J16 respectively.
1201
1201
    # The sabre board usually doesn't come that way.
1202
1202
    # Can't have both vga and ethernet together. Ugh.
1203
 
    # extra_boot_args_options = 'video=mxcdi1fb:GBR24,VGA-XGA di1_primary vga'
1204
 
    # extra_boot_args_options = 'ldb' # didn't work on 09/15/2011 build
1205
 
    # extra_boot_args_options = 'video=mxcdi0fb:RGB24,XGA di0_primary ldbg' # didn't work on 09/15/2011 build
 
1203
    extra_boot_args_options = 'video=mxcdi0fb:RGB666,XGA di0_primary ldb=di0' # All hail Mike Frey
1206
1204
    uboot_flavor = 'mx53ard'
1207
1205
    dtb_name = 'mx53-ard.dtb'
1208
1206