wasp-os status
#1
I'm trying to install wasp-os without much success. It doesn't look like the project is very current, but it's an attractive alternative because everything is written in Python. I'm going to detail the steps I've taken and where it's going wrong.


I installed watchmate on my Linux system from the repositories. The repository version seems to be current. It works great, and I updated InfiniTime to version 1.13 without incident. Such an intuitive and easy to use program.


I installed the latest ARM gnu toolchain and added the 'bin' directory to my PATH environment variable.


I also used the following steps to download and build wasp-os. This is exactly what's shown in the installation guide and it works fine.


Code:
$ sudo apt install \
  wget git build-essential libsdl2-2.0-0 python3-click python3-gi \
  python3-numpy python3-pexpect python3-pil python3-pip python3-pydbus \
  python3-serial unzip
$ pip3 install --user cbor pysdl2 tomli
$ sudo apt install sphinx graphviz python3-recommonmark
# next step is redundant but I did it anyway
$ pip3 install --user -r wasp/requirements.txt

$ git clone https://github.com/wasp-os/wasp-os.git
$ cd wasp-os
$ make sim
$ make check
$ make submodules
$ make softdevice
$ make -j `nproc` BOARD=pinetime all
$ make docs

Everything so far works as advertised.



Then when I use watchmate to update the firmware (installing micropython.zip from the 'build-pinetime' directory) it uploads seamlessly. (This step doesn't work when I try to update the firmware with wasp-os-0.4.1.zip from the official distribution).



But now I still have InfiniTime and there is no sign of wasp-os on my PineTime watch!


Does anyone have advice about what I might be missing here? I've stumbled at the goal-line, and I assume I'm missing something obvious.
  Reply


Messages In This Thread
wasp-os status - by erikzoltan - 08-23-2023, 06:57 PM
RE: wasp-os status - by GaryM - 08-24-2023, 09:46 PM
RE: wasp-os status - by erikzoltan - 08-27-2023, 12:03 PM
RE: wasp-os status - by GaryM - 08-28-2023, 04:59 PM
RE: wasp-os status - by erikzoltan - 08-31-2023, 09:47 AM
RE: wasp-os status - by xet7 - 10-06-2023, 11:32 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Wasp-os editing main.py Mpoint 4 2,941 08-07-2021, 02:34 PM
Last Post: danielt
Sad wasp simulation error pratyush049 1 3,117 06-24-2020, 06:51 AM
Last Post: danielt

Forum Jump:


Users browsing this thread: 1 Guest(s)