I decided to test a PI4 model B, and have run into a stumbling block with the B4J bridge.
When I run a program, (in this case one of the tested examples) the bridge give's an error of * failed to add service - already in use?
Locating this error in the forum, basically says the bridge does not work on the PI 4.
In searching the WEB with the same issue, I came across an article that denoted if you comment out the line dtoverlay=vc4-fkms-v3d (last section of the config.txt file), the error is gone from the bridge but nothing runs on the screen of the PI. The log from the bridge does report program started. I am assuming that when remarking the line in config.txt, this does something to the graphics? I don't know.
Anyway,
1: Does anyone have a suggestion???
2: Is the workaround, to use a P3 for writing/running and debugging the code, then run the code as a standalone on the PI4?
When I run a program, (in this case one of the tested examples) the bridge give's an error of * failed to add service - already in use?
Locating this error in the forum, basically says the bridge does not work on the PI 4.
In searching the WEB with the same issue, I came across an article that denoted if you comment out the line dtoverlay=vc4-fkms-v3d (last section of the config.txt file), the error is gone from the bridge but nothing runs on the screen of the PI. The log from the bridge does report program started. I am assuming that when remarking the line in config.txt, this does something to the graphics? I don't know.
Anyway,
1: Does anyone have a suggestion???
2: Is the workaround, to use a P3 for writing/running and debugging the code, then run the code as a standalone on the PI4?