Costmetic fixes to README and some comments
This commit is contained in:
parent
e6bd002d68
commit
85b0a1a544
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user