Add instructions for flashing libreboot from within PrawnOS #53
Labels
No labels
CI enhacement
CS10 (chromestick)
HIGH PRIOROITY
Low Priority
Solved
TODO
arm64
armhf
bug
c100 (veyron minnie)
duplicate
enhancement
good first issue
help wanted
invalid
minor bug
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ev4/PrawnOS#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
According to the arch wiki, stock flashrom is NOT recommended for the following reasons:
See: https://wiki.archlinux.org/index.php/Chrome_OS_devices/Custom_firmware#Manually_with_flashrom
The first issue is much bigger than the second, as it sounds like it straight up will not work for most people as most have not flashed their ROM externally.
So, we need to use chromeos flashrom: https://chromium.googlesource.com/chromiumos/third_party/flashrom/
To build our own we need to know:
Don't attempt flashing with any test flashrom builds unless you have a way to program the c201's ROM externally, or you may end up with a machine that won't boot!
I pulled flashrom from the chromeos recovery disk, installed libfdt1, but its just segfaults :/
Looks like using flashrom pulled from chromeos won't work, we'll just have to wait until we can build it ourselves.
you can pull the flashrom version by chrooting into the chromeos recovery disc, instead of only taking the binary.
iirc chromeos uses a custom build of flashrom. Source is likely available though.