Dear,
After test the BeagleBone Black board, when adapter plug in, the system will on.
I want to adjust the power on sequence; adapter plug in->push button->system on.
Please let me know how to modify the HW or Register setting, thanks a lot!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear,
After test the BeagleBone Black board, when adapter plug in, the system will on.
I want to adjust the power on sequence; adapter plug in->push button->system on.
Please let me know how to modify the HW or Register setting, thanks a lot!
Simon,
Although the user can modify the power-up and power-down sequence through the SEQx
registers, those registers are reset to default values when the device enters SLEEP, OFF
or RESET state. In practice this means that the power-up sequence is fixed and a otherthan-
default power-down sequence has to be written every time the device is powered up.
Custom power-up/down sequences can be checked out in ACTIVE mode (PWR_EN pin
high) by using the SEQUP and SEQDWN bits. To change the power-up default values,
TI would need to change the EEPROM of the device.
Janice