Search results
How do you keep a build number ?
Score: 143.56 %,
Type: Forum topic , Comments: 2 comments
way to do it, using the 'update' instruction:
module VERSION
major=0
minor=0 ... "0"+build/1000,"0"+(build mod 1000)/100
byte "0"+(build mod 100)/10,"0"+(build mod 10)
endmodule ...
how to format a SD card to use with LPE-MMC-V8BKP
Score: 144.01 %,
Type: Forum topic , Comments: 16 comments
key, that works for me too. I get SDMMC menu v0.1. That has partition utility, hex editor, update bios ...
