This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
resources:tools-software:linuxdsp:docs:quickstartguide:installing:installing_sdcardboot [13 Nov 2020 10:17] jian chen |
resources:tools-software:linuxdsp:docs:quickstartguide:installing:installing_sdcardboot [13 Nov 2020 10:18] jian chen |
||
---|---|---|---|
Line 63: | Line 63: | ||
Next, we need to copy the Linux file system and kernel image to the SD Card. We install this on to the SD Card by mounting the file system on to the local Host PC and copying the contents on to the SD Card. | Next, we need to copy the Linux file system and kernel image to the SD Card. We install this on to the SD Card by mounting the file system on to the local Host PC and copying the contents on to the SD Card. | ||
<code> | <code> | ||
- | $ sudo mkfs.ext2 /dev/sdb1 | ||
$ sudo mount -t ext2 /dev/sdb1 /mnt | $ sudo mount -t ext2 /dev/sdb1 /mnt | ||
</code> | </code> |