-1

I am roughly following this tutorial and have created a kernel.img.

It says:

Do you still have the SD card with the original Raspbian image on it from when you where testing the hardware above? Great. So you already have a SD card with a boot partition and the required files. If not then download one of the original raspberry boot images and copy them to the SD card.

I do not have the files on my SD card so my question is, where do I find all of the other files in the "original raspberry boot image"?

dalearn
  • 109
  • 6

1 Answers1

2

Do you still have the SD card with the original Raspbian image? ...Great. So you already have a SD card with a boot partition and the required files. If not then download one of the original raspberry boot images and copy them to the SD card.

This seems pretty straightforward. Those can be found here. You might as well use the lite image, since you only need the contents of the first small partition.

The files themselves can also be found in this github repository.

I do not have the files on my SD card

Then you will need to either:

  • Burn the image to the card properly following the installation guide linked from the download page above. Or:

  • Mount the image directly as described here and copy the files out. Or:

  • Download the files from the github repo.

In the last two cases you will have to format the card yourself.

goldilocks
  • 58,859
  • 17
  • 112
  • 227