Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

balena-io-modules/resin-plugin-img

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resin-plugin-img

npm version dependencies

Modify a resin device image before burning it.

Installation

Install resin-plugin-img by running:

$ npm install -g resin-cli resin-plugin-img

You can then access the resin img command from your terminal.

Documentation

The only supported subcommand currently is "cp".

It allows copying files from your local filesystem to a path in the boot partition.

###Usage### resin img cp <image> <from> <to>

  • image: Path to a resin device disk image.
  • from: Path in your local filesystem to copy from.
  • to: Path in the boot partition of the disk to copy to.

###Example###

resin img cp resin-myApp-0.0.1.img deviceTree.dtb /dtbs/deviceTree.dtb

Support

If you're having any problem, please raise an issue on GitHub and the Resin.io team will be happy to help.

Contribute

Before submitting a PR, please make sure that you include tests, and that coffeelint runs without any warning.

License

The project is licensed under the MIT license.

About

Modify a resin device image before burning it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published