[Guide] Making a Coolstream image from scratch - UkCvs.org
 

Go Back   UkCvs.org > HD Digital Tv Section > Coolstream HD Receiver

Reply
 
LinkBack Thread Tools Display Modes
Old 09-02-2010, 06:06 PM   #1 (permalink)
Yorkshire Git Admin
Team-UkCvs Senior Member
 
Satsearching's Avatar
 
Join Date: Aug 2008
8 Highscores

Location: Here
Posts: 1,567
iTrader: (0)
Casino cash: $527632
Thanks: 659
Thanked 1,441 Times in 722 Posts
Nominated 11 Times in 4 Posts
Nominated TOTW/F/M Award(s): 4
Groans: 2
Groaned at 0 Times in 0 Posts
Default [Guide] Making a Coolstream image from scratch

To be updated as we learn.....

Code:
# **** BASIC NOTES ON HOW TO MAKE COOLSTREAM NEUTRINO IMAGES ****
# **** SUBJECT TO UPDATES AS WE LEARN ****
# **** BASED ON DESKTOP UBUNTU BUT CAN BE USED ON SERVER VERSION ****
 
# Clean vmware install
# Download Ubuntu Desktop 8.04.3
# Install Ubuntu in VM ware
 
# In synaptic package manager, install the following
 
# gftp-gtk
# autoconf
# automake (DON'T install later versions! just install base automake)
# libtool
# gettext
# make (already installed)
# texinfo (makeinfo)
# patch
# gcc (already installed)
# g++ 4.2
# flex
# bison
# pkg-config (already installed)
# infocmp (ncurses-bin, already installed)
# python (already installed)
# gawk
# awk (couldn't find it but think it is part of gwark)
# subversion
# unp
# libncurses5-dev
# git-core
# mtd-tools
 
# Also in synaptics package manager, REMOVE the below (dash)
# dash
 
 
 
# Add Terminal Launcher to the desktop via APPLICATIONS then right click on TERMINAL
# Now, Run the console and type (or paste in)....
 
mkdir CoolStream
mkdir Archive
cd CoolStream
git clone git://gitorious.org/neutrino-hd/buildsystem-cs.git cs-neutrino
cd cs-neutrino
 
# Edit below to your path
 
ln -s /home/ss/Archive download
 
#If stages below ask for username or password for coolstream svn, it is 'coolstream' for both
 
make preqs
make crosstool
 
# make crosstool takes 80 mins here so go do summat else while it makes.........
 
make bootstrap
make gdb
make gdb-remote
 
# At the time of trying this, the svn for ffmpeg has a broken ffmpeg
# This causes 'make neutrino' to fail with "undefined reference to `ff_cmap_read_palette"
# A temp fix is to delete the ffmpeg folder and issue the below
# Obviously, change your paths to suit from my "ss" path....
 
# svn checkout -r 21602 svn://svn.ffmpeg.org/ffmpeg/trunk /home/ss/CoolStream/cs-neutrino/build_tmp/ffmpeg
 
# Then try to 'make neutrino' if you have this problem....
 
make neutrino
 
make cskernel
make openssl
make rsync
make procps
make busybox
make strace
make e2fsprogs
make autofs
make samba
make hotplug
make skeleton
make rootfs
make system-tools-all
 
mkfs.jffs2 -p -e 128KiB -r build_tmp/rootfs -o mtd2.img
 
 
# ****TO MAKE CLEAN AFTER YOUR MODS WITHOUT NEW TOOLCHAIN ****
 
make neutrino-clean;rm root/* -rf; rm deps/
 
# Then do your mods
# Then....
 
make bootstrap
make neutrino
make cskernel
make openssl
make rsync
make procps
make busybox
make strace
make e2fsprogs
make autofs
make samba
make hotplug
make skeleton
make rootfs
make system-tools-all
 
mkfs.jffs2 -p -e 128KiB -r build_tmp/rootfs -o mtd2.img
__________________

Download Our Toolbar Now !!
DBOX HELPFILE HERE

Any information provided on this site is not guaranteed in any way. Some articles may discuss topics that are illegal, so this information is provided for educational purposes only, use at your own risk !! NO TO SKY AND F1, BBC WAKE UP! HELLO RTL!
Satsearching is offline   Reply With Quote
The Following 3 Users Say Thank You to Satsearching For This Useful Post:
FreddyFr0g (10-02-2010), scruff1963 (02-06-2010), wiz569 (09-02-2010)
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 08:43 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Any information provided on this site is not guaranteed in any way. Some articles may discuss topics that are illegal, so this information is provided for educational purposes only, use at your own risk !! Ukcvs.org cannot be held responsible for the content of any post on this forum.