summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-04 19:23:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-04 19:23:20 -0600
commitfd6f4cdf8fd57d006fba669fc62d7f7eaa420493 (patch)
tree14edad6f6c91c140aed27402c24f926e5857658a /nuttx
parent85a03aee7e8c5fdd17efd383cbec590e73548edc (diff)
downloadpx4-nuttx-fd6f4cdf8fd57d006fba669fc62d7f7eaa420493.tar.gz
px4-nuttx-fd6f4cdf8fd57d006fba669fc62d7f7eaa420493.tar.bz2
px4-nuttx-fd6f4cdf8fd57d006fba669fc62d7f7eaa420493.zip
SAMA5: Some usage documents for media players
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/configs/sama5d3x-ek/Using-NxPlayer.txt43
-rw-r--r--nuttx/configs/sama5d4-ek/RunningNxWM.txt9
2 files changed, 43 insertions, 9 deletions
diff --git a/nuttx/configs/sama5d3x-ek/Using-NxPlayer.txt b/nuttx/configs/sama5d3x-ek/Using-NxPlayer.txt
new file mode 100755
index 000000000..de5168a32
--- /dev/null
+++ b/nuttx/configs/sama5d3x-ek/Using-NxPlayer.txt
@@ -0,0 +1,43 @@
+Using the Binaries:
+==================
+
+Prequisites:
+===========
+
+1. SAMA5D3x-EK board and power supply
+2. RS-232 NUL modem cable
+3. A full size SD card. This should be older style SD or SDHC cards. Some
+ of the newest very high capacity cards will not work.
+4. The WAV file jsbach16.wav
+5. The NuttX HEX binary, nuttx.hex, .bin or .elf.
+
+Procedure:
+
+1. Put the WAV file jsbach16.wav on the SD card
+
+2. Place the SD card in the full size SD slot on the motherboard.
+
+3. Use SAM-BA to copy the NuttX binary to NOR flash
+
+4. Set the boot jumper to boot from NOR FLASH
+
+5. NSH shouls start
+
+ NuttShell (NSH) NuttX-7.3
+ nsh>
+
+6. Mount the SD card at /music
+
+ nsh> mount -t vfat /dev/mmcsd0 /music
+
+7. Star the NxPlayer and select the pcm0 device
+
+ nsh> nxplayer
+ NxPlayer version 1.04
+ h for commands, q to exit
+
+ nxplayer> device pcm0
+
+8. And play the WAV file
+
+ nxplayer> play jsbach16.wav
diff --git a/nuttx/configs/sama5d4-ek/RunningNxWM.txt b/nuttx/configs/sama5d4-ek/RunningNxWM.txt
index c5b19b640..ae5541a84 100644
--- a/nuttx/configs/sama5d4-ek/RunningNxWM.txt
+++ b/nuttx/configs/sama5d4-ek/RunningNxWM.txt
@@ -110,12 +110,3 @@ Telnet access:
==============
For better access to NSH, you can also Telnet to the target at address 10.0.0.2
-
-
-
-
-
-
-
-
-