On Aug 16, 2010, at 10:35 AM, Darryl Chandler wrote:

> OK, I just don't know where the image is once toolchain/build is done?
> Should I find a .img file somewhere?
> 
> -Darryl

There is a way to directly create a .img file, but I'll defer to others for 
that.

What I would suggest is to first download the latest (currently 0.7.2) Install 
image (.img.gz) for your target, write to a CF card and follow the instructions 
to create a working setup with asterisk 1.4 (currently).

== Then option 1 ==
In your build system, after a successful build for the 0.7 branch, you will see 
two files:

astlinux-0.7-4300.tar.gz
astlinux-0.7-4300.tar.gz.sha1

The "4300" corresponds to the current SVN rev.

Then copy these two files to the "/oldroot/cdrom/os/" directory of your system 
and update the 'ver' file...

$ echo "astlinux-0.7-4300" > /oldroot/cdrom/os/ver

to match your new build.  You will be good to go.

OR...
== Then option 2 == (my personal choice)
There is an ever better way, IMHO if you build your own custom images.

Create your own private HTTP repository for your custom images.  On any web 
server ("server.local" for example) create a directory ("firmware" for 
example).  Then in the firmware directory create a directory corresponding to 
your target, ie alix, net5501, geni586, geni586-serial, etc.

Place your two files plus the 'ver' ("astlinux-0.7-4300") file...
---
astlinux-0.7-4300.tar.gz
astlinux-0.7-4300.tar.gz.sha1
ver
---
into the server.local's /firmware/net5501/ directory (for the net5501 target)

Then from the astlinux command line type:

$ upgrade-run-image check http://server.local/firmware

if all looks good, then upgrade with 

$ upgrade-run-image upgrade http://server.local/firmware

The web interface (System tab) can be used instead of the command line if 
desired, I do.

Lonnie


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Reply via email to