![]() |
|
Removing text before ES boot - Printable Version +- Freeplaytech Forum (https://forum.freeplaytech.com) +-- Forum: Freeplay Zero / Freeplay CM3 / Game Pie Advance (https://forum.freeplaytech.com/forumdisplay.php?fid=24) +--- Forum: Freeplay Zero/CM3 (AKA GPA) Software (https://forum.freeplaytech.com/forumdisplay.php?fid=26) +--- Thread: Removing text before ES boot (/showthread.php?tid=4591) |
Removing text before ES boot - sneakypebbles - 03-25-2018 Hey guys I've recently added a splash screen to my freeplay zero and was wondering how to get rid of all the text before boot. I have followed this youtube guide (https://www.youtube.com/watch?v=zHY_Pd3fDNE) to remove boot text from retropie, however three lines of code remain relating to Freeplay zero: [ 2.857605] mk_arcade_joystick_rpi: Freeplay Button Driver [ 2.857762] mk_arcade_joystick_rpi: pad type 4 [ 2.857858] mk_arcade_joystick_rpi: pad type 4 I was wondering if there is a way to hide these and if possible keep the screen white until my splash screen boots. Any help you guys can give me would be greatly appreciated. Thanks! RE: Removing text before ES boot - Flavor - 03-25-2018 Those are in https://github.com/TheFlav/mk_arcade_joystick_rpi/blob/master/mk_arcade_joystick_rpi.c but I can’t tell you much right now. Traveling for a week. RE: Removing text before ES boot - williamallen941 - 03-26-2018 (03-25-2018, 03:22 AM)sneakypebbles Wrote: Hey guys I've recently added a splash screen to my freeplay zero and was wondering how to get rid of all the text before boot. I have followed this youtube guide (https://www.youtube.com/watch?v=zHY_Pd3fDNE) to remove boot text from retropie, however three lines of code remain relating to Freeplay zero: I removed that by following this guide: https://raspberrypi.stackexchange.com/questions/59310/remove-boot-messages-all-text-in-jessie I believe I only edited the bits in /boot/cmdline.txt It goes straight through now from white, to my splash and then Emulationstation. This also gives no text on shutdown. Very clean. RE: Removing text before ES boot - sneakypebbles - 03-26-2018 (03-26-2018, 01:39 AM)williamallen941 Wrote:(03-25-2018, 03:22 AM)sneakypebbles Wrote: Hey guys I've recently added a splash screen to my freeplay zero and was wondering how to get rid of all the text before boot. I have followed this youtube guide (https://www.youtube.com/watch?v=zHY_Pd3fDNE) to remove boot text from retropie, however three lines of code remain relating to Freeplay zero: RE: Removing text before ES boot - williamallen941 - 03-26-2018 Code: dwc_otg.lpm_enable=0 console=serial0,115200 console=tty3 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash loglevel=0 logo.nologo vt.global_cursor_default=0 consoleblank=0 plymouth.enable=0Hope that helps! Let me know and I'll dig deeper if not. RE: Removing text before ES boot - sneakypebbles - 03-26-2018 (03-26-2018, 09:20 AM)williamallen941 Wrote: That certainly helps, thank you so much. Almost there. It has removed the few lines that were the initial problem however a wall of text pops up briefly (too fast to read) something about a last login... Any ideas what this could be? RE: Removing text before ES boot - williamallen941 - 03-26-2018 Follow the steps in the link I gave above (scroll down a bit), rebooting between each one. It should get it. RE: Removing text before ES boot - williamallen941 - 03-31-2018 Did you ever get this solved sneakypebbles? If not, I'm still willing to help. |