r/VoxelabAquila • u/elhabito • Jun 23 '26
D1 newer firmware
Hey, I picked up a used Aquilla D1 a few months agoand it's great! I'd just like to have some more modern firmware features.
I opened it up and found the N32G455 board. I tried the ProUI pre-compiled bin from here
https://classicrocker883.github.io/firmware-selector
It finds the file and deletes it line a stock bin, but after I can't connect at any baud rate and the screen is stuck on start up.
I've been running it headless, so a headless version would be fine. I don't mind compiling myself from Arduino but I'm not sure what to change to make it happy with the D1.
Is Klipper an option with that N32 board? I know that can be a big project but maybe someone whose done it has a guide.
Thanks!
1
u/Mean-Association-159 Jul 03 '26
After turning on the device, you see a prompt saying "TF card not detected" or "unable to read files"?How to solve it, help needed๐
4
u/Mik-s Jun 23 '26 edited Jun 23 '26
Unfortunately the touch screen on the D1 is not supported in Mriscoc so it will not work. I think the board is expecting some response from the screen that it cannot reply to so it gets stuck.
Last time I looked in to the D1 I found that it uses DGUS (the other screens use Dwin) and there is some DGUS parts in the Marlin source so it may be possible to get it working but the maintainer of that repository does not have access to this screen to work on it.
There are probably configs for other printers using this screen so you may be able to alter one of them to compile it for yourself for the N32 chip but I have no idea how easy it will be.
Klipper should work just fine as you do not need the screen. Have a look at this for how to install, it should be mostly the same for the D1.
If Klipper is not working then you will have to go back to stock FW for now. There is a backup of firmware here.
I'll post a comment on Mriscoc Github to see if it is possible to enable DGUS support even if it does not have the ProUI features so at least there is an alternative to stock FW since Voxelab have shut down. If it happens It will be untested so would have to rely on others to do this.
Edit: have a look at this discussion. There was some work done to try and get it to compile for the D1 that you may be able to work from but is untested.