$ 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가 작동하면 불이 들어온다니, 항상 불이 들어오는게 아닐 듯.
리눅스에서는 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.
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 };
약간의 성능 하락은 있지만 사용이 가능한 방법이 있다고 하는데, 어떤 기술을 쓰는지 궁금해서 조사
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 forNVIDIA Nsight Graphics.
Windows 8.1 WDDM(Windows Display Driver Model) 드라이버는 통합 GPU와 불연속 GPU 간에 어댑터 간 리소스가 공유되고 애플리케이션의 요구 사항에 따라 애플리케이션을 GPU에서 실행할 수 있는 하이브리드 시스템을 지원할 수 있습니다. 운영 체제와 드라이버는 함께 애플리케이션이 실행되어야 하는 GPU를 결정합니다.
\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318} 이동 0000 0001 0002 각각 폴더에 EnableMsHybrid 이름으로 dword 32비트값 생성 생성후 값데이터 1로 변경 리부팅후 엔비디아 제어판 실행. 테스트 그래픽카드는 p106-90 3g 입니다..
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.