sodface wrote: > Quick testing indicates this may have fixed it! In fact, just :::0 seems > to fix it also. Thanks ralphy. > > //edit, spoke too soon, just tried a flac and had to add back in the > 120, so, 120:::0 as you originally suggested seems necessary.
That's great! I have alpine linux running on a dockstar using 'bodhi's 5.5.1 kirkwood kernel' (https://forum.doozan.com/read.php?2,12096) and the 'latest u-boot' (http://forum.doozan.com/read.php?3,12381). Code: -------------------- U-Boot 2017.07-tld-1 (Oct 24 2017 - 22:32:36 -0700) Seagate FreeAgent DockStar gcc (Debian 6.3.0-18) 6.3.0 20170516 GNU ld (GNU Binutils for Debian) 2.28 Hit any key to stop autoboot: 0 starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... Use USB retry period from the environment: 15 second(s) 1 Storage Device(s) found Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 2048 6291456 c140d5b1-01 83 2 6293504 1533952 c140d5b1-02 82 loading envs from usb 0 ... 99 bytes read in 999 ms (0 Bytes/s) importing envs ... running scan_disk ... Scan device usb device usb 0:1 1 bytes read in 814 ms (0 Bytes/s) Found bootable drive on usb 0 loading uImage ... 5202928 bytes read in 1096 ms (4.5 MiB/s) loading uInitrd ... 7661797 bytes read in 1253 ms (5.8 MiB/s) loading DTB /boot/dts/kirkwood-dockstar.dtb ... 10058 bytes read in 1046 ms (8.8 KiB/s) ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-5.5.1-kirkwood-tld-1 Created: 2020-02-27 20:50:42 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5202864 Bytes = 5 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-5.5.1-kirkwood-tld-1 Created: 2020-02-27 20:50:43 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 7661733 Bytes = 7.3 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01c00000 Booting using the fdt blob at 0x1c00000 Starting kernel ... $ ssh -l root dockstar Welcome to Alpine! The Alpine Wiki contains a large amount of how-to guides and general information about administrating Alpine systems. See <http://wiki.alpinelinux.org/>. You can setup the system with the command: setup-alpine You may change this message by editing /etc/motd. dockstar:~# -------------------- Had to modify the rootfs to allow remote root ssh login as I don't have the serial console cable connected. I put boot and root on sda1 as that's how I already had u-boot configured and I set alignment=2. Code: -------------------- dockstar:~# cat /proc/cmdline console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) alignment=2 dockstar:~# cat /proc/cpu/alignment User: 0 System: 0 (0x0) Skipped: 0 Half: 0 Word: 0 DWord: 0 Multi: 0 User faults: 2 (fixup) -------------------- A linux system using 7MB of memory, nice! Well, 17 really, but 10 is cache. Makes the 114MB free in the dockstar seem excessive. Code: -------------------- dockstar:~# free total used free shared buff/cache available Mem: 114272 16848 87536 140 9888 97932 Swap: 766972 0 766972 -------------------- Could you provide squeezelite and prerequisites packages? That will give me something usefull to test with until the repo is ready. 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&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=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=111730 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
