bist 명령 사용을 참조해야 합니다.

bist 명령 사용을 참조해야 합니다.

bist가 포함된 장치가 내장되어 있습니다. 부팅 프로세스 중에 uboot를 중지하고 bist로 들어갈 수 있습니다. 여기서 뭔가를 하면 help명령 목록이 표시됩니다. 하지만 사용법에 대한 도움이 별로 없기 때문에 사용할 수 없습니다. 명령을 실행하는 방법을 아는 사람이 있습니까?

이것이 내가 말해야 할 것입니다:

bist > help
?       - alias for 'help'
autoscr - DEPRECATED - use "source" command instead
base    - print or set address offset
boot    - boot default, i.e., run 'bootcmd'
check   - perform MMC CRC32 check
cmp     - memory compare
coninfo - print console devices and information
cp      - memory copy
crc32   - checksum calculation
diag    - perform board diagnostics
echo    - echo args to console
go      - start application at address 'addr'
halt    - halt board
help    - print online help
i2c     - I2C sub-system
idme    - idme    - Set nv ram variables
iminfo  - print header information for application image
itest   - return true/false on integer compare
loadb   - load binary file over serial line (kermit mode)
loads   - load S-Record file over serial line
loady   - load binary file over serial line (ymodem mode)
loop    - infinite loop on address range
loopw   - infinite write loop on address range
md      - memory display
mm      - memory modify (auto-incrementing address)
mmc     - MMC sub system
mmcinfo - mmcinfo <dev num>-- display MMC info
mtest   - simple RAM read/write test
mw      - memory write (fill)
nm      - memory modify (constant address)
ocotp   - OCOTP sub system
panic   - panic halt
pass    - pass blink pass pattern on LED
pmic    - pmic    - PMIC utility commands
printenv- print environment variables
reset   - Perform RESET of the CPU
run     - run commands in an environment variable
setenv  - set environment variables
sleep   - delay execution for some time
source  - run script from memory
sspi    - SPI utility commands
version - print monitor version

답변1

보세요Uboot 매뉴얼, 특히 섹션 5. 다음을 통해 cli 자체에 추가 정보를 표시하는 것도 가능해야 합니다.help COMMAND

관련 정보