Re: [SlimDevices: Unix] New RPi Zero 2 W

2021-11-13 Thread Man in a van


KaPa wrote: 
> Please note I am a newbie in linux. After I burned the image file of
> picoreplayer 8.0.0 (standard edition) to the SDcard (with balenaEtcher)
> I made the following:
> 
> 1) I downloaded the bcm2710-rpi-zero-2.dtb file from 'here '
> (https://github.com/raspberrypi/firmware/blob/master/boot/bcm2710-rpi-zero-2.dtb)
> and copied to the boot folder (as of Paul's post #4)  using windows file
> explorer
> 2) I added the PI02 section in config.txt (editing with notepad++ in
> windows)
> 3) I edited the wpa_supplicant.conf with ssid and password of my wifi
> network and put it in boot folder
> 4) I downloaded the bcm2710-rpi-zero-2.dtb file from 'here '
> (https://repo.picoreplayer.org/repo/13.x/armv7/tcz/firmware-rpi-wifi.tcz).
> 
> 5) I am not sure how to do the next step. Anyway I plugged a USB card
> reader (with the above SDcard) to the RPi4 running the LMS and then I
> used WinSCP utility. 
> 
> I replaced the original file in /tce/optional folder I found under /mnt/
> directory. (I suspect that this may be wrong but it was the only one
> /tce/optional folder I found). 
> 
> The result so far is that the Pi zero2w boots but does not find my wifi
> network
> 
> Question:
> - Is the location where I put the file bcm2710-rpi-zero-2.dtb correct?
> - Do I have to mount the USB card reader somehow to the Pi4 or just plug
> it in a USB port is enough?
> 


First off, I'm a linux numpty, copy and paste is my game :)

Second off, KUDOS for using the pCP image on a rpi4B, I keep a copy of
Raspberry PI Bullsye Desktop on a SD for this sort of thing (Used to be
Buster)

Anyway, I ws inspired by your effort to imitate it.

Rpi4B with pCP standard 32 bit.

On the LMS page tag

I Installed  and Enable additional File Systems

Most likely not needed

I enabled Write permissions

36153

I opened WinScp (I always right click and run as Admin)

Navigated to 

/mnt/Reader/tce/optional

and uploaded the file

36154

ronnie


+---+
|Filename: upload.png   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36154|
+---+


Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=115331

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


Re: [SlimDevices: Unix] New RPi Zero 2 W

2021-11-13 Thread mboxler


KaPa wrote: 
> Please note I am a newbie in linux. After I burned the image file of
> picoreplayer 8.0.0 (standard edition) to the SDcard (with balenaEtcher)
> I made the following:
> 
> 1) I downloaded the bcm2710-rpi-zero-2.dtb file from 'here '
> (https://github.com/raspberrypi/firmware/blob/master/boot/bcm2710-rpi-zero-2.dtb)
> and copied to the boot folder (as of Paul's post #4)  using windows file
> explorer
> 2) I added the PI02 section in config.txt (editing with notepad++ in
> windows)
> 3) I edited the wpa_supplicant.conf with ssid and password of my wifi
> network and put it in boot folder
> 4) I downloaded the bcm2710-rpi-zero-2.dtb file from 'here '
> (https://repo.picoreplayer.org/repo/13.x/armv7/tcz/firmware-rpi-wifi.tcz).
> 
> 5) I am not sure how to do the next step. Anyway I plugged a USB card
> reader (with the above SDcard) to the RPi4 running the LMS and then I
> used WinSCP utility. 
> 
> I replaced the original file in /tce/optional folder I found under /mnt/
> directory. (I suspect that this may be wrong but it was the only one
> /tce/optional folder I found). 
> 
> The result so far is that the Pi zero2w boots but does not find my wifi
> network
> 
> Question:
> - Is the location where I put the file bcm2710-rpi-zero-2.dtb correct?
> - Do I have to mount the USB card reader somehow to the Pi4 or just plug
> it in a USB port is enough?
> 36152

