Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspberry Pi 4 Support #181

Open
henzard opened this issue Aug 14, 2019 · 8 comments
Open

Raspberry Pi 4 Support #181

henzard opened this issue Aug 14, 2019 · 8 comments

Comments

@henzard
Copy link

henzard commented Aug 14, 2019

Hi I tried several solutions Pi 4 boots with buster standard but not if I use the same image with Pi Bakery.

@rubger83
Copy link

I would also be very interested in a version of PiBakery which is supporting buster. Is there any chance, that it is available in the near future?
When I try to use an image of buster with PiBakery, I get message that the commands I use will not work with buster.

@rubger83
Copy link

I managed to get v2 to be working with buster on Pi4

@sanyer
Copy link

sanyer commented Nov 15, 2019

@rubger83 great, would you mind sharing details?

@rubger83
Copy link

At first I had trouble with CR LF at the end of each line in the scripts (.py and .sh), because I downloaded the zip file of v2 and somehow my Windows changed the end of line signs (for use with Linux there has to be only LF). I had to download the Scripts using git clone.
V2 works well with buster, but I had trouble setting up the Wlan at firstboot. This helped: #172
What kind of problem do you have? Have you checked the log files in /boot/PiBakery/ ?

@tvories
Copy link

tvories commented Nov 20, 2019

@rubger83 how did you fix the CR LF on windows? I didn't see a solution that solved it.

@rubger83
Copy link

First download the zip file of V2 from here
https://github.com/davidferguson/pibakery/releases/tag/v2.0.0
Unzip somewhere on your Windows machine.
As you have no control over what happens to the EOL when unzipping, you have to use git clone, to get the scripts in their original version.
At first you have to tell your git to leave the line endings in all files as they are with this command
git config --global core.autocrlf false
then clone
C:\>git clone https://github.com/davidferguson/pibakery.git C:\git
then replace all .sh and .py files in the unzipped folder with the ones in your git folder
Then you can use the PiBakery.exe in the unzipped folder by starting as admin

@tvories
Copy link

tvories commented Nov 22, 2019

That fixed it! I had to copy over resources/app/pibakery-blocks and resources/app/pibakery-raspbian and that seems to have fixed the issue of the kernel panic.

@tbandtg
Copy link

tbandtg commented Jul 27, 2020

@tvories @rubger83 Thank you so much DenverCoder9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants