8000 GitHub - Buyuliang/alpine-rockchip
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Buyuliang/alpine-rockchip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

littleSystem

Build the build environment with docker

docker build -t ubuntu-22.04-build-env docker
echo "$USER ALL=(ALL) NOPASSWD: ALL" | sudo tee -a /etc/sudoers

docker run --privileged -it \
    -v $PWD:/workspace \
    --mount type=bind,source=/dev,target=/dev \
    --mount type=bind,source=/etc/passwd,target=/etc/passwd \
    --mount type=bind,source=/etc/group,target=/etc/group \
    --mount type=bind,source=/etc/shadow,target=/etc/shadow \
    --mount type=bind,source=/etc/sudoers,target=/etc/sudoers \
    --user $UID:$GID \
    ubuntu-22.04-build-env

into docker build

kernel

./build.sh kernel

alpine

./build.sh alpine

rootfs

./build.sh rootfs

ramdisk

build ramdisk encrypted.img
./build.sh ramdisk

uboot

./build.sh uboot

fit-boot

./build.sh fit-boot

sign-boot

./build.sh sign-boot

update image

./build.sh update

all

all: kernel alpine rootfs ramdisk uboot fit-boot sign-boot update
./build.sh all

building process

building process

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published
0