alphafox02

Results 269 comments of alphafox02

Check the getting started guide on the desktop if you’re using the DragonOS Pi64 image. Last few steps explain what’s required.

Try this https://sourceforge.net/projects/dragonos-pi64/files/DragonOS_Pi64_Beta31.img.gz/download Download the older build and do not update/upgrade anything. Make the changes it says in the getting started and see if that does it for you. I...

I've tried the same on Raspberry Pi OS. `include ` is missing and causing the issue. There's still this happening too https://github.com/cariboulabs/cariboulite/issues/126 There's also a problem where the kernel headers...

> How do I get this DragonOS, is that available from the RPi Imager? You can get it here. https://sourceforge.net/projects/dragonos-pi64/ I put it together in my spare time. I also...

If you’re running the install script as is there’s likely a chance it’s installing the raspi kernel or headers. Remove this from line 23 of the install.sh file before running...

Strange, I wonder what I’ve done different. I think I used your fork and script and not the main though just yesterday. I’ll go check. I’m still in a position...

Did you manually go edit the /boot/firmware/config.txt? Not sure if that has anything to do with it.

I'm using your fork actually ``` ubuntu@ubuntu:~/projects/cariboulite$ cat .git/config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://github.com/konimaru/cariboulite.git fetch = +refs/heads/*:refs/remotes/origin/*...

I would refer to this important section as to what the device will run on, it’s unlikely the other devices being mentioned have the SMI interface. https://github.com/cariboulabs/cariboulite#smi-interface

On raspbian it’s in /boot but for some reason on Ubuntu aarch64 they decided to put it into /boot/firmware/ I think just make sure that one has the edits applied...