Skip to content

cannot download image due to minidict being always empty #223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
nonchip opened this issue Apr 29, 2025 · 2 comments
Open

cannot download image due to minidict being always empty #223

nonchip opened this issue Apr 29, 2025 · 2 comments

Comments

@nonchip
Copy link

nonchip commented Apr 29, 2025

I set up a rp2350 (pimoroni pico 2 plus w) with a few things loaded (mostly zed, transfer, the sram FS stuff; ontop of a 16mb usb-full build), installed my own cornerstone called "reset" and saved the minidict just to be sure (though the platform code does include save-minidict so shouldnt even need to).

running utils/download_uf2_image.sh rp2350 /dev/ttyACM0 custom_16mib to extract the uf2, outputs the following (removing the TX lines full of forth code):

Uploading src/common/forth/ihex.fs
TX:[snip]
grep: screenlog.0: No such file or directory
:00000001FF clone_end 
Uploading src/common/forth/ihex_minidict.fs
TX: [snip]
rm: cannot remove 'screenlog.0': No such file or directory
:00000001FF clone_end 
arm-none-eabi-objcopy: error: the input file 'custom_16mib.minidict.ihex' has no sections
No screen session found.

and the minidict ihex file is indeed just :00000001FF

@nonchip
Copy link
Author

nonchip commented Apr 29, 2025

turns out a sequence of reset (my cornerstone, just to make sure), forcing the minidict save, and then downloading without a reboot did it, i don't understand why that worked though :D

@tabemann
Copy link
Owner

tabemann commented Apr 29, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants