element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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 Newer firmware than in debian6-13-04-2012.img ?
  • 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 14 replies
  • Subscribers 664 subscribers
  • Views 806 views
  • Users 0 members are here
  • raspberry_pi
Related

Newer firmware than in debian6-13-04-2012.img ?

Former Member
Former Member over 13 years ago

I need to take advantage of the latest SD driver code submitted to the RPi firmware:

https://github.com/raspberrypi/firmware

 

I'm hoping it will help me get my particular SD card to work.

 

I was using debian6-13-04-2012 and the win32diskimager.

 

Does anyone know how debian6-13-04-2012.img was built, and how I go about modifying it (or rebuilding it) with the latest firmware?

 

Thanks,

Mark Bannister.

  • Sign in to reply
  • Cancel
  • rew
    rew over 13 years ago

    One: Get the 20-04-2012 image. It has SD card fixes.

     

    Besides that you could:

     

    get "git"

    get the kernel from the git repository.

    get the arm compiler toolchain.

    compile the kernel.

    get the RPI image tools.

    and put the image on the SD card (using windows if you like).

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Montala
    Montala over 13 years ago in reply to rew

    Thanks Roger... but is this the same one which is available on the raspberrypi.org download page, dated 19-04-2012, or if not where can we find the latest update?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • rew
    rew over 13 years ago in reply to Montala

    David, yes that's the one. I apparently misremembered the date by a day. I remember it as "about a week later than 13-04-2012", so that would be the 19'th or 20th.

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

    Actually I was hoping to use the SD changes that went in yesterday.  Who is responsible for cutting new debian images, and how often were they planning to do so?

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

    Or, I'm happy to cut a new debian image myself, if the guy or gal who did the last ones can let me know how they did them.

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

    Mark, Once you put the image onto an SD card, there is a boot partition that you can access from Linux and Windows. You can modify the kernel commandline for example there.

     

    Also you have simple files that form the "Linux kernel". You can manipulate those with all the tools you have for manipulating files. copy move rename, whatever.

     

    The one you want to change is "kernel.img".

     

    There are more elaborate instructions around for building your own kernel for raspberry pi than my concise version above. Search for "raspberry pi compile kernel git" or something like that.

     

    I googled it for you. Instructions are here.

    http://elinux.org/index.php?title=RPi_Kernel_Compilation&oldid=126290

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Montala
    Montala over 13 years ago in reply to rew

    I think the person who is handling the Debian (and other OS) updates is Liam Fraser who is one of the 'gurus' with the Foundation.

     

    Hopefully some more will be appearing soon.

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

    Thanks Roger, but I tried this from Windows already.  First I downloaded the latest kernel.img straight from the firmware gitrepo into the boot partition, but after that the RPi was worse and provided no video output at all.  Then I tried downloading all the contents of the firmware directory from the gitrepo and copying into the boot partition, same result.

     

    Looking here: http://elinux.org/index.php?title=RPi_Kernel_Compilation&oldid=126290#Final_step:_Making_the_.27kernel.img.27_for_your_Pi

    ...suggests that the Python script imagetool-uncompressed.py needs to me used at some stage during the building of kernel.img, and I don't know whether the version in the gitrepo has this done.

    ...also says I need to copy the image file into /lib/modules which is not accessible from Windows.  I wonder if I can access /lib/modules if I connected the SD card via a USB card reader to a Linux host?

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

    How does one get in contact with Liam Fraser?

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

    Well, he is on Twitter at http://twitter.com/#!/FraserLiam ... if that's any help!  image

    • 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