Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: scripts/newbitmaps/README

Issue 6588127: Fix mistakes in scripts/newbitmaps/README (Closed) Base URL: http://git.chromium.org/git/vboot_reference.git@master
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/newbitmaps/README
diff --git a/scripts/newbitmaps/README b/scripts/newbitmaps/README
index c5b7c2ba41122c2465869a4cb5cd1ce781434e91..d07be4ddcf4c6b7bf7a869f2cdbeb175777de647 100644
--- a/scripts/newbitmaps/README
+++ b/scripts/newbitmaps/README
@@ -62,8 +62,6 @@ composited screens as described by the config file.
bmpblk_utility -c unknown.yaml bmpblock.bin
* Use the gbb_utility to modify the BIOS to contain our new set of bitmaps.
- We will need to pad our replacement bmpblock to match the size of the
- original.
NOTE: These commands are run (as root) on the device under test!
@@ -78,18 +76,9 @@ composited screens as described by the config file.
flashrom -r bios.bin
- Extract the current bmpblock from the BIOS, and see how big it is.
-
- gbb_utility -g -b oldblob bios.bin
- ls -l oldblob
-
- Pad our bmpblock to the same size (for example, 253568 bytes)
-
- dd if=bmpblock.bin bs=253568 count=1 of=newblob
-
Put our bmpblock in our copy of the BIOS
- gbb_utility -s newblob bios.bin
+ gbb_utility -s -b bmpblock.bin bios.bin
Reflash the BIOS with the new content
@@ -106,5 +95,4 @@ composited screens as described by the config file.
bmpblk_utility -y bmpblock.bin
- cd /SOME/SCRATCH/DIR
- bmpblk_utility -x bmpblock.bin
+ bmpblk_utility -x -d /SOME/SCRATCH/DIR bmpblock.bin
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698