http://cappleblog.co.kr/131


dd (유닉스)

https://ko.wikipedia.org/wiki/Dd_(%EC%9C%A0%EB%8B%89%EC%8A%A4)

'리눅스커널 > 링크' 카테고리의 다른 글

커널스터디 참고 링크  (0) 2017.04.16
fastboot  (0) 2016.10.20
gpt fdisk  (0) 2016.09.22
adb, fastboot 설치  (0) 2016.09.22
겔럭시 S2의 initramfs 추출  (0) 2016.09.22
mkbootimg.zipunpackbootimg.zip

mkbootimg-master.zip


부트이미지 분해 조립 강좌:"http://itmir.tistory.com/48 "

참고


chmod 777 unpackbootimg

chmod 777 plit_bootimg.pl

chmod 777 mkbootimg


./split_bootimg.pl boot.img  -> Page size , Command line 이 나타난다.

./unpackbootimg -i boot.img 를 입력하면 BOARD_KERNEL_BASE 가나타난다.


램디스크 압축해제

gzip -d boot.img-ramdisk.gz

해제하면 cpio 가나타난다. 이파일을 ramdisk 라는 폴더를 만들어 그 폴더 안에 넣는다.


cpio -i -F boot.img-ramdisk

cpio의 내용이 풀려진다.




./unpackbootimg -i

'리눅스커널 > 정리' 카테고리의 다른 글

[Embedded Linux] 정리1  (0) 2017.10.05

http://veenvalu.tistory.com/69

http://veenvalu.tistory.com/67

dd 를이용해 밀어넣기


USB외장디스크를 RootFS 로 사용: http://sojiyoung.tistory.com/entry/%EB%9D%BC%EC%A6%88%EB%B2%A0%EB%A6%AC%ED%8C%8C%EC%9D%B4%EC%9D%98-%EC%99%B8%EC%9E%A5%EB%94%94%EC%8A%A4%ED%81%AC-%EC%82%AC%EC%9A%A9


'리눅스커널 > 링크' 카테고리의 다른 글

커널스터디 참고 링크  (0) 2017.04.16
fastboot  (0) 2016.10.20
gpt fdisk  (0) 2016.09.22
adb, fastboot 설치  (0) 2016.09.22
MBR 디스크와 GPT 디스크  (0) 2016.09.22

+ Recent posts