WanaGo
Posts: 21
Joined: Wed Oct 10, 2012 1:04 am

dt-blob.dts Question

Wed Aug 27, 2014 4:24 am

Hello.

Looking at the new dt-blob.dts and the pin-configuration document,
https://github.com/raspberrypi/document ... uration.md
I am just wondering if someone can point me to information about what these are used for, or more specifically what they relate to.

Code: Select all

pin_define@FLASH_0_ENABLE {
						type = "absent";
					};
					pin_define@FLASH_0_INDICATOR {
						type = "absent";
					};
					pin_define@FLASH_1_ENABLE {
						type = "absent";
					};
					pin_define@FLASH_1_INDICATOR {
						type = "absent";
					};
					pin_define@POWER_LOW {
						type = "absent";
					};
Also, the "type =" section which refers to absent or internal, is absent just another way to say this isnt used and to ignore it, which would have the same affect as deleting that section out of the dt-blob.dts file entirely?

Thanks

User avatar
jojopi
Posts: 3268
Joined: Tue Oct 11, 2011 8:38 pm

Re: dt-blob.dts Question

Wed Aug 27, 2014 5:34 am

According to your other threads, you are not using Raspberry Pi or the Compute Module. You are obtaining 2835s direct from Broadcom (and seem remarkably unsure how they are OTP), running a custom start.elf, and expecting to get source code access soon.

I do not see why you think that anyone on this forum will be able (or willing) to support you.

WanaGo
Posts: 21
Joined: Wed Oct 10, 2012 1:04 am

Re: dt-blob.dts Question

Wed Aug 27, 2014 6:07 am

This was for the Raspberry Pi I have actually, not related to the custom project.

I have a A, B and B+ sitting in front of me.
The B we use with Rasplex on our TV.

Didn't think asking valid questions about an open source thing would be a problem...

I am just learning about the new DT and how it works, and looking at how it related to the Raspberry Pi B I have, and the comparisons between what is set on the B vs the B+

Return to “Advanced users”