-
When starting to design RP2040 boards I decided I didn't want to mess with second stage bootloaders to get the configuration for other XIP flash chips right, so I'm stuck with using W25Q chips from wi…
-
- [ ] xip方式可以减少内存RAM消耗
- [ ]
-
Can we have a remote-"attachments" content type that allows multiple files? the use case we are thinking is like sending a group of photos (with limits)
-
I just installed xcodes (using homebrew) and tried installing Xcode 13.4.
However it only downloads a 30kb XIB file, without reporting any error.
Installing obviously fails.
I updated aria2 to t…
-
This results in a larger binary than is actually necessary, which impacts bootloaders and firmware upgrade.
I tested with a Cortex-M board (`nucleo_f756zg`), although the same might occur on other …
-
Using a solid-styled component inside astro locally works fine ex:
https://github.com/xypnox/xip/blob/5a7d8731d9b9bde7d4d688870551d8ec23628226/packages/xip-warehouse/src/components/pureStyled.tsx#…
-
I recently noticed that `PICO_FLASH_SPI_CLKDIV` was not having any effect on my project ported to RP2350, whereas it worked fine with RP2040 before.
This reproduced when using the stock Pico 2 and …
-
Hello,
I'm trying the Murax soc on a Tang Nano 9k.
MuraxWithRamInit works with no issues. I'm able to run the demo, and to compile custom C software.
Now I want to try the XIP, to run code from a…
-
Do a demo of XIP (execute-in-place) on external NOR flash on the DotNow. Requested by Mukundan.
Will either enable external flash in a bootloader and copy to external flash, or add external flash ini…
-
**Expected Result**
What did you expect to happen?
xip file extracts by `unxip`
**Actual Result**
What did happen?
```shell
$ unxip Xcode_15.4.xip
XAR extraction failure
0 blocks
```
**…