Tagged Questions
2
votes
1answer
201 views
U-Boot: read-only environment variables
In U-Boot how should we configure an environment variable during boot up that would be just read-only. IOW setenv on this variable (in the U-Boot console or pragmatically) should not be allowed.
1
vote
1answer
335 views
How to remove busybox from linux?
I've a Leopard board (with DM368 Ti processor) up and running.(Uboot + Linux Kernel + root fs)
Now, the problem is, i no longer need busybox (which is currently there)..So i removed it.( from ...
0
votes
1answer
314 views
Getting a different config file for Linux PXE Boot
i am looking into PXE Boot to boot Linux from U-Boot
i am using a sollution thar resembles the PXELINUX sollution
i have one fundamental issue i dont understand about the process: the pxe client ...
2
votes
1answer
1k views
How to boot Wince 6 using uboot?
On my simulation platform, I can use uboot to boot a linux kernel, and use eboot to boot wince6 kernel. But Can I boot Wince 6 using uboot directly? Or I need to let uboot chainload eboot? What should ...