Overlay, meaning board file.

On Wed, Oct 19, 2016 at 10:15 PM, William Hermans <yyrk...@gmail.com> wrote:

> Yeah I'm locked in a boot loop ending here:
>
> Starting kernel ...
>
> [    3.341689] CPUidle arm: CPU 0 failed to init idle CPU ops
> [    3.347892] omap_hsmmc 48060000.mmc: unable to obtain RX DMA engine
> channel 3706465728
> [    3.356275] omap_hsmmc 481d8000.mmc: unable to obtain RX DMA engine
> channel 3706465648
> [    3.366324] wkup_m3_rproc 44d00000.wkup_m3: Platform data missing!
> [    3.374426] omap_voltage_late_init: Voltage driver support not added
> [    3.381301] cpu cpu0: cpu0 clock notifier not ready, retry
> [    3.482097] bone_capemgr bone_capemgr: Invalid signature 'ffffffff' at
> slot 0
> [    3.489295] bone_capemgr bone_capemgr: slot #0: No cape found
> [    3.548114] bone_capemgr bone_capemgr: slot #1: No cape found
> [    3.608112] bone_capemgr bone_capemgr: slot #2: No cape found
> [    3.668112] bone_capemgr bone_capemgr: slot #3: No cape found
> [    3.675302] cpsw 4a100000.ethernet: Missing rx_descs property in the DT.
> [    3.682080] cpsw 4a100000.ethernet: cpsw: platform data missing
> Loading, please wait...
>
> A few points of contention. Kernel is a the LTS 4.1.x*bone-rt* variant.
> Updated yesterday. Then the board is a beaglebone green, but I rebuilt
> am335x-boneblack-emmc-overlay.dtb. Which is the same overlay file I was
> loading previous to rebuilding.
>
> On Wed, Oct 19, 2016 at 11:27 AM, William Hermans <yyrk...@gmail.com>
> wrote:
>
>> Thanks again Robert,
>>
>> So I'll have to download the overlay board file repo, edit, and then
>> install but hummm. Been a while I need:
>>
>> ##BeagleBone Black: HDMI (Audio/Video) disabled:
>> dtb=am335x-boneblack-emmc-overlay.dtb
>>
>> Which probably loads the common overlay file, so . ..yeah ok think I got
>> it. Going to be busy today with other things( unavoidable ) so might be
>> tomorrow before I can write back success in modifying the board file. After
>> which I can hopefully get this modification out to be tested on multiple
>> boards by this person I know.
>>
>> I'll post full instructions for others here, when I get the chance. SO
>> others can test, and potentially fix the same issue if needed.
>>
>> On Wed, Oct 19, 2016 at 11:15 AM, Robert Nelson <robertcnel...@gmail.com>
>> wrote:
>>
>>> On Wed, Oct 19, 2016 at 1:09 PM, William Hermans <yyrk...@gmail.com>
>>> wrote:
>>> > Thanks Robert,
>>> >
>>> > I'll check that out, So when you sasy "remove the sleeps". I just
>>> delete
>>> > "sleep" from pinctrl-names = "default", "sleep"; or do I need to also
>>> remove
>>> > pinctrl-1 = <&cpsw_sleep>; as well ?
>>>
>>>
>>> Yeah, from:
>>>
>>> &mac {
>>>     pinctrl-names = "default", "sleep";
>>>     pinctrl-0 = <&cpsw_default>;
>>>     pinctrl-1 = <&cpsw_sleep>;
>>>     slaves = <1>;
>>>     status = "okay";
>>> };
>>>
>>> &davinci_mdio {
>>>     pinctrl-names = "default", "sleep";
>>>     pinctrl-0 = <&davinci_mdio_default>;
>>>     pinctrl-1 = <&davinci_mdio_sleep>;
>>>     status = "okay";
>>> };
>>>
>>> to:
>>>
>>> &mac {
>>>     pinctrl-names = "default";
>>>     pinctrl-0 = <&cpsw_default>;
>>>     slaves = <1>;
>>>     status = "okay";
>>> };
>>>
>>> &davinci_mdio {
>>>     pinctrl-names = "default";
>>>     pinctrl-0 = <&davinci_mdio_default>;
>>>     status = "okay";
>>> };
>>>
>>> Regards,
>>>
>>>
>>> --
>>> Robert Nelson
>>> https://rcn-ee.com/
>>>
>>> --
>>> For more options, visit http://beagleboard.org/discuss
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "BeagleBoard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to beagleboard+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/beagleboard/CAOCHtYi7pEF_RuKLAvCh2ZiXuhnK-oggZykntXCND6F
>>> C8rQiyw%40mail.gmail.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CALHSORq%2Bdxo4av-KAXooXtJ5PunnTLcQJiwK8%3DgksFTOF4DNZQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to