-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question on Beaglebone pocket project #29
Comments
You will need the "flasher" image to program the EEPROM and a shunt to enable writing. |
Another route would be to modify the bootloader such that it doesn't rely on the EEPROM to boot. |
Can I know what Another route is ? (Physical connection or jumper ?) |
It is a purely firmware route. The standard Beagleboard U-Boot uses the EEPROM to determine the board type. You can disable this detection and boot whatever you want. This off course requires some firmware chops and understanding of U-Boot. |
The "flasher" image will boot the board without the EEPROM program as it has a hack in the bootloader already to fall back to defaults for booting the pocketbeagle. |
I had tried original flash image fused tf card chip, still not booting up. So for beagle newbie, it is recommendable to fuse eeprom? |
Please tell me how to flash to EEPROM. |
You need to boot the flasher image in order to program the EEPROM. If you have access to the debug UART check if you have output there. If not you might have deeper issues. |
I am getting this error. |
Another question from earlier answer: |
|
Thank you. |
I can't find the WP pin of the Beagle Board Black wireless and Beagle Board AI. |
I had duplicated beagle pocket board and 1 board is working fine with your suggestion(WP to GND) while other 4 boards does not come up. |
We tried to duplicate your pocket Hardware.
Our produced board:
When power is connected, only one LED comes up
Original Pocket Beagle:
When power is connected, only one LED comes up and then other 4 LEDs are up sequencially.
Should we fuse ROM? or EEPROM? to boot it up?
and how to?
Can you share the link if there is any guide for it?
The text was updated successfully, but these errors were encountered: