DEV Community

Alexander Sack
Alexander Sack

Posted on • Updated on

Howto fix a "MISSING TORADEX CONFIG BLOCK"

Yes, I bricked my Tora board... not sure how, but at some point when trying to run tezi it started to complain about

   MISSING TORADEX CONFIG BLOCK

Unfortunately, Toradex documentation is not very clear and forum/stackoverflow questions are not giving a clear answer either.

Hence after some poking here how I resolved this:

  1. Go to Uboot Prompt
  2. run cfgblock create

Fill in the fields that you are asked to fill in. The info you can find on the label you will find on your module.

Afterwards all worked fine again for me!

Have fun!

Top comments (0)