Activity
From 11/11/2012 to 12/10/2012
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
11/13/2012
- MW 07:42 PM Software Development: RE: FYI - Aidra botnet
- Hello Mr. Daviel,
Thanks for the heads up. The MityARM-335x filesystem that comes with the development kit is not hardened. It is not suitable for deploying on systems on the internet (without a firewall) without modification to thin... - It seems that there is a botnet on the Internet targetting ARM-based devices running Linux such as cable modems, home routers etc. Part of this effort is a small scanner which looks for open telnet servers with a trivial password, and th...