We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fea77f commit 1ff6321Copy full SHA for 1ff6321
src/rp2_common/pico_crt0/rp2350/memmap_copy_to_ram.ld
@@ -33,10 +33,10 @@ ENTRY(_entry_point)
33
34
SECTIONS
35
{
36
- /* Second stage bootloader is prepended to the image. It must be 256 bytes big
37
- and checksummed. It is usually built by the boot_stage2 target
38
- in the Raspberry Pi Pico SDK
39
- */
+ /* On Arm, the bootrom expects a VT at the start of the
+ image by default; on RISC-V, the default is to enter the image at its
+ lowest address, so an IMAGEDEF item is required to specify the
+ nondefault entry point. */
40
41
.flash_begin : {
42
__flash_binary_start = .;
0 commit comments