_and_ CONFIG_OVERWRITE_ETHADDR_ONCE, a default Ethernet address is installed in the environment, which can be changed exactly ONCE by the user. [The serial# is unaffected by this, i. e. it remains read-only.] The same can be accomplished in a more flexible way for any variable by con...
Alternatively, if you #define _both_ CONFIG_ETHADDR _and_ CONFIG_OVERWRITE_ETHADDR_ONCE, a default Ethernet address is installed in the environment, which can be changed exactly ONCE by the user. [The serial# is unaffected by this, i. e. it remains read-only.] The same can be accompli...
_and_ CONFIG_OVERWRITE_ETHADDR_ONCE, a default Ethernet address is installed in the environment, which can be changed exactly ONCE by the user. [The serial# is unaffected by this, i. e. it remains read-only.] The same can be accomplished in a more flexible way for any variable by con...
Before you run dhcp, can you run this at a u-boot prompt: setenv autoload no This will stop trying to get the uImage and allow you to tftp the zImage and fdt file. Naven10 年多前in reply toRonB Intellectual750points Hi RonB, ...
……… /*** * RTC ***/ #define CONFIG_RTC_S3C24X0 1 /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE #define CONFIG_BAUDRATE 115200 /***/ /* My Add
ip addr lsusb As far as I can see you have a CDC modem, that also creates an ethx interface, that makes trouble, if this modem gets registered before am335x Ethernet. Perhaps you need to blacklist your modem or create udev rule to assign CPSW another name, like cpsw_eth0. Neverthe...