UserK

Results 19 comments of UserK

I would like to test paul-shuvo's solution. I tried checking out the commit 3c8e92e with no luck. How do I switch to this version of the code?

Thanks for the quick reply. Power cycled the BPi R3. I am getting the same issue. This is the output of ``` BPI-R3> printenv askbootnetfit=run lstftp askkernel;if printenv kernelinput; then...

> Was my image on this card before? Yes it worked for quite some time, then I updated and upgraded the system, rebooted and got the error. > Was it...

I run gdisk on /dev/sde to fix the problem with no luck. Could you point me to the wiki you were referring to? i found an [answer](https://forum.banana-pi.org/t/bpi-r3-unable-to-boot-anymore-from-sd-uboot-env/14322/6) to an old...

SanDisk 128 Gb. I left it overnight, I turned it on, it worked. Then I added mt7915e entry in the/etc/modules file rebooted. Dead again. I just cannot work with it....

I’m in the process of creating a new image to see if the issue can be reproduced. After running the command `$./buildimg.sh bpi-r3 bookworm` . I’m currently writing the image...

The write operation completed successfully: ``` $ gunzip -c bpi-r3_bookworm_6.6.45-main.img.gz | sudo dd bs=1M status=progress conv=notrunc,fsync of=/dev/sde 2674720768 bytes (2.7 GB, 2.5 GiB) copied, 176 s, 15.2 MB/s 7808679936 bytes...

Running the gunzip and dd command again. I will leave it as it is. I will update the comment when done

``` userk@dopamine:~/development/git/BPI-Router-Images$ gunzip -c bpi-r3_bookworm_6.6.45-main.img.gz | sudo dd bs=1M status=progress conv=notrunc,fsync of=/dev/sde 7806517248 bytes (7.8 GB, 7.3 GiB) copied, 550 s, 14.2 MB/s 0+202392 records in 0+202392 records out 7818182656...

> are the switches on board on right position and card correctly inserted? Yes, double checked. Switched are all up. > You can try do a hexdump of first 1M...