-
-
Notifications
You must be signed in to change notification settings - Fork 273
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
Orangepizero3 support #249
base: develop
Are you sure you want to change the base?
Orangepizero3 support #249
Conversation
Well, I already see a design flaw in this PR. Images without a boot partition will not work, because you need it to configure the network. There is no way to connect before hand. The orangepi_net module is used to provide network setup funtkionality which uses the fat partition. Is there no fat partition on that particular Image? |
Verified it already, this Image has no FAT32 boot partition, therefore it wont work with that build chain. We need to address this in armbian-builds. On the base images you can setup everything on first boot. This "mechanic" doesnt exist in MainsailOS! |
i will doublecheck the orangepi settings. maybe i overview something there... |
This last patch would allow for the builds to succeed. However the boot partition is labeled in such a way that windows cannot see it. Windows is fully capable of reading these partitions normally, it's just labeled as |
hmm... its funny, because it should be the same as the zero2 image, but it is different... |
ok. then it looks like kwad tested it wrong the last time. i have to doublecheck the complete workflow of orangepi again. looks like a generic issue in this workflow and the filesystem. Thx for all your work! |
So, I did some test with images resulting from this PR: Images can be found here: The resulting images show the correct FAT partition. But... |
I own all of the hardware necessary to test this. If I can be of service, I would be more than happy to test this build. |
Hi, i can test it on OPi Zero3 1.5Gb and I very interested in adding support for it! |
I'm going to bump this if I can. Any issues with this? As far as I'm aware this is equal to orangepizero2 before the move to armbian. And will work fine. The boot partition issues have to do with armbian and the issue is being discussed there still, but it would be the same on all builds. |
Since @meteyou already added the device and it built fine in armbian-builds, this should probably get us support for this board.
Unfortunately I am unable to build the workflows and see if it actually works correctly.