你好,在ch11.1加载引导内核时出现如下报错
U-Boot 2021.07 (Mar 04 2026 - 15:42:46 +0800)
CPU:rv64imafdcsu
Model: riscv-quard-star,qemu
DRAM :1 GiB
Loading Environment from nowhere ... OK
In:uart0010000000
Out :uart0010000000
Err:uart0010000000
Net:No ethernet found.
Hit any key to stop autoboot:
Device 0: QEMU VirtIO Block Device
Type: Hard Disk
Capacity: 1024.0 MB = 1.0 GB (2097152 x 512)
is now current device
Scanning virtio 0:1 ...
Found U-Boot script /boot.scr
179 bytes read in 8 ms (21.5 KiB/s)
Executing script at 88100000
** Reading file would overwrite reserved memory **
Failed to load '/Image'
5031 bytes read in 6 ms (818.4 KiB/s)
Unhandled exception: Load access fault
EPC: 0000000081fb7b28 RA: 0000000081f822c0 TVAL: 0000000080000000
EPC: 00000000b0245b28 RA: 00000000b02102c0 reloc ad justed
resetting
System reset not supported on this platform
ERROR Please RESET the board
ch9中规划了内核的地址从0x80000000到0x82000000,我想问一下这个地址现在是需要自己改成另外的吗?还是说在哪里修改成不受地址保护?您在开发过程中有遇到类似的问题吗?
你好,在ch11.1加载引导内核时出现如下报错
U-Boot 2021.07 (Mar 04 2026 - 15:42:46 +0800)
CPU:rv64imafdcsu
Model: riscv-quard-star,qemu
DRAM :1 GiB
Loading Environment from nowhere ... OK
In:uart0010000000
Out :uart0010000000
Err:uart0010000000
Net:No ethernet found.
Hit any key to stop autoboot:
Device 0: QEMU VirtIO Block Device
Type: Hard Disk
Capacity: 1024.0 MB = 1.0 GB (2097152 x 512)
is now current device
Scanning virtio 0:1 ...
Found U-Boot script /boot.scr
179 bytes read in 8 ms (21.5 KiB/s)
Executing script at 88100000
** Reading file would overwrite reserved memory **
Failed to load '/Image'
5031 bytes read in 6 ms (818.4 KiB/s)
Unhandled exception: Load access fault
EPC: 0000000081fb7b28 RA: 0000000081f822c0 TVAL: 0000000080000000
EPC: 00000000b0245b28 RA: 00000000b02102c0 reloc ad justed
resetting
System reset not supported on this platform
ERROR Please RESET the board
ch9中规划了内核的地址从0x80000000到0x82000000,我想问一下这个地址现在是需要自己改成另外的吗?还是说在哪里修改成不受地址保护?您在开发过程中有遇到类似的问题吗?