Ubuntu base 18.04 lts#16
Conversation
ThorodanBrom
left a comment
There was a problem hiding this comment.
This is still using a very old kernel, ie. the parallella-linux kernel has to also be updated to at least 4.15, right?
|
It's Linux 4.6.0+. The same kernel as Parabuntu 2016.11.1. It works on my Parallella board(zynq 7020). |
|
Thank you @xuminready Fantastic work!!! Will try to review / merge ASAP!! Cheers, |
|
Please split out the changes to packages*.txt to a separate commit // Ola |
| cd mnt/rootfs/home/parallella | ||
| git clone https://github.com/adapteva/epiphany-examples.git --branch 2016.11 | ||
| git clone https://github.com/parallella/parallella-examples.git --branch 2016.11 | ||
| git clone --depth=1 https://github.com/adapteva/epiphany-examples.git --branch 2016.11 |
There was a problem hiding this comment.
No to these two. We might need to ask users to switch branches etc. to troubleshoot things etc.
olajep
left a comment
There was a problem hiding this comment.
Looking good!
Just some minor things and I'll take it.
| @@ -1,5 +0,0 @@ | |||
| # Parallella PPA | |||
There was a problem hiding this comment.
No biggie but can we please leave this in but replace vivid --> bionic?
There actually is a parallella ppa but we never used it.
|
|
||
| # Language Packs (Fix utf8 & get rid of Ubuntu's annoying locale warings) | ||
| language-pack-en | ||
| #language-pack-en |
There was a problem hiding this comment.
This and the other stuff you've commented out you need to justify.
Leave it in here even if it is already installed in the base ubuntu image.
Things might change in the future and then we'll have regressions that can be easily avoided by just leaving the package in here.
| echo Renaming linaro user to parallella | ||
| [ -d ${top}/mnt/rootfs/home/parallella ] || mv ${top}/mnt/rootfs/home/linaro ${top}/mnt/rootfs/home/parallella | ||
| sed -i 's/linaro/parallella/g' ${top}/mnt/rootfs/etc/{group,shadow,passwd} | ||
| #echo Renaming linaro user to parallella |
There was a problem hiding this comment.
Is there a 'ubuntu' user in the ubuntu base image? If yes, rename that user. If no, remove these lines instead of just commenting them out.
There was a problem hiding this comment.
I don't think there's a 'ubuntu' user in the base image.
https://wiki.ubuntu.com/Base/InstallationExample
|
Are there any advantages to updating parallella-linux to 4.15? I understand that @xuminready said that it works fine with the existing kernel, but 4.15 is the recommended kernel for Bionic. If there is, I can try to make the necessary changes |
|
@ThorodanBrom wrote.
Yes. We use https://github.com/analogdevicesinc/linux.git as upstream so you should merge their latest stable release. Believe it's 2018_R1. Also need to rebuild the fpga bitstreams HDMI bitstreams: Headless bitstreams: Correct vivado version can be found here: // Ola |
troubleshoot things etc.
|
@ThorodanBrom Please upgrade Linux kernel if you know how to do it. |
|
@xuminready @olajep I will try to upgrade the kernel in some time. Honestly, I am new to the parallella board, so I'll have to find some instructions on how to do the bitstream building etc. |
|
@xuminready
Thank you,
great job!!!
//Ola
…On Thu, Jul 26, 2018 at 3:41 AM ThorodanBrom ***@***.***> wrote:
@xuminready <https://github.com/xuminready> @olajep
<https://github.com/olajep> I will try to upgrade the kernel in some
time. Honestly, I am new to the parallella board, so I'll have to find some
instructions on how to do the bitstream building etc.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAwd2BpqvEoYe5laGeDF3LPHRpHm9MoDks5uKXKygaJpZM4VaILD>
.
|
upgrade to Ubuntu Base 18.04 LTS (Bionic Beaver)