Skip to content
Snippets Groups Projects
Commit 80e1ee52 authored by minute's avatar minute
Browse files

add some notes

parent e64959b5
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ set -x
set -e
./mkdeps.sh
./mkkernel.sh
./mkkernel.sh # TODO make kernel 2 times, once with LOADADDR for target and once for virt
./mkuboot.sh
sudo ./mkuserland.sh
......@@ -12,7 +12,7 @@ mkdir -p target
# DEPS: parted multistrap udisksctl g++-arm-linux-gnueabihf
# change 8000 below to the number of megabytes your image file should have
# change 16000 below to the number of megabytes your image file should have
if [ ! -f reform-system.img ]; then
dd if=/dev/zero of=reform-system.img bs=1M count=16000
else
......@@ -70,3 +70,6 @@ sudo dd if=./u-boot/u-boot.imx of=$LOOPDISK bs=1k seek=1
sudo udisksctl loop-delete -b $LOOPDISK
echo Reform system image created: reform-system.img
# TODO: initialize the image in qemu and build the userland sources _or_ unpack them from a binary mirror
# via emulate.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment