You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,16 @@ To build sample bootloader payload, use the crate under the ```template`` direct
11
11
12
12
This is configured as a cross compilation crate by default. The output binaries are required to be PPC32bit big endian. You need a working powerpc gcc compiler, you may need to tweak ```.cargo/config``` to point to the right binaries.
13
13
14
-
You also need to install the powerpc targe using ```rustup```t:
14
+
You also need to install the powerpc targe using ```rustup```, as of now this create requires nightly so you need to make it default too:
0 commit comments