...
SD card insertion
Please Insert the SD card into your device.Serial Connection
Please insert the miniUSB into your device, then you can refer to Serial Connection for installing necessary serial connection software in Linux/Windows.Power connection
Connect your DC power , and then connect the adaptor to mains supply.
...
The default images are designed to simplify installation of rootfs to eMMC, booting only into a minimal initramfs. For access to a full featured rootfs, install the contained image to either eMMC or the very same microSD:
Stop the u-boot count down by clicking any key –
...
Code Block | ||
---|---|---|
| ||
load mmc 0:1 0xa4000000 ubuntu-core.img mmc dev 1 mmc write 0xa4000000 0 0xd2000 |
Alternatively flash to the same microSD card used to boot:
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. |
Boot the machine by running ‘boot’ in u-boot.
...