narmstrong changed the topic of #linux-amlogic to: Amlogic mainline kernel development discussion - our wiki http://linux-meson.com/ - ml linux-amlogic@lists.infradead.org - Publicly Logged on https://irclog.whitequark.org/linux-amlogic
afaerber_ has joined #linux-amlogic
afaerber_ has quit [Remote host closed the connection]
afaerber has quit [Read error: Permission denied]
afaerber has joined #linux-amlogic
afaerber has quit [Remote host closed the connection]
afaerber has joined #linux-amlogic
afaerber has quit [Remote host closed the connection]
afaerber has joined #linux-amlogic
asdf28 has quit [Ping timeout: 240 seconds]
kaspter has joined #linux-amlogic
kaspter has quit [Excess Flood]
kaspter has joined #linux-amlogic
kaspter has quit [Quit: kaspter]
kaspter has joined #linux-amlogic
sputnik_ has quit [Ping timeout: 240 seconds]
camus has joined #linux-amlogic
kaspter has quit [Ping timeout: 272 seconds]
camus is now known as kaspter
sputnik_ has joined #linux-amlogic
Tonymac_32 has quit [Read error: Connection reset by peer]
buzzmarshall has quit [Remote host closed the connection]
Barada has joined #linux-amlogic
Barada has quit [Client Quit]
asdf28 has joined #linux-amlogic
_whitelogger has joined #linux-amlogic
Darkmatter66 has quit [Ping timeout: 256 seconds]
Darkmatter66 has joined #linux-amlogic
Tonymac32 has joined #linux-amlogic
ldevulder_ has joined #linux-amlogic
ldevulder has quit [Ping timeout: 240 seconds]
camus has joined #linux-amlogic
kaspter has quit [Ping timeout: 265 seconds]
camus is now known as kaspter
hexdump0815 has joined #linux-amlogic
ldevulder_ is now known as ldevulder
vagrantc has quit [Quit: leaving]
TheAssassin has quit [Remote host closed the connection]
TheAssassin has joined #linux-amlogic
paulk-leonov has joined #linux-amlogic
paulk-leonov has quit [Remote host closed the connection]
paulk-leonov has joined #linux-amlogic
paulk-leonov has quit [Remote host closed the connection]
paulk-leonov has joined #linux-amlogic
benoitm974_ has joined #linux-amlogic
AUser_ has joined #linux-amlogic
AUser has quit [Ping timeout: 260 seconds]
AUser_ is now known as AUser
camus has joined #linux-amlogic
kaspter has quit [Ping timeout: 240 seconds]
camus is now known as kaspter
camus has joined #linux-amlogic
kaspter has quit [Ping timeout: 240 seconds]
camus is now known as kaspter
sputnik_ has quit [Ping timeout: 240 seconds]
sputnik_ has joined #linux-amlogic
benoitm974_ has quit [Quit: Connection closed for inactivity]
hexdump0815 has quit [Quit: Connection closed]
Barada has joined #linux-amlogic
Barada has quit [Quit: Barada]
Darkmatter66 has quit [Ping timeout: 260 seconds]
camus has joined #linux-amlogic
kaspter has quit [Ping timeout: 240 seconds]
camus is now known as kaspter
Linnaea has quit [Quit: WeeChat 2.8]
ldevulder_ has joined #linux-amlogic
ldevulder has quit [Ping timeout: 256 seconds]
asdf28 has quit [Ping timeout: 240 seconds]
sputnik_ has quit [Ping timeout: 240 seconds]
Linnaea has joined #linux-amlogic
Linnaea has quit [Quit: WeeChat 2.8]
Linnaea has joined #linux-amlogic
ldevulder__ has joined #linux-amlogic
ldevulder_ has quit [Ping timeout: 260 seconds]
asdf28 has joined #linux-amlogic
ldevulder has joined #linux-amlogic
ldevulder__ has quit [Ping timeout: 264 seconds]
ldevulder_ has joined #linux-amlogic
ldevulder has quit [Ping timeout: 260 seconds]
ldevulder has joined #linux-amlogic
ldevulder_ has quit [Ping timeout: 240 seconds]
ldevulder_ has joined #linux-amlogic
ldevulder has quit [Ping timeout: 260 seconds]
ldevulder__ has joined #linux-amlogic
ldevulder_ has quit [Ping timeout: 240 seconds]
ldevulder_ has joined #linux-amlogic
ldevulder__ has quit [Ping timeout: 260 seconds]
<gbisson> Hi! I'm new the aml boot process, I've built the aml bootloader and booted through pyamlboot, it works fine but the board goes straight to some sort of USB flashing protocol, can I exit that and just get Uboot prompt?
ldevulder_ is now known as ldevulder
cmeerw has joined #linux-amlogic
<chewitt> sounds odd
<chewitt> can you pastebin the uart output, that might describe it better (picture worth a thousand words etc.)
<gbisson> Here is what lsusb tells me: Bus 001 Device 015: ID 1b8e:c003 Amlogic, Inc.
<gbisson> So it seems to start the drivers/usb/gadget/v2_burning gadget
<gbisson> which I can discard in my next build, but I wanted to know if there was a way to exit that mode with the pyamlboot tools
<chewitt> U-Boot 2015.01-g41f895ab07-dirty (Feb 22 2021 - 16:23:10)
<chewitt> ^ ahhhhh
<gbisson> Yes sorry if it wasn't clear "aml bootloader" == "vendor version" ;)
<chewitt> narmstrong might have a clue
<chewitt> I'm not sure I have anything that runs vendor u-boot these days
<chewitt> it should support the usual enter/space? key to enter the u-boot prompt, but it's prob looking for an Android recovery image
<gbisson> nope I couldn't find any key to exit that mode :(
<chewitt> keys have to be pressed during the boot sequence, before you end up in that loop
<gbisson> oh no, it is on purpose that I end up in that mode, I want to test my bootloader quickly, so I figured booting from usb was easy
<gbisson> and I didn't want to erase the version I have in that platform
<chewitt> all the hw I've seen boots from emmc first, if it finds BL2 in the emmc
<gbisson> yes that is the case here as well
<gbisson> I press USB button to boot from USB, just didn't expect the USB flashing protocol to prevent you from getting to the prompt ;)
<narmstrong> gbisson: afaik you can’t quit but you can send u-boot command with pyamlboot, see TPL commands
<gbisson> narmstrong: ok thanks!
<chewitt> one of these days I should investigate pyamlboot
<chewitt> Linux doesn't play nice with the USB-C ports on my MacBook tho
<chewitt> (with Linux in a VM)
Tonymac32 has quit [Read error: Connection reset by peer]
<narmstrong> pyamlboot is a fine python library a cool guy wrote :-D
<gbisson> ;-)
<gbisson> narmstrong: I confirm you can't exit that gadget...
<gbisson> narmstrong: at first glance I thought I coudl (break in the while loop) test can't ever be met to exit ha
<narmstrong> gbisson: yeah they actually launch an independent custon USB gadget stack for this command
<narmstrong> did I already tell the Amlogic U-Boot and Linux code is a real mess ?
<gbisson> no but I'm starting to think the same!
<gbisson> I like the fact uboot only boots with gcc4 by default
<gbisson> bumping to gcc5 or 6, I had to remove Werror as too many warnings...
<narmstrong> it's a feature
<narmstrong> in meta-meson I simply download the linaro 4.8 GCC, it's simpler...
<gbisson> ok, I agree it's the simplest solution
<gbisson> funny, when booting from USB, HDMI output is messed up
Darkmatter66 has joined #linux-amlogic
Tonymac32 has joined #linux-amlogic
Tonymac32 has quit [Ping timeout: 240 seconds]
drieschel has joined #linux-amlogic
drieschel has quit [Quit: drieschel]
Darkmatter66_ has joined #linux-amlogic
Darkmatter66 has quit [Ping timeout: 240 seconds]
asdf28 has quit [Ping timeout: 260 seconds]
buzzmarshall has joined #linux-amlogic
cmeerw has quit [Ping timeout: 272 seconds]
sputnik_ has joined #linux-amlogic
ldevulder has quit [Ping timeout: 240 seconds]
warpme_ has quit [Quit: Connection closed for inactivity]
ldevulder has joined #linux-amlogic