목록분류 전체보기 (46)
개발자 블로그
https://www.instructables.com/Embedded-Linux-Tutorial-Zybo/ Embedded Linux Tutorial - Zybo Embedded Linux Tutorial - Zybo: This Embedded Linux hands-on tutorial for the Zybo will provide step-by-step instructions for customizing your hardware, compiling the Linux Kernel and writing driver and user applications. This documentation intends to inte www.instructables.com
https://www.programmersought.com/article/14776104550/ petalinux i2c configuration - Programmer Sought petalinux i2c configuration 1. Hardware platform configuration The picture below is a hardware test platform on my side, for reference only 2. Kernel configuration 1. Open the petalinux project path 1.cd 2.petalinux-config -c kernel 3. Fin www.programmersought.com
https://blog.thinkbee.kr/linux/crosscompile-arm/ 여 Ubuntu/Debian ARM Cross compile 환경 이 글은 우분투, 리눅스 박스에서 GNU ARM Cross compiler 를 설치하고 관리하는 방법을 다루고 있다. blog.thinkbee.kr https://blog.thinkbee.kr/linux/linux-update-alternatives/ Linux - update-alternatives 이 글은 우분투, 리눅스 박스에서 여러버전의 도구를 관리할 수 있는 update-alternatives 를 다루고 있다. blog.thinkbee.kr
터미널창1(u-boot file 다운로드 및 실행) 명령어 xmd connect arm hw source ./ps7_init.tcl (내가 맞는지는 모르겠지만 임의의 vivado 프로젝트 생성하여 sdk 까지 실행하면 프로젝트 폴더에 자동으로 생성되어 있음, 여러곳에 있으나 아무거나 하나 복사해서 u-boot-xlnx 폴더에 넣어두고 실행했음) ps7_init dow u-boot.elf run 입력하면 터미널창2에 출력이 되는데 자꾸 timeout 되고 잘안됨... device tree를 먼저 다운로드 받으라고하는데 https://forums.xilinx.com/t5/Embedded-Linux/Load-rootfs-via-JTAG-using-XMD-commands/td-p/699953 Load rootf..
xmd connect arm hw source ./ps7_init.tcl ps7_init dow u-boot.elf (sadri 영상에서는 u-boot만 쳤는데 안된다.) run 하면 picocom 창에 출력이 되는데 중간에 Model 보면 Xilinx ZC706 board 로되어있다. 아마도 u-boot 만들때 잘못 만든거 같다. virtualubuntu16043@virtualubuntu16043-VirtualBox:~/compare$ sudo picocom --b 115200 --f n --p n /dev/ttyUSB1 picocom v1.7 port is : /dev/ttyUSB1 flowcontrol : none baudrate is : 115200 parity is : none databits ..
https://www.centennialsoftwaresolutions.com/post/connecting-vivado-to-digilent-s-usb-to-jtag-through-virtualbox Connecting Vivado to Digilent's USB-to-JTAG through VirtualBox This post shows how to configure VirtualBox to allow Vivado and other Xilinx tools running on Ubuntu 16.04.3 in the VirtualBox managed virtual machine to communicate with Digilent's USB-to-JTAG and the USB UART. www.centenn..
virtualbox 에서 com 포트를 ubuntu 로 사용 출처: https://k44.kr/864 [Stanley마켓] virtualbox 에서 com 포트를 ubuntu 로 사용 직렬 포트 >> 포트 1 [V] 직력 포트 사용하기 포트 번호 [COM1] 포트 모드 [호스트 파이프] [V] 존재하는 파이프/소켓에 연결 경로/주소 [\\.\COM18] $ dmesg | grep tty [ 0.004000].. k44.kr
1. git에서 u-boot-xlnx 다운로드 후 2. make config/device tree/crosscomplier 설정, arch 설정 (사용하는 device 와 vivado version에 따라 설정이 다름) 후 3. make 를 해주면 몇몇 신규 파일이 생성된다. (18:26분 전후 생성파일로 보면될듯) sadri 동영상 보면 확장자가 없는 u-boot file등을 포함에서 여러 파일이 생성된다고 한다. 그리고 이 u-boot file은 elf file이라고 한다. 확인하는 방법은 arm-none-eabi-readelf -h u-boot 치면 sadri 가 만든 u-boot 혹시몰라 elf 확장자 파일도 해봣다 arm-none-eabi-readelf -h u-boot.elf *참고 elf h..