I'm a linux newbie as well, but I did get it to connect to my wifi.

Just to be clear, the new firmware-rpi-wifi.tcz ended up in
/mnt/mmcblk0p1/

The file to be replaced is in /mnt/mmcblk0p2/tce/optional/

I simply executed the mv command to replace the old file with the new
one, rebooted, and it connected.

Mike



mboxler's Profile: http://forums.slimdevices.com/member.php?userid=67126
View this thread: http://forums.slimdevices.com/showthread.php?t=115331

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


Re: [SlimDevices: Unix] New RPi Zero 2 W

2021-11-13 Thread paul-


nycone wrote: 
> 
> Is there a plan to post a downloadable distro soon(ish) for the folks
> like me?
> 
> Thanks

Yes, as soon as I can.  Trying to get a stable kernel/firmware for
release.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=115331

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


Re: [SlimDevices: Unix] New RPi Zero 2 W

2021-11-13 Thread KaPa


Man in a van wrote: 
> what have you done so far ?
> 
> ronnie

Please note I am a newbie in linux. After I burned the image file of
picoreplayer 8.0.0 (standard edition) to the SDcard (with balenaEtcher)
I made the following:

1) I downloaded the bcm2710-rpi-zero-2.dtb file from 'here '
(https://github.com/raspberrypi/firmware/blob/master/boot/bcm2710-rpi-zero-2.dtb)
and copied to the boot folder (as of Paul's post #4)  using windows file
explorer
2) I added the PI02 section in config.txt (editing with notepad++ in
windows)
3) I edited the wpa_supplicant.conf with ssid and password of my wifi
network and put it in boot folder
4) I downloaded the bcm2710-rpi-zero-2.dtb file from 'here '
(https://repo.picoreplayer.org/repo/13.x/armv7/tcz/firmware-rpi-wifi.tcz).

5) I am not sure how to do the next step. Anyway I plugged a USB card
reader (with the above SDcard) to the RPi4 running the LMS and then I
used WinSCP utility. 

I replaced the original file in /tce/optional folder I found under /mnt/
directory. (I suspect that this may be wrong but it was the only one
/tce/optional folder I found). 

The result so far is that the Pi zero2w boots but does not find my wifi
network

Question:
- Is the location where I put the file bcm2710-rpi-zero-2.dtb correct?
- Do I have to mount the USB card reader somehow to the Pi4 or just plug
it in a USB port is enough?
36152


+---+
|Filename: IMG_2023_211134res1000.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36152|
+---+


KaPa's Profile: http://forums.slimdevices.com/member.php?userid=72144
View this thread: http://forums.slimdevices.com/showthread.php?t=115331

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


Re: [SlimDevices: Unix] New RPi Zero 2 W

2021-11-13 Thread hsmeets


Man in a van wrote: 
> I put it second in the list, see post #20
> 
> 
> 
> Left as is
> 
> 
> 
> Changed to match the other files.  "1001" and ("664" I think without
> checking )
> 
> ronnie

Ronnie: Thanks a bunch! It booted and connected wireless.

I did not test which of the 2 changes (or both) is critical, I did both
at once:

Moved PI02 right after PI0 in config.txt and did a chown and chmod to
the firmware file to make it the same again as the other files.

My gut feeling says the position in the config.txt is critical.

Thanks again!



does the all-black SB sound better than the white SB?

hsmeets's Profile: http://forums.slimdevices.com/member.php?userid=9716
View this thread: http://forums.slimdevices.com/showthread.php?t=115331

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


Re: [SlimDevices: Unix] New RPi Zero 2 W

2021-11-13 Thread Man in a van


> 
> Does it matter were the PI02 section is inserted between PI0 en PI4 into
> config.txt?
> 

I put it second in the list, see post #20

> Does the firmware-rpi-wifi.tcz.md5.txt also need to be updated as
> firmware-rpi-wifi.tcz has changed or is it ignored?

Left as is

> Does file ownership matter? On the root partition the Ubuntu that I used
> to access the root partition did show owner "1001" and after replacing 
> the firmware it was 'root'. I did chmod the file to be read by all, 
> owner, group and others.

Changed to match the other files.  "1001" and ("664" I think without
checking )

ronnie



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=115331

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


Re: [SlimDevices: Unix] New RPi Zero 2 W

2021-11-13 Thread hsmeets


No Joy yet with a Zero 2 either. 

Stupidly I don't have a small HDMI connector at hand so can't see what's
going on. Hoped on a similar painless headless setup of PcP as with my
other RPI's. 
Will go out and get a small HDMI connector soon.

What I did:
0) flashed the PCP8 32b image on a 16Gb sdcard
1) edited the config.txt and added the PI02 section (with same kernel as
PI3)
2) created a wpa_supplicant.conf for my wireless network (same as with
my other RPI's)
3) added the bcm2710-rpi-zero-2.dtb to the boot folder
4) wget the firmware from the repo.picore etc etc.
5) replaced the firmware-rpi-wifi.tcz in the tce/optional folder

Questions:

Does it matter were the PI02 section is inserted between PI0 en PI4 into
config.txt?

Does the firmware-rpi-wifi.tcz.md5.txt also need to be updated as
firmware-rpi-wifi.tcz has changed or is it ignored?

Does file ownership matter? On the root partition the Ubuntu that I used
to access the root partition did show owner "1001" and after replacing
the firmware it was 'root'. I did chmod the file to be read by all,
owner, group and others.

When I power the Zero the small LED lights up, flashes once then is
steady for another second or so, flashes once more and then it stays on.
After giving it some time it does not show up on the network/LMS

Thanks!

36151


+---+
|Filename: screen.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36151|
+---+


does the all-black SB sound better than the white SB?

hsmeets's Profile: http://forums.slimdevices.com/member.php?userid=9716
View this thread: http://forums.slimdevices.com/showthread.php?t=115331

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


Re: [SlimDevices: Unix] New RPi Zero 2 W

2021-11-13 Thread paul-


julk77 wrote: 
> Hello,
> 
> I'm trying to use the embedded bluetooth of the new RPi Zero 2 W, and
> don't manage to.
> 
> The bluetooth cannot start and here is what I get when I try to enable
> it manually:
> 
> tc@pCP:~$ sudo hciconfig hci0 up
> Can't init device hci0: Invalid request code (56)
> 
> Is there some way to get it enabled ?
> 
> Thanks a lot!

I just updated the firmware package to include firmware for the Zero 2
W.  Update the extension firmware-rpi-bt.tcz



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=115331

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


Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2021-11-13 Thread mftech

I just acquired a Pirate Audio Line Out, 
for now, I'm using a Pi3 configured with Generic/Simple TI5102 DAC on
Picoreplayer 8.0.

Jivelite is installed,
I forced the resolution at 240 X 240 pixels and installed the qvgasquare
extension.
but I don't see anything on the display.

I've read the thread but it's unclear to me if the code from Chill hans
been check-in in Picoreplayer 8.0.

Thanks in advance.



Tête à FLAC

2 X SB Classic
2 X SB2
1 X SB Boom
1 X SB Touch
1 X Transporter 
2 X Duet + Remote
3 X Rpi+Picoreplayer
2 X Chromecast
1 X Chromecast Audio
1 X Atoll ST100

All devives connected via CeolBOX server aka The Musical Box
Using OrangeSqueeze and Material Skin Plug-in to remote all my connected
devices.

mftech's Profile: http://forums.slimdevices.com/member.php?userid=1586
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


Re: [SlimDevices: Unix] PiCorePlayer RaspberryPi timeout issue(s)

2021-11-13 Thread Shart


