...
Please insert the micro USB into your device, then you can refer to Serial Connection for installing necessary serial connection software in Linux/Windows.
56. Install rootfs Image to eMMC (or microSD)
...
Code Block |
---|
load mmc 0:1 0xa4000000 ubuntu-core.img mmc dev 0 mmc write 0xa4000000 0 0xd2000 |
...
Note |
---|
Please Note: The above commands should be run only once (in the fist boot), or when a new image is to be used. |
...
Note |
---|
Please note If you are willing to use a similar image in production you must change this password, or completely disable root login. |
67. Final stages
The following stages need to be done in order to finalise the imaging:
...