iivanov

iivanov

Support UEFI network boot in Orthos Prague

a project by ggherdovich

Project Description

It's becoming less and less likely that server-class machine support booting with legacy BIOS. The industry standard is now UEFI, and has been for 15 years; this is what vendors test and support.

Updated about 3 years ago. 6 hacker ♥️. 3 followers.

Make kernel-*.spec cross buildable

an idea by adrianSuSE

Project Description

Manual kernel builds are often needed esp. for embedded environments. The native compile there is often not fast enough.

Updated about 3 years ago. 2 hacker ♥️. 3 followers. Has no hacker: grab it!

Test mainline kernel on an older Qualcomm SOC (msm89xx), explore current Qualcomm mainlining kernel effort

an invention by pvorel

Project Description

Qualcomm concentrate on supporting recent SOC, older ones aren't supported (use very old downstream kernel, e.g. 3.10).

Updated about 1 year ago. 2 hacker ♥️. 1 follower.

Make a Raspberry Pi boot in less than 3 seconds

an idea by akedroutek

Project Description

This is quite new to me but as I want to understand ARM and its boot process better here is the deal:

Updated about 3 years ago. 7 hacker ♥️. 3 followers. Has no hacker: grab it!

Rust Bootcamp

an invention by SMorlan

Project Description

Join an instructor-led bootcamp to explore the Rust programming language in two-hour sessions each day throughout Hackweek.

Updated about 2 years ago. 34 hacker ♥️. 89 followers.

Get EBBR boot working on Olinuxino A64

an idea by radolin

Project Description

I want to learn more about the efforts of standardizing ARM boot for embedded boards - EBBR. I'll try to get it working on the Olinuxino A64 (https://www.olimex.com/Products/OLinuXino/A64/A64-OLinuXino/open-source-hardware) board, by compiling and programing bootefi enabled Uboot to SPI flash chip. After that it should be possible to install Linux distributions to the eMMC using standard images and installation method, to be verified with OpenSuse.

Updated about 3 years ago. 5 hacker ♥️. 4 followers. Has no hacker: grab it!

Upstream support for RPi4 CM4 and Pi400

a project by nsaenzjulienne

Project Description

Although opensuse already supports CM4 and Pi400, there isn't an upstream devicetree for those boards. My plan is to spend the week implementing them. Sadly it's a project where collaboration is hard. But I'll be happy to try.

Updated about 3 years ago. 3 hacker ♥️. 1 follower.

RISC-V boot deep dive (Boot FLOW from 0 to Linux Kernel)

a project by clin

RISC-V boot deep dive (Boot FLOW from 0 to Linux Kernel)

Make RISC-V boot like rest of industry U-boot for embedded, UEFI for consumer and servers

Updated about 3 years ago. 2 hacker ♥️. 5 followers.

Installation server setup utility

an idea by csalmond

Project Description

Create a utility that will simplify setup a SLES machine to be a PXE boot server. This will include installing and setting up tftp, dhcp client/server, nfs server, and vsftp server. Selecting, mounting, exporting, ISO and kiso images for PXE installation and setting up PXE boot menus.

Updated almost 2 years ago. 2 hacker ♥️. 2 followers. Has no hacker: grab it!

Enable full-disk-encryption key sharing for bootloader -> kernel

an idea by ismaell

Project Description

Full disk encryption currently requires each stage to gain knowledge of the keys independently, which means asking the user or bundling the key (in the initramfs).

Updated 5 months ago. 8 hacker ♥️. 4 followers. Has no hacker: grab it!

Setup A Linux Cross Referencer for SUSE kernels

a project by tdz

Project Description

There's Elixir for browsing mainline Linux releases. We should set up a similar system for SUSE kernel releases.

Updated almost 2 years ago. 7 hacker ♥️. 5 followers.

Setup patchew instance for kernel mailinglists

a project by mbrugger

Setup a patchew instance

patchew allows you to easily track patch series sent to a mailinglist and see the diff between the different series.

Updated about 1 year ago. 7 hacker ♥️. 7 followers.

Create openSUSE images for Arm/RISC-V boards

an invention by avicenzi

Project Description

Create openSUSE images for Arm and/or RISC-V boards that are not yet supported.

Updated about 1 year ago. 3 hacker ♥️. 2 followers.

Create RISC-V Core using VHDL suitable for TinyFPGA BX

an invention by aschnell

