Skip to content

Build dynamic RELEASE for SATURN6

rtokarev edited this page Sep 8, 2011 · 4 revisions

##Requirements:

  • Sources:
    • git clone git@github.com:rtokarev/OPENRELEASE.git
  • Object files to build static RELEASE:
    • 3.55:
  • Toolchain:

##Configuration:

  • Create a config.mk in the root of sources tree:
    TOOLCHAIN = /path/to/toolchain/bin/mipsel-linux-
    RELEASE_LIB = /path/to/release/objects

Build:

  • make release
  • Additional variables could be passed to a make command or could be added to a config.mk:
    • VERBOSE=1 to be more verbose during build,
    • DEBUG=1 - to create not stripped binaries.
  • As the result lgapp.tar.gz and lgapp.epk will be created.
    • lgapp.tar.gz contains lgapp directory to be mounted over stock lgapp.
    • lgapp.epk should be flushed over the same original version (the same lgapp version) using standard firmware update procedure.
Clone this wiki locally