Tiny Core Base > Raspberry Pi
piCore 15.0.0 on Pi4 Problems
jamas:
I installed piCore 15.0.0 http://tinycorelinux.net/15.x/armhf/releases/RPi/ on a raspberry pi 4 Model B.
I am able to login over ethernet and also extended the partition. Pretty much followed this tutorial: https://gist.github.com/BillyNate/13732d02c41378f1c630fa914fe63378
Architecture:
6.6.47-piCore-v8 aarch64
And getting my tcz files from here: http://ftp.nluug.nl/os/Linux/distr/tinycorelinux/15.x/aarch64/tcz/
But i encounter the following problems.
Problem 1:
Whenever i reboot more than once i cannot login to my rpi via ssh anymore, because of the following error:
--- Code: ---ssh tc@192.168.0.203
ssh: connect to host 192.168.0.203 port 22: Connection refused
--- End code ---
Deleting the ssh key from my pc does not help.
Problem 2:
wifi is not able to find any devices.
--- Code: ---sudo wifi.sh
No wifi devices found!
--- End code ---
Problem 3:
When installing nano it says, that its already installed but cannot find the file:
--- Code: ---tc@box:/$ tce-load -wi nano
nano is already installed!
tc@box:/$ nano
-sh: nano: not found
--- End code ---
Am i downloading the wrong tcz files? Because i downloaded the rpi image with armhf but using the tcz files of aarch64.
But then uname returns: 6.6.47-piCore-v8 aarch64
But confused here.
Thanks a lot in advance :)
Paul_123:
Don't manually download things unless you really have to. Use `tce` to manually search and load extensions. It will get you the correct files. The armhf is a 32 bit user space image, you need to download any extension from the armhf folder on the repo. But yes, the pi4 is running a 64bit kernel in the 32 bit user space.
tce-load -wi nano tries to download nano, but likely you have already done that, so it fails. tce-load -i nano will likely work.
jamas:
Wow. Works so much easier. Thanks.
I got nano working. But with wifi i still get the following message even tough i am right next to the router. Maybe i need to check with raspbian if the wifi really works.
--- Code: ---tc@box:~$ sudo wifi.sh
No wifi devices found!
--- End code ---
Also after rebooting for the second (right after doing the the resizing), i still get a connection refused error, when using ssh.
Is everything fine with the output:
--- Code: ---tc@box:~$ sudo resize2fs /dev/mmcblk0p2
resize2fs 1.47.0 (5-Feb-2023)
Filesystem at /dev/mmcblk0p2 is mounted on /mnt/mmcblk0p2; on-line resizing required
old_desc_blocks = 1, new_desc_blocks = 4
The filesystem on /dev/mmcblk0p2 is now 8170752 (4k) blocks long.
--- End code ---
Paul_123:
What is your ssh client. Likely, you are using an outdated client using an outdated cipher.
Here is some info that may help. https://forum.tinycorelinux.net/index.php/topic,26302.0.html
As for WiFi, have you loaded firmware-rpi-wifi.tcz?
patrikg:
Have you run the script filetool, to make a backup of your settings and profile?
--- Code: ---filetool.sh -bv
--- End code ---
Navigation
[0] Message Index
[#] Next page
Go to full version