CLONE

Category
아이템: 
포스트 갯수2

[라즈베리파이] 특정 브랜치(rpi-4.14.y)로 소스 코드 내려받기

By Guillermo Austin Kim | 2019년 3월 20일 | 
라즈베리파이에서 가장 많이 쓰는 라즈비안은 꾸준히 최신 커널 버전을 지원합니다. 최신 라즈비안 커널 소스 코드 내려받기 먼저 다음 명령어를 입력해 라즈비안 최신 커널 소스를 내려 받겠습니다."git clone --depth=3000" root@raspberrypi:/home/pi/RPi_kernel_src# git clone --depth=3000 into 'linux'...remote: Enumerating objects: 85646, done.remote: Counting objects: 100% (85646/85646), done.remote: Compressing objects: 100% (65774/65774), done.Receiving objects: 33% (28569/85646), 4

[라즈베리파이] git clone 명령어로 특정 커밋 코드로 돌리기

By Guillermo Austin Kim | 2018년 9월 10일 | 
이번에는 git clone 명령어로 특정 커밋으로 소스 코드를 변경하는 과정을 알아봅시다. 돌아가려는 커밋은 6/13/2018 날짜입니다.commit 5762758699e1ddab22bf4c14eb225941761c52c8Author: Dave Stevenson <[email protected]>Date: Wed Jun 13 15:21:10 2018 +0100 net: lan78xx: Disable TCP Segmentation Offload (TSO) TSO seems to be having issues when packets are dropped and the remote end uses Selective Acknowledge (SACK)