Arkadiusz Michał Ryś

Results 15 comments of Arkadiusz Michał Ryś

@Afrowave I have created a similar pull request (#2457) as a proof of concept a year ago. Some of my projects have been using a modified version since so I...

The following snippet should add all level 1 pages for all sites to their main menu. ```python from wagtail.core.models import Site from wagtailmenus.models import MainMenu for site in Site.objects.all(): menu...

One note: I currently support _bool-bossac-udoo_ on **linux_x86_64** at [my custom bossac fork](https://github.com/ArkadiuszMichalRys/bossac-udoo) but will add support for other platforms if this PR gets accepted. I am happy to work...

I have currently tested the upload process in two scenarios. 1. Uploading from a linux x64(x86) host using the CN6 USB port. 2. Uploading from the SBC (linux armv7l) itself....

I have looked into the documentation for the Udoo Neo and it seems like there are 3 different ways to upload code. Unfortunately I don't have the experience to get...