Changes

Jump to: navigation, search

Flashing Images (Naon)

1,634 bytes added, 09:51, 9 May 2012
no edit summary
8192 KiB AT45DB642D at 0:0 is now current device
</pre>
 
==== Flashing Linux Kernel ====
Loading and updating kernel image does not differ from U-Boot images:
 
<pre class="board-terminal">
NAON#print loadaddr loadk spi_updatek
loadaddr=0x81000000
loadk=tftp ${loadaddr} ${bootfile}
spi_updatek=sf probe 0:0; sf erase 0x80000 0x300000; sf write ${loadaddr} 0x80000 0x300000
</pre>
 
<pre class="board-terminal">
NAON#run loadk spi_updatek
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.0.250; our IP address is 192.168.0.78
Filename 'naon/uImage'.
Load address: 0x81000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
######
done
Bytes transferred = 2688084 (290454 hex)
8192 KiB AT45DB642D at 0:0 is now current device
</pre>
 
{{Board Specific Information|text=Please note that Linux kernel image size may vary, depending on how you configure the kernel itself. The default erase size (3MiB) should be enough large for all configuration but the user needs to take care of changing this value if using a bigger kernel. User should also resize Linux kernel [[Memory Tecnology Device (MTD)|MTD]] partitioning accordingly}}
=== Flashing images on NAND Flash ===
{{WorkInProgress}}

Navigation menu