Creating NuttX Protected mode for iMXRT1060_EVK

Instead of editing the .hex file as suggested in the README.TXT we can use this approach:

$ dd if=/dev/zero of=pad2mb.bin bs=1024 count=2048
$ cat nuttx.bin pad2mb.bin > nuttxpad.bin
$ dd if=nuttxpad.bin of=nuttxpad2mb.bin bs=1024 count=2048
$ cat nuttxpad2mb.bin nuttx_user.bin > nuttxfinal.bin

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s