it is possible to get back to Ubuntu 20.04.1 from 20.04.3 ? I am running Petalinux 2021.1 in Ubuntu 20.04.3 and I get an issue that "This is not a supported OS"
Then I have looked at the reference guide. According to that 20.04.1 is the required OS, not 20.04.3.
abc@alpha:/$ uname -a
Linux alpha 5.4.0-88-generic #99-Ubuntu SMP Thu Sep 23 17:29:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
uname -a
and edit your original question to show the result. It will help us find out about your current HWE status. Compare with The Ubuntu lifecycle and release cadence and scroll down to 'Ubuntu kernel release cycle'. – sudodus Oct 16 '21 at 11:48uname -a
but if 20.04 is the release and .x is just a kernel update then I am not sure if I can still run Petalinux 2021.1 in Ubuntu 20.04.3 instead of Ubuntu 20.04.1 which is recommended in the reference guide. – engr_john Oct 16 '21 at 15:10lsb_release -a
indicates 20.04.3. Either Petalinux should actually work for you, only the test criterion is wrong, *or* there is some other program package (not the kernel), that is too new and not compatible. Anyway, I agree with @user535733, that it seems like a Petalinux support question. – sudodus Oct 16 '21 at 15:16