element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Raspi-updater, how do I install it?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 17 replies
  • Subscribers 666 subscribers
  • Views 1764 views
  • Users 0 members are here
  • raspberry_pi
Related

Raspi-updater, how do I install it?

wallarug
wallarug over 13 years ago

Question says it all.

 

I am running Raspbian.

  • Sign in to reply
  • Cancel
  • Former Member
    Former Member over 13 years ago

    Assuming you mean the Hexxeh rpi-update tool for updating kernel and firmware ?

     

    There's instructions here https://github.com/Hexxeh/rpi-update

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • rhughes-uk
    rhughes-uk over 13 years ago in reply to Former Member

    Oh I thought I read somewhere that if you are using the latest (current) Raspbian you no longer needed to run the most useful Hexxeh software as the Raspbian distro does the same thing for you automagically? But my memory is far from perfect. (Cells not RAM grin)

     

    Ray

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago in reply to rhughes-uk

    Possibly.. I use bootc's kernel with some local mods of my own, so haven't really followed that. I'd be rather pissed off if it overwrote my local changes.

     

    I do think it's rather naughty of them to do stuff like this automagically as it will break things sooner or later.  For people who don't understand what's going on you can imagine the cycle - Pi updates itself automagically, Pi is bricked, reimage SD Card, boot & Pi updates itself automagically, Pi is bricked, rinse, repeat...

    Followed sometime later by posts on the forum saying 'We thought you said the Pi was unbrickable ??'

     

    I once had a rack full of windows servers running automatic updates reboot to a blue 'inaccessible boot device' screen due to exactly this sort of broken thinking. Never again.

     

    Interesting that the Raspbian image appears to force the nameserver to be 8.8.8.8, I wonder if that's so that it can phone home to automagically do stuff behind your back..

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • morgaine
    morgaine over 13 years ago in reply to Former Member

    selsinork wrote:

     

    Pi updates itself automagically

     

    My Raspbian doesn't seem to do this, thank goodness.  But I'd like to find out how the automatic update system works, if there really is one in Raspbian somewhere.  What program controls the updates, in theory?  Maybe I was lucky enough that it failed to start.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago in reply to morgaine

    My Raspbian doesn't seem to do this

    Hopefully there's nothing actually doing it then, my only interaction with Raspbian was to use it as a fixed point for the 1.8v / lan9512 tests. That's how I know it defaults to 8.8.8.8 for dns.  Other than that it's all speculation based on Rays comment.

     

    But I'd like to find out how the automatic update system works, if there really is one in Raspbian somewhere.  What program controls the updates, in theory?  Maybe I was lucky enough that it failed to start.

    I'd like to think it's just the normal way of configuring an apt repository and then running apt-get update, but I really didn't look.

     

    I gave up on any distro that does dependencies long ago as they're invariably either circular or just outright invalid. The best one was a suse version some while back that basically formatted the disk when you asked it to remove the xeyes demo program.

    Even on raspbian, I tried to remove some, IMHO crap, editor (leafpad? I forget) and it basically forced you to remove lxde at the same time - find the magic dpkg command to ignore the invalid dependency, remove it and what do you know, lxde works just fine without it.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • morgaine
    morgaine over 13 years ago in reply to Former Member

    selsinork wrote:

     

    Even on raspbian, I tried to remove some, IMHO crap, editor (leafpad? I forget) and it basically forced you to remove lxde at the same time - find the magic dpkg command to ignore the invalid dependency, remove it and what do you know, lxde works just fine without it.

     

    Aye.  After so many years of being spoiled by Gentoo flexibility, I noticed the issue you describe in Debian on Pi.  You don't have any choices.  The choices are those that were made for you by the Debian repository maintainers, and if their choices do not reflect what you want then you're out of luck.

     

    Unfortunately Gentoo is just too heavy for these low-powered ARMs.  It would take a week or more to have a system update itself, with everything being compiled from source.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago in reply to morgaine

    Unfortunately Gentoo is just too heavy for these low-powered ARMs.

    It's my feeling that a lot, if not all, of the traditional desktop distros are too heavy.

     

    It would take a week or more to have a system update itself, with everything being compiled from source.

    The trick of course is to cross compile it on something faster if possible.  I'm cross compiling the kernel for my R-Pi on a fairly beefy 8 core x86 system and have managed to setup a reasonably useable environment on a iMX53 QSB for compiling most other stuff. IIRC that's very similar to what Mike Thompson did for Raspbian

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • morgaine
    morgaine over 13 years ago in reply to Former Member

    That sounds like a good idea.

     

    I do have distcc set up here in Gentoo, but I've not looked into using it for cross-building yet.  One day.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago in reply to morgaine

    Oh, the other option would be a couple of hundred Pi setup as a cluster..  Throw lots of cheap processors at the problem and it won't be a problem for long image

     

    Of couser the interesting part would be finding enough sockets for all those phone chargers image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • wallarug
    wallarug over 13 years ago in reply to morgaine

    Morgaine Dinova wrote:

     

    selsinork wrote:

     

    Pi updates itself automagically

     

    My Raspbian doesn't seem to do this, thank goodness.  But I'd like to find out how the automatic update system works, if there really is one in Raspbian somewhere.  What program controls the updates, in theory?  Maybe I was lucky enough that it failed to start.

    It seems that my Raspbian does not have it installed.  I tried the instructions on the Hex website but they messed up my whole image.  Is it really necessary to have the firmware updated?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube