![]() |
|
|||
|
|
||||
|
||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Yorkshire Git Admin
Team-UkCvs Senior Member
Join Date: Aug 2008 ![]() 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
TOTW/F/M Award(s): 4Groans: 2
Groaned at 0 Times in 0 Posts
|
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! |
|
|
|
| The Following 3 Users Say Thank You to Satsearching For This Useful Post: |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|