Skip to content
Snippets Groups Projects
Commit 85b0a1a5 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Costmetic fixes to README and some comments

parent e6bd002d
No related branches found
No related tags found
No related merge requests found
......@@ -327,6 +327,12 @@ Writing to FLASH using SAM-BA
Running NuttX from NAND FLASH
=============================
- Boot sequence
- NAND FLASH Memory Map
- Programming the AT91Boostrap Binary
- Programming U-Boot
- Load NuttX with U-Boot on AT91 boards
Boot sequence
-------------
......
......@@ -52,7 +52,7 @@
* booting from SDRAM, NuttX is loaded in SDRAM by an intermediate bootloader. That
* bootloader had to have already configured the PLL and SDRAM for proper operation.
*
* In this case, we don not reconfigure the clocking. Rather, we need to query
* In this case, we do not reconfigure the clocking. Rather, we need to query
* the register settings to determine the clock frequencies. We can only assume that
* the Main clock source in the on-board 12MHz crystal.
*/
......
......@@ -448,6 +448,12 @@ Creating and Using NORBOOT
Running NuttX from NAND FLASH
=============================
- Boot sequence
- NAND FLASH Memory Map
- Programming the AT91Boostrap Binary
- Programming U-Boot
- Load NuttX with U-Boot on AT91 boards
Boot sequence
-------------
......
......@@ -52,7 +52,7 @@
* booting from SDRAM, NuttX is loaded in SDRAM by an intermediate bootloader. That
* bootloader had to have already configured the PLL and SDRAM for proper operation.
*
* In this case, we don not reconfigure the clocking. Rather, we need to query
* In this case, we do not reconfigure the clocking. Rather, we need to query
* the register settings to determine the clock frequencies. We can only assume that
* the Main clock source in the on-board 12MHz crystal.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment