Hi,
I installed V118 on new RPI3 and DietPi is reporting unknown RPI version ? I also updated firmware.
Tnx.
âââââââââââââââââââââââââââââââââââââââ
DietPi | 13:41 | Sat 28/05/16
âââââââââââââââââââââââââââââââââââââââ
V118 | Raspberry Pi Unknown
âââââââââââââââââââââââââââââââââââââââ
IP Address | 10.0.0.2
âââââââââââââââââââââââââââââââââââââââ
Rpi unknown
Re: Rpi unknown
Hi Dimi3,dimi3 wrote:Hi,
I installed V118 on new RPI3 and DietPi is reporting unknown RPI version ? I also updated firmware.
Tnx.
âââââââââââââââââââââââââââââââââââââââ
DietPi | 13:41 | Sat 28/05/16
âââââââââââââââââââââââââââââââââââââââ
V118 | Raspberry Pi Unknown
âââââââââââââââââââââââââââââââââââââââ
IP Address | 10.0.0.2
âââââââââââââââââââââââââââââââââââââââ
You have discovered a new RPi board revision!
Please can you run the following command and print results. This will allow us to add your device to the database:
Code: Select all
/DietPi/dietpi/misc/rpi_boardinfo
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: Rpi unknown
Hi,
No problem;
root@DietPi:~# /DietPi/dietpi/misc/rpi_boardinfo
- RPi Board Info -
Revision | 2a02082
Released | Unknown
Model | Unknown
Memory | 0 MB
Manufacturer | Unknown
No problem;
root@DietPi:~# /DietPi/dietpi/misc/rpi_boardinfo
- RPi Board Info -
Revision | 2a02082
Released | Unknown
Model | Unknown
Memory | 0 MB
Manufacturer | Unknown
Re: Rpi unknown
Thanks.dimi3 wrote:Hi,
No problem;
root@DietPi:~# /DietPi/dietpi/misc/rpi_boardinfo
- RPi Board Info -
Revision | 2a02082
Released | Unknown
Model | Unknown
Memory | 0 MB
Manufacturer | Unknown
Strange, a02082 is known, but for some reason the code you are receiving contains a 2 infront. Probably a new flag, have you overclocked the device at all?
Lets get the raw data for revision. If you could paste the following results, i'd be grateful:
Code: Select all
cat /proc/cpuinfo | grep 'Revision'
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: Rpi unknown
Hi,
I have overclocked the board, but its the same if its not overclocked.
Here is the output;
root@DietPi:~# cat /proc/cpuinfo | grep 'Revision'
Revision : 2a02082
root@DietPi:~#
I have overclocked the board, but its the same if its not overclocked.
Here is the output;
root@DietPi:~# cat /proc/cpuinfo | grep 'Revision'
Revision : 2a02082
root@DietPi:~#
Re: Rpi unknown
I get the same with my PiZero V1.3.
- RPi Board Info -
Revision | 900093
Released | Unknown
Model | Unknown
Memory | 0 MB
Manufacturer | Unknown
- RPi Board Info -
Revision | 900093
Released | Unknown
Model | Unknown
Memory | 0 MB
Manufacturer | Unknown
Re: Rpi unknown
This was added for v118, you'll need to update for DietPi to correctly ID the board description.RasPiHacker wrote:I get the same with my PiZero V1.3.
- RPi Board Info -
Revision | 900093
Released | Unknown
Model | Unknown
Memory | 0 MB
Manufacturer | Unknown
Although, DietPi knows its a RPi 1 with 512MB RAM under the hood, so staying <v118 wont effect how DietPi optimizes for your device.
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: Rpi unknown
Latest image available on this website is v115 and dietpi-update does not work.
Re: Rpi unknown
Hi RaspiHacker,RasPiHacker wrote:Latest image available on this website is v115 and dietpi-update does not work.
Thanks for letting us know.
Do you receive any errors on the screen when running the update?
Also, can you please paste results of:
Code: Select all
cat /DietPi/dietpi.txt | grep 'git'
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: Rpi unknown
Hi Fourdee!
Have been hospitalized for two weeks, just seen Your post today.
I have tried all the other suggestions in the forums regarding update problems on the V.115, but none has worked.
dietpi-update with no or any option (1,2,3) returns the same error:
Sincerely
RasPiHacker
Have been hospitalized for two weeks, just seen Your post today.
I have tried all the other suggestions in the forums regarding update problems on the V.115, but none has worked.
dietpi-update with no or any option (1,2,3) returns the same error:
Code: Select all
DietPi-Update:
Checking for DietPi updates, Please wait...
curl: (3) Illegal characters found in URL
returns this:cat /DietPi/dietpi.txt | grep 'git'
Code: Select all
root@DietPiZero:~# cat /DietPi/dietpi.txt | grep 'git'
gitbranch=master
root@DietPiZero:~#
RasPiHacker