Don, Yes, I did this basically and was able to get uart 1 and uart 4 to work without having to use the cape manager. I will also need to get several gpios to enable also. But I haven't tried overlays yet. I basically added command in the build_kernel.sh to apply my new am335x-common-bone.dtsi file. I noticed that the uart was operating at 9600 buad instead of the 115.2k as I need so I need to fix this, or use the software commands in the termios.h posix api. to set the baud.
RocketRod On Friday, November 22, 2013 3:37:38 PM UTC-8, don wrote: > > On 11/22/2013 03:16 PM, rod calabio wrote: > > Yes, of course I am idiot. The build_kernel.sh applies the patches > right at the beggening and wipes out all my > changes. Therefore, what I can do is in the build_kernel.sh I can add a > line to replace the patched up files > with my new files right after the patches were implemented. Ha Ha Ha!!! > > > On Thursday, November 21, 2013 5:11:26 PM UTC-8, rod calabio wrote: >> >> I modifed am335x-common-bone-dtsi file and I compile the u-boot and >> kernel, and port to BBB. Then i notice the BBB hasn't implemented the >> changes, and then I look at the file on the host machince and I notice it >> had reverted back to it's old self. Does anybody know why it would revert >> back to its old slef and how can I fix this problem? >> >> Rod >> > -- > For more options, visit > http://beagleboard.org/discuss<http://www.google.com/url?q=http%3A%2F%2Fbeagleboard.org%2Fdiscuss&sa=D&sntz=1&usg=AFQjCNEpMSpbklk_hXqEMMJhBr1sf-iMfQ> > --- > 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 [email protected] <javascript:>. > For more options, visit https://groups.google.com/groups/opt_out. > > or apply the patchset, then do your changes and create a new patch. Then > mod the script to use your new patch with your changes included. Just > another option. > -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
