Turro75

Results 31 comments of Turro75

This is the changes I made to prusa mini source in order to get the uart6 working, it works as I'm using an rpi zero powered directly from esp port...

Ouch...I haven't check where I am... I'll try wireless printing soon and I'll let You know

[firmware.bbf.zip](https://github.com/probonopd/WirelessPrinting/files/6834523/firmware.bbf.zip) this is a firmware based on Llama custom firmware with uart6 enabled. here my pull request that generated the bbf file: [https://github.com/matthewlloyd/Llama-Mini-Firmware/pull/7](https://github.com/matthewlloyd/Llama-Mini-Firmware/pull/7)

It requires its time but even Valerio is able to learn something :-) the reason to dump the pico memory it is only to allow gdbdiff running against a real...

> That's a good point. How about just loading the bootrom from the chip using the GDBClient? > This way the user won't even have to worry about dumping it...

> We can also do it together on the live stream if you prefer. ok together with automatic alignment of the gdbdiff starting point. it will deserve a dedicated stream.

It means now the user has to set the starting point on both emulator and silicone then start gdbdiff. trying to automate this would be smart too?

That's interesting, I always thought that implementing monitor on both gdbclient and gdbserver will be an improvement. Do You think this has priority over peripherals to implementing them better?

Hello MotoMaxis, the backup and the creation in advance of many CONF00X.CFG are tricks inserted by Wildcat as a workaround because of frequent fat corruptions. The main issues I've seen...

I merged SYS and Alterbios to a single file that fit in the SYS slot. have a look here [https://github.com/Turro75/AlterBIOS/tree/fit-in-SYS-memory/Compiled](https://github.com/Turro75/AlterBIOS/tree/fit-in-SYS-memory/Compiled) if You want try it on Your devices.