| FORUM

FEDEVEL
Platform forum

learn the essenials of creating uboot..- Failed to install VM extension pack

onkar , 07-17-2023, 04:30 AM
Hello,
I am in the first lesson of learn the essenials of creating uboot, linux and yocto course.
The extension pack is failed to install on my VM.
Kindly advice.

Regards,
Onkar
robertferanec , 07-23-2023, 03:50 PM
please, did you follow the instructions in the Updates TAB? PS: I apologize for late reply I am on vacation
onkar , 07-31-2023, 09:19 AM
I have setup complete new machine with Linux 14.4 just top avoid any VM issues.
onkar , 07-31-2023, 09:29 AM
there is new error I am getting.
can you help me.
this seems related to python, installed version of pythons are python 2.7.6 and python 3.4.3
I cannot install 3.6 or later, it shows error that couldn't fina any packages by regex 'python3.6'

robertferanec , 08-03-2023, 02:38 AM
please, did you follow the exact steps in the Updates TAB?
dodoolas , 08-05-2023, 08:56 AM
Hello @onkar,

Please, have you solved the outdated Python version issue?


Last time I tried to follow the first 2 lessons step by step I managed to make it work. Please, have a look at this document, it might be useful for you:
- https://docs.google.com/document/d/1...it?usp=sharing


During my testing, I ran into a similar issue as you describe in lesson 1 with the repo init command. After entering following command in the terminal:
Following error shows up:
fedevel@fedevel-VirtualBox:~/fsl-community-bsp$ repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b jethro
repo: error: Python 2 is no longer supported; Please upgrade to Python 3.5+.

Under the course online video, there is a Questions & Updates tab, where you can find instructions on how to fix this issue. Entering following commands into the terminal:
export GIT_SSL_NO_VERIFY=1
cd ~
mkdir ~/bin
git clone https://gerrit.googlesource.com/git-repo
cd git-repo
git checkout 27da4ddeb9159573e0207f71e4d9b3ae286b5275
cp repo ../bin
chmod a+x ~/bin/repo
PATH=${PATH}:~/bin

I tried the repo command again. I entered following commands:
cd fsl-community-bsp
git config --global user.email "your_email@example.com"
git config --global user.name "yourname"
repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b jethro

It worked!


Please try to reboot your virtual machine, follow the instructions again and let me know if it works for you as well.

Thank you​​
Use our interactive Discord forum to reply or ask new questions.
Discord invite
Discord forum link (after invitation)

Didn't find what you were looking for?