SlideShare ist ein Scribd-Unternehmen logo
1 von 95
Downloaden Sie, um offline zu lesen
Pynquino
• 1. Pynquino HW
• 2. Pynquino BSP
• 3. Pynquino Zsprinter
• 4. PYNQ Z1
• 4.1 Linux
• 4.2 Xilinx SDK
• 5. Pynquino Blockly
• 6. TeraTerm
Last updated. Apr 2, 2019
• 1. SD
• Windows Vivado/Xilinx SDK
•
Linux
• 2. QSPI
•
• Xilinx SDK QSPI Flash
Linux
• 3. JTAG
•
• Vivado/Xilinx SDK
Pynquino-Zsprinter
HW on Vivado
Chapter 1
on Ubuntu
• SDx2018.2
• SDx Vivado, Vivado HLS, Xilinx SDK
•
• Vivado HLx edition Update2018.2.1 2018.2.2
Vivado HW
• $ git clone https://github.com/Xilinx/PYNQ.git
• $ cd PYNQ/boards/Pynq-Z1/base
• $ rm base.tcl vivado/constraints/base.xdc
• $ wget https://raw.githubusercontent.com/shohei/Zsprinter-
pynquino/master/vivado/base.xdc
• $ wget https://raw.githubusercontent.com/shohei/Zsprinter-
pynquino/master/vivado/base.tcl
• $ mv base.xdc vivado/constraints/
• $ make
• 1
PYNQ base system
• $ git clone https://github.com/Xilinx/PYNQ.git
• $ cd PYNQ/boards/Pynq-Z1/base
• $ make
• 1
• $ cd ..
• cp base base-copy
• cd base-copy
• base-copy
※
Vivado HW
• $ cd PYNQ/boards/Pynq-Z1/base-copy
• $ vivado &
• Open Block Design
※
Vivado HW
• Vivado
• 1. BRAM 64K 256K
• 2. Arduino GPIO ADC
• 3. PC uartlite
• 4. uartlite Baudrate 9600->115200
※
1. BRAM
• Address Editor 3 256K
• ps7_0/Data/iop_arduino/mb_bram_ctrl
• iop_arduino/mb/Data/iop_arduino/lmb/lmb_bram_if_cntlr
• iop_arduino/mb/Instruction/iop_arduino/lmb/
lmb_bram_if_cntlr
• Auto Assign Address
※
2. Arduino GPIO(A5)
• Zsprinter A5
• CK_A5(GPIO) CK_AN5_P/CK_AN5_N ?
•
• CK_A5 CK_A4
• ※CK_A4
• [ ]
• Open Elaborated Design>I/O Ports A5[19],A4[18] T9,U9
※
3. Uartlite (1/10)
Block designer AXI Uartlite
※
3. Uartlite (2/10)
Re-customize IP baud rate 38400
Musashi 9600/19200/38400
WHILL Type-CR 38400
※
3. Uartlite (3/10)
uartlite UART
Make External UART_0
※
3. Uartlite (4/10)
intr_concat IP re-customize 6 7
uartelite interrupt intr_concat
※
3. Uartlite (5/10)
uartlite IP s_axi_aclk s_axi_aresetn
uartelite
※
3. Uartlite (6/10)
1. AXI interconnect 17 18
2. Master interface
Enable Register Slice Outer
※
3. Uartlite (7/10)
1. uartlite S_AXI M17_AXI
2. AXI interconnect M17_ACLK M08_ACLK
3. AXI interconnect M17_ARESETN M08_ARESETN
A08 interconnect uartlite
※
3. Uartlite (8/10)
iop_arduino/gpio_subsystem/CK_gpio
GPIO 16 14
Chipkit RX,TX
※
3. Uartlite (9/10)
base_wrapper.v85c85,87
< sws_2bits_tri_i);
---
> sws_2bits_tri_i,
> UART_0_rxd,
> UART_0_txd);
158a161,162
> input UART_0_rxd;
> output UART_0_txd;
312,313d315
< wire [14:14]ck_gpio_tri_i_14;
< wire [15:15]ck_gpio_tri_i_15;
328,329d329
< wire [14:14]ck_gpio_tri_io_14;
< wire [15:15]ck_gpio_tri_io_15;
344,345d343
< wire [14:14]ck_gpio_tri_o_14;
< wire [15:15]ck_gpio_tri_o_15;
360,361d357
< wire [14:14]ck_gpio_tri_t_14;
< wire [15:15]ck_gpio_tri_t_15;
662,664c658,660
< .ck_gpio_tri_i({ck_gpio_tri_i_15,ck_gpio_tri_i_14,…
< .ck_gpio_tri_o({ck_gpio_tri_o_15,ck_gpio_tri_o_14,…
< .ck_gpio_tri_t({ck_gpio_tri_t_15,ck_gpio_tri_t_14,…
---
> .ck_gpio_tri_i({ck_gpio_tri_i_13,ck_gpio_tri_i_12,…
> .ck_gpio_tri_o({ck_gpio_tri_o_13,ck_gpio_tri_o_12,…
> .ck_gpio_tri_t({ck_gpio_tri_t_13,ck_gpio_tri_t_12,…
730,739d725
< IOBUF ck_gpio_tri_iobuf_14
< (.I(ck_gpio_tri_o_14),
< .IO(ck_gpio_tri_io[14]),
< .O(ck_gpio_tri_i_14),
< .T(ck_gpio_tri_t_14));
< IOBUF ck_gpio_tri_iobuf_15
< (.I(ck_gpio_tri_o_15),
< .IO(ck_gpio_tri_io[15]),
< .O(ck_gpio_tri_i_15),
< .T(ck_gpio_tri_t_15));
※
3. Uartlite (10/10)
Open Elaborated Design>I/O Ports RX,TX (W9, Y9)
※
4. uartlite baudrate
9600->115200
※
5. AXI Timer ( PWM)
1. AXI Timer
2. intr_concat
7 8
3. AXI Timer clk, reset
4. AXI Timer S_AXI
microblaze_0_axi_periph
18
19
※
Pynquino
BSP
Chapter 2
Pynquino BSP
• 1. Pre-process
• 2. Build
• 3. Install
• 4. Post-process
https://github.com/shohei/pynquino-bsp-library
• mailbox_bram
1. Pre-process (1/5)
pynq/boards/sw_repo/mailbox_bram/src/mailbox_io.c
1. Pre-process (2/5)
pynq/boards/sw_repo/pynqmb/src/circular_buffer.h
• pynqmb
1. Pre-process (3/5)
• makefile
pynq/boards/sw_repo/makefile
base_copy
X
1. Pre-process (4/5)
• uart
pynq/boards/sw_repo/pynqmb/src/uart.c
pynq/boards/sw_repo/pynqmb/src/uart.h
1. Pre-process (5/5)
• tcl.
PYNQ/boards/sw_repo/build_xsdk.tcl
2. Build
• pynquino-bsp-library sw_repo
• $ cd pynq/boards/sw_repo
• $ git clone https://github.com/shohei/pynquino-
bsp-library
• $ make
3. Post-process (1/3)
pynq/boards/sw_repo/bsp_iop_arduino_mb/lscript.ld
•
3. Post-process (2/3)
pynq/boards/sw_repo/bsp_iop_arduino_mb/.project
• BSP
3. Post-process (3/3)
pynq/lib/arduino/bsp_iop_arduino/.sdkproject
•
3. Install
• Copy bsp_iop_arduino_mb and rename to
bsp_iop_arduino (remove _mb)
• $ cp -r bsp_iop_arduino_mb ../../pynq/lib/arduino/
bsp_iop_arduino
Zsprinter-Pynquino
(PYNQ Linux )
Chapter 3
PYNQ v2.3 image
http://www.pynq.io/board.html
• 1. Zsprinter
• arduino_zsprinter.bin
• 2. Jupyter notebook Pynquino example.ipynb
• arduino_zsprinter.bin
• $ git clone https://github.com/shohei/pynquino-
install
• $ cd pynquino-install
• $ ./install.sh
• xilinx
metakernel
• git clone https://github.com/shohei/metakernel.git
• cd metakernel
• sudo python3.6 setup.py install
• cp -r examples ~/jupyter_notebooks/
metakernel_examples
※
ntp
• (sudo apt-get install ntp)
• sudo service ntp start
• git pip SSH
※
computer vision overlay
• sudo -H pip3.6 install --upgrade git+https://
github.com/Xilinx/PYNQ-ComputerVision.git
※
Zsprinter( )
• cd ~/pynq/lib/arduino
• git clone https://github.com/shohei/zsprinter-
pynquino.git
• cd zsprinter-pynquino
• cp arduino_zsprinter.py python/constants.py ..
• cd arduino_zsprinter/Debug
• make mrproper && make
• cp arduino_zsprinter.bin ../../../
※
• ~/pynq/lib/__init__.py
• from	.arduino	import	Arduino_Zsprinter
• ~/pynq/lib/arduino/__init__.py
• from	.arduino_zsprinter	import	Arduino_Zsprinter
•
※
bitstream
• cd ~/pynq/lib/arduino
• cp zsprinter-pynquino/overlay/pynquino.* ~/pynq/
overlays/base/
• PYNQ PL
※
• cd ~/pynq/lib/arduino/zsprinter-pynquino/
arduino_zsprinter/src
• nano
• $ nano arduino_zsprinter.cpp
• cd ../Debug
• make update
• Jupyter
PYNQ-Z1
(Linux )
Chapter 4.1
SD
AC REG USB USB
SD
USB USB
LAN
pynq IP
192.168.0.103
PYNQ Linux IP
xilinx
Web IP
Chrome
metakernel_examples
Pynquino_example.ipynb
“Run” Shift+Enter
※
jigsaw Python --workspace
Run Run
FPGA PYNQ
※ TeraTerm
• Python3.6
• sudo python3.6
• : xilinx
•
• from pynq.overlays.base import BaseOverlay
• base = BaseOverlay(“/home/xilinx/pynq/overlays/
base/pynquino.bit”)
• from pynq.lib.arduino import Arduino_Zsprinter
• arduino = Arduino_Zsprinter(base.ARDUINO)
baudrate 115200 Connect
Tips
• LAN
• Micro USB USB
PC
PYNQ-Z1
(Xilinx SDK )
Chapter 4.2
SD
AC REG USB USB
SD
USB USB
LAN
Zsprinter
• cd PYNQ/boards/Pynq-Z1/base-copy/base/
base.sdk
• git clone https://github.com/shohei/zsprinter-
pynquino.git
• cp -r zsprinter-pynquino/arduino_zsprinter .
• ※Zsprinter
• cp -r ../../../../sw_repo/bsp_iop_arduino_mb
bsp_iop_arduino
• ※BSP
Vivado Xilinx SDK
BSP Zsprinter
Vivado Xilinx SDK
BSP Zsprinter
Vivado Xilinx SDK
BSP Zsprinter
BSP 1/2
BSP 2/2
system.mss
• Application project test
test_bsp/system.mss bsp_iop_arduino/
• test, test_bsp
• Xilinx SDK system.mss
Pynquino
Blockly
Chapter 5
Blockly
•
•
•
• Blockly
•
TeraTerm
Chapter 6
Teraterm
• SSH
• 1. Linux
•
• 2. Linux micro USB
• 3. Zsprinter microUSB
• ➢ Simplify3D
Teraterm
1. SSH Linux 0/3
IP
1. SSH Linux 1/3
1. SSH Linux 2/3
1. SSH Linux 3/3
2. Linux 0/3
USB micro PROG UART
2. Linux 1/4
2. Linux 2/4
2. Linux 3/4
2. Linux 4/4

Weitere ähnliche Inhalte

Was ist angesagt?

GCC ARM nRF51 IoT SDK -cheat sheet-
GCC ARM nRF51 IoT SDK -cheat sheet-GCC ARM nRF51 IoT SDK -cheat sheet-
GCC ARM nRF51 IoT SDK -cheat sheet-Naoto MATSUMOTO
 
RabbitMQ Server - cheat sheet -
RabbitMQ Server - cheat sheet -RabbitMQ Server - cheat sheet -
RabbitMQ Server - cheat sheet -Naoto MATSUMOTO
 
Network Adapter Deep dive
Network Adapter Deep diveNetwork Adapter Deep dive
Network Adapter Deep diveNaoto MATSUMOTO
 
Kernel entrance to-geek-
Kernel entrance to-geek-Kernel entrance to-geek-
Kernel entrance to-geek-mao999
 
How to install OpenStack MITAKA --allinone - cheat sheet -
How to install OpenStack MITAKA --allinone - cheat sheet -How to install OpenStack MITAKA --allinone - cheat sheet -
How to install OpenStack MITAKA --allinone - cheat sheet -Naoto MATSUMOTO
 
Snort Home Lab - Workshop
Snort Home Lab - Workshop Snort Home Lab - Workshop
Snort Home Lab - Workshop Hishan Shouketh
 
Programando o ESP8266 com Python
Programando o ESP8266 com PythonProgramando o ESP8266 com Python
Programando o ESP8266 com PythonRelsi Maron
 
Having fun with Raspberry(s) and Apache projects
Having fun with Raspberry(s) and Apache projectsHaving fun with Raspberry(s) and Apache projects
Having fun with Raspberry(s) and Apache projectsJean-Frederic Clere
 
Ищем уязвимости нулевого дня в ядре Linux
Ищем уязвимости нулевого дня в ядре LinuxИщем уязвимости нулевого дня в ядре Linux
Ищем уязвимости нулевого дня в ядре LinuxPositive Hack Days
 
[ElasticStack]What happens when you visualize servers exposed to the world?
[ElasticStack]What happens when you visualize servers exposed to the world? [ElasticStack]What happens when you visualize servers exposed to the world?
[ElasticStack]What happens when you visualize servers exposed to the world? Masamitsu Maehara
 
コンテナ仮想、その裏側 〜user namespaceとrootlessコンテナ〜
コンテナ仮想、その裏側 〜user namespaceとrootlessコンテナ〜コンテナ仮想、その裏側 〜user namespaceとrootlessコンテナ〜
コンテナ仮想、その裏側 〜user namespaceとrootlessコンテナ〜Retrieva inc.
 
Linux 系統管理與安全:系統防駭與資訊安全
Linux 系統管理與安全:系統防駭與資訊安全Linux 系統管理與安全:系統防駭與資訊安全
Linux 系統管理與安全:系統防駭與資訊安全維泰 蔡
 
Linux Security and Hardening, 40 Tips 2019
Linux Security and Hardening, 40 Tips 2019Linux Security and Hardening, 40 Tips 2019
Linux Security and Hardening, 40 Tips 2019Saeid Bostandoust
 
Linux 系統管理與安全:基本 Linux 系統知識
Linux 系統管理與安全:基本 Linux 系統知識Linux 系統管理與安全:基本 Linux 系統知識
Linux 系統管理與安全:基本 Linux 系統知識維泰 蔡
 
IoT with openHAB on pcDuino3B
IoT with openHAB on pcDuino3BIoT with openHAB on pcDuino3B
IoT with openHAB on pcDuino3BJingfeng Liu
 

Was ist angesagt? (20)

GCC ARM nRF51 IoT SDK -cheat sheet-
GCC ARM nRF51 IoT SDK -cheat sheet-GCC ARM nRF51 IoT SDK -cheat sheet-
GCC ARM nRF51 IoT SDK -cheat sheet-
 
Ganeti - build your own cloud
Ganeti - build your own cloudGaneti - build your own cloud
Ganeti - build your own cloud
 
RabbitMQ Server - cheat sheet -
RabbitMQ Server - cheat sheet -RabbitMQ Server - cheat sheet -
RabbitMQ Server - cheat sheet -
 
Network Adapter Deep dive
Network Adapter Deep diveNetwork Adapter Deep dive
Network Adapter Deep dive
 
Kernel entrance to-geek-
Kernel entrance to-geek-Kernel entrance to-geek-
Kernel entrance to-geek-
 
Basic Git Tutorial
Basic Git TutorialBasic Git Tutorial
Basic Git Tutorial
 
How to install OpenStack MITAKA --allinone - cheat sheet -
How to install OpenStack MITAKA --allinone - cheat sheet -How to install OpenStack MITAKA --allinone - cheat sheet -
How to install OpenStack MITAKA --allinone - cheat sheet -
 
Snort Home Lab - Workshop
Snort Home Lab - Workshop Snort Home Lab - Workshop
Snort Home Lab - Workshop
 
Programando o ESP8266 com Python
Programando o ESP8266 com PythonProgramando o ESP8266 com Python
Programando o ESP8266 com Python
 
图解Git
图解Git图解Git
图解Git
 
Having fun with Raspberry(s) and Apache projects
Having fun with Raspberry(s) and Apache projectsHaving fun with Raspberry(s) and Apache projects
Having fun with Raspberry(s) and Apache projects
 
Ищем уязвимости нулевого дня в ядре Linux
Ищем уязвимости нулевого дня в ядре LinuxИщем уязвимости нулевого дня в ядре Linux
Ищем уязвимости нулевого дня в ядре Linux
 
[ElasticStack]What happens when you visualize servers exposed to the world?
[ElasticStack]What happens when you visualize servers exposed to the world? [ElasticStack]What happens when you visualize servers exposed to the world?
[ElasticStack]What happens when you visualize servers exposed to the world?
 
コンテナ仮想、その裏側 〜user namespaceとrootlessコンテナ〜
コンテナ仮想、その裏側 〜user namespaceとrootlessコンテナ〜コンテナ仮想、その裏側 〜user namespaceとrootlessコンテナ〜
コンテナ仮想、その裏側 〜user namespaceとrootlessコンテナ〜
 
Linux 系統管理與安全:系統防駭與資訊安全
Linux 系統管理與安全:系統防駭與資訊安全Linux 系統管理與安全:系統防駭與資訊安全
Linux 系統管理與安全:系統防駭與資訊安全
 
Linux Security and Hardening, 40 Tips 2019
Linux Security and Hardening, 40 Tips 2019Linux Security and Hardening, 40 Tips 2019
Linux Security and Hardening, 40 Tips 2019
 
OpenCR
OpenCROpenCR
OpenCR
 
The Total IDE
The Total IDEThe Total IDE
The Total IDE
 
Linux 系統管理與安全:基本 Linux 系統知識
Linux 系統管理與安全:基本 Linux 系統知識Linux 系統管理與安全:基本 Linux 系統知識
Linux 系統管理與安全:基本 Linux 系統知識
 
IoT with openHAB on pcDuino3B
IoT with openHAB on pcDuino3BIoT with openHAB on pcDuino3B
IoT with openHAB on pcDuino3B
 

Ähnlich wie Pynquino技術資料

Piwik elasticsearch kibana at OSC Tokyo 2016 Spring
Piwik elasticsearch kibana at OSC Tokyo 2016 SpringPiwik elasticsearch kibana at OSC Tokyo 2016 Spring
Piwik elasticsearch kibana at OSC Tokyo 2016 SpringTakashi Yamamoto
 
Linux 系統管理與安全:進階系統管理系統防駭與資訊安全
Linux 系統管理與安全:進階系統管理系統防駭與資訊安全Linux 系統管理與安全:進階系統管理系統防駭與資訊安全
Linux 系統管理與安全:進階系統管理系統防駭與資訊安全維泰 蔡
 
Process Management using Circus
Process Management using CircusProcess Management using Circus
Process Management using Circussamof76
 
Linux+sensor+device-tree+shell=IoT !
Linux+sensor+device-tree+shell=IoT !Linux+sensor+device-tree+shell=IoT !
Linux+sensor+device-tree+shell=IoT !Dobrica Pavlinušić
 
Build and deployment
Build and deploymentBuild and deployment
Build and deploymentWO Community
 
Labs_BT_20221017.pptx
Labs_BT_20221017.pptxLabs_BT_20221017.pptx
Labs_BT_20221017.pptxssuserb4d806
 
Qt native built for raspberry zero
Qt native built for  raspberry zeroQt native built for  raspberry zero
Qt native built for raspberry zeroSoheilSabzevari2
 
Package Management via Spack on SJTU π Supercomputer
Package Management via Spack on SJTU π SupercomputerPackage Management via Spack on SJTU π Supercomputer
Package Management via Spack on SJTU π SupercomputerJianwen Wei
 
Openwrt startup
Openwrt startupOpenwrt startup
Openwrt startup晓东 杜
 
Exploring Raspberry Pi
Exploring Raspberry PiExploring Raspberry Pi
Exploring Raspberry PiLentin Joseph
 
Getting started with Intel IoT Developer Kit
Getting started with Intel IoT Developer KitGetting started with Intel IoT Developer Kit
Getting started with Intel IoT Developer KitSulamita Garcia
 
Swift hardware hacking @ try! Swift
Swift hardware hacking @ try! SwiftSwift hardware hacking @ try! Swift
Swift hardware hacking @ try! SwiftSally Shepard
 
Let's trace Linux Lernel with KGDB @ COSCUP 2021
Let's trace Linux Lernel with KGDB @ COSCUP 2021Let's trace Linux Lernel with KGDB @ COSCUP 2021
Let's trace Linux Lernel with KGDB @ COSCUP 2021Jian-Hong Pan
 
Jonny_Martin-Asterisk
Jonny_Martin-AsteriskJonny_Martin-Asterisk
Jonny_Martin-Asterisktutorialsruby
 
Jonny_Martin-Asterisk
Jonny_Martin-AsteriskJonny_Martin-Asterisk
Jonny_Martin-Asterisktutorialsruby
 

Ähnlich wie Pynquino技術資料 (20)

Piwik elasticsearch kibana at OSC Tokyo 2016 Spring
Piwik elasticsearch kibana at OSC Tokyo 2016 SpringPiwik elasticsearch kibana at OSC Tokyo 2016 Spring
Piwik elasticsearch kibana at OSC Tokyo 2016 Spring
 
Linux 系統管理與安全:進階系統管理系統防駭與資訊安全
Linux 系統管理與安全:進階系統管理系統防駭與資訊安全Linux 系統管理與安全:進階系統管理系統防駭與資訊安全
Linux 系統管理與安全:進階系統管理系統防駭與資訊安全
 
Process Management using Circus
Process Management using CircusProcess Management using Circus
Process Management using Circus
 
Linux+sensor+device-tree+shell=IoT !
Linux+sensor+device-tree+shell=IoT !Linux+sensor+device-tree+shell=IoT !
Linux+sensor+device-tree+shell=IoT !
 
Inside Winnyp
Inside WinnypInside Winnyp
Inside Winnyp
 
SPDK benchmark memo
SPDK benchmark memoSPDK benchmark memo
SPDK benchmark memo
 
PICkit 2 Programmer device support list
PICkit 2 Programmer device support listPICkit 2 Programmer device support list
PICkit 2 Programmer device support list
 
Build and deployment
Build and deploymentBuild and deployment
Build and deployment
 
Labs_BT_20221017.pptx
Labs_BT_20221017.pptxLabs_BT_20221017.pptx
Labs_BT_20221017.pptx
 
Porting Android
Porting AndroidPorting Android
Porting Android
 
Qt native built for raspberry zero
Qt native built for  raspberry zeroQt native built for  raspberry zero
Qt native built for raspberry zero
 
Package Management via Spack on SJTU π Supercomputer
Package Management via Spack on SJTU π SupercomputerPackage Management via Spack on SJTU π Supercomputer
Package Management via Spack on SJTU π Supercomputer
 
Openwrt startup
Openwrt startupOpenwrt startup
Openwrt startup
 
Basic Linux kernel
Basic Linux kernelBasic Linux kernel
Basic Linux kernel
 
Exploring Raspberry Pi
Exploring Raspberry PiExploring Raspberry Pi
Exploring Raspberry Pi
 
Getting started with Intel IoT Developer Kit
Getting started with Intel IoT Developer KitGetting started with Intel IoT Developer Kit
Getting started with Intel IoT Developer Kit
 
Swift hardware hacking @ try! Swift
Swift hardware hacking @ try! SwiftSwift hardware hacking @ try! Swift
Swift hardware hacking @ try! Swift
 
Let's trace Linux Lernel with KGDB @ COSCUP 2021
Let's trace Linux Lernel with KGDB @ COSCUP 2021Let's trace Linux Lernel with KGDB @ COSCUP 2021
Let's trace Linux Lernel with KGDB @ COSCUP 2021
 
Jonny_Martin-Asterisk
Jonny_Martin-AsteriskJonny_Martin-Asterisk
Jonny_Martin-Asterisk
 
Jonny_Martin-Asterisk
Jonny_Martin-AsteriskJonny_Martin-Asterisk
Jonny_Martin-Asterisk
 

Kürzlich hochgeladen

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 

Kürzlich hochgeladen (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 

Pynquino技術資料