Create a single-cycle 32-bit RISC-V Core in VHDL as a pure learning project. Why RISC-V? It is clean and small (the base has only about 40

Updated about 1 year ago. 7 hacker ♥️. 2 followers.

USB security key running embedded Linux

an invention by dmdiss

Project Description

Implement a proof-of-concept USB security key with support for encrypted data storage, U2F and FIDO2 (webauthn).

Updated about 1 year ago. 4 hacker ♥️. 1 follower.

zypper plugin for discovering reverse dependencies

a project by bzoltan1

Often when we test maintenance updates or when we decide to push an update for a package we want to know what that change may cause. Right now it is really difficult to figure out what package depends on a given package.

Motivation

Updated about 1 year ago. 10 hacker ♥️. 5 followers.

Unrealtone

a project by emiler

Project Description

Device for connecting an electric guitar or bass to a computer via USB-C. It is basically just a glorified A/D converter, although with a twist. It can emulate proprietary commercial devices for use with applications such as Rocksmith. The name comes from the official device for Rocksmith, which is named Realtone Cable.

Updated 5 months ago. 3 hacker ♥️. 2 followers.

Improve Qualcomm SOC msm8994/msm8992 kernel mainline support

a project by pvorel

Project Description

Due previous hackweek (https://hackweek.opensuse.org/projects/test-mainline-kernel-on-an-older-qualcomm-soc-msm89xx-explore-mainline-kernel-qualcomm-mainlining) both msm8994 angler and msm8992 bullhead are booting and due other activity (including my work) both have working SD card, but that's just start. Add support for other functionality.

Updated 12 months ago. 3 hacker ♥️. 2 followers.

ARM SCMI study

a project by clin

Project Description

Study/Trace SCMI code stack in ARM Trusted Firmware, such as build flow, included drivers, and protocols.

Updated about 1 year ago. 2 hacker ♥️. 2 followers.
2
3
4
19

Looking for projects around:

Nothing at the moment

Activity

  • about 1 year ago: iivanov liked ARM SCMI study
  • about 1 year ago: iivanov liked Improve Qualcomm SOC msm8994/msm8992 kernel mainline support
  • about 1 year ago: iivanov liked Unrealtone
  • about 1 year ago: iivanov liked zypper plugin for discovering reverse dependencies
  • about 1 year ago: iivanov liked USB security key running embedded Linux
  • about 1 year ago: iivanov liked Create RISC-V Core using VHDL suitable for TinyFPGA BX
  • about 1 year ago: iivanov liked Create openSUSE images for Arm/RISC-V boards
  • about 1 year ago: iivanov liked Setup patchew instance for kernel mailinglists
  • almost 2 years ago: iivanov started Use ESP-01S as WiFi to UART bridge
  • almost 2 years ago: iivanov added keyword "c" to Use ESP-01S as WiFi to UART bridge
  • almost 2 years ago: iivanov added keyword "electronics" to Use ESP-01S as WiFi to UART bridge
  • almost 2 years ago: iivanov added keyword "uart" to Use ESP-01S as WiFi to UART bridge
  • almost 2 years ago: iivanov added keyword "wifi" to Use ESP-01S as WiFi to UART bridge
  • almost 2 years ago: iivanov added keyword "espressif" to Use ESP-01S as WiFi to UART bridge
  • almost 2 years ago: iivanov added keyword "embedded" to Use ESP-01S as WiFi to UART bridge
  • almost 2 years ago: iivanov added keyword "esp" to Use ESP-01S as WiFi to UART bridge
  • almost 2 years ago: iivanov originated Use ESP-01S as WiFi to UART bridge
  • almost 2 years ago: iivanov liked Setup A Linux Cross Referencer for SUSE kernels
  • almost 2 years ago: iivanov liked Enable full-disk-encryption key sharing for bootloader -> kernel
  • almost 2 years ago: iivanov liked Installation server setup utility
  • about 3 years ago: iivanov started NeoMutt: Show index and body of emails in a horizontal split
  • about 3 years ago: iivanov added keyword "c" to NeoMutt: Show index and body of emails in a horizontal split
  • about 3 years ago: iivanov originated NeoMutt: Show index and body of emails in a horizontal split
  • about 3 years ago: iivanov liked RISC-V boot deep dive (Boot FLOW from 0 to Linux Kernel)
  • about 3 years ago: iivanov liked Upstream support for RPi4 CM4 and Pi400
  • All Activity