On 8/21/2017 4:56 PM, mugginsac wrote: > Here is what I am getting from trying to boot the uSD I built. Is it > possible that I have a bad uSD?
Your uSD is probably fine. There's a CRC error because you don't (yet) have a saved U-Boot environment on the A2 partition. Based on the output you are getting, I suspect your uSD setup does not match the default environment compiled into U-Boot. I recommend dropping into the U-Boot shell (press a command when prompted to stop the autoboot) and poke around to see what U-Boot is expecting. You can probably fix this by either updating your uSD image to match what U-Boot expects (filesystems, partitions, kernel/dts filenames, etc) or by modifying the U-Boot environment to match your uSD and storing the updated environment on the A2 partition. -- 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.
