ev3dev / brickstrap

Tool for bootstrapping Debian and creating bootable image files for embedded systems
MIT License
35 stars 26 forks source link

Not found option #58

Closed Svjatogor closed 7 years ago

Svjatogor commented 7 years ago

I get error, when I builded an image 2016-07-26 13-20-04

dlech commented 7 years ago

The command line options have changed. Try...

brickstrap -p ev3dev-jessie -c ev3 -d ev3-rootfs create-rootfs

After that the -p and -c options are not needed. For example...

brickstrap -d ev3-rootfs shell

...or...

cd ev3-rootfs
brickstrap shell
Svjatogor commented 7 years ago

Thanks you. I found it