Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).
This U-Boot variant is for the Technologic Systems TS-7970 revision C board, which includes a quad core Freescale i.MX6 CPU and 2 GiB of RAM clocked at 1000MHz. The binary U-Boot image to flash is the libexec/u-boot.imx file. It can be used with the zImage and the imx6q-ts7970.dtb files provided by the linux-libre-arm-generic image.
To flash this bootloader, write it to an SD card, then using the U-Boot serial console:
mmc dev 0 load mmc 0:1 $loadaddr /boot/u-boot.imx sf probe sf erase 0 0x80000 sf write $loadaddr 0x400 $filesize
The factory values of U-Boot must also be reset so that it boots using a zImage instead of the default uImage:
run clearenv reset
For more information, refer to https://docs.embeddedts.com/TS-7970#Update_U-Boot.
U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).
U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).
This is a 32-bit build of U-Boot.
This package only contains the file u-boot.bin.
U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).
U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).
U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).
U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).
U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).
It allows network booting and uses the device-tree from the firmware, allowing the usage of overlays. It can act as an EFI firmware for the grub-efi-netboot-removable-bootloader. This is a 32-bit build of U-Boot.
U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).
U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).
U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).
U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).
GRUB is a multiboot bootloader. It is used for initially loading the kernel of an operating system and then transferring control to it. The kernel then goes on to load the rest of the operating system. As a multiboot bootloader, GRUB handles the presence of multiple operating systems installed on the same computer; upon booting the computer, the user is presented with a menu to select one of the installed operating systems.
This package provides a boot manager that is an EFI program.
Patman is a patch automation script which:
Creates patches directly from your branch
Cleans them up by removing unwanted tags
Inserts a cover letter with change lists
Runs the patches through automated checks
Optionally emails them out to selected people.
GRUB is a multiboot bootloader. It is used for initially loading the kernel of an operating system and then transferring control to it. The kernel then goes on to load the rest of the operating system. As a multiboot bootloader, GRUB handles the presence of multiple operating systems installed on the same computer; upon booting the computer, the user is presented with a menu to select one of the installed operating systems.
U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).
It allows network booting and uses the device-tree from the firmware, allowing the usage of overlays. It can act as an EFI firmware for the grub-efi-netboot-removable-bootloader. This is a 32-bit build of U-Boot.
This package only contains the file u-boot.bin.
Bootstrap binaries of Coreutils, Awk, etc.
Bootstrap linux-libre-headers
Bootstrap binaries of the GNU Compiler Collection
Bootstrap binaries and headers of the GNU C Library
Pre-built Guile for bootstrapping purposes.
Bootstrap binaries of the GNU Binutils
This package provides the reference implementation of BQN, a programming language inspired by APL.