Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A64 => Topic started by: fivuf on May 26, 2020, 03:45:30 PM

Title: where to find git repository of images.olimex.com
Post by: fivuf on May 26, 2020, 03:45:30 PM
Question is in title, where to find the git of the images located at images.olimex.com ?

the images here are very recent, but the github OLIMEX/build seems a bit dated.
Title: Re: where to find git repository of images.olimex.com
Post by: LubOlimex on May 26, 2020, 04:10:02 PM
https://github.com/OLIMEX/olimage

https://github.com/OLIMEX/linux-olimex

You can find more links in the announcement blog post:

https://olimex.wordpress.com/2020/04/21/olimage-mainline-linux-images-building-script-for-all-of-our-olinuxino-and-som-boards/
Title: Re: where to find git repository of images.olimex.com
Post by: fivuf on May 26, 2020, 08:51:46 PM
thanks, i could have make a little more searching...

I tried to run the script but arrived at some point, I get the error
run external command: [['mount', '-t', 'proc', 'proc', 'output/a64-olinuxino/filesystem/buster-minimal/proc']]
mount: /olimage/output/a64-olinuxino/filesystem/buster-minimal/proc: proc already mounted on /proc.
Command failed: mount -t proc proc output/a64-olinuxino/filesystem/buster-minimal/proc


Here's the arguments i used

# ./run.sh -v --output output --releaseimage --log log.txt image A64-OLinuXino-2Ge8G-IND debian minimal out
Title: Re: where to find git repository of images.olimex.com
Post by: LubOlimex on May 27, 2020, 09:43:12 AM
What distribution and version are you using? We used Ubuntu 18.04 and haven't tested a lot of distributions.
Title: Re: where to find git repository of images.olimex.com
Post by: fivuf on May 27, 2020, 01:08:29 PM
KDE neon up to date, which is based on Ubuntu 18.04
https://dot.kde.org/2018/09/26/kde-neon-rebased-ubuntu-1804-lts-bionic-beaver
Title: Re: where to find git repository of images.olimex.com
Post by: fivuf on May 28, 2020, 09:05:39 AM
So I used
mount --bind /proc olimage/output/a64-olinuxino/filesystem/buster-minimal/proc
And it seems to do the trick but then I have a permission error

E: [Errno 1] Operation not permitted: 'fb'
With find, fb is in the proc mount and when checking permission it is 777.

-rwxrwxrwx 1 root root 0 mai  28 07:58 output/a64-olinuxino/filesystem/buster-minimal/proc/fb
Title: Re: where to find git repository of images.olimex.com
Post by: fivuf on June 04, 2020, 02:38:11 PM
I installed a virtual machine with ubuntu 18.04 and succeed into compiling a working image.