File: create.txt

package info (click to toggle)
imx-usb-loader 0~git20200517.30b43d69-2
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,348 kB
  • sloc: ansic: 4,214; xml: 417; makefile: 85; python: 29
file content (6 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
=> IMX image with plugin
mkimage -n plugin.cfg -T imximage -a -e 0x87800000 -d image.bin test-plugin.imx
=> IMX image without plugin
mkimage -n noplugin.cfg -T imximage -e 0x87800000 -d image.bin test.imx
=> IMX image with DCD
mkimage -n dcd.cfg -T imximage -e 0x87800000 -d image.bin test-dcd.imx