S3c2410 boot usb

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(catchg)
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
A small linux program for downlading executable code (such as boot-loader) into QT2410 RAM.
+
{{outdated}}
 +
== General ==
 +
 
 +
A small linux program for downlading executable code (such as boot-loader) into [[QT2410]] RAM.
 +
 
 +
This only works with the [[QT2410]] development board, since it has the corresponding receiver program in NOR flash.
 +
 
 +
== Source code ==
  
 
Sources can be found at [http://people.gta01.hmw-consulting.de/laforge/src/s3c2410_boot_usb/current].
 
Sources can be found at [http://people.gta01.hmw-consulting.de/laforge/src/s3c2410_boot_usb/current].
 +
 +
 +
== Usage ==
 +
 +
s3c2410_boot_usb usage is quite straight forward:
 +
 +
<pre>
 +
s3c2410_boot_usb <path_to_executable> <load_address>
 +
</pre>
 +
 +
{{Languages|S3c2410_boot_usb}}
 +
 +
[[Category:Flashing Openmoko]]

Latest revision as of 14:00, 13 July 2008

Outdated warning ! This article or section is significantly outdated, either by significant hardware or software changes. Procedures mentioned in this page may well not work for current hardware/software.


[edit] General

A small linux program for downlading executable code (such as boot-loader) into QT2410 RAM.

This only works with the QT2410 development board, since it has the corresponding receiver program in NOR flash.

[edit] Source code

Sources can be found at [1].


[edit] Usage

s3c2410_boot_usb usage is quite straight forward:

s3c2410_boot_usb <path_to_executable> <load_address>
Personal tools

A small linux program for downlading executable code (such as boot-loader) into QT2410 RAM.

Sources can be found at [1].