summaryrefslogtreecommitdiff
path: root/schulung_tools/notes
AgeCommit message (Collapse)Author
2019-03-04notes: initrd: use a better name for the cpio fileJohn Ogness
It is an initramfs, not an initrd. So name it so. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2019-02-28notes: initrd: add information about /init and /dev/consoleJohn Ogness
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2019-02-28notes: uio.txtJohn Ogness
This text document goes through examples of how to use the uio_pdrv_genirq driver for UIO drivers. It covers the device tree entries for various scenarios as well as userspace code using libuio to access/map the devices. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2019-02-28notes: initrd.txt: add information about initrd vs initramfsJohn Ogness
There are some big differences between initrd and initramfs. This text document lists them and the advantages/disadvantages. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2019-02-28HOWTO-uboot-qemu: add a quickstart referenceJohn Ogness
The knowledge base article does a much better job of explaining this, but sometimes we just want a quick script to get things going. This HOWTO is actually a script that goes from u-boot source to running u-boot in qemu. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2019-01-28schulung_tools/notes add some kernel notesManuel Traut
they should be converted to a 'Kernel API' slideset. Signed-off-by: Manuel Traut <manut@linutronix.de>
2019-01-11notes: tcf-agent: update CC, add info about dependencies and portJohn Ogness
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2019-01-09notes: howto-eclipse-yocto: update versions to thudJohn Ogness
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-09-13notes: add linux-build-targetsJohn Ogness
Describes the main targets, files, and procedure dealing with building kernels. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-08-31tcf-agent: add HOWTO for downloading/buildingJohn Ogness
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-08-03fastboot: add notes from previous schulungenJohn Ogness
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-07-06eclipse-notes: update debug connection info, add yocto variantJohn Ogness
It is much easier to use tcf-agent with eclipse and cross-remote debugging. Since local plugin-mirrors and yocto instructions are now available, update the documents to reflect this. Using the old method (with ssh) probably still works, but is definitely more work to get setup on the target. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-06-21preempt-rt notes: update kernel, fix config typoJohn Ogness
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-04-05add eclipse and preempt-rt notesJohn Ogness
These are notes that may be helpful for trainers when preparing for a schulung. Signed-off-by: John Ogness <john.ogness@linutronix.de>