소스 검색

Annotate EEPROM flashing procedure with optional erase operation first.

master
부모
커밋
98fe39c335
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. +7
    -1
      testplan/programrom.txt

+ 7
- 1
testplan/programrom.txt 파일 보기

@@ -3,6 +3,12 @@
$ dtc -I dts -O dtb -o programrst.dtb programrst.dts
$ ./eepmake programdat.txt programdat.eep programrst.dtb
# now short J7 with a paperclip
$ sudo ./eepflash.sh -w -t=24c32 -f=programdat.eep
#
# optionally erase EEPROM first
$ dd if=/dev/zero ibs=1k count=4 of=blank.eep
$ hexdump blank.eep
# ./eepflash.sh -w -t=24c32 -f=blank.eep
#
# ./eepflash.sh -w -t=24c32 -f=programdat.eep
# to clean binaries, rm programdat.eep programrst.dtb
# to test reboot, blue button, and sendcommrst.sh

불러오는 중...
취소
저장