[BPI-R3] Boot stuck on "IPv6: ADDRCONF(NETDEV_CHANGE): br-wan: link becomes ready"

Try it with a ft232rl module set at 3.3volt.

? In general, it runs on R3!

Who told you that :upside_down_face:? And what exactly should not work :thinking:?

okay, found it …

I used sysupgrade …

Do you have any idea how I can fix this Boot stuck on “IPv6: ADDRCONF(NETDEV_CHANGE): br-wan: link becomes ready” issue ?

Yes, that was the reason I changed, but it appears to be the same issue on both of these open-wrt versions. So I guess there is sth wrong with my bpii-r3 router or the way how i am writing an image on sd card or my boot process. I have no idea what can be wrong. This is my 1st OpenWRT router :confused:

But how will this help? Isn’t it only to print output to my console and pass some commands? Everything seems to work. I can see outputs and I can pass commands like ls/ifconfig…

I just fly over the chat :see_no_evil:.

I also see your other chat … rebooting, rebooting:

→ The basic things are, that you have a working power supply!

→ That you have a working USB to UART Adapter!

→ I read very very often, that people had problems with your SD card … some people have reported that they have to delate the SD card befor writing the image on it. Others have bought a new card.

You said that you have buyed a new BPI-R3? I do NOT belief, that the R3 you own is permanently damaged by you :slightly_smiling_face: :+1:.

On the “SPI NOR” 0 0 0 0 → there should be the Openwrt image of banana pi. Can you boot it successfully?

PS: I’m not good in reading logs. A guy with experience in it could may point you more exactly on the right path! But do not give up!!!

I have a new one, I bought 2 sd cards. If I boot from NOR, everything works, but I wanted to boot from eMMC.

You say I have destroyed my R3, and it is not going to work anymore? (Or I have misunderstood you). The only thing I was doing was repeating the same steps I have described in another topic I have opened.

I have only one BPI-R3, I bought a new SD Card as I thought after booting so many times I have destroyed my sd card and wanted to have a fresh one to be certain it works)

:scream:

NO! I think your R3 is okay :love_you_gesture:

1 Like

So, you get error messages by booting from SD card?

With what tools do you write the image on SD card?

First I move to NANAD and then check boot from SD CARD, but it stuck on this ipV6 br-wan → Then I change jumpers to boot from NAND and moving image to eMMC → Then I change jumper to boot from eMMC and run default boot command , but it stuck on this ipV6 br-wan

First I use this

gzip -d openwrt-23.05.5-mediatek-filogic-bananapi_bpi-r3-sdcard.img.gz

Then I write an image to sd card

sudo dd if=openwrt-23.05.5-mediatek-filogic-bananapi_bpi-r3-sdcard.img of=/dev/sdb

And then my sd card looks like that

Disk /dev/sdb: 29,76 GiB, 31954305024 bytes, 62410752 sectors
Disk model: SD/MMC          
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 5452574F-2211-4433-5566-778899AABB00

Device      Start    End Sectors  Size Type
/dev/sdb1      34   8191    8158    4M Linux filesystem
/dev/sdb2    8192   9215    1024  512K Linux filesystem
/dev/sdb3    9216  13311    4096    2M Linux filesystem
/dev/sdb4   13312  21503    8192    4M EFI System
/dev/sdb5   24576  90111   65536   32M EFI System
/dev/sdb6   90112 131071   40960   20M EFI System
/dev/sdb7  131072 344063  212992  104M unknown

okay, i think you useed that information:

https://openwrt.org/docs/guide-user/installation/installation_methods/sd_card

And did the boot from SD Card work?

yes exactly, I have used this tutorial. No, I also can not boot from sd-card itself, so I guess sth is wrong with my sd-card image I am writing to it. As ever time after I write an image to this sd card and check with fdisk I see this:

The backup GPT table is not on the end of the device.

but I was riding that it is normal, and I should not be worried about this

Did you ever use the Balena Etcher?:

I have a Windows PC :see_no_evil: and ever useed Balena Etcher! I had never problems with SD card booting …

Yes I have also used this, but this gives the same issue (problem with GPT Table and stuck on this “IPv6: ADDRCONF(NETDEV_CHANGE): br-wan: link becomes ready”)

:thinking:

Are the SD cards have the same brand and from the same seller?

And there is nothing else conncted to the R3?

SD cards are the same brand: Qlive 32GB 80MB/S read 20MB/S write

What is connected to my R3:

  1. Power supply
  2. RJ45 to WAN port
  3. USB-UART (RS232 TTL) CH340G via USB to my laptop

Without spending money, I would disconnect RJ-45 and USB-UART (maybe that’s nonsense).

Boot from SD crad and look what happend? Normal boot? After that, connect USB-UART and try to see openwrt logo?

If that not helps:

→ “professional” delate SD card download Openwrt image again and write it on SD card … and so on …

These I am repeating for the last 2 days xD I have no idea how many times I have done it but at least 50.

But maybe there is sth wrong with my clearing sd-card method. What i do to clear my sd card:

fdisk /dev/sdb

Welcome to fdisk (util-linux 2.40.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.

The backup GPT table is not on the end of the device. This problem will be corrected by write.
A hybrid GPT was detected. You have to sync the hybrid MBR manually (expert command 'M').

Command (m for help): 


Command (m for help): d
Partition number (1-7, default 7): 

Partition 7 has been deleted.

Command (m for help): d
Partition number (1-6, default 6): 

Partition 6 has been deleted.

Command (m for help): d
Partition number (1-5, default 5): 

Partition 5 has been deleted.

Command (m for help): d
Partition number (1-4, default 4): 

Partition 4 has been deleted.

Command (m for help): d
Partition number (1-3, default 3): 

Partition 3 has been deleted.

Command (m for help): d
Partition number (1,2, default 2): 

Partition 2 has been deleted.

Command (m for help): d
Selected partition 1
Partition 1 has been deleted.

Command (m for help): n
Partition number (1-128, default 1): 
First sector (34-62410718, default 2048): 
Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-62410718, default 62408703): 

Created a new partition 1 of type 'Linux filesystem' and of size 29,8 GiB.

Command (m for help): p
Disk /dev/sdb: 29,76 GiB, 31954305024 bytes, 62410752 sectors
Disk model: SD/MMC          
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 5452574F-2211-4433-5566-778899AABB00

Device     Start      End  Sectors  Size Type
/dev/sdb1   2048 62408703 62406656 29,8G Linux filesystem

Command (m for help): w
The device contains hybrid MBR -- writing GPT only.

The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.

and then i write an image like that:

 sudo dd if=openwrt-23.05.5-mediatek-filogic-bananapi_bpi-r3-sdcard.img of=/dev/sdb

I remember a guy, who said he has to writhe the whole space with ones. In the history I had some problems with USB-Devices for booting on a pc … .

I have not so much experiece → I thing it is the SD card. We had some usere at this forum who reported that …

Best is, to borrow one from a friend of yours and check it out! I would prefer Samsung.

I can give it a try, but I wonder if maybe there are some min write and read speed recommendations? Do you have any idea or nope ?