Skip to content

Commit

Permalink
Merge #253
Browse files Browse the repository at this point in the history
253: Note on how to rebuild if memory.x is changed r=therealprof a=hyperslv



Co-authored-by: hyperslv <[email protected]>
  • Loading branch information
bors[bot] and hyperslv authored Jun 20, 2020
2 parents 04a47f9 + e57e1c8 commit ce72eb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/start/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ MEMORY
RAM : ORIGIN = 0x20000000, LENGTH = 40K
}
```
> **NOTE**: If you for some reason changed the `memory.x` file after you had made
> the first build of a specific build target, then do `cargo clean` before
> `cargo build`, because `cargo build` may not track updates of `memory.x`.
Make sure the `debug::exit()` call is commented out or removed, it is used
only for running in QEMU.
Expand Down

0 comments on commit ce72eb0

Please sign in to comment.