After your toolchain/build completes, run: ./makerunnix.sh -A X Y Z
to build an image you can then dd onto your flash. X is the size in MB of your entire flash (emulation tends to make this slightly shorter than what you think... for instance a 4GB flash might only have 3.8GB of sectors after emulation) Y is the size of the VFAT boot partition... I use 192M Z is the size of the (optional, per the -A flag) ASTURW partition. Make this 1GB or bigger. You can use all the remaining space if you want. On 8/16/10 9:50 AM, Darryl Chandler wrote: > Ah, perhaps my problem is that I was hoping for a img file to put onto a CF > for another system, and not to install on the system I was working on. > > I look forward to a future release having the asterisk 1.6 option.. Thanks > Darrick. > > -Darryl > > > > -----Original Message----- > From: Darrick Hartman [mailto:dhart...@djhsolutions.com] > Sent: August 16, 2010 12:47 PM > To: AstLinux Users Mailing List > Subject: Re: [Astlinux-users] Asterisk 1.6 install > > Darryl, > > The build environment isn't for everyone. It's expected that the > end-user has some slightly more than basic linux knowledge. That being > said, the documentation is pretty clear. If you follow those > instructions, you should get a working system. > > There are some slightly older published images with Asterisk 1.6.2.x > (don't recall the exact version). When I build the next set of 0.7 > images, I'll build images with Asterisk 1.6 and make them available too. > > Darrick > > On 08/16/2010 11:41 AM, Darryl Chandler wrote: >> Thanks Lonnie; I may have to just use the images on the website, as I > really >> am not understanding what toolchain/build has done - where is the image to >> install? >> >> The only downside will be I will be back on using asterisk 1.4 instead of >> asterisk 1.6, which was the whole point of doing the custom build. >> >> -Darryl >> >> >> >> -----Original Message----- >> From: Lonnie Abelbeck [mailto:li...@lonnie.abelbeck.com] >> Sent: August 16, 2010 12:35 PM >> To: AstLinux Users Mailing List >> Subject: Re: [Astlinux-users] Asterisk 1.6 install >> >> >> 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.