Well it looks like the issue may be ethernet related. I have my wall
controller connected through POE on cat 5e. It's either my POE switch or
I didn't terminate the cable well enough. It's getting power but
ethernet doesn't always seem to work after a power failure as we had
last night.



Shart's Profile: http://forums.slimdevices.com/member.php?userid=69854
View this thread: http://forums.slimdevices.com/showthread.php?t=115385

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


Re: [SlimDevices: Unix] New RPi Zero 2 W

2021-11-13 Thread Man in a van


Vertigo1206 wrote: 
> Try to do everything to the above description.
> first 2 points works without any Problem - the RPi also startet.
> But I am not able to get any WiFI connection. With "ifconfig" it doesn't
> show the WLAN adapter.
> 
> to point 3)I have checked the file system on the Zero2 (connected
> display and keyboard), but I din't finde any Folder "tce/optional" or
> the firmware-file
> As you wrote "replace" I assumed that there should be already a file?


Try this, it works for me, I hope it does for you :) (at your own risk,
naturally)

SSH into the pi (user tc   passwd piCore)

at the cmd line paste

Code:


  https://repo.picoreplayer.org/repo/13.x/armv7/tcz/firmware-rpi-wifi.tcz
  




check that it has download with 


Code:

ls



then paste

Code:


  mv firmware-rpi-wifi.tcz /mnt/mmcblk0p2/tce/optional



answer


Code:

y



to the overwrite question

us 
Code:

ls

 again to check that the file has moved

the type

pcp bs

after shutdown, power off the rpi, remove the usb-ethernet connector and
you should power up with wlan 0


ronnie



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=115331

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


Re: [SlimDevices: Unix] New RPi Zero 2 W

2021-11-13 Thread KaPa


nycone wrote: 
> I'm a newbie and I've tried a few times to follow the instructions for
> making disk that will work for Pi Zero2, but I've failed.
> 
> Is there a plan to post a downloadable distro soon(ish) for the folks
> like me?
> 
> Thanks

Man in a van wrote: 
> Check your PM


Also for me please!



KaPa's Profile: http://forums.slimdevices.com/member.php?userid=72144
View this thread: http://forums.slimdevices.com/showthread.php?t=115331

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


Re: [SlimDevices: Unix] New RPi Zero 2 W

2021-11-13 Thread Vertigo1206


Vertigo1206 wrote: 
> Try to do everything to the above description.
> first 2 points works without any Problem - the RPi also startet.
> But I am not able to get any WiFI connection. With "ifconfig" it doesn't
> show the WLAN adapter.
> 
> to point 3)I have checked the file system on the Zero2 (connected
> display and keyboard), but I din't finde any Folder "tce/optional" or
> the firmware-file
> As you wrote "replace" I assumed that there should be already a file?


Now I was able to connect the Zero 2 via USB Network Adapter.
Log on vie ssh, but still not able to find the Folder "tce/optional" or
the firmware-file...



Vertigo1206's Profile: http://forums.slimdevices.com/member.php?userid=72272
View this thread: http://forums.slimdevices.com/showthread.php?t=115331

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 8.0.0

2021-11-13 Thread jacobacci


paul- wrote: 
> I think you mentioned a windows computer, how is that interfacing with
> the USB disk.   Samba or SCP?Something obviously is setting the
> permission or file mode wrong on the files.

The Windows PC is running Win 11 and it is communicating with
piCorePlayer using SAMBA. I am able to map the music folder on the RP2
as a network drive on the Windows PC. I can copy files from the PC to
this network drive (after clicking the "set write permissions" button in
pCP). However I cannot overwrite files on the network drive with a new
file of the same name.



- Logitech Media Server Version: 8.1.2 on Synology DS1815+ DSM 6 /
  Docker
-  SB Touch (2x)

jacobacci's Profile: http://forums.slimdevices.com/member.php?userid=63932
View this thread: http://forums.slimdevices.com/showthread.php?t=114828

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