-
So i just tried to update the kernel on my bpi m64.
commands:
```
wget https://github.com/avafinger/bpi-m64-firmware/blob/master/linux-image-4.4.89-m64_1.0-2.deb
sudo dpkg -i linux-image-4.4.89-m6…
-
Hi,
I just bought a new BPI-M64 but the the firmware can no longer detect the EMMC storage. With the prev version of BPI board, listing /dev/mmblock will produce mmblock0 and mmblock1 (SD and EMMC…
-
Hi, I prepared SD card according to your instruction (with problems becouse files from gdrive can't be wgeted but i did it manualy). When I try to boot my BPI M64 with this card I obtain black screen.…
-
Hi there,
I have a BPI M5, debian version :
Linux bananapi 4.9.241-BPI-M5 #2 SMP PREEMPT Mon Jun 21 16:29:40 HKT 2021 aarch64 GNU/Linux
When I tried to use it I still obtain "can only be run on…
-
The device of the emmc is wrong in the format_emmc.sh script.
There is :
out=/dev/mmcblk0
instead of
out=/dev/mmcblk1
I format my scard instead of my emmc ...
20100 updated
6 years ago
-
Hi,
it was some time I didn't tried to build the seL4 webserver demo, and today I got a nasty error...
It is a fresh install (from an empty dir), I mean, following "https://docs.sel4.systems/proj…
-
it is just a webpage, not image.
[how about this link which is extracted from google chrome's download tab](https://doc-14-74-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1…
-
When I cat:
cat /sys/devices/system/cpu/cpu0/topology/physical_package_id
I got a return value of -1, which is not correct.
The same for each cpu [0...3].
FYI, I'm using kernel 3.10.102
-
Installed gpio4 using "python3 -m pip install gpio4" on OpenWrt.
While importing- gpio4.GPIO as GPIO, the following error occurs:
```
Traceback (most recent call last):
File "/usr/pycode/lcd…
-
Hi, I currently use an uart on the GPIO port with the original kernel (ttyS3). Is it possible to get this working on this kernel?