diff options
author | FreeArtMan <dos21h@gmail.com> | 2016-03-11 19:55:27 +0000 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2016-03-11 19:55:27 +0000 |
commit | f6deccf8c9de92306b0952cdf50d61c694ad9b8d (patch) | |
tree | a50fd3a0931b7e63fdceaa2d994d710a381869f2 | |
parent | bb46c4259c1000daa4ac1070ac6fe6d6d5827af8 (diff) | |
download | md-content-f6deccf8c9de92306b0952cdf50d61c694ad9b8d.tar.gz md-content-f6deccf8c9de92306b0952cdf50d61c694ad9b8d.zip |
Added samsung xe303c12 description
-rw-r--r-- | md/writeup/devices/samsung_xe303c12.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/md/writeup/devices/samsung_xe303c12.md b/md/writeup/devices/samsung_xe303c12.md index 10abdc3..147e10e 100644 --- a/md/writeup/devices/samsung_xe303c12.md +++ b/md/writeup/devices/samsung_xe303c12.md @@ -65,8 +65,8 @@ fdisk /dev/sda 5. Partition the micro SD card: ``` - cgpt create /dev/sda - cgpt add -i 1 -t kernel -b 8192 -s 32768 -l Kernel -S 1 -T 5 -P 10 /dev/sda +cgpt create /dev/sda +cgpt add -i 1 -t kernel -b 8192 -s 32768 -l Kernel -S 1 -T 5 -P 10 /dev/sda ``` 6. To create the rootfs partition, we first need to calculate how big to make the partition using information from cgpt show. Look for the number under the start column for Sec GPT table which is 15633375 in this example: ``` |