diff --git a/OLVASSEL.md b/OLVASSEL.md index c07ab2f9..a09ecd4c 100644 --- a/OLVASSEL.md +++ b/OLVASSEL.md @@ -44,8 +44,8 @@ Javaslom, hogy szerezz be egy [Micro SD kártya USB adaptert](http://media.kings pent, speciális kártya olvasó interfész nélkül (habár sok laptopban gyárilag van ilyen olvasó manapság). Az MBR partíciós táblát létre kell hozni az SD kártyán LBA FAT32 (0x0C típusú) partícióval, leformázni azt, -majd rámásolni a bootcode.bin és start.elf állományokat. Alternatívaként letöltheted a raspbian képfájlt, `dd`-vel -rárakhatod a kártyára, majd mountolás után letörölheted a felesleges .img fájlokat. Amenyik szimpatikusabb. A lényeg +majd rámásolni a *bootcode.bin*, *start.elf* és *fixup.dat* állományokat. Alternatívaként letöltheted a raspbian képfájlt, +`dd`-vel rárakhatod a kártyára, majd mountolás után letörölheted a felesleges .img fájlokat. Amenyik szimpatikusabb. A lényeg az, hogy ezekben az oktatóanyagokban `kernel8.img` fájlokat gyártunk, amit a partíció gyökér könyvtárába kell másolni, és más `.img` kiterjesztésű fájl nem lehet ott. diff --git a/README.md b/README.md index 980fb34e..2547bcdb 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,10 @@ I recommend to get a [Micro SD card USB adapter](http://media.kingston.com/image like an USB stick, no special card reader interface required (although many laptops have those these days). You can create an MBR partitioning scheme on the SD card with an LBA FAT32 (type 0x0C) partition, format it -and copy bootcode.bin and start.elf onto it. Or alternatively you can download a raspbian image, `dd` it to the SD card, -mount it and delete the unnecessary .img files. Whichever you prefer. What's important, you'll create `kernel8.img` -with these tutorials which must be copied to the root directory on the SD card, and no other `.img` files should exists -there. +and copy *bootcode.bin*, *start.elf* and *fixup.dat* onto it. Or alternatively you can download a raspbian image, +`dd` it to the SD card, mount it and delete the unnecessary .img files. Whichever you prefer. What's important, you'll +create `kernel8.img` with these tutorials which must be copied to the root directory on the SD card, and no other `.img` +files should exists there. I'd also recommend to get an [USB serial debug cable](https://www.adafruit.com/product/954). You connect it to the GPIO pins 14/15, and run minicom on your desktop computer like