Re: Getting Started Guide
Tommy Lin (林志聰) <Tommy.Lin@...>
Hi Carles, Thanks for your suggestion. Now, I can download code and build it successfully. Kernel: 2.2.0 SDK: 0.11.1
When I burn zephyr.hex into our chip (NRF51824) , and I encounter an issue. In my previous version (kernel: 1.13 SDK: 0.9.5) , the issue is absence .
Could you give us some suggestions.
Thank You Tommy
From: Cufi, Carles <Carles.Cufi@...>
Sent: Wednesday, February 12, 2020 8:17 PM To: Tommy Lin (林志聰) <Tommy.Lin@...>; zephyr-devel@... Cc: devel@... Subject: RE: Getting Started Guide
Hi there,
Zephyr requires Python 3.6 or later, and from your log you seem to be using Python 3.5.
Please update your Python installation. If you are on Ubuntu something like this should work:
sudo apt install python3.7 sudo update-alternatives --config python3
Carles
From:
devel@... <devel@...>
On Behalf Of Tommy Lin (???) via Lists.Zephyrproject.Org
Hi Zephyr, I following Getting Started Guide . https://docs.zephyrproject.org/latest/getting_started/index.html
In ‘west update’ , I encounter an error:
My PC is Ubuntu 16.04 LTS Could you give us some suggestions
Thank You, Tommy
|
|