update instructions for use with rpi4 and 1.6 revision motherboard#6
Open
MarioMasta64 wants to merge 10 commits intogrimdoomer:masterfrom
Open
update instructions for use with rpi4 and 1.6 revision motherboard#6MarioMasta64 wants to merge 10 commits intogrimdoomer:masterfrom
MarioMasta64 wants to merge 10 commits intogrimdoomer:masterfrom
Conversation
note: you may also have to bridge 9 and 15 to use ground, if you need me to verify i can (its not in here just making a note in the additional details section) the pinout for 1.6 is the same however the window for messing with the eeprom is basically non-existant
grimdoomer
reviewed
Feb 18, 2022
| v2 B | ```make p2``` | ||
| v3 B | ```make p3``` | ||
| v4 | ```make p3``` | ||
| ======= |
Owner
There was a problem hiding this comment.
Remove line 95 since it shows up in the table cells.
grimdoomer
reviewed
Feb 18, 2022
|
|
||
| Next we are going to download the latest source for PiPROM and compile it. Run the following commands which will move you back into the PiPROM folder and download the latest source code for it. | ||
|
|
||
| I added my own line into this. Use mine until the original OP fixes/merges my changes. |
Owner
There was a problem hiding this comment.
Since these changes have been merged in as part of your PR this part should be removed since it is no longer applicable
grimdoomer
reviewed
Feb 18, 2022
|
|
||
| Next we will setup bcm2835, a C library for the broadcom processor the Raspberry Pi uses. It is what PiPROM is built on and you will need to it compile PiPROM. Run the following commands to download and install bcm2835 v1.42. If you run into trouble please refer to the [bcm2835 website](http://www.airspayce.com/mikem/bcm2835/index.html). | ||
| Next we will setup bcm2835, a C library for the broadcom processor the Raspberry Pi uses. It is what PiPROM is built on and you will need to it compile PiPROM. If you have a Raspberry Pi 4 please use the second set of instructions instead. Run the following commands to download and install bcm2835 v1.42. If you run into trouble please refer to the [bcm2835 website](http://www.airspayce.com/mikem/bcm2835/index.html). | ||
| ``` |
Owner
There was a problem hiding this comment.
There doesn't need to be two separate instructions here, just update the link/folder name for the existing set so it is the same for all pi versions
grimdoomer
requested changes
Feb 23, 2022
Owner
grimdoomer
left a comment
There was a problem hiding this comment.
Please address the comments I added and request another review. Once fixed I'll merge the changes in.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
update instructions for use with rpi4 and 1.6
the pinout for 1.6 is the same however the window for messing with the eeprom is basically "run program then power on console" since the system usually turns off soon after turning on
removed the part about 1.6 needing extra connections that are tricky (this is referring to an lpc rebuild which is not actually required for eeprom management.)
i added the bcm source for rpi4 the compile instructions for 3 and 4 are the same besides the file used