Thoithoi Singh (thoi)
Thoithoi Singh (thoi)
  • Видео 242
  • Просмотров 8 566
FPGA: Conda installation Environment create and managing packages dependencies
su
root@thoi CONDA]# yum install conda
conda --version
conda info --envs
conda env list
gedit thoi_env_test.yml
name: thoi_envtest
channels:
- conda-forge
dependencies:
- python=3.6
- pip
- pip:
- numpy
conda env create --file thoi_env_test.yml
conda info --envs
conda env list
conda activate thoi_envtest
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run
$ conda init SHELL_NAME
Currently supported shells are:
- bash
- fish
- tcsh
- xonsh
- zsh
- powershell
conda init bash
close terminal open new terminal
conda activate thoi_envtest
conda create -n thoi2_p8 python=3.8 six
conda config --remove channels conda-forge
conda config --add channe...
Просмотров: 0

Видео

Allegro PCB: Drill symbol update of Through hole Pads and Vias
Просмотров 27 часов назад
Allegro PCB: Drill symbol update of Through hole Pads and Vias
FPGA: Flash Alveo U55C Card Firmware & SC update on RHEL7.9
Просмотров 23День назад
"For this tutorial, we acknowledge support from Columbia University’s Nevis Laboratories, the National Science Foundation (NSF Grant No. 2209917), and the National Aeronautics and Space Administration (NASA-APRA Grant No. 80NSSC23K1661, Sub. Award No. 505325-78050)." Upgrade xrt Installing more Deployment rpm as per 2024 requirement Fixing Card 0 found Issue Flashing the U55C Card Followed by C...
FPGA: Alveo U55C Card Validation on RHEL7.9
Просмотров 15День назад
"For this tutorial, we acknowledge support from Columbia University’s Nevis Laboratories, the National Science Foundation (NSF Grant No. 2209917), and the National Aeronautics and Space Administration (NASA-APRA Grant No. 80NSSC23K1661, Sub. Award No. 505325-78050)." Upgrade xrt Installing more Deployment rpm as per 2024 requirement Fixing Card 0 found Issue Flashing the U55C Card Followed by C...
VNC server & VNC viewer installation on RHEL7.9
Просмотров 39День назад
yum install tigervnc-server yum install tigervnc realvnc: www.realvnc.com/en/connect/download/viewer rpm -Uvh VNC-Viewer-7.13.0-Linux-x64.rpm or extract tar and run ./VNC-Connect-Installer-2.3.0-Linux-x64 vncserver -kill :1 vncviewer www.putorius.net/how-to-install-vnc-server-in-red-hat-7.html snapcraft.io/install/tigervnc/rhel snap install tigervnc doesnt work keep crashing which vncserver /us...
Sony Creative Space event 2024
Просмотров 4414 дней назад
#Sony a7cII
FPGA: Exploring Custom JTAG programmer for AMD Xilinx FPGA Part6 Programming FPGA using Pi pico
Просмотров 28228 дней назад
FPGA: Exploring Custom JTAG programmer for AMD Xilinx FPGA Part6 Programming FPGA using Pi pico
FPGA: Exploring Custom JTAG programmer for AMD Xilinx FPGA Part5 Flashing Raspberry pi PICO
Просмотров 173Месяц назад
mkdir repos cd repos/ git clone github.com/raspberrypi/pico-sdk.git cd pico-sdk/ git submodule update init cd ~/repos git clone github.com/kholia/xvc-pico.git cd ~/repos/xvc-pico/daemon su yum -y install cmake cmake . cmake version CMake Error at CMakeLists.txt:2 (cmake_minimum_required): CMake 3.0 or higher is required. You are running version 2.8.12.2 su yum update wget dl.fedoraproject.org/p...
FPGA: Exploring Custom JTAG programmer for AMD Xilinx FPGA Part4 Flashing FT232H EEPROM
Просмотров 75Месяц назад
gist.github.com/rikka0w0/24b58b54473227502fa0334bbe75c3c1 github.com/dragonlock2/ftdi_dumps?tab=readme-ov-file www.digikey.com/en/products/detail/ftdi-future-technology-devices-international-ltd/FT232HQ-REEL/2614626 github.com/antonblanchard/ftdi-eeprom-mod www.amazon.com/Teyleten-Robot-FT232H-High-Speed-Multifunction/dp/B09XTF7C1P/ref=asc_df_B09XTF7C1P?mcid=def6f32947ac343a9fd9b3fa5dd14396&tag...
Allegro PCB: Understanding DRC Display status
Просмотров 28Месяц назад
Allegro PCB: Understanding DRC Display status
FPGA: Exploring Custom JTAG programmer for AMD Xilinx FPGA Part3 Level Shifter
Просмотров 85Месяц назад
www.ti.com/lit/an/scea064a/scea064a.pdf?ts=1731534356890&ref_url=https%3A%2F%2Fwww.bing.com%2F www.digikey.com/en/products/detail/texas-instruments/SN74AXC4T245RSVR/9954212 github.com/kholia/xvc-pico/ www.adiuvoengineering.com/post/microzed-chronicles-jtag-using-a-raspberry-pi-pico hackaday.com/2016/12/15/the-many-faces-of-jtag/ www.mouser.com/datasheet/2/690/Digilent_Inc._09142018_410-251-B-14...
Allegro PCB: Interactive link between schematics and layout
Просмотров 45Месяц назад
Allegro PCB: Interactive link between schematics and layout
FPGA: Exploring Custom JTAG programmer for AMD Xilinx FPGA Part2 Installing Pi pico Driver SDK
Просмотров 176Месяц назад
hackaday.com/2022/04/11/need-a-jtag-adapter-use-your-pico/ www.adiuvoengineering.com/post/microzed-chronicles-jtag-using-a-raspberry-pi-pico github.com/kholia/xvc-pico/ mkdir repos cd repos/ git clone github.com/raspberrypi/pico-sdk.git cd pico-sdk/ git submodule update init cd ~/repos git clone github.com/kholia/xvc-pico.git cd ~/repos/xvc-pico/daemon su yum -y install cmake cmake . cmake vers...
RHEL7.9: Important tools Installation series Part1
Просмотров 36Месяц назад
#1 anydeSK Download rpm from : anydesk.com/en/downloads/linux su rpm -Uvh anydesk-6.3.2-1.el7.x86_64.rpm #2 check subscrption Lic first by login to RHEL website sudo subscription-manager remove all sudo subscription-manager unregister sudo subscription-manager clean sudo subscription-manager register username yourmailID@gmail.com auto-attach #check subscrption AGAIN Lic first by login to RHEL w...
Allegro PCB: Create View Film file, Gerber with Drill generation & docs for PCB manufacturing Part3
Просмотров 25Месяц назад
L01: Class(Subclass): 1) Board Geometry (a. Design Outline b. c.) L14 SLT SLB SMT SMB PMT PMB AST ASB FAB DRILL OUTLINE DIMENTION
Red Hat 7.9 installation on a USB NVMe SSD plugged into a Dell 7960 workstation
Просмотров 283Месяц назад
Red Hat 7.9 installation on a USB NVMe SSD plugged into a Dell 7960 workstation
Allegro PCB: How to change routed trace & Shapes from one layer to another
Просмотров 47Месяц назад
Allegro PCB: How to change routed trace & Shapes from one layer to another
FPGA: Alveo U55C Driver and Vivado 2023 Installation on RHEL7.9
Просмотров 125Месяц назад
FPGA: Alveo U55C Driver and Vivado 2023 Installation on RHEL7.9
New York Autumn leaves and trees
Просмотров 50Месяц назад
New York Autumn leaves and trees
Halloween Parade 2024 New York City’s 51st Annual
Просмотров 226Месяц назад
Halloween Parade 2024 New York City’s 51st Annual
FPGA: Exploring Custom JTAG programmer for AMD Xilinx FPGA Part1
Просмотров 471Месяц назад
FPGA: Exploring Custom JTAG programmer for AMD Xilinx FPGA Part1
How to make Bootable Pendrive on RedHat Linux/Windows & Quick Installation RHEL7.9 on VMware
Просмотров 23Месяц назад
How to make Bootable Pendrive on RedHat Linux/Windows & Quick Installation RHEL7.9 on VMware
Allegro PCB: Create View Film file, Gerber with Drill generation & docs for PCB manufacturing Part2
Просмотров 1012 месяца назад
Allegro PCB: Create View Film file, Gerber with Drill generation & docs for PCB manufacturing Part2
Allegro PCB: Quick tips on Adding Linear Dimension in the design
Просмотров 222 месяца назад
Allegro PCB: Quick tips on Adding Linear Dimension in the design
How to download any version of RedHat Linux ISO image
Просмотров 1052 месяца назад
How to download any version of RedHat Linux ISO image
Allegro PCB: Layout PDF export, print & check scale factor, Board size & footprint size Part3
Просмотров 122 месяца назад
Allegro PCB: Layout PDF export, print & check scale factor, Board size & footprint size Part3
Allegro PCB: Routing tips
Просмотров 252 месяца назад
Allegro PCB: Routing tips
FPGA: Vitis HLS Quick Jump Start Alveo U55C
Просмотров 1312 месяца назад
FPGA: Vitis HLS Quick Jump Start Alveo U55C
Alveo U55C installation on Dell Precision 7960 workstation
Просмотров 792 месяца назад
Alveo U55C installation on Dell Precision 7960 workstation
FPGA: Alveo U55C unboxing and Installation Guide
Просмотров 642 месяца назад
FPGA: Alveo U55C unboxing and Installation Guide

