<singham>
In picosoc there are 2 binary files created for hx8k board, 1st the soc and 2nd firmware. How to flash these 2 on 2MB flash?
<singham>
How would the execution work?
<singham>
gatecat: Got it.
<singham>
So if my soc code becomes greater than 1MB, such setup won't work right?
<tnt>
no it wouldn't ...
<singham>
I meant if soc binary
<tnt>
you could probably relocate the riscv code a bit earlier in flash to gain a bit of space (the hx8kdemo.bin gateware is a fixed size). But that's about it. After than you need a bigger flash.
<singham>
Thanks :)
<singham>
Also, this program objcopy, is typically used when final format is different from one compiled for
<singham>
If I compile for rv64, I can merely copy the firmware?
<singham>
qbe didn't work so I shifted to tinycc
<tnt>
??? the picorv32 is RV32. It won't run RV64 stuff
<singham>
Oh damn.....
<singham>
:(
<singham>
nvm, I'll use gcc.
* singham
will be back later. I really appreciate the help, gatecat and tnt!