raspberrypi / documentation

The official documentation for Raspberry Pi computers and microcontrollers

Home Page:https://raspberrypi.com/documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add missing boot directive

ArKam opened this issue · comments

Hi team!
It looks like this documentation page is missing some configuration directives:

documentation/asciidoc/computers/raspberry-pi/bcm2711-bootloader.adoc

Or is the use_ipv6= directive located somewhere else?

I’m sorry, maybe I didn’t made this issue clear enough, it wasn’t about boot options as in how can I bootstrap my pi but rather available configuration switches available for the firmware boot.

I wasn’t specifically looking for the doc about netboot but rather the wider option that let us tell the pi, ok, at boot, whatever if you boot from PXE or heading to HTTPS_BOOT just use IPv6 instead or IPv4 and preferably just get your IP yourself using SLAAC.

I initially found the USE_IPV6=yes from the link you’ve paste upper, but I think that the github repository that list the bootloader/firmware configuration options available should list it too and then explain a bit what does that imply and the limitations.

as a customer, this repository is very useful as it’s the most straightforward and clutter free documentation we can found.

I hope this explanation will help a bit clarify the initial request.