Skip to content

Commit 26ca9ca

Browse files
authored
Update README.md
1 parent 545837c commit 26ca9ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ of the flutter app you're trying to run.
7373

7474
`[flutter engine arguments...]` will be passed as commandline arguments to the flutter engine. You can find a list of commandline options for the flutter engine [Here](https://github.com/flutter/engine/blob/master/shell/common/switches.h).
7575

76-
**Note for Pi 4 users:** currently, flutter-pi will crash on the raspberry pi because it tries to open the wrong DRM device. [See Issue #13](https://github.com/ardera/flutter-pi/issues/13#issuecomment-554322089). A temporary fix is to change the path inside flutter-pi.c in the line where it says `. . . = open("/dev/dri/card0", O_RDWR);` to `/dev/dri/card1`. I'm working on an update that will enable flutter-pi to automatically select its devices.
77-
7876
## Dependencies
7977
### flutter engine
8078
flutter-pi needs `libflutter_engine.so` and `flutter_embedder.h` to compile. It also needs the flutter engine's `icudtl.dat` at runtime.

0 commit comments

Comments
 (0)