On 8/16/2016 12:37 PM, Fede La Torre wrote: > Hi, sorry for the delay, I tried booting different images, but none seem to > work. I later search on the forums and they say uboot and kernel are > different...
I took a very quick look at their U-Boot repositories and hardware schematics. The problem looks like they are missing the ID EEPROM for the BeagleBone (there is an EEPROM, but it's at the wrong address) and while it's mostly a BeagleBone Black, there's some stuff that has to change (like there's only 512MB of memory). The set of changes for their "uboot-for-machinekit" repo is pretty minimal and basically forces the EEPROM detection routines to return the right values for the BBP: https://github.com/fastbot3d/uboot-for-machineKit/commit/e8ed6930a1efa5522bc638238e3a453bc1594d6d I think if this U-Boot is actually functional (I'm not sure if they ever tested it) you could probably build a working uSD image with the updated U-Boot and a stock kernel (although you might need some device-tree tweaks). I've got too much other stuff going on to mess with this right now, but you might find someone on the BeagleBoard group willing to help out (or who's maybe even gotten things working already). I'm pretty sure most of the folks with a BBP aren't using Machinekit, so would be more likely to be hanging out on the Beagle list. -- Charles Steinkuehler [email protected] -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/machinekit. For more options, visit https://groups.google.com/d/optout.
