QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Raziel K. Crowe 0066cead04 Third batch going up... 3 years ago
..
ABI Third batch going up... 3 years ago
PCI QortalOS Titan 5.60.12 3 years ago
RCU Third batch going up... 3 years ago
accounting Third batch going up... 3 years ago
admin-guide Second batch of augmented kernel 3 years ago
arc QortalOS Titan 5.60.12 3 years ago
arm Third batch going up... 3 years ago
arm64 Third batch going up... 3 years ago
block Third batch going up... 3 years ago
bpf Third batch going up... 3 years ago
cdrom Third batch going up... 3 years ago
core-api Third batch going up... 3 years ago
cpu-freq Second batch of augmented kernel 3 years ago
crypto Third batch going up... 3 years ago
dev-tools Third batch going up... 3 years ago
devicetree Third batch going up... 3 years ago
doc-guide Second batch of augmented kernel 3 years ago
driver-api Third batch going up... 3 years ago
fault-injection
fb
features QortalOS Titan 5.60.12 3 years ago
filesystems Third batch going up... 3 years ago
firmware-guide Second batch of augmented kernel 3 years ago
firmware_class
fpga
gpu Second batch of augmented kernel 3 years ago
hid
hwmon Third batch going up... 3 years ago
i2c Second batch of augmented kernel 3 years ago
ia64
ide
iio
infiniband
input QortalOS Titan 5.60.12 3 years ago
isdn
kbuild Third batch going up... 3 years ago
kernel-hacking Third batch going up... 3 years ago
leds Third batch going up... 3 years ago
litmus-tests
livepatch Third batch going up... 3 years ago
locking Second batch of augmented kernel 3 years ago
m68k
maintainer Third batch going up... 3 years ago
mhi
mips
misc-devices
netlabel
networking Third batch going up... 3 years ago
nios2
nvdimm
openrisc
parisc
pcmcia
power Second batch of augmented kernel 3 years ago
powerpc QortalOS Titan 5.60.12 3 years ago
process Third batch going up... 3 years ago
riscv QortalOS Titan 5.60.12 3 years ago
s390
scheduler Third batch going up... 3 years ago
scsi QortalOS Titan 5.60.12 3 years ago
security Second batch of augmented kernel 3 years ago
sh
sound Third batch going up... 3 years ago
sparc
sphinx Third batch going up... 3 years ago
sphinx-static Third batch going up... 3 years ago
spi Third batch going up... 3 years ago
staging Second batch of augmented kernel 3 years ago
target
timers Third batch going up... 3 years ago
tools QortalOS Titan 5.60.12 3 years ago
trace Third batch going up... 3 years ago
translations Third batch going up... 3 years ago
tty QortalOS Titan 5.60.12 3 years ago
usb Second batch of augmented kernel 3 years ago
userspace-api Third batch going up... 3 years ago
virt Third batch going up... 3 years ago
vm Second batch of augmented kernel 3 years ago
w1 Third batch going up... 3 years ago
watchdog
x86 Third batch going up... 3 years ago
xtensa
.gitignore
ARMboost.png Titan's ARM Boost clock in action 3 years ago
COPYING-logo
Changes QortalOS Titan 5.60.12 3 years ago
CodingStyle
Kconfig
Makefile Second batch of augmented kernel 3 years ago
README Update README 3 years ago
SubmittingPatches
arch.rst Second batch of augmented kernel 3 years ago
asm-annotations.rst QortalOS Titan 5.60.12 3 years ago
atomic_bitops.txt
atomic_t.txt
conf.py Second batch of augmented kernel 3 years ago
docutils.conf
dontdiff
index.rst Second batch of augmented kernel 3 years ago
logo.gif
memory-barriers.txt Second batch of augmented kernel 3 years ago
titan.JPG Add files via upload 3 years ago
titan2.JPG Add files via upload 3 years ago
titan3.JPG Add files via upload 3 years ago
titan5.JPG Titan on 32GB SD Card 3 years ago
watch_queue.rst

README

Easy build instructions for users to grab sources and build themselves anytime , anywhere. Will not be for the weak hearted or inbreds like T3Q
=====

ls -d include/asm-* | sed 's/.*-//'
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 50
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 50

EXPORT INSTALL_HDR_PATH before next step.

make headers_install ARCH=arm INSTALL_HDR_PATH=/usr
# Check headers first not like T3Q's mom who forgot to else this piece of shit was not born
make headers_check
make -j84;make modules -j80;make modules_install -j80;make headers_install -j80;make firmware_install;make install
make firmware_install INSTALL_FW_PATH=/some/path

# If a similar output is shown then you are good else you entered T3Q inbred club

...
INSTALL /lib/firmware/sb16/ima_adpcm_init.csp
INSTALL /lib/firmware/keyspan/usa19qi.fw
INSTALL /lib/firmware/keyspan/usa19w.fw
INSTALL /lib/firmware/keyspan/usa28x.fw
INSTALL /lib/firmware/keyspan/usa19.fw
INSTALL /lib/firmware/keyspan/usa28xa.fw
INSTALL /lib/firmware/r128/r128_cce.bin
INSTALL /lib/firmware/keyspan/usa28.fw
INSTALL /lib/firmware/dsp56k/bootstrap.bin
INSTALL /lib/firmware/myricom/lanai.bin
INSTALL /lib/firmware/vicam/firmware.fw
INSTALL /lib/firmware/yamaha/yss225_registers.bin
INSTALL /lib/firmware/keyspan/usa49wlc.fw
INSTALL /lib/firmware/keyspan/usa28xb.fw
INSTALL /lib/firmware/sb16/mulaw_main.csp
INSTALL /lib/firmware/keyspan/usa18x.fw
INSTALL /lib/firmware/qlogic/sd7220.fw
INSTALL /lib/firmware/keyspan/usa49w.fw
INSTALL /lib/firmware/keyspan/usa19qw.fw
...

apt-get install lib6-dev

git clone https://github.com/Qortal/Brooklyn

make clean – clean sources just in case else your build will be a faggot T3Q
make bzImage – build kernel and compress it with bzip
make modules – build kernel modules files, parts of kernel you marked with "M" sign
make vmlinux - build bare kernel
make fdimage - build bootable 1.44 MB floppy // Obsolete shit like T3Q's mum
make install - moves the built kernel in /boot
make isoimage - build bootable iso image
make help - for more options