'잡동사니'에 해당되는 글 13306건

  1. 2023.07.14 CCS v8.3.1 on ubuntu 22.04
  2. 2023.07.14 spectrum digital XDS510 USB
  3. 2023.07.13 TMS320 소비전력
  4. 2023.07.13 audacity spectrogram 설정
  5. 2023.07.12 삼성 always 9 13인치 분해
  6. 2023.07.12 zynq 7000 fsbl
  7. 2023.07.12 에라이
  8. 2023.07.12 canvas 없는 getcontext
  9. 2023.07.12 nvidia 채굴 그래픽 카드 hybrid mode
  10. 2023.07.12 octave audioread wav
embeded/DSP C2000 Ti2023. 7. 14. 10:04

음.. 걍 포기할까?

파이썬 2.7이라니..

 

아래 명령을 입력하면 22.04 에서 문제없이 설치된다.

$ sudo apt-get install libpython2.7 libgconf-2-4 libncurses5 libusb-0.1-4

 

윈도우에서는 못보던 화면이네



XDS510 USB가 안 잡혀서 다시 설치하고, 드라이버 설치하고, 업데이트 시도

 

 

리눅스 버전에서는 7.x 설치해도 안되서 일단 잠정 보류..

차라리 XDS510을 포기하는게 정답이려나?

'embeded > DSP C2000 Ti' 카테고리의 다른 글

잘가 tms320 ㅠㅠ  (0) 2023.07.28
CCSv8.3.1 on win10  (0) 2023.07.14
spectrum digital XDS510 USB  (0) 2023.07.14
TMS320 소비전력  (0) 2023.07.13
tms320 어렵네...  (4) 2020.04.02
Posted by 구차니
embeded/DSP C2000 Ti2023. 7. 14. 10:01

장비 인식은 잘 되는것 같은데

케이블 문제는 아니고 USB-ACTIVE는 어떤 조건에서 불이 들어 오는걸려나?

$ sudo dmesg
[  147.175141] usb 1-2: new full-speed USB device number 13 using xhci_hcd
[  147.338105] usb 1-2: New USB device found, idVendor=0c55, idProduct=0510, bcdDevice= 0.02
[  147.338123] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  147.338131] usb 1-2: Product: XDS510 USB
[  147.338136] usb 1-2: Manufacturer: Spectrum Digital, Inc.
[  147.338141] usb 1-2: SerialNumber: S000000000000000


$ lsusb -t -v
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    |__ Port 1: Dev 2, If 0, Class=, Driver=, 12M
        ID 2109:0103 VIA Labs, Inc. 
    |__ Port 2: Dev 13, If 0, Class=Vendor Specific Class, Driver=, 12M
        ID 0c55:0510 Spectrum Digital, Inc. Spectrum Digital XDS510 JTAG Debugger

 

JTAG쪽인줄 알았는데 USB Bus가 작동하면 불이 들어온다니, 항상 불이 들어오는게 아닐 듯.

[링크 : https://dokumen.tips/documents/xds510-usb-jtag-emulator-spectrum-usb-jtag-emulator-installation-guide-506175-0001.html?page=1]

 

+

리눅스에서는 v7 v8 모두 Spectrum Digital XDS510 시리즈 자체가 안보인다.

그래서 윈도우에서 하니 먼가 뜨긴 한데.. 빌드가 안되네

 

+

readme.txt만 있고 xml이 없어서 읽어보니 CCS 설치시에 자동으로 설치되는 듯.

Applies to Windows installations CCSv4 and higher:
---------------------------------------------------
xds510usb and xd510usb_win64 files have been removed and replaced with signed
windows drivers and placed in:
Program Files\SpectrumDigital\Emulation\Drivers for 32-bit Windows and
Program Files (x86)\SpectrumDigital\Emulation\Drivers for 64-bit Windows

During the CCS installation process windows system level drivers are quietly 
pre-installed.  On Vista, the system level drivers install may not succeed as 
security checks may block the install.  When you plug in a USB HW device if 
Vista does not automatically find the USB drivers then the install did not 
succeed and you have two options:

1) When the install Wizard cannot find the drivers simply have the Wizard 
search the directories listed above with the search subdirectory check box 
checked.

2) Manually pre-install the drivers before plugging in the USB HW.  
To do this use Explorer and go to the appropriate driver directory listed 
above and the appropriate subdirectory, i386 for 32-bit Windows or amd64 for 
64-bit Windows and run DPInst.exe.  If you are not sure if drivers were
pre-installed during the CCS install you can safely run DPInst.exe again. 

 

'embeded > DSP C2000 Ti' 카테고리의 다른 글

CCSv8.3.1 on win10  (0) 2023.07.14
CCS v8.3.1 on ubuntu 22.04  (0) 2023.07.14
TMS320 소비전력  (0) 2023.07.13
tms320 어렵네...  (4) 2020.04.02
TMS320 보드 버전  (0) 2020.02.18
Posted by 구차니
embeded/DSP C2000 Ti2023. 7. 13. 23:11

2012년 글이지만 지금에야 보게 되네.. 아무튼 전원 공급 문제일 가능성이 있다는데

 1. Target 보드에 전원을 인가한다.
 2. Bootloader 가 있다면 Boot모드로 진입하여 Kernel을 실행하지 않는다.
 3. 전원인가 후 10초정도 지난다음 Target 보드에 JTAG을 연결한다.
 4. JTAG의 USB 케이블을 PC에 연결한다.

 * 위의 에러메세지는 일반적으로 파워 문제로 인해서 발생한다. 그래서 먼저 보드에 전원을 인가 후 JTAG을
   연결하면 정상동작 한다.

[링크 : https://dark2pee.tistory.com/entry/DM368-CCS-Error-Message-Fatal-Error-during-OCS-Control]

 

이전에 5V 를 라즈베리 통해서 공급했던 것 같은데, 그래서 소비전력이 부족했나?

TMS320F2808 인데 최대 230mA 정도인데 라즈베리를 통해도 충분할 것 같은데. 왜지?

[링크 : https://www.ti.com/lit/ds/symlink/tms320f2808.pdf]

 

혹은.. 드라이버 문제인가?

 

USB ACTIVE에 불이 오락가락 하는거 보면 USB-B 쪽 커넥터 문제일지도 모르겠다.

 

+

[링크 : https://ahyuo79.blogspot.com/2015/07/ccs-v6.html]

[링크 : https://software-dl.ti.com/ccs/esd/documents/ccsv7_debugging_jtag_connectivity_issues.html]

[링크 : https://www.youtube.com/watch?v=mKxaztkCsYw]

'embeded > DSP C2000 Ti' 카테고리의 다른 글

CCS v8.3.1 on ubuntu 22.04  (0) 2023.07.14
spectrum digital XDS510 USB  (0) 2023.07.14
tms320 어렵네...  (4) 2020.04.02
TMS320 보드 버전  (0) 2020.02.18
TMS320 DSP 준비..  (0) 2020.02.16
Posted by 구차니

스펙트로그램 설정에 들어가면 fft 설정을 바꿀수 있다.

 

아쉽게도.. FFT Window Type / Size는 있는데 overlap 관련된 내용은 없네..

 

윈도우 크기가 커질수록

RBW(Resolution Band Width)가 낮아지면서 그래프가 더 세밀해지는 대신

시간축에 대해서는 현 시점으로 부터 더 뒤의 값을 보기 때문에

더 일찍 부터 다른 주파수의 값들이(아래 그림에서 하얗고 빨간 부분)이 먼저 나오게 된다.

즉, 윈도우 크기와 반응성은 반비례 라고 보면 되려나?

 

128

256

 

512

 

1024

[링크 : https://manual.audacityteam.org/man/spectrogram_view.html]

 

그래.. 12년 지났으면 까먹어도 인정해줘야지. 음!

2011.05.23 - [프로그램 사용/audacity] - audacity - spectrum analyze + Frequency Width

Posted by 구차니
개소리 왈왈/컴퓨터2023. 7. 12. 21:58

결과 : 나사 하나 잃어 버림

 

분해하는데 절로 잘만들었다~ 소리가 나온다.

 

cpu 써멀이라도 다시 발라주려니 메인보드 들어내고 반대편까지 뜯어야해서 패스

나중에 AS 센터 가서 나사 하나 얻고 써멀도 바를수 있으려나?

 

m.2 sata

회사에 굴러다니는 m.2 nvme 연결해보니 부팅까지 문제없음

 

'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글

USB3.0 기가비트 랜 맞아?  (0) 2023.08.02
보조배터리  (0) 2023.07.26
intel 내장형 그래픽과 4k60p(DP)  (0) 2023.06.22
intel 내장 세대별 해상도  (0) 2023.06.21
1050 구매  (0) 2023.06.20
Posted by 구차니
embeded/FPGA - XILINX2023. 7. 12. 20:03

zynq 시리즈의 경우 PS가 무조건 켜져야 PL을 초기화 할 수 있다.

PS가 구동되고 QSPI나 SD 카드 등에 저장된 부트 이미지를 불러와서 FSBL을 진행하게 되는데

FSBL은 xilinx에서 제공된 소스로 빌드되고, u-boot 이미지와 합쳐져서 기동되는 것으로 알고 있는데

FSBL은 0번 cpu로 구동이 된다고 하니, 정말 순수한 artix, kintex, virtex 와 같은 FPGA 처럼

순수하게 PS 구동없이 PL만 사용은 불가능 하다.

 

얜 zynq 7000 시리즈

On what all processor cores can FSBL run on?

FSBL can only be run from A9_0 (AArch32)

[링크 : https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/439124055/Zynq-7000+FSBL]

 

얜 Zynq Ultrascale+ MPSoC 시리즈

On what all processor cores can FSBL run on?

FSBL can only be run from A53_0 (AArch32 and AArch64), R5_0, R5_Lockstep

[링크 : https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18842019/FSBL]

'embeded > FPGA - XILINX' 카테고리의 다른 글

ftdi jtag  (0) 2023.07.22
xilinx zynq jtag  (2) 2023.07.21
zynq fsbl  (0) 2023.07.07
zynq w/o ps  (0) 2023.06.30
xilinx uartlite on zynq  (0) 2023.05.16
Posted by 구차니

드럽네 드러워

 

서울 버스 요금 다음 달 300원 인상…지하철 요금 10월부터 150원 인상

[링크 : https://news.kbs.co.kr/mobile/news/view.do?ncd=7721961]

 

‘오염수 안전’ 유튜브 광고 봇물…일본 대신 한국 정부가 세금으로

[링크 : https://v.daum.net/v/20230711171009553]

 

월급보다 더 받는 실업급여 없앤다…받던 임금의 60%만 지급

[링크 : https://v.daum.net/v/20230712182703401]

 

'개소리 왈왈 > 정치관련 신세한탄' 카테고리의 다른 글

12.12 쿠데타  (2) 2023.12.12
조금 늦은 기사기사  (0) 2023.09.02
도둑놈 심뽀?  (0) 2023.06.15
미사일 발사관련 새벽 재난문자  (0) 2023.05.31
RE100, CFE ?  (2) 2023.05.17
Posted by 구차니

document 객체를 이용해서 element를 생성만 하고 추가하지 않으면 되는건가?

// Create a canvas element
var canvas = document.createElement('canvas');
canvas.width = 500;
canvas.height = 400;

// Get the drawing context
var ctx = canvas.getContext('2d');

// Then you can do stuff, e.g.:
ctx.fillStyle = '#f00';
ctx.fillRect(20,10,80,50);

 

var offscreen = new OffscreenCanvas(256, 256);

[링크 : https://stackoverflow.com/questions/3892010/create-2d-context-without-canvas]

 

크롬에서 확인해보니 먼가 되는것 같긴 하다?

버전 114.0.5735.198(공식 빌드) (64비트)

var offscreen = new OffscreenCanvas(256, 256);
undefined
ctx = offscreen.getContext("2d")
OffscreenCanvasRenderingContext2D {canvas: OffscreenCanvas, globalAlpha: 1, globalCompositeOperation: 'source-over', filter: 'none', imageSmoothingEnabled: true, …}

 

+

OffscreenCanvas() 에는 toDataURL()이 없나보다.

 

+

getContext("2d").canvas 로 하면 굳이 복잡하게 하지 않아도 바로 imf로 떨어지는 듯.

var first = document.getElementById('first').getContext('2d');
var sec = document.getElementById('second').getContext('2d');

// draw on first canvas
first.fillStyle = '#07C';
first.fillRect(0, 0, first.canvas.width, first.canvas.height);

// draw image on second canvas
var img = new Image();
img.src = "http://lorempixel.com/300/300";
img.onload = function() {
   sec.drawImage(img, 0, 0, sec.canvas.width, sec.canvas.height);
   sec.drawImage(first.canvas, 100, 100, 100, 100); // draw first canvas on a portion of second canvas
};

[링크 : https://stackoverflow.com/questions/44574228/copying-and-pasting-one-canvas-inside-another-canvass-corner]

Posted by 구차니
Microsoft/Windows2023. 7. 12. 12:24

채굴 전용 그래픽 카드의 경우 디스플레이 출력이 없는데

인텔 내장 그래픽을 통해서 출력하고, 연산은 그래픽 카드가 하는 식으로

약간의 성능 하락은 있지만 사용이 가능한 방법이 있다고 하는데, 어떤 기술을 쓰는지 궁금해서 조사

 

NVIDIA® Nsight Graphics™ is able to profile and debug applications on laptops using Windows 10 Hybrid mode. In order to do so, you will need to configure your machine to use the high-performance NVIDIA GPU for NVIDIA Nsight Graphics.

[링크 : https://docs.nvidia.com/nsight-graphics/2018.4/content/nsight_graphics/setup_hybrid_mode.htm]

 

Windows 8.1 WDDM(Windows Display Driver Model) 드라이버는 통합 GPU와 불연속 GPU 간에 어댑터 간 리소스가 공유되고 애플리케이션의 요구 사항에 따라 애플리케이션을 GPU에서 실행할 수 있는 하이브리드 시스템을 지원할 수 있습니다. 운영 체제와 드라이버는 함께 애플리케이션이 실행되어야 하는 GPU를 결정합니다.

[링크 : https://learn.microsoft.com/ko-kr/windows-hardware/drivers/display/using-cross-adapter-resources-in-a-hybrid-system]

 

\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318} 이동
 
0000 0001 0002 각각 폴더에 EnableMsHybrid 이름으로 dword 32비트값 생성 생성후 값데이터 1로 변경
 
리부팅후 엔비디아 제어판 실행. 테스트 그래픽카드는 p106-90 3g 입니다..

[링크 : https://www.ddengle.com/ko/mining/12240170]

 

 

새로만들기 32BIT DWORD값 EnableMSHybrid 1

[링크 : https://m.blog.naver.com/dogrllee/221939026564]

'Microsoft > Windows' 카테고리의 다른 글

원격 데스크톱 포트 변경하기  (0) 2024.01.15
mstsc 제한된 계정  (0) 2023.12.18
win11 notepad 별루야!  (0) 2023.04.10
7세대는 윈도우 11이 안되는 군!  (2) 2023.03.04
윈도우 시리얼 날리기  (0) 2023.02.24
Posted by 구차니
프로그램 사용/octave2023. 7. 12. 11:30

various 치고는 wav, flac, ogg 세개는 너무하지 않냐.. mp3는 어디갔어 ㅠㅠ

 

33.1 Audio File Utilities
The following functions allow you to read, write and retrieve information about audio files. Various formats are supported including wav, flac and ogg vorbis.

Loadable Function: info = audioinfo (filename)
Return information about an audio file specified by filename.

Loadable Function: [y, fs] = audioread (filename)
Loadable Function: [y, fs] = audioread (filename, samples)
Loadable Function: [y, fs] = audioread (filename, datatype)
Loadable Function: [y, fs] = audioread (filename, samples, datatype)

[링크 : https://docs.octave.org/v4.0.0/Audio-File-Utilities.html]

'프로그램 사용 > octave' 카테고리의 다른 글

octave csv에서 읽어들이기  (0) 2024.11.26
공짜 matlab? octave  (0) 2015.11.05
Posted by 구차니