EZ-X5 보드를 사용하다가 초기 상태로 돌리고 싶을때는...

 

1. 자료실의 autopackage 프로그램을 다운로드 받아서 실행합니다.

 

2. new project 를 클릭하여 원하는 이름으로 만듭니다..

 

3. 아래 부분을 그랩하여 script.txt 파일에 붙여넣기를 하던지 첨부파일을 다운로드하여 덥어쓰기하고요.

 

4. autopackage 는 프로젝트를 만들때 폴더 단위로 실행파일 아래로 들어가서 관리가 되므로 3번에서 만든 이름의 폴더에다가

     CD-ROM 의 image 폴더의 파일을 복사합니다.

 

5. 다음부분을 사용자 환경에 맞춰서 수정하여 실행하면 초기화 됩니다.

  - 편의상 "[  ]" 표시는 빼도록 하겠습니다.

==========================

LOCAL_IP = 타겟보드에 설정할 IP

KERNEL = 커널 파일명
BOOTLOADER = 부트로더 파일명
RAMDISK = 램디스크 파일명

==========================

 

 

// EZ-X5 초기화 스크립트
//
SENDMSG " "
WAITMSG "EZBOOT.X5"
SENDMSG " "
WAITMSG "Quickly Autoboot [ENTER]"
SENDTYP " "
WAITMSG "EZBOOT>"
SENDMSG "set"
WAITMSG "Select >>"
// ezboot 환경설정
SENDMSG "2"
WAITMSG "Newvalue :"
SENDMSG [LOCAL_IP]
WAITMSG "Select >>"
SENDMSG "3"
WAITMSG "Newvalue :"
SENDMSG [HOST_IP]
WAITMSG "Select >>"
SENDMSG "4"
WAITMSG "Newvalue :"
SENDMSG 0x0d
WAITMSG "Select >>"
SENDMSG "7"
WAITMSG "Newvalue :"
SENDMSG [BOOTLOADER]
WAITMSG "Select >>"
SENDMSG "S"
WAITMSG "Write : OK"
SENDMSG "0"
WAITMSG "EZBOOT>"
SENDMSG "RST"
WAITMSG "Quickly Autoboot [ENTER]"
SENDTYP " "
WAITMSG "EZBOOT>"
SENDMSG "tfb"
WAITMSG "Write : OK"
SENDMSG "RST"
WAITMSG "Quickly Autoboot [ENTER]"
SENDTYP " "
WAITMSG "EZBOOT>"
SENDMSG "set"
WAITMSG "Select >>"
SENDMSG "l" // 
WAITMSG "Select >>"
SENDMSG "1a" // 
WAITMSG "Select >>"
SENDMSG "2"
WAITMSG "Newvalue :"
SENDMSG [LOCAL_IP] // 
WAITMSG "Select >>"
SENDMSG "3"
WAITMSG "Newvalue :"
SENDMSG [HOST_IP] // 
WAITMSG "Select >>"
SENDMSG "5"
WAITMSG "Newvalue :"
SENDMSG [KERNEL] // 
WAITMSG "Select >>"
SENDMSG "6"
WAITMSG "Newvalue :"
SENDMSG [RAMDISK] // 
WAITMSG "Select >>"
SENDMSG "7"
WAITMSG "Newvalue :"
SENDMSG [BOOTLOADER] // 
WAITMSG "Select >>"
SENDMSG "a"
WAITMSG "Newvalue :"
SENDMSG "3" // 
WAITMSG "Select >>"
SENDMSG "S"
WAITMSG "Write : OK"
SENDMSG "0"
WAITMSG "EZBOOT>"
SENDMSG "RST"
WAITMSG "Quickly Autoboot [ENTER]"
SENDTYP " "
WAITMSG "EZBOOT>"
SENDMSG "nek"
WAITMSG "Erase : OK"
SENDMSG "ner"
WAITMSG "Erase : OK"
SENDMSG "nea"
WAITMSG "Erase : OK"
SENDMSG "RST"
WAITMSG "Quickly Autoboot [ENTER]"
SENDTYP " "
WAITMSG "EZBOOT>"
SENDMSG "tfk"
WAITMSG "Verify: OK"
SENDMSG "tfr"
WAITMSG "Verify: OK"
SENDMSG "RST"
WAITMSG "Quickly Autoboot [ENTER]"
SENDMSG 0x0d // 
WAITMSG "login:"
END // 종료