This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

resin-plugin-img

0.0.2 • Public • Published

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 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.

Package Sidebar

Install

npm i resin-plugin-img

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • balena.io