Sign inSign up

yocto/edison

By yocto

Updated over 11 years ago

import of the ext4 root fs of official intel edison releases

Image
1

2.0K

yocto/edison repository overview

Edison releases are imported from the binary releases from intel to make it easier to update the images before deployment.

The are created manually at the moment:

$ unzip edison-image-ww18-15.zip
$ ls -lah edison-image-edison.ext4 
-rw-r--r-- 1 hh hh 512M May  8 22:05 edison-image-edison.ext4
$ sudo mount -o loop edison-image-edison.ext4 /mnt
$ cd /mnt2
$ sudo tar cvfz /tmp/edison-image-edison.ext4.tar.gz .
$ docker import -t yocto/edison:ww18-15 < /tmp/edison-image-edison.ext4.tar.gz
$ docker push yocto/edison:ww18-15

Tag summary

Content type

Image

Digest

sha256:cda251e3c

Size

-

Last updated

over 11 years ago

docker pull yocto/edison