Комментарии

  • @MDZAKIRHUSSAINS
    @MDZAKIRHUSSAINS 10 дней назад

    can i add spartan 3E board to vivado ?

  • @eject-x9o
    @eject-x9o 21 день назад

    hi ,there is no voice

  • @TheTormozz
    @TheTormozz 25 дней назад

    Some description be helpful, looks like something hardcore

  • @opantal2playz435
    @opantal2playz435 2 месяца назад

    I know this is 1 year old post but do you know where I can get this boot file

    • @thoi_134
      @thoi_134 2 месяца назад

      archive.org/details/sol-8-u7-ia#:~:text=Solaris%208%202/02%20Operating%20System,%20INTEL

    • @opantal2playz435
      @opantal2playz435 2 месяца назад

      @@thoi_134which ones do I install and how do I install all 3 if I have too

    • @opantal2playz435
      @opantal2playz435 2 месяца назад

      @@thoi_134would you remember how to install 2 or 3 ISO’s at once

    • @opantal2playz435
      @opantal2playz435 Месяц назад

      @@thoi_134did you use all 3 iso’s and if so how?

  • @thoi_134
    @thoi_134 5 месяцев назад

    Will definitely order a mic defenetly ,.. Just starting somewhere even though not up to the mark will improve eventually

  • @MuhammadBilal-yu6ml
    @MuhammadBilal-yu6ml 5 месяцев назад

    The volume is very low. Try to keep your mic close to you for future videos. Thanks

  • @ಪಾತಾಳೇಶ್ವರಈಶ

    Nice videography 👌

  • @inevitableme6885
    @inevitableme6885 2 года назад

    bro dont just lock ur bike outside

  • @ಪಾತಾಳೇಶ್ವರಈಶ

    Where were you for 3 months? No videos uploaded

  • @krishnachaitanyadon
    @krishnachaitanyadon 3 года назад

    Bro?