Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uboot should do dhcp #26

Open
chrysn opened this issue Jun 28, 2016 · 3 comments
Open

uboot should do dhcp #26

chrysn opened this issue Jun 28, 2016 · 3 comments

Comments

@chrysn
Copy link

chrysn commented Jun 28, 2016

the shipped uboot image currently does not ask for an address to be assigned via bootp/dhcp, but rather picks a 192.168.1.3 address and asks 192.168.1.9 for the itb image.

such a configuration would allow the itb image to be started and used easily without the need for any for the custom flashing software, for example with a (possibly network-manager launched) dnsmasq config like the following:

bootp-dynamic
enable-tftp
tftp-root=/opt/BBBlfs/bin
dhcp-vendorclass=set:want-spl,AM335x ROM
dhcp-vendorclass=set:want-uboot,AM335x U-Boot SPL
dhcp-boot=tag:want-spl,/spl
dhcp-boot=tag:want-uboot,/uboot
@jadonk
Copy link

jadonk commented Jul 7, 2016

What do you think about building the needed images with Buildroot? We need an easy way to rebuild them.

@chrysn
Copy link
Author

chrysn commented Jul 7, 2016

that the images should be more easily rebuildable seems to be a separate issue to me.

@ungureanuvladvictor
Copy link
Owner

I don't really have time to keep working a lot on the flasher project, more than happy to add someone as a contributor to the repo. @jadonk want to take a stab at this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants