반응형
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- Cortex-M3
- ubuntu
- ICbanq
- Z435
- QT
- 갈릴레오
- 우분투
- Boyue
- openocd
- smartrobot board
- CMSIS
- U-boot
- ft2232
- fdisk
- ares note
- 마스보드
- galileo
- STM32F10x
- Galileo Gen2
- 허큘렉스
- Python
- JTAG
- lg smart recovery
- pyside6
- emIDE
- usb부팅
- HerkuleX
- DRS-0101
- Marsboard
- 동부로봇
Archives
- Today
- Total
Life Seed
[Marsboard] Debian Server Image Setup Tips 본문
1. a10-debian-server SATA 지원하기
https://romanrm.net/a10/debian 에서 배포하는 A10용 서버 이미지....
SATA가 지원된다더니 안된다... ㅡ,.ㅡ
sunxi-tools 를 이용하여 큐비보드용 script.fex 랑 대충 머지해서.... 집어 넣었더니....
잘되네... ^^;;
script.bin을 script.fex 로 변환하는 방법 및 fex 를 bin으로 변경하는 방법
./sunxi-tools/fexc -vq -I bin -O fex script.bin script.fex
./sunxi-tools/fexc -vq -I fex -O bin script.fex script.bin
- Marsboard A10 에서 사용된 Original Binary와 수정한 바이너리
2. apt-get source list 변경
apt-get update 시 발생하는 미칠것 같은 현상... ㅠㅠ
wheezy가 더이상 지원되지 않는 줄 알았다.
아래 홈페이지에 접속
http://linuxconfig.org/debian-apt-get-wheezy-sources-list
한국 서버의 내용을
/etc/apt/source.list 에 추가하였다.
물론 기존 주소는 막았다.
root@debian:~# cat /etc/apt/sources.list
#deb http://http.debian.net/debian wheezy main
#deb http://http.debian.net/debian-security wheezy/updates main
deb http://ftp.kr.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.kr.debian.org/debian/ wheezy main contrib non-free
#deb http://http.debian.net/debian wheezy main
#deb http://http.debian.net/debian-security wheezy/updates main
deb http://ftp.kr.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.kr.debian.org/debian/ wheezy main contrib non-free
잘된다.... ㅠㅠ
속도도 빠르고.... ㅠㅠ ㅠㅠ
당분간은 이렇게 써야 겠다.
반응형