내 일을 시작하려고 해요비글 뼈LAN을 통해. TFTP 서버에서 커널 uImage를 다운로드할 수 있습니다. 이것이 내가 한 일이다 -
U-Boot SPL 2011.09-00053-gb423c52 (Aug 10 2012 - 11:26:55)
Texas Instruments Revision detection unimplemented
No daughter card present
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img
U-Boot 2011.09-00053-gb423c52 (Aug 10 2012 - 11:26:55)
I2C: ready
DRAM: 256 MiB
WARNING: Caches not enabled
No daughter card present
NAND: HW ECC Hamming Code selected
No NAND device found!!!
0 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - readenv() failed, using default environment
Net: cpsw
Hit any key to stop autoboot: 0
U-Boot# dhcp
link up on port 0, speed 100, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
DHCP client bound to address 192.1.1.101
Using cpsw device
TFTP from server 192.1.1.254; our IP address is 192.1.1.101
Filename 'uImage-BBone'.
Load address: 0x82000000
Loading: #################################################################
#################################################################
#################################################################
################################
done
Bytes transferred = 3319832 (32a818 hex)
U-Boot# bootm
## Booting kernel from Legacy Image at 82000000 ...
Image Name: Angstrom/3.2.28/beaglebone
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3319768 Bytes = 3.2 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
- 로드 주소 0x82000000을 지정하지 않았습니다. Uboot는 이 모든 것을 스스로 선택한 것 같습니다. uImage를 다운로드하는 위치가 중요합니까?
- 명령을 실행한 후 콘솔에 표시되는 두 번째 로드 주소
bootm
(로드 주소: 80008000 및 진입점: 80008000)가 표준 주소입니까? 커널 이미지는 메모리의 특정 위치에 있어야 합니까? - 이 이후에 막혔어요. 가상 디스크가 없습니다. 가상 디스크를 마운트하는 방법은 무엇입니까? 커널이 특정 메모리 위치에서 이를 찾도록 어떻게 지시합니까? 제가 사용한 이미지는 아래에서 다운받았습니다.여기. 램디스크를 사용하려면 새 이미지를 만들어야 합니까? 이 시점에서 NFS를 사용하여 마운트할 수 있습니까? NFS 파티션은 언제 루트 파일 시스템으로 마운트될 수 있습니까?