Skip to content

Commit

Permalink
Merge the contents of lgeek#11 into README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperTaiyaki committed Feb 22, 2020
1 parent 2c253e5 commit 7a7a1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ sudo dd if=src/linux/arch/arm/boot/uImage of=/dev/mmcblk0 bs=1024 seek=1024
* Format the system partition:

```
sudo mkfs.ext4 /dev/mmcblk0p1
sudo mkfs.ext4 -O^metadata_csum /dev/mmcblk0p1
```

* Copy okreader's rootfs to the SD card:
Expand Down

0 comments on commit 7a7a1a6

Please sign in to comment.