얼마전 중국이 자체설계한 CPU로 만든 슈퍼컴퓨터가 1위를 차지했다는 기사가 떳다.


좀더 자세한 내용이 있는 리포트 : 

http://www.netlib.org/utk/people/JackDongarra/PAPERS/sunway-report-2016.pdf



그리고, 현재 5위 "K"를 만든 후지쯔가 Post K에는 SPARC대신 ARM을 사용하며 만들것이라는 기사가 떳다.

http://www.pcworld.com/article/3086249/fujitsu-drops-sparc-turns-to-arm-for-post-k-supercomputer.html

ARM이 슈퍼컴퓨터 분야에도 곧 이름을 올릴 수 있을지 기대됨.


슈퍼컴퓨터에서 x86(인텔)의 비중이 높지만, Top 5에 Power, SPARC, 중국 차체 설계 CPU가 자리를 차지하고 있는 것이 눈여겨 볼만하다.


그리고, 요즘 IT기사를 보면, 우리나라의 IT 국가 경쟁력에 대해 염려가 된다.... ㅠㅠ


Simply use the official PPA :

sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get update

Option 1 : You don't have libreoffice yet :

Open a terminal (Ctrl+Alt+T) and run:

sudo apt-get install libreoffice

Option 2 : You already have an old version of LibreOffice (4.x) :

Open a terminal (Ctrl+Alt+T) and run:

sudo apt-get upgrade


More information :

https://launchpad.net/~libreoffice


리눅스에서 STM32F4 Discovery 보드에 플래시 프로그래밍이 가능하도록

SWD 드라이버를 아래 링크에서 소스를 받아 컴파일 할수 있다.

git clone git://github.com/texane/stlink.git

Type the following commands:

  • cd stlink
    

     to navigate into the stlink directory and then:

  • /autogen.sh
    
  • ./configure
    
  • make


lsusb 로 VID 0483, PID 3748 을 확인 할 수 있다. (Bus 003 Device 005: ID 0483:3748 STMicroelectronics ST-LINK/V2)

st-util 명령으로 동작 확인.

  • $ st-util 
    2016-01-26T21:19:10 INFO src/stlink-usb.c: -- exit_dfu_mode
    2016-01-26T21:19:10 INFO src/stlink-common.c: Loading device parameters....
    2016-01-26T21:19:10 INFO src/stlink-common.c: Device connected is: F4 device, id 0x10016413
    2016-01-26T21:19:10 INFO src/stlink-common.c: SRAM size: 0x30000 bytes (192 KiB), Flash: 0x100000 bytes (1024 KiB) in pages of 16384 bytes
    2016-01-26T21:19:10 INFO gdbserver/gdb-server.c: Chip ID is 00000413, Core ID is  2ba01477.
    2016-01-26T21:19:10 INFO gdbserver/gdb-server.c: Target voltage is 2905 mV.
    2016-01-26T21:19:10 INFO gdbserver/gdb-server.c: Listening at *:4242...
    




+ Recent posts