-
Notifications
You must be signed in to change notification settings - Fork 277
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
Wedge100 device kernel to 4.18 missed eth0 #97
Comments
If I modify aspeed-bmc-facebook-wedge100.dts eth0 can appear. Please help solve this! |
facebook-github-bot
pushed a commit
that referenced
this issue
Aug 17, 2019
Summary: 1. Copyright change 2. wedge_power_on judgement follow CPLD spec 3. support wedge400-c/wedge400-2 4. remove code not used Pull Request resolved: facebookexternal/openbmc.celestica#97 Reviewed By: joancaneus fbshipit-source-id: 2cac97e09e
facebook-github-bot
pushed a commit
that referenced
this issue
Oct 23, 2020
Summary: ELBERT: fscd: Add inital fscd scripts - Add set_fan_speed, get_fan_speed script - Add placeholder fscd config profile. Currently this has dummy values and is not used - FSCD is not actually turned on yet as we waiting for thermal data - Fancpld typo fixed Testing: root@bmc-oob:~# get_fan_speed.sh Fan 1 RPMs: 7481, 7481, (30%) Fan 2 RPMs: 7462, 7462, (30%) Fan 3 RPMs: 7537, 7537, (30%) Fan 4 RPMs: 7444, 7444, (30%) Fan 5 RPMs: 7407, 7407, (30%) root@bmc-oob:~# set_fan_speed.sh 100 255 will be set to /sys/bus/i2c/drivers/fancpld/6-0060/fan1_pwm !!!! Successfully set fan 1 speed to 100% 255 will be set to /sys/bus/i2c/drivers/fancpld/6-0060/fan2_pwm !!!! Successfully set fan 2 speed to 100% 255 will be set to /sys/bus/i2c/drivers/fancpld/6-0060/fan3_pwm !!!! Successfully set fan 3 speed to 100% 255 will be set to /sys/bus/i2c/drivers/fancpld/6-0060/fan4_pwm !!!! Successfully set fan 4 speed to 100% 255 will be set to /sys/bus/i2c/drivers/fancpld/6-0060/fan5_pwm !!!! Successfully set fan 5 speed to 100% root@bmc-oob:~# get_fan_speed.sh Fan 1 RPMs: 14634, 14634, (100%) Fan 2 RPMs: 14563, 14563, (100%) Fan 3 RPMs: 14354, 14354, (100%) Fan 4 RPMs: 14354, 14354, (100%) Fan 5 RPMs: 14563, 14563, (100%) Pull Request resolved: facebookexternal/openbmc.arista#97 Reviewed By: benwei13 fbshipit-source-id: a32d5e083e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a Wedge100 board, I want to change the kernel to 4.18.
it is my configure:
KERNEL_DEVICETREE = "aspeed-bmc-facebook-wedge100.dtb"
PREFERRED_VERSION_linux-aspeed = "4.18.16"
PREFERRED_VERSION_libwatchdog = "0.2"
It can executes to login, though many warnings and error.
My concerns is device missed eth0.
kernel we are sure:
CONFIG_NET_VENDOR_FARADAY=y
CONFIG_FTGMAC100=y
What configure do I msiss?
Thanks.
Simon Fan
The text was updated successfully, but these errors were encountered: