Activity
From 12/11/2012 to 01/09/2013
01/09/2013
- MW 03:13 PM Software Development: RE: Critical Link Kernel integration w/ Angstrom/OpenEmbedded
- So the simplest solution would be to build a "stock" image (minimal console image or something). That will at least get you a basic toolchain, bootable kernel and filesystem, and the open source software. Then you can add your own pack...
- AS 02:25 PM Software Development: RE: Critical Link Kernel integration w/ Angstrom/OpenEmbedded
- Ali Asgar Sohanghpurwala wrote:
> Hey Mike,
> ...
Sorry, I forgot to include the error message:
ERROR: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure:... - AS 02:24 PM Software Development: RE: Critical Link Kernel integration w/ Angstrom/OpenEmbedded
- Hey Mike,
I tried to follow your tutorial on building Angstrom here:
http://support.criticallink.com/redmine/projects/armc8-platforms/wiki/Installing_Open_Embedded
And I ran into some snags. I think it fails because the svn repos...
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