Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #linux-sunxi
Luke-Jr has quit [Remote host closed the connection]
apritzel has quit [Ping timeout: 480 seconds]
Luke-Jr has joined #linux-sunxi
Luke-Jr has quit [Ping timeout: 480 seconds]
Luke-Jr has joined #linux-sunxi
ftg has joined #linux-sunxi
<pnill>
Well I guess "script" from pack_tools doesn't pack "uart_para" which is what fes_update/uboot_update are looking for when copying from the sys_config.fex compiled to bin
<pnill>
so it ends up using default values from the fes1 header
<pnill>
instead of populating actual uart configuration
<pnill>
if anyone is reading IRC logs and troubleshooting UART the stuff on the wiki is correct about alphabetical order for the B - 1 = 2 yatta yatta
<pnill>
and the number after that is the port number, aka PB23 is port 2, port_num 23
<pnill>
for the BSP package.
<pnill>
I ended up just compiling the shit statically into fes1 SPL because for whatever reason the pack tools don't do the uart parameters right.
hexdump01 has joined #linux-sunxi
hexdump0815 has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
<gamiee>
Congrats!
ftg has quit [Ping timeout: 480 seconds]
macromorgan has quit [Ping timeout: 480 seconds]
macromorgan has joined #linux-sunxi
apritzel has joined #linux-sunxi
macromorgan is now known as Guest7708
macromorgan has joined #linux-sunxi
Guest7708 has quit [Ping timeout: 480 seconds]
ftg has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
ftg has quit [Ping timeout: 480 seconds]
warpme___ has joined #linux-sunxi
apritzel has joined #linux-sunxi
ftg has joined #linux-sunxi
prefixcactus has joined #linux-sunxi
AntoniAloyTorrens[m] has quit []
kayterina[m] has quit []
Guest3402 has quit []
MatrixTravelerbot[m] has quit []
JuniorJPDJ has quit [Quit: Bridge terminating on SIGTERM]
DavidHeidelberg[m] has quit []
t4h4[m] has quit []
dittid[m] has quit []
Newbyte has quit [Quit: Bridge terminating on SIGTERM]
aperezdc has quit []
pgwipeout[m] has quit []
cmeerw[m] has quit []
oliv3r[m] has quit []
psydroid[m]1 has quit []
Tooniis[m] has quit []
insep has quit []
z3ntu has quit []
AntoniAloyTorrens[m] has joined #linux-sunxi
tnovotny has joined #linux-sunxi
ftg has quit [Read error: Connection reset by peer]
JohnDoe_71Rus has quit []
cnxsoft has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
macromorgan is now known as Guest7782
Guest7782 has quit [Read error: Connection reset by peer]
macromorgan has joined #linux-sunxi
tnovotny has quit [Quit: Leaving]
JohnDoe6 has joined #linux-sunxi
JohnDoe_71Rus has quit [Ping timeout: 480 seconds]
<jernej>
smaeul: do we have any good description of H616 PRCM registers? currently I can't find any
<jernej>
smaeul: I guess PRCM register 0x310 is same as on H6 - resistor calibration, but I really don't know what bits mean and why it would be important
<jernej>
BSP does some sequence of writes to it, but I really can't spot any difference with or without that sequence of writes
montjoie has quit [Ping timeout: 480 seconds]
montjoie has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
Guest7735 has joined #linux-sunxi
aperezdc has joined #linux-sunxi
cmeerw[m] has joined #linux-sunxi
dittid[m] has joined #linux-sunxi
JuniorJPDJ has joined #linux-sunxi
kayterina[m] has joined #linux-sunxi
z3ntu has joined #linux-sunxi
Newbyte has joined #linux-sunxi
insep has joined #linux-sunxi
DavidHeidelberg[m] has joined #linux-sunxi
oliv3r[m] has joined #linux-sunxi
pgwipeout[m] has joined #linux-sunxi
psydroid[m]1 has joined #linux-sunxi
t4h4[m] has joined #linux-sunxi
Tooniis[m] has joined #linux-sunxi
MatrixTravelerbot[m] has joined #linux-sunxi
vagrantc has joined #linux-sunxi
<pnill>
gamiee: Yeah, new problem is while UART works fine in fes1, I'm getting nothing from boot0 loading it with sunxi-fel SPL/UBOOT or my uboot trying to execute it from memory.
<pnill>
so I'm still blind as to why that stuff isn't working or what's causing it to 'crash' and never return to FEL
JohnDoe6 has quit []
apritzel has joined #linux-sunxi
<pnill>
Improper load address for u-boot on BSP, after providing correct load address and appending FDT/DTB to end I have uart and can finally figure out why u-boot is crashing
<pnill>
[ 12.115]NAND: get spi-nand node from fdt failed
<pnill>
get spi-nand node from fdt failed
<pnill>
initcall sequence 47f77828 failed at call 4120b544
<pnill>
### ERROR ### Please RESET the board ###
<pnill>
so that's why it was never making it back to FEL