On Thu, Jan 9, 2014 at 7:25 AM, HARSHIT SINHA <[email protected]> wrote:
> i want to apply patch from the following site > https://www.assembla.com/code/openvix/git/nodes/68be910ff169e8095fe2f1b3270bd89323a064af/recipes/u-boot/u-boot-git/beagleboard/i2c.patch > to > enable i2c2 but after running it asks for file to patch .. what to do plzz > help. beagleboard xm > > 1. Download the file from the link above (there's a download button on the right) 2. From the looks of it, this looks to be a U-Boot patch. So, go to the U-Boot sources that you should have and use the patch command. Eg: patch -p1 < patch_that_you_downloaded Look at the man page of patch if you are need more info. -- 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.
