Hi Lucas,
When you go into the U-boot prompt using the 3pin serial debug cable. Do you see your Ethernet LED still lit up ? If so, then you can do as follow:
a. Go to your Development PC machine and Type:
– source env-oe.sh
– bitbake corecdp-base-image.
*Create a corecdp-base-image. Also, if you have the line uncommented: export TFTPBOOT_DIR=/tftpboot – in the file env-oe.sh, then you should have a soft link to the image in the tftpboot folder.
b. Boot your OCG to the U-boot prompt and type: printenv[Enter]
*This will list out the environment variables that currently set on the OCG.
c. Look for:
-ipaddr <–This should set to the ip address of the OCG
-Serverip <–This should set to the IP address of your PC development machine.
*You would want to have them in the same network.
d. Type: run krb[Enter]
*If you have a TFTP server set up on your development PC, then it would upload both: kernel and rootfs to your OCG.
Regards,
BT