2014-11-12 4 views
0

나는에요 포럼에서 이상 시도했다, 그러나 나는 여기에 모든 영리한 사람들이 :-) 내가 일하고 있어요깜박임 WCE7, uBoot

있는 곳이라고 생각 해요 CCWi-i.MX53 JSK에서. 알아 내고자하는 것은 USB 스틱에서 WCE 이미지를 플래시하는 것입니다.

http://www.digi.com/support/kbase/kbaseresultdetl?id=3305

을 바탕으로

http://www.digi.com/support/forum/40385/mx53-jsk-with-windowc-how-boot-new-wce-from-microsd-using-uboot

내 추측이다에 하나 단지

dboot wce usb 0:1 fat wce-CCXMX53 

또는

setenv bootcmd dboot wce usb 0:1 fat wce-CCXMX53 
saveenv 
reboot 
01처럼 U-boot 명령을 설정

나를위한 방법 중 어느 것도 작동하지 않습니다. 나는 점점 해요 :

나는 J10의 USB 플러그 중 하나에서, 그것에 만 WCE-CCXMX53 파일을 새로 포맷 FAT32의 USB 스틱을 사용하고
Unknown command 'usb' - try 'help' 
command usb reset failed 

.

도움을 주시면 대단히 감사하겠습니다. 미리 감사드립니다!

(!) 참고 : dboot 사용 :

CCWMX53 # ? dboot 
dboot - Digi modules boot commands 

Usage: 
dboot <os> [source] [extra-args...] 
Description: Boots <os> via <source> 
Arguments: 
    - os:   a partition name or one of the reserved names: 
        linux|android|wce|netos|eboot 
    - [source]:  tftp (default)|flash|nfs|usb|mmc|hsmmc|sata|ram 
    - [extra-args]: extra arguments depending on 'source' 

     source=tftp|nfs -> [filename] 
     - filename: file to transfer (required if using a partition name) 

     source=usb|mmc|hsmmc|sata -> [device:part filesystem] [filename] 
     - device:part: number of device and partition 
     - filesystem: fat|vfat|ext2|ext3 
     - filename: file to transfer 

     source=ram -> [image_address] [initrd_address] [initrd_max_size] 
     - image_address: address of image in RAM (default: linuxloadaddr, netosloadaddr, etc) 
     - initrd_address: address of initrd image (default: loadaddr_initrd) 
     - initrd_max_size: max. allowed ramdisk size (in kB) to pass to the kernel (default: kernel default) 

If <os> is 'wce' the following bootargs are possible: 
    cleanhive 

답변

0

내가 dboot/WCE 몰라 죄송합니다.

# fatload usb 1:1 (loadAddress) (bootfilename) # load your file to memory 
# md (loadAddress) #dump memory content, which you can compare with your USB file 

부팅 프로세스는 주로 실행 파일을 읽기 (OS) 파일을 step1- 구성 : - (손실 제어를 실제로 부팅없이) 내 부트 로더 경험에서, 당신은 메모리에 USB 스틱에서 파일을 읽을 수있는 다음 명령을 재생할 수 있습니다 미디어 (mmc/usb)에서 메모리로; step2- 환경 준비 (레지스터, 특정 메모리 위치의 매개 변수 데이터, 심지어 램 디스크의 rootfs ...); step3 - step1에서 실행 파일의 항목으로 건너 뜁니다.