I think you can try this:
http://protofusion.org/wordpress/2013/06/beaglebone-black-and-dtc/

Regards,
Miguel Aveiro


2013/9/26 Nick Glynn <n.s.gl...@gmail.com>

> You need to use the patched version of DTC provided by TI, the one in the
> kernel hasn't got device tree fragment support which is the error you're
> getting.
>
> Regards,
> Nick
>
>
> On 26 September 2013 10:37, Seçkin Alan <seckina...@gmail.com> wrote:
>
>> Hi everyone,
>>
>> I install Arch Linux on BBB e-MMC. I need serial port and read this(
>> http://hipstercircuits.**com/enable-serialuarttty-on-**beaglebone-black/<http://hipstercircuits.com/enable-serialuarttty-on-beaglebone-black/>)
>> article.
>>
>> I just copy & paste "nano enable-uart5.dts", after paste enable uart5
>> code in nano.
>>
>> Save & exit enable-uart5.dts file.
>>
>> I try compile this file with dtc,
>> dtc -O dtb -o enable-uart5-00A0.dtbo -b 0 -@ enable-uart5.dts
>> Compiler return -h message, -@ argument isn't accept dtc.
>>
>> I remove -@ argument and try again, this time compiler return error
>> message
>>
>> [root@alarm ~]# dtc -O dtb -o enable-uart5-00A0.dtbo -b 0
>> enable-uart5.dts
>> Error: enable-uart5.dts:1.1-2 syntax error
>> FATAL ERROR: Unable to parse input tree
>>
>>
>> What can I do?
>> Thank you.
>> Best Regards.
>>
>> --
>> 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.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>  --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to