This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Problem for build system file of Android GingerBread

Other Parts Discussed in Thread: OMAP3530

Hi,

According the user guide, I am using OMAP 3530 in the board. What is setting for OMPAPES=x.x?3 or 5?

To build Android filesystem

To Build the root file system for AM37x (or Beagle XM, AM35x EVM, AM37x REV G EVM)

  $ make TARGET_PRODUCT= <product name> OMAPES=5.x -j8 
  NOTE: product name can be beagleboard (For Beagleboard Rev Cx and Beagleboard XM A/B/C)or omap3evm (For AM37x)or am3517evm(For AM35X)
  OMAPES variable controls the ES version of the device
For AM35x = 3.x
For AM37x = 5.x
For Beagleboard Rev Cx = 3.x
For Beagleboard XM A/B/C = 5.x

Any one know about this?