목록분류 전체보기 (46)
개발자 블로그
배열을 사용한때 문제가 나오면 먼저 배열 선언쪽을 봐보자. 오랫만에 이어서 하는 프로젝트라면 헷갈리기가 쉽다.
당연한 소리겠지만.. 불량 분석할때는 시료의 이력을 확인하고 진행하자. 이력만 확인했더라도 바로 결론이 났을건데 아쉽다. 6시간짜리 교훈.,
vivado 2017.4 zynq-zybo-z7 board 로 진행중 아래와 같은 error를 만났다. [PSU-1] Parameter : PCW_UIPARAM_DDR_DQS_TO_CLK_DELAY_0 has negative value -0.05 . PS DDR interfaces might fail when entering negative DQS skew values. [PSU-2] Parameter : PCW_UIPARAM_DDR_DQS_TO_CLK_DELAY_1 has negative value -0.05 . PS DDR interfaces might fail when entering negative DQS skew values. [PSU-3] Parameter : PCW_UIPARAM_DDR_DQ..
DDR3 설정을 보면 DQS to CLK delay가 있다. fly by Topology 때문에 생기는 delay 값으로 생각하면 될거같고 설명하는 여러 topology가 있어 찾아봤다. 더보기 Fly-by Topology DDR3/4 fly-by topology is similar to daisy chain or multi-drop topology, but it includes very short stubs to each memory device in the chain to reduce the reflections. The advantage of fly-by topology is that it supports higher-frequency operation and improves signal integ..
나같은 경우는 프롬프트 창 맨처음 표시되는 host,user 명이 너무 길어서 짧게 줄였다. if [ "$color_prompt" = yes ]; then PS1='${debian_chroot:+($debian_chroot)}\[ubuntu16043]\[\033[01;32m\]\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' # PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '(기존코드) else PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' # PS1='"ubuntu"\u@\h:\w\$..
dmesg | grep tty dmesg | grep tty [ 0.004000] console [tty0] enabled [ 2.848735] usb 1-2: FTDI USB Serial Device converter now attached to ttyUSB0 [ 2.849341] usb 1-2: FTDI USB Serial Device converter now attached to ttyUSB1 [ 150.418211] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0 [ 220.182828] ftdi_sio ttyUSB1: usb_serial_generic_read_bulk_callback - urb st..
uboot build 할때 /bin/sh: dtc: command not found 뜨면 sudo apt-get install device-tree-compiler 설치해준다.
https://forum.digilentinc.com/topic/5029-making-u-bootelf-for-zybo-zynq/ making U-boot.elf For Zybo Zynq I am attempting to make the u-boot.elf file for the Zybo following this guide. I have a problem in Step 21: Compile U-Boot I am running into an error though that I am not sure how to resolve. Has anyone seen this before? I just learn about Zybo board. Than forum.digilentinc.com