Re: [SlimDevices: Touch] Announce: Enhanced Digital Output app - USB Dac and 192k Digital Ouput

2017-02-23 Thread ralphy

elite1967 wrote: 
> Hi Ralphy,
> i am using KERNEL #7.
> 
> Here is the output of your commands: 
> 
> > 
Code:

  >   > # uname -a
  > Linux SqueezeboxTouch 2.6.26.8-rt16-332-g5849bfa #999[usb] PREEMPT RT Wed 
May 2 20:14:28 BST 2012 armv6l GNU/Linux
  > # uname -a > /tmp/kernel-usb.uname
  > # dd if=/dev/mtdblock:kernel > /tmp/kernel-usb.img
  > 4032+0 records in
  > 4032+0 records out

> > 
> 
> Here the link to download the files:
> https://ufile.io/298ce
> https://uploadfiles.io/e434b
> 
> thanks

Test kernel #7 is now available from the Kernel Updater applet.

Triode's original fab4-kernels.xml has the md5 checksums for each test
kernel zImage file so there should be no need for "brave testers".

The zImage file I extracted from your mtd image file matched the md5sum
of the original.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=94512

___
Touch mailing list
Touch@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/touch


Re: [SlimDevices: Touch] Announce: Enhanced Digital Output app - USB Dac and 192k Digital Ouput

2017-02-23 Thread elite1967

ralphy wrote: 
> Unfortunately, no one has been able to provide the missing test kernel
> bin packages listed above.
> 
> So, here are the steps to extract the current edo test kernel running on
> your touch.
> 
> Login to the touch as root with ssh from a unix machine or putty on
> windows.
> 
> You will need to enable ssh in the Settings->Advanced->Remote
> login->Enable SSH menu, if you have not already enabled it.
> 
> ssh -l root touch.ip.add.ress
> default password is 1234
> 
> Make sure touch is running edo kernel. 
> 
> # *uname -a*
> Linux SqueezeboxTouch 2.6.26.8-rt16-332-g5849bfa #1[usb] PREEMPT RT Sun
> Apr 1 23:12:00 BST 2012 armv6l GNU/Linux
> 
> 
> Provide the output from uname -a along with the kernel image file.
> 
> # *uname -a > /tmp/kernel-usb.uname*
> 
> Also, provide the kernel description you installed originally, if you
> remember, so I can use that for the description in the edo kernel menu.
> 
> 
> Extract the edo kernel from flash.  File includes the entire 2MB mtd
> partition, not just the kernel zImage file.
> 
> # *dd if=/dev/mtdblock:kernel > /tmp/kernel-usb.img*
> 
> 
> Use scp from the touch or winscp from another computer to copy both
> files /tmp/kernel-usb.uname and /tmp/kernel-usb.img from the touch.
> 
> # *scp -p /tmp/kernel-usb.uname user@hostname:/tmp*
> # *scp -p /tmp/kernel-usb.img user@hostname:/tmp*
> 
> Add both files to a zip and provide a download link to it.
> 
> I should be able to recreate a kernel bin file from the zip and add it
> to the kernel updater menu.  I have successfully recreated the default
> kernel bin, test #11 and #12 packages.  Hopefully it's the same for the
> missing ones.
> 
> 
> I'll note these are untested until a brave user has tried them and
> confirms it worked.  If it fails, you will likely need to factory reset
> your touch to recover from the failure.

Hi Ralphy,
i am using KERNEL #7.

Here is the output of your commands: 


Code:

# uname -a
  Linux SqueezeboxTouch 2.6.26.8-rt16-332-g5849bfa #999[usb] PREEMPT RT Wed May 
2 20:14:28 BST 2012 armv6l GNU/Linux
  # uname -a > /tmp/kernel-usb.uname
  # dd if=/dev/mtdblock:kernel > /tmp/kernel-usb.img
  4032+0 records in
  4032+0 records out



Here the link to download the files:
https://ufile.io/298ce
https://uploadfiles.io/e434b

thanks



elite1967's Profile: http://forums.slimdevices.com/member.php?userid=15576
View this thread: http://forums.slimdevices.com/showthread.php?t=94512

___
Touch mailing list
Touch@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/touch


Re: [SlimDevices: Touch] Announce: Enhanced Digital Output app - USB Dac and 192k Digital Ouput

2017-02-23 Thread ralphy

ralphy wrote: 
> I was unable to find the following 5 custom test kernels from Triode's
> original install.  If anyone has these bin files and is willing to share
> them, I'll add them to the Kernel Updater menu.
> > 
Code:

  >   > 
  > http://xdevtriodeplugins.xpdev-hosted.com/*kernel-test7.bin*
  > http://xdevtriodeplugins.xpdev-hosted.com/*kernel-test8.bin*
  > http://xdevtriodeplugins.xpdev-hosted.com/*kernel-test9.bin*
  > http://xdevtriodeplugins.xpdev-hosted.com/*kernel-test10.bin*
  > http://xdevtriodeplugins.xpdev-hosted.com/*kernel-test13.bin*
  > 

> > 

Unfortunately, no one has been able to provide the missing test kernel
bin packages listed above.

So, here are the steps to extract the current edo test kernel running on
your touch.

Login to the touch as root with ssh from a unix machine or putty on
windows.

You will need to enable ssh in the Settings->Advanced->Remote
login->Enable SSH menu, if you have not already enabled it.

ssh -l root touch.ip.add.ress
default password is 1234

Make sure touch is running edo kernel. 

# *uname -a*
Linux SqueezeboxTouch 2.6.26.8-rt16-332-g5849bfa #1[usb] PREEMPT RT Sun
Apr 1 23:12:00 BST 2012 armv6l GNU/Linux


Provide the output from uname -a along with the kernel image file.

# *uname -a > /tmp/kernel-usb.uname*

Also, provide the kernel description you installed originally, if you
remember, so I can use that for the description in the edo kernel menu.


Extract the edo kernel from flash.  File includes the entire 2MB mtd
partition, not just the kernel zImage file.

# *dd if=/dev/mtdblock:kernel > /tmp/kernel-usb.img*


Use scp from the touch or winscp from another computer to copy both
files /tmp/kernel-usb.uname and /tmp/kernel-usb.img from the touch.

# *scp -p /tmp/kernel-usb.uname user@hostname:/tmp*
# *scp -p /tmp/kernel-usb.img user@hostname:/tmp*

Add both files to a zip and provide a download link to it.

I should be able to recreate a kernel bin file from the zip and add it
to the kernel updater menu.  I have successfully recreated the default
kernel bin, test #11 and #12 packages.  Hopefully it's the same for the
missing ones.


I'll note these are untested until a brave user has tried them and
confirms it worked.  If it fails, you will likely need to factory reset
your touch to recover from the failure.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=94512

___
Touch mailing list
Touch@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/touch