Skip to content

Commit

Permalink
fix spacing so that the new sentence is on a new line.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkster96 committed Jul 13, 2022
1 parent 7eb9127 commit 3a16a59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Building-the-Universal-Bootloader-U-Boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ We're modifying this command to do two things.
Presumably, `0x2000000` is the RAM address where we want to copy the contents of the binary and `0x700000` is the size of the binary in bytes. But where does `0x700000` or `7MB` come from? Well, if we look in the [Cyclone V Device Data Sheet](https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/cyclone-v/cv_51002.pdf) on page 78, we see a table showing the size of `.rbf` configuration files in bits. Here is a screenshot:

![](images/uboot_rbf_size.png)

The de10-nano uses a Cyclone V 5CSEBA6U23I7 and I've highlighted that above. So converting that from bits to MB, we get about `6.68MB` which is close to the `7MB` above.

After making the changes, save the file and exit. Then commit it to the branch.
Expand Down

0 comments on commit 3a16a59

Please sign in to comment.