Advertisement
OGaskellADI

Wiki Diffs

Jun 28th, 2024
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.89 KB | None | 0 0
  1. == master/OGaskell-fixSC573-startguide ==
  2.  
  3. diff --git "a/Getting-Started-with-ADSP\342\200\220SC573-(Linux-for-ADSP\342\200\220SC5xx-Processors-3.1.0).md" "b/Getting-Started-with-ADSP\342\200\220SC573-(Linux-for-ADSP\342\200\220SC5xx-Processors-3.1.0).md"
  4. index 4091b78..d1ce7ed 100644
  5. --- "a/Getting-Started-with-ADSP\342\200\220SC573-(Linux-for-ADSP\342\200\220SC5xx-Processors-3.1.0).md"
  6. +++ "b/Getting-Started-with-ADSP\342+00+20SC573-(Linux-for-ADSP\342+00+20SC5xx-Processors-3.1.0).md"
  7. @@ -97,7 +97,7 @@ Before installing the software on to the development board, ensure that the foll
  8.  
  9.  <img src="https://github.com/analogdevicesinc/lnxdsp-adi-meta/assets/110021710/5ecd55a3-4572-4c77-97e5-8f4db302464f" width="400">
  10.  
  11. -  * Board connected to network via ethernet cable using J13 connector.
  12. +  * Board connected to network via ethernet cable using J4 connector.
  13.    * Board connected to host PC using USB micro cable, connected to USB/UART port on the development board
  14.    * Board connected to the ICE 1000 or ICE 2000 via the DEBUG port on the board
  15.    * ICE is also connected to host PC via USB mini cable
  16. diff --git "a/Getting-Started-with-ADSP\342\200\220SC573-(Linux-for-ADSP\342\200\220SC5xx-Processors-3.1.1).md" "b/Getting-Started-with-ADSP\342\200\220SC573-(Linux-for-ADSP\342\200\220SC5xx-Processors-3.1.1).md"
  17. index 23498cf..714e034 100644
  18. --- "a/Getting-Started-with-ADSP\342\200\220SC573-(Linux-for-ADSP\342\200\220SC5xx-Processors-3.1.1).md"
  19. +++ "b/Getting-Started-with-ADSP\342+00+20SC573-(Linux-for-ADSP\342+00+20SC5xx-Processors-3.1.1).md"
  20. @@ -97,7 +97,7 @@ Before installing the software on to the development board, ensure that the foll
  21.  
  22.  <img src="https://github.com/analogdevicesinc/lnxdsp-adi-meta/assets/110021710/5ecd55a3-4572-4c77-97e5-8f4db302464f" width="400">
  23.  
  24. == master/OGaskell-fix-USBGadgetAudioGuide ==
  25.  
  26. diff --git a/USB-Gadget-Audio-Example.md b/USB-Gadget-Audio-Example.md
  27. index 5520b29..6921be8 100644
  28. --- a/USB-Gadget-Audio-Example.md
  29. +++ b/USB-Gadget-Audio-Example.md
  30. @@ -2,7 +2,7 @@
  31.  
  32.  This page provides a guide on how to use the USB Gadget Audio on ADSP-SC5XX boards. It provides the capability for the board to be used (and appear to Host PCs) as an audio card.
  33.  
  34. -| :memo:        | The USB Gadget Audio feature can be enabled when following the Getting Started Guides (version 3.0.0 or later). You need to change the final line in the ``conf/local.conf`` file from ``DISTRO_FEATURES:append = “ linux_only_audio”`` to ``DISTRO_FEATURES:append = “ adi_usb_gadget_audio”`` before building the image. |
  35. +| :memo:        | The USB Gadget Audio feature can be enabled when following the Getting Started Guides (version 3.0.0 or later). You need to append the following line to the ``conf/local.conf`` file - ``DISTRO_FEATURES:append = “ adi_usb_gadget_audio”`` - before building the image. |
  36.  |---------------|:------------------------|
  37.  
  38.  # Hardware Configuration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement