Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
branch: master
Commits on Sep 27, 2014
  1. popcornmix
Commits on Sep 25, 2014
  1. popcornmix

    Add a JUST_CHECK=1 option which just reports if a firmware update is …

    popcornmix authored
    …needed
    
    Exit code which will be 0 if up to date, and 2 if a firmware update would have occurred.
    Also the new commits will be printed to stdout
Commits on Sep 09, 2014
  1. popcornmix
Commits on Aug 20, 2014
  1. popcornmix

    Merge pull request #147 from ghollingworth/patch-1

    popcornmix authored
    Stop rpi-update deleting dt-blob.bin
  2. ghollingworth

    Stop rpi-update deleting dt-blob.bin

    ghollingworth authored
    dt-blob.bin is used to configure a platform's pin settings and clock settings and must not be changed when we do an rpi-update.  This is a function of the platform rather than a function of the operating system and therefore shouldn't be removed
Commits on Jul 05, 2014
  1. popcornmix
  2. popcornmix

    Merge pull request #144 from kcl-lescalan/patch-1

    popcornmix authored
    Update README.md
Commits on Jul 04, 2014
  1. Luis

    Update README.md

    kcl-lescalan authored
    Upon installation of the tool, the command executed writes rpi-update to /usr/bin detailing a 301 error, indicating the source of the update has changed to https://raw.githubusercontent.com/Hexxeh/rpi-update/master/rpi-update. This address change has been reflected in the proposed file change.
Commits on May 05, 2014
  1. popcornmix

    Merge pull request #139 from lurch/patch-1

    popcornmix authored
    Small header tidyup
  2. Andrew Scheller

    Small header tidyup

    lurch authored
Commits on Apr 15, 2014
  1. popcornmix
  2. popcornmix
Commits on Apr 05, 2014
  1. popcornmix
  2. popcornmix

    Download firmware without using git

    popcornmix authored
    This removes the requirement for git. We never make use of partial git updates,
    and it is quicker to download the tarball with curl than use git.
    
    Also piping the curl output into tar is quicker than downloading then un-tarring.
    
    Remove the verbose options from the copies (they don't fail, slow down the copies
    and swamp any more useful output messages).
    
    By default delete /root/.rpi_firmware (as it's easy to recreate). Use
    SKIP_REPODELETE=1 if you want to keep it.
    
    Add option SKIP_BACKUP=1 if you don't want a backup of old firmware and modules.
Commits on Mar 21, 2014
  1. popcornmix

    Switch from wget to curl for downloads

    popcornmix authored
    May solve issues like #65
Commits on Nov 05, 2013
  1. popcornmix

    Merge pull request #119 from notro/master

    popcornmix authored
    Add support for pre/post install scripts and Device Tree Blobs
Commits on Nov 03, 2013
  1. notro
Commits on Sep 02, 2013
  1. popcornmix

    Merge pull request #116 from lurch/patch-1

    popcornmix authored
    Separate updating of vc_libs and sdk, allow sdk to be skipped
  2. Andrew Scheller
Commits on Sep 01, 2013
  1. popcornmix

    Merge pull request #115 from lurch/patch-1

    popcornmix authored
    Added a new $WORK_PATH variable
  2. Andrew Scheller

    Added a new $WORK_PATH variable

    lurch authored
    Useful if you don't want to write files directly into /root
  3. popcornmix

    Merge pull request #110 from lurch/patch-1

    popcornmix authored
    Ensure all string variables are fully quoted
  4. Andrew Scheller
  5. popcornmix

    Merge pull request #113 from lurch/patch-5

    popcornmix authored
    Status message updates
  6. popcornmix

    Merge pull request #112 from lurch/patch-4

    popcornmix authored
    Remove $GITCMD variable
  7. Andrew Scheller

    Status message updates

    lurch authored
    Make it clearer that "modules" actually means "kernel modules", and display a message while extracting tarball (which can take a while).
  8. Andrew Scheller
  9. Andrew Scheller

    Remove $GITCMD variable

    lurch authored
    After commit c5d159c $GITCMD is only used once, so 'inline it', which also allows us to get rid of the 'eval' call.
Commits on Aug 31, 2013
  1. popcornmix

    Merge pull request #114 from lurch/patch-6

    popcornmix authored
    Slight tweak to the "startup logic"
  2. popcornmix

    Merge pull request #111 from lurch/patch-3

    popcornmix authored
    Replace usages of $FW_PATH/.firmware_revision with a $FW_REVFILE variabl...
  3. popcornmix

    Merge pull request #108 from lurch/patch-2

    popcornmix authored
    Remove embedded shebang
Commits on Aug 28, 2013
  1. Andrew Scheller

    Slight tweak to the "startup logic"

    lurch authored
    This fixes #102  (which would also get triggered if you rpi-updated to a specific revision, and then later tried rpi-updating to the latest revision)
Commits on Aug 27, 2013
  1. Andrew Scheller
Commits on Aug 26, 2013
  1. Andrew Scheller
Commits on Aug 22, 2013
  1. popcornmix

    Merge pull request #107 from lurch/patch-1

    popcornmix authored
    Whitespace fix
Something went wrong with that request. Please try again.