| | 136 | == Flashing with UUU |
| | 137 | |
| | 138 | *** NOTE: Not typically recommended, proceed with caution |
| | 139 | |
| | 140 | The 'uuu' embedded scripts (ie those shown with a 'uuu -bshow' command) require NXP's U-Boot to fully work (which Gateworks is not using), however you can use your own scripts. |
| | 141 | |
| | 142 | We store the boot firmware including U-Boot on emmc boot0 which is selected with 'mmc dev 2 1' therefore you can erase the boot firmware via: |
| | 143 | {{{ |
| | 144 | mmc dev 2 1; mmc erase 0 5000 |
| | 145 | }}} |
| | 146 | |
| | 147 | The absence of valid boot firmware will cause the BOOT ROM to invoke SDP and you will see the device enumerate as such on the USB bus when connected to a PC via the on-board USB connector. |
| | 148 | |