Closed BIIINO closed 3 years ago
Please show me the result of this command, and i will test it on my installation with your HW ID:
cat /proc/cpuinfo
Hello, se bellow, thank you
`root@raspberrypi:/home/pi# cat /proc/cpuinfo processor : 0 model name : ARMv6-compatible processor rev 7 (v6l) BogoMIPS : 697.95 Features : half thumb fastmult vfp edsp java tls CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xb76 CPU revision : 7
Hardware : BCM2835 Revision : 100000e Serial : 0000000061580c8d Model : Raspberry Pi Model B Rev 2 `
I try to replace in: /rpieasy/linux_os.pylinux_os.py
(hwid == "000e") with (hwid == "100000e") but when i start it again, nothing happen, still same issue.
it may help if you stop RPIEasy and delete json files in data directory, than restart RPIEasy to detect new board.
I remove whole rpieasy folder, reboot pi, clone it again from github, edit linux_os.pylinux_os.py with current hwid, start and nothignh changes... Where is that folder what you mean ? in /rpieasy/data i have only readme.txt and nothing else.
Thank you
Formatted rpi sdcard, fresh install raspbian, replaced (hwid == "000e") with (hwid == "100000e") and still issue. What else can i try to fix it ?
problem is with:
if hwid[:4] == "1000":
hwid = hwid[:-4]
in linux_os.py , when i remove these two lines and manualy add ----or (hwid == "100000e")--- rpi is recognized and everything work as excepted... i try another combination with this calculation but without success
RPI 1 B rev2 detected - looks good
Hello,
i am using rpi 1 model B and everywhere (command line and webui) and i have this issue:
!Your GPIO can not be identified!
How can i fix it please ? thank you very much in advance