Activity
From 12/04/2012 to 01/02/2013
12/31/2012
- BC 03:02 PM Software Development: RE: 3359 Bootconfig pins
- Exactly what I was looking for.
Thanks!
Brian
12/28/2012
- TI 04:32 PM Software Development: RE: 3359 Bootconfig pins
- Brian
You are correct that this information should be in the datasheet. In fact, there is an open issue "here":http://support.criticallink.com/redmine/issues/2660 about it. The boot pins 0-11 are brought out to the header. Their configu... - Is there documentation on the J106 header on the 3359 dev kit?
The quick start guide has one line about setting pin 4 to boot from the SD card but that is it. I would have thought this would be in the dev kit datasheet but was unable...
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...