Skip to content

Conversation

@AirFortressIlikara
Copy link
Member

No description provided.

Copy link
Member

@Cyanoxygen Cyanoxygen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Please run cargo fmt once you finished your change.
  • Your image does not have a bootloader "installed" to it. You must supply at least a boot.scr script if it uses U-Boot (skip this if the U-Boot does automatically discover and boot the media.)
  • The above is to make sure your image will boot once the storage media is plugged in.

Please post a screenshot showing the device boots with your image written to an SD card, or a USB media.

Copy link
Member

@Cyanoxygen Cyanoxygen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rest of them LGTM. Thanks!

name = "Generic LS2K0300 Board"

bsp_packages = [
"linux-kernel-loongarch-2k0300-6.12.35"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remember to change this after you build the metapackage.


vendor = "loongson"

arch = "loong_arch64"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why put an underscore? Shouldn't it be loongarch64?

warning: unnecessary parentheses around closure body
   --> src/topics.rs:101:12
    |
101 |         .map(|x| (x + "\n"))
    |                  ^        ^
    |
    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
help: remove these parentheses
    |
101 -         .map(|x| (x + "\n"))
101 +         .map(|x| x + "\n")
    |

Signed-off-by: Ilikara <[email protected]>
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

Successfully merging this pull request may close these issues.

3 participants