Go to advanced search

by DocBrown
Thu Sep 04, 2014 11:02 pm
Forum: Raspberry Pi OS
Topic: How to shut up bootloader on serial Port ttyAMA0
Replies: 8
Views: 2182

Re: How to shut up bootloader on serial Port ttyAMA0

One way is to 'patch' the strings in the kernel image so nothing is output. This works for me. Open the kernel image in vi as super user: $ sudo vi /boot/kernel.img find the string in the image: type: /Uncompress<Enter> You should see something like "^@^@Uncompressing Linux...^@" on the screen Place...

Go to advanced search