where to find git repository of images.olimex.com

Started by fivuf, May 26, 2020, 03:45:30 PM

Previous topic - Next topic

fivuf

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.

LubOlimex

Technical support and documentation manager at Olimex

fivuf

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

LubOlimex

What distribution and version are you using? We used Ubuntu 18.04 and haven't tested a lot of distributions.
Technical support and documentation manager at Olimex


fivuf

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

fivuf

I installed a virtual machine with ubuntu 18.04 and succeed into compiling a working image.