bleepbleep
Member
Thanks for posting diagram, I couldn't get it to post.
in petitboot shell using command:
ps3-flash-util -s
gives this output:
I believe it is possible to use ps3-flash-util to update the petitboot image.
I noticed the first four db values mixed up match the results of fdisk -l
specifically the 15724544
I also dumped the image using ps3-dump-bootldr to double check my petitiboot.
It matches the dtbImage.ps3 which can be found on github:
https://github.com/nevik-xx/dtbImage.ps3
https://github.com/2xsaiko/PS3-OtherOS
in petitboot shell using command:
ps3-flash-util -s
gives this output:
Code:
ps3-flash-util (ps3-utils) 11.05.27-ga7ed3bb
header :1: h.magic_num: 'cell_ext_os_area'
header :1: h.hdr_version: 1
header :1: h.db_area_offset: 2
header :1: h.ldr_area_offset: 4
header :1: h.ldr_format: 0 (raw)
header :1: h.ldr_size: 9772164 (951c84h)
param :2: p.boot_flag: 1 (other-os)
param :2: p.num_params: 1591318794
param :2: p.rtc_diff 3974531833251177397
param :2: p.av_multi_out 2
param :2: p.ctrl_button: 233
param :2: p.static_ip_addr: 135.59.189.201
param :2: p.network_mask: 174.213.37.172
param :2: p.default_gateway: 120.222.25.162
param :2: p.dns_primary: 238.186.162.99
param :2: p.dns_secondary: 4.29.224.90
db :3: db.magic_num: '-db-'
db :3: db.version: 1
db :3: db.index_64: 24
db :3: db.count_64: 57
db :3: db.index_32: 544
db :3: db.count_32: 57
db :3: db.index_16: 836
db :3: db.count_16: 57
I noticed the first four db values mixed up match the results of fdisk -l
Code:
Disk /dev/ps3nflashb: 15 MB, 15724544 bytes
255 heads, 63 sectors/track, 1 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xc0034ec3
I also dumped the image using ps3-dump-bootldr to double check my petitiboot.
It matches the dtbImage.ps3 which can be found on github:
https://github.com/nevik-xx/dtbImage.ps3
https://github.com/2xsaiko/PS3-OtherOS