Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/7f0cfe478bd817d2bb373522222cf06630fea3cd/include/fb_nand.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
/*
|
|
* Copyright 2014 Broadcom Corporation.
|
|
* Copyright 2015 Free Electrons.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
void fb_nand_flash_write(const char *cmd, void *download_buffer,
|
|
unsigned int download_bytes);
|
|
void fb_nand_erase(const char *cmd);
|
|
|