Tool/software: Linux
Hello,
Just starting with TI Processor SDK with the following system Setup:
- TI SDK : linux-am335x-evm-04.02.00.09-Linux-x86
- Machine : Ubuntu 16.04 (native 64-bit) @ IP: 192.168.1.86 (DHCP)
- Dev Board : BeableBone Black, Rev C. @ IP: 192.168.1.68 (DHCP)
- Gateway : @ IP: 192.168.1.1
Following the on line instructions setup by step:
- Configured the Linux Host,including all the required packages, and the linaro-6.2.1 tool chain.
- Installed the SDK
- Created a SD Card using the SDK Create SD Card Scrip
- Configured the development environment (USB Mini, FTDI Serial, Ehthernet)
- Used the SD Card to boot the target board (deleted the BBBlack eMMC)
- Run the Setup Script
- Rebuilt the sources using the top-level makefile in the SDK root directory.
- Verified that the TFTP Server is running and accessible from the LAN (using Windows 7 TFTP Client)
I suspect the issue is in having wrong boot arguments passed to U-Boot on the SD.
- I'm not sure if the uEnv.txt was ever created, and
- why TFTP from server 192.168.1.1 (the Gateway) instead of 192.168.1.86 (the Ubuntu Machine)
On the minicom console I get the following output:
Welcome to minicom 2.7
OPTIONS: I18n
Compiled on Feb 7 2016, 13:37:27.
Port /dev/ttyUSB0, 12:38:00
Press CTRL-A Z for help on special keys
U-Boot SPL 2017.01-g340fb36f04 (Dec 23 2017 - 10:20:13)
Trying to boot from MMC1
reading uboot.env
reading u-boot.img
reading u-boot.img
reading u-boot.img
reading u-boot.img
U-Boot 2017.01-g340fb36f04 (Dec 23 2017 - 10:20:13 -0500)
CPU : AM335X-GP rev 2.1
Model: TI AM335x BeagleBone Black
DRAM: 512 MiB
NAND: 0 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
reading uboot.env
Net: cpsw, usb_ether
Hit any key to stop autoboot: 0
reading uEnv.txt
** Unable to read file uEnv.txt **
link up on port 0, speed 100, full duplex
BOOTP broadcast 1
DHCP client bound to address 192.168.1.68 (5 ms)
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.1.1; our IP address is 192.168.1.68
Filename 'am335x-boneblack.dtb'.
Load address: 0x82000000
Loading: T T T T T T T T T T T T T T T T T T T T
Retry count exceeded; starting again
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.1.1; our IP address is 192.168.1.68
Filename 'am335x-boneblack.dtb'.
Load address: 0x88000000
Loading: T T T T T T T T T T T T T T T T T T T T
Retry count exceeded; starting again
Thank you in advance,
ZGy