-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hello,
I've managed to build and run boatinstrument on CoreMP135 with flutter-pi.
The build was done on CircleCI using these scripts:
https://github.com/bareboat-necessities/boatinstrument/tree/main/.circleci
It was published to github
Flutter-pi was installed on CoreMp135 using this script
sudo apt install cmake libgl1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev \
libdrm-dev libgbm-dev ttf-mscorefonts-installer fontconfig \
libsystemd-dev libinput-dev libudev-dev libxkbcommon-dev
sudo fc-cache
git clone --recursive https://github.com/ardera/flutter-pi
cd flutter-pi
mkdir build && cd build
cmake ..
make -j`nproc`
sudo make install
And running it:
wget https://github.com/bareboat-necessities/lysmarine_gen/releases/download/vTest/boatinstrument-0.0.1.1-flutterpi_arm32.tgz
gzip -cd boatinstrument-0.0.1.1-flutterpi_arm32.tgz | tar xvf -
flutter-pi --release ./boatinstrument
When I run it, it renders something but not everything
root@CoreMP135:~# flutter-pi --release ./boatinstrument
[locales] Warning: The system has no configured locale. The default "C" locale may or may not be supported by the app.
WARNING: Detected llvmpipe (ie. software rendering) as the OpenGL ES renderer.
Check that flutter-pi has permission to use the 3D graphics hardware,
or try running it as root.
This warning will probably result in a "failed to set mode" error
later on in the initialization.
egl_gbm_render_surface.c: Couldn't create GBM surface for rendering. gbm_surface_create_with_modifiers: Function not implemented
egl_gbm_render_surface.c: Will retry without modifiers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels