Skip to content

Commit 947f0a2

Browse files
authored
Update README.md
fixed typo
1 parent f232840 commit 947f0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Plug in a uSD into your machine and run the following, where sdX is the location
124124

125125
`sudo dd if=images/<image_name>.img of=/dev/sdX`
126126

127-
In u-boot prompt, write the folloiwng command for loading ubuntu:
127+
In u-boot prompt, write the following command for loading ubuntu:
128128

129129
`get_images=load mmc 1:1 $kernel_addr_r boot/Image; load mmc 1:1 $fdt_addr_r boot/<device_tree>.dtb; setenv root 'root=/dev/mmcblk1p1' rw; boot`
130130

0 commit comments

Comments
 (0)