Hello,
I have been trying to set up for the Micro:bit at home on LL.
I am not sure where I am going wrong, I haven't done the set up before.
I add
Taken from here
There are some errors including the ppa is producing a 404 error and not installing.
Also after this when trying regular LL updates it gives an error gui and the updates system for LL no longer worked, until I removed all of it, then it worked correctly. So there is something wrong with the above method that has adverse effects.
Next I tried to install Mu
and as per the link I entered in terminal
to make the bin executable, it didn't make it executable, and would not start, although mouse over says executable file.
Later I downloaded again and made the bin executable by right clicking and using the menu, the same result, says executable but doesn't.
On the Mu website
it also says to ensure membership of the dialout group, would this be automatic as I am the only user of the computer, or do I also need to learn how to do this ?
I have been trying to set up for the Micro:bit at home on LL.
I am not sure where I am going wrong, I haven't done the set up before.
I add
Code:
sudo add-apt-repository -y ppa:team-gcc-arm-embedded
sudo add-apt-repository -y ppa:pmiller-opensource/ppa
sudo apt-get update
sudo apt-get install cmake ninja-build gcc-arm-none-eabi srecord libssl-dev
pip3 install yotta
Taken from here
There are some errors including the ppa is producing a 404 error and not installing.
Also after this when trying regular LL updates it gives an error gui and the updates system for LL no longer worked, until I removed all of it, then it worked correctly. So there is something wrong with the above method that has adverse effects.
Next I tried to install Mu
and as per the link I entered in terminal
Code:
chmod +x mu.bin
to make the bin executable, it didn't make it executable, and would not start, although mouse over says executable file.
Later I downloaded again and made the bin executable by right clicking and using the menu, the same result, says executable but doesn't.
On the Mu website
it also says to ensure membership of the dialout group, would this be automatic as I am the only user of the computer, or do I also need to learn how to do this ?