Activity
From 11/15/2012 to 12/14/2012
12/13/2012
-
11:04 AM
Software Development: RE: Building Uboot on MityArm
- Hey Tim,
I run the shell script and it seemed to go well (I included the output in a file) but
re-running the script in the environment still yields an error when trying to run the
cc1 command. I built a Ubuntu 10.04 virtual ma... - TI 07:23 AM Software Development: RE: Building Uboot on MityArm
- John,
try running /usr/local/ti-sdk-am335x-evm/bin/setup-package-install.sh and see if that fixes it.
It looks like maybe its that libz is missing in your host environment, not the target?
cheers
/Tim
12/11/2012
-
02:48 PM
Software Development: RE: Building Uboot on MityArm
- Tim,
I forgot about it, but that was the one that booted me out because I was not
running Ubuntu 10.04 LTS.
John C.
--------------------------------------------------------------------------------
TISDK setup script
Thi... - MW 02:45 PM Software Development: RE: Building Uboot on MityArm
- Hi John,
With TI's SDKs, they include a setup.sh script in the base installation path to make sure that you have all the necessary Ubuntu packages installed to support their tools.
Have you run this script (as root) to confirm that... -
02:14 PM
Software Development: RE: Building Uboot on MityArm
- Tim,
Removed the uncomment and SDK_PATH looks good:
[linux-devkit]:~/u-boot-mityarm-335x> $SDK_PATH
bash: /usr/local/ti-sdk-am335x-evm/linux-devkit: Is a directory
[linux-devkit]:~/u-boot-mityarm-335x>
The error appear... - TI 12:25 PM Software Development: RE: Building Uboot on MityArm
- John
I think in my confusion, I may have talked you into messing up your setup (I didn't realize at first the different SDKs).
I've attached my environment-setup file for reference.
If line 10 in your environment-setup file points to ... -
11:58 AM
Software Development: RE: Building Uboot on MityArm
- Tim,
The file is there in /usr/local/ti-sdk-am335x-evm/linux-devkit/arm-arago-linux-gnueabi/usr/lib. Can you tell me what
your $SDK_PATH is because I don't have any.
Thanks,
John C.
- TI 11:28 AM Software Development: RE: Building Uboot on MityArm
- John
libz is the zlib compression library and should be in the SDK install directory (under linux-devkit/arm-arago-linux-gnueabi/usr/lib, along with about 1000 other files (1188 on my machine to be precise).
[linux-devkit]:~/ti-sdk-am3... -
10:20 AM
Software Development: RE: Building Uboot on MityArm
- Hey Tim,
I was just going through verifying what I had. Everything seems ok except the sdk directory is "/usr/local/ti-sdk-am335x-evm"
without the version number. I'm not sure why you have it and I don't.
I checked your... - TI 08:31 AM Software Development: RE: Building Uboot on MityArm
- John
I downloaded the 05.05.01.00 and was able to build u-boot with no issue (I am still on 10.04 tho). I did review the instructions on the wiki [[http://support.criticallink.com/redmine/projects/armc8-platforms/wiki/Das_U-Boot_Port]] ... - TI 07:34 AM Software Development: RE: Building Uboot on MityArm
- John
I just realized you are using a newer version of the SDK than we are. I will have to download the new version and try it so we can talk apples to apples.
cheers
/Tim - TI 07:17 AM Software Development: RE: Building Uboot on MityArm
- John,
did you re-source the environment-setup file after commenting out the erroneous line?
It sounds like your SDK_PATH variable might not be set.
cheers
/Tim
12/10/2012
-
04:54 PM
Software Development: RE: Building Uboot on MityArm
- Tim,
I also tried adding to the PATH per the Environment Setup
of the AM335x PSP User guide (which can be found in
/usr/local/ti-sdk-am335x-evm/docs:
export PATH=/usr/local/ti-sdk-am335x-evm/linux-devkit/bin/:$PATH
export PA... -
04:00 PM
Software Development: RE: Building Uboot on MityArm
- Hey Tim,
Put the comment in but running trying to run "make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- mityarm335x"
still fails trying to find arm-arago-linux-gnueabi-gcc. Do I need to run another script after commenting the ... - TI 03:46 PM Software Development: RE: Building Uboot on MityArm
- John
You can just comment it out (by inserting a # at the beginning of the line).
cheers
/Tim
-
03:05 PM
Software Development: RE: Building Uboot on MityArm
- Hi Tim,
I saw that note but it does not make sense to me:
------------------------------------------------------------------------
There is an error in the environment setup script on early (before 4/20/2012) versions of the Mity... - TI 02:49 PM Software Development: RE: Building Uboot on MityArm
- John
There is a note in the devkit errata about this. There is an error in the setup script.
See http://support.criticallink.com/redmine/projects/am335x-devkit/wiki/Errata
cheers
/Tim -
02:42 PM
Software Development: RE: Building Uboot on MityArm
- I've located arm-arago-linux-gnueabi-gcc in the /usr/local/ti-sdk-am335x-evm/linux-devkit/bin/
directory. So the am335x-evm seems to have installed so is this just a PATH issue?
Thanks,
John C.
- Hi,
I'm trying to build uboot on a Virtual machine running Ubuntu 11.10. I've pulled
u-boot-mityarm from git and downloaded and installed
ti-sdk-am335x-evm-05.05.01.00-Linux-x86-Install from ti. When I attempt to
"make ARCH=ar...
12/03/2012
- JO 11:01 AM PCB Development: RE: Recommended PHY for RGMII
- Would it be possible to hook up the LAN8710 onto the AM3359 SOM? I looked at a BeagleBone schematic, but there are a few pins that do not appear to be available as they might be tied up to other peripherals. For example, pin 147 on the h...
11/20/2012
- TI 06:38 PM Software Development: RE: Cloning SD Card
- Randy
The most straight-forward way to do it is on a linux box using dd
find the drive associated with the reader using @dmesg | tail@ and look for something like
[ 335.316290] sd 3:0:0:0: [sdb] Attached SCSI removable disk
then ...
11/19/2012
- What is the easiest way to clone a bootable sd card image?
Unfortunately, cannot figure out how to even read the sd card in Virtual Box since the reader isn't a USB device in new PCs.
Thanks,
Randy