Lenovo x230: split .rom for the 2 chips #1981
Closed
quanticracker
started this conversation in
General
Replies: 1 comment
-
|
Sorry just saw this (discussions don't appear in matrix channel and are buried in my emails). The rom is 12mb, and already split into top (4mb) and bottom (8mb) images per targets/xx30 recipe I also saw you closed as resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
wassup, was wondering how to split the final built 16M .rom into two 8MB and 4MB .rom for the two bios chips in the lenovo x230.
Currently using : dd if=heads-x230-maximized-....rom of=spi1.rom bs=1M count=8
dd if=heads-x230-maximized-....rom of=spi2.rom bs=1M skip=8 count=4
which is wrong, it bricks my shit everytime and i have to flash old image back.
thanks,
Beta Was this translation helpful? Give feedback.
All reactions