75xx openembedded getting started

From embeddedTS Manuals
Revision as of 14:41, 22 March 2013 by Mark (talk | contribs) (Created page with "{|class=wikitable ! File ! Size |- | SD Image | 700MB |- | XNAND Image | 93MB |} To install you would need to insert the SD card into your desktop workstation. For example: ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
File Size
SD Image 700MB
XNAND Image 93MB

To install you would need to insert the SD card into your desktop workstation. For example:

# use lsblk or dmesg to find your workstation's sd card in /dev/.  
dd if=/path/to/sdimage.dd bs=4M of=/dev/sde conv=fsync

To write the XNAND image, first download the image to a thumbdrive, or SD card and boot the board:

mount -o ro /dev/sda1 /mnt/host/
nandctl -XW 2048 -z 131072 -i /mnt/host/xnandimage.dd # This will take 10-15 minutes

Once installed on the board you can power it as normal and watch the serial console. The first boot will take significantly longer while it finishes some setup. Once booted, you will be brought to a login prompt:

Poky 8.0 (Yocto Project 1.3 Reference Distro) 1.3 
 tsconsole

ts7500 login: 

As with Debian, you can login using the "root" user and no password. The SD image requires 488MB of your SD card, while the XNAND image requires ???MB.