Skip to content

2023.10.00

Compare
Choose a tag to compare
@tprrt tprrt released this 15 Nov 09:15
· 3 commits to 2023.08 since this release
68d6184

Release Notes

This release includes major changes compared previous Freedom-U-SDK (FUSDK) release. The notable changes include:

  • Layers and Bitbake have been updated.
  • Some packages have been updated.
  • Some bugs and security issues have been fixed.
  • GCC is still 13.2.0.
  • LLVM has been updated from 16.0.6 to 17.0.4.
  • Binutils is still 2.41.
  • Glibc has been updated from 2.37 to 2.38.
  • GDB is still 13.2.
  • Mesa has been updated from 23.1.3 to 23.2.1.
  • OpenSBI has been updated from 1.2 to 1.3.1.
  • U-Boot has been updated from 2023.07.02 to 2023.10.
  • Linux kernel longterm has been updated from 6.1.43 to 6.1.61.
  • Linux kernel stable is 6.5.10.
  • Linux headers have been updated from 6.4 to 6.5.

Instructions to build assets

pip install --user kas

mkdir 2023.10.00 && cd 2023.10.00

git clone --depth 1 --branch 2023.10.00 https://github.com/sifive/freedom-u-sdk

kas build --update ./freedom-u-sdk/scripts/kas/freedom-u540.yml
kas build --update ./freedom-u-sdk/scripts/kas/qemuriscv64.yml
kas build --update ./freedom-u-sdk/scripts/kas/unmatched.yml

Known bugs

Unmatched

  • DRM issue with Radeon RX 580 and the Linux kernel 6.5.10:
    "kernel: [drm:amdgpu_reset_create_reset_domain [amdgpu]] ERROR Failed to allocate wq for amdgpu_reset_domain!"
  • DRM issue with Radeon RX 580 and the Linux kernel 6.1.61 that randomly stall
    the boot.
  • CPU sensors isn't probed with the Linux kernel 6.5.10:
    "kernel: lm90 0-004c: error -ENODEV: Failed to enable regulator"