Skip to content

Commit

Permalink
Corrected README for uboot-mkimage.sh
Browse files Browse the repository at this point in the history
as pointed by Marco Fuentes Garcia
  • Loading branch information
Jose Lopez committed May 10, 2017
1 parent 2b18255 commit b00c0d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions U-boot/README
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ First of all, you will need to export an environment variable:
Then, if you have a uramimage.image.gz file and you want to unpack it to some
location, just run:

$ ./uboot-mkimage.sh -u -r /absolute/path/where/image/will/be/unpacked -i /absolute/path/to/uramdisk.image.gz
$ ./uboot-mkimage.sh -m unpack -r /absolute/path/where/image/will/be/unpacked -i /absolute/path/to/uramdisk.image.gz


Or the other way around (packing rootfs to a file):

$ ./uboot-mkimage.sh -p -r /absolute/path/where/image/will/be/unpacked -i /absolute/path/to/uramdisk.image.gz
$ ./uboot-mkimage.sh -m pack -r /absolute/path/where/image/will/be/unpacked -i /absolute/path/to/uramdisk.image.gz


Easy!

0 comments on commit b00c0d6

Please sign in